2024-10-08T19:52:17.6335630Z Current runner version: '2.320.0' 2024-10-08T19:52:17.6342243Z Runner name: 'i-052860b9fd65c9a87' 2024-10-08T19:52:17.6342842Z Runner group name: 'Default' 2024-10-08T19:52:17.6343664Z Machine name: 'EC2AMAZ-SUNQRVI' 2024-10-08T19:52:17.6360070Z Testing runner upgrade compatibility 2024-10-08T19:52:17.7091174Z ##[group]GITHUB_TOKEN Permissions 2024-10-08T19:52:17.7093255Z Actions: read 2024-10-08T19:52:17.7093684Z Attestations: read 2024-10-08T19:52:17.7094120Z Checks: read 2024-10-08T19:52:17.7094465Z Contents: read 2024-10-08T19:52:17.7094863Z Deployments: read 2024-10-08T19:52:17.7095284Z Discussions: read 2024-10-08T19:52:17.7095656Z Issues: read 2024-10-08T19:52:17.7096033Z Metadata: read 2024-10-08T19:52:17.7096439Z Packages: read 2024-10-08T19:52:17.7096799Z Pages: read 2024-10-08T19:52:17.7097171Z PullRequests: read 2024-10-08T19:52:17.7097612Z RepositoryProjects: read 2024-10-08T19:52:17.7098048Z SecurityEvents: read 2024-10-08T19:52:17.7098756Z Statuses: read 2024-10-08T19:52:17.7099208Z ##[endgroup] 2024-10-08T19:52:17.7102295Z Secret source: Actions 2024-10-08T19:52:17.7102938Z Prepare workflow directory 2024-10-08T19:52:19.1311606Z Prepare all required actions 2024-10-08T19:52:19.1478386Z Getting action download info 2024-10-08T19:52:19.3283554Z Download action repository 'pytorch/test-infra@main' (SHA:d420136f568806947b1ab3a763151299d32d5621) 2024-10-08T19:52:21.6048953Z Download action repository 'pytorch/pytorch@main' (SHA:a2396b2dd8270d804b7d554ce4594e14870d060a) 2024-10-08T19:52:38.6337374Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2024-10-08T19:52:39.0898069Z Getting action download info 2024-10-08T19:52:39.1993473Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-10-08T19:52:39.4669606Z Uses: pytorch/pytorch/.github/workflows/_win-build.yml@refs/tags/ciflow/trunk/134247 (47952c0a8001fd60c9ffe52b121d022d440bef8b) 2024-10-08T19:52:39.4671743Z ##[group] Inputs 2024-10-08T19:52:39.4672091Z build-environment: win-vs2019-cpu-py3 2024-10-08T19:52:39.4672494Z cuda-version: cpu 2024-10-08T19:52:39.4673050Z use-xpu: false 2024-10-08T19:52:39.4673304Z vc-year: 2019 2024-10-08T19:52:39.4673584Z build-with-debug: false 2024-10-08T19:52:39.4673910Z sync-tag: win-cpu-build 2024-10-08T19:52:39.4675477Z 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" }, ]} 2024-10-08T19:52:39.4677084Z runner: windows.4xlarge.nonephemeral 2024-10-08T19:52:39.4677471Z ##[endgroup] 2024-10-08T19:52:39.4677952Z Complete job name: win-vs2019-cpu-py3 / build 2024-10-08T19:52:39.5433430Z ##[group]Run git config --global core.symlinks true 2024-10-08T19:52:39.5434163Z git config --global core.symlinks true 2024-10-08T19:52:39.5434680Z  2024-10-08T19:52:39.5435265Z # https://git-scm.com/docs/git-fsmonitor--daemon. The daemon could lock 2024-10-08T19:52:39.5436206Z # the directory on Windows and prevent GHA from checking out as reported 2024-10-08T19:52:39.5437051Z # in https://github.com/actions/checkout/issues/1018 2024-10-08T19:52:39.5437657Z git config --global core.fsmonitor false 2024-10-08T19:52:39.5462903Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-10-08T19:52:39.5463657Z env: 2024-10-08T19:52:39.5463944Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:52:39.5464343Z ##[endgroup] 2024-10-08T19:52:39.6692922Z ##[group]Run pytorch/test-infra/.github/actions/cleanup-runner@main 2024-10-08T19:52:39.6693532Z env: 2024-10-08T19:52:39.6693771Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:52:39.6694080Z ##[endgroup] 2024-10-08T19:52:39.6968655Z ##[group]Run # This needs to be run before checking out PyTorch to avoid locking the working directory. 2024-10-08T19:52:39.6971175Z # This needs to be run before checking out PyTorch to avoid locking the working directory. 2024-10-08T19:52:39.6972302Z # Below is the list of commands that could lock $GITHUB_WORKSPACE gathered from sysinternals 2024-10-08T19:52:39.6973060Z # handle tool 2024-10-08T19:52:39.6973576Z $processes = "python", "ninja", "cl", "nvcc", "cmd", "sccache", "git" 2024-10-08T19:52:39.6974214Z Foreach ($process In $processes) { 2024-10-08T19:52:39.6974616Z  Try { 2024-10-08T19:52:39.6975416Z  # https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/stop-process 2024-10-08T19:52:39.6976467Z  Get-Process -Name $process -ErrorAction Stop | Stop-Process -Force 2024-10-08T19:52:39.6977050Z  } 2024-10-08T19:52:39.6977323Z  Catch { 2024-10-08T19:52:39.6977837Z  Write-Output "No leftover $process process, continuing" 2024-10-08T19:52:39.6978432Z  Write-Output $_ 2024-10-08T19:52:39.6978774Z  } 2024-10-08T19:52:39.6979036Z } 2024-10-08T19:52:39.6979269Z  2024-10-08T19:52:39.6979961Z # Try it again https://stackoverflow.com/questions/40585754/powershell-wont-terminate-hung-process 2024-10-08T19:52:39.6980784Z # for hung processes 2024-10-08T19:52:39.6981288Z Foreach ($process In $processes) { 2024-10-08T19:52:39.6981712Z  Try { 2024-10-08T19:52:39.6982300Z  (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process}%'").terminate() 2024-10-08T19:52:39.6982974Z  } 2024-10-08T19:52:39.6983227Z  Catch { 2024-10-08T19:52:39.6983591Z  Write-Output $_ 2024-10-08T19:52:39.6983975Z  } 2024-10-08T19:52:39.6984217Z } 2024-10-08T19:52:39.6984471Z  2024-10-08T19:52:39.6984702Z Try { 2024-10-08T19:52:39.6985072Z  # Print all the processes for debugging 2024-10-08T19:52:39.6985791Z  Wmic Path Win32_Process Get Caption,Processid,Commandline | Format-List 2024-10-08T19:52:39.6986427Z } 2024-10-08T19:52:39.6986665Z Catch { 2024-10-08T19:52:39.6987266Z  # Better to write out whatever exception thrown to help debugging any potential issue 2024-10-08T19:52:39.6987976Z  Write-Output $_ 2024-10-08T19:52:39.6988274Z } 2024-10-08T19:52:39.7004195Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-10-08T19:52:39.7004838Z env: 2024-10-08T19:52:39.7005079Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:52:39.7005389Z ##[endgroup] 2024-10-08T19:52:40.1117967Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-10-08T19:52:40.1140623Z Finished 2024-10-08T19:52:40.1270023Z No leftover python process, continuing 2024-10-08T19:52:40.1740517Z Get-Process : Cannot find a process with the name "python". Verify the process name and call the cmdlet again. 2024-10-08T19:52:40.1741737Z At C:\actions-runner\_work\_temp\46b61874-d10d-4ac6-9bb5-8977e08b1544.ps1:9 char:5 2024-10-08T19:52:40.1742588Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-10-08T19:52:40.1743246Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-10-08T19:52:40.1744029Z + CategoryInfo : ObjectNotFound: (python:String) [Get-Process], ProcessCommandException 2024-10-08T19:52:40.1745163Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-10-08T19:52:40.1746076Z 2024-10-08T19:52:40.1758160Z No leftover ninja process, continuing 2024-10-08T19:52:40.1767763Z Get-Process : Cannot find a process with the name "ninja". Verify the process name and call the cmdlet again. 2024-10-08T19:52:40.1768786Z At C:\actions-runner\_work\_temp\46b61874-d10d-4ac6-9bb5-8977e08b1544.ps1:9 char:5 2024-10-08T19:52:40.1770278Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-10-08T19:52:40.1770965Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-10-08T19:52:40.1771646Z + CategoryInfo : ObjectNotFound: (ninja:String) [Get-Process], ProcessCommandException 2024-10-08T19:52:40.1772779Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-10-08T19:52:40.1773609Z 2024-10-08T19:52:40.1782841Z No leftover cl process, continuing 2024-10-08T19:52:40.1792645Z Get-Process : Cannot find a process with the name "cl". Verify the process name and call the cmdlet again. 2024-10-08T19:52:40.1793683Z At C:\actions-runner\_work\_temp\46b61874-d10d-4ac6-9bb5-8977e08b1544.ps1:9 char:5 2024-10-08T19:52:40.1794500Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-10-08T19:52:40.1795132Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-10-08T19:52:40.1795806Z + CategoryInfo : ObjectNotFound: (cl:String) [Get-Process], ProcessCommandException 2024-10-08T19:52:40.1796927Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-10-08T19:52:40.1797736Z 2024-10-08T19:52:40.1804362Z No leftover nvcc process, continuing 2024-10-08T19:52:40.1814297Z Get-Process : Cannot find a process with the name "nvcc". Verify the process name and call the cmdlet again. 2024-10-08T19:52:40.1815342Z At C:\actions-runner\_work\_temp\46b61874-d10d-4ac6-9bb5-8977e08b1544.ps1:9 char:5 2024-10-08T19:52:40.1816203Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-10-08T19:52:40.1816852Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-10-08T19:52:40.1817526Z + CategoryInfo : ObjectNotFound: (nvcc:String) [Get-Process], ProcessCommandException 2024-10-08T19:52:40.1818633Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-10-08T19:52:40.1819466Z 2024-10-08T19:52:40.1825688Z No leftover cmd process, continuing 2024-10-08T19:52:40.1835532Z Get-Process : Cannot find a process with the name "cmd". Verify the process name and call the cmdlet again. 2024-10-08T19:52:40.1836536Z At C:\actions-runner\_work\_temp\46b61874-d10d-4ac6-9bb5-8977e08b1544.ps1:9 char:5 2024-10-08T19:52:40.1837410Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-10-08T19:52:40.1838089Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-10-08T19:52:40.1838820Z + CategoryInfo : ObjectNotFound: (cmd:String) [Get-Process], ProcessCommandException 2024-10-08T19:52:40.1839994Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-10-08T19:52:40.1840815Z 2024-10-08T19:52:40.1846895Z No leftover sccache process, continuing 2024-10-08T19:52:40.1856906Z Get-Process : Cannot find a process with the name "sccache". Verify the process name and call the cmdlet again. 2024-10-08T19:52:40.1857994Z At C:\actions-runner\_work\_temp\46b61874-d10d-4ac6-9bb5-8977e08b1544.ps1:9 char:5 2024-10-08T19:52:40.1858828Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-10-08T19:52:40.1859486Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-10-08T19:52:40.1860179Z + CategoryInfo : ObjectNotFound: (sccache:String) [Get-Process], ProcessCommandException 2024-10-08T19:52:40.1861329Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-10-08T19:52:40.1862252Z 2024-10-08T19:52:40.1868643Z No leftover git process, continuing 2024-10-08T19:52:40.1879323Z Get-Process : Cannot find a process with the name "git". Verify the process name and call the cmdlet again. 2024-10-08T19:52:40.1880400Z At C:\actions-runner\_work\_temp\46b61874-d10d-4ac6-9bb5-8977e08b1544.ps1:9 char:5 2024-10-08T19:52:40.1881228Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-10-08T19:52:40.1881936Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-10-08T19:52:40.1882625Z + CategoryInfo : ObjectNotFound: (git:String) [Get-Process], ProcessCommandException 2024-10-08T19:52:40.1883750Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-10-08T19:52:40.1884617Z 2024-10-08T19:52:40.2618237Z You cannot call a method on a null-valued expression. 2024-10-08T19:52:40.2619030Z At C:\actions-runner\_work\_temp\46b61874-d10d-4ac6-9bb5-8977e08b1544.ps1:21 char:5 2024-10-08T19:52:40.2619860Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-10-08T19:52:40.2620508Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-10-08T19:52:40.2621120Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-10-08T19:52:40.2621729Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-10-08T19:52:40.2622134Z 2024-10-08T19:52:40.2768215Z You cannot call a method on a null-valued expression. 2024-10-08T19:52:40.2768996Z At C:\actions-runner\_work\_temp\46b61874-d10d-4ac6-9bb5-8977e08b1544.ps1:21 char:5 2024-10-08T19:52:40.2769818Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-10-08T19:52:40.2770445Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-10-08T19:52:40.2771145Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-10-08T19:52:40.2771755Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-10-08T19:52:40.2772228Z 2024-10-08T19:52:40.2929437Z You cannot call a method on a null-valued expression. 2024-10-08T19:52:40.2930235Z At C:\actions-runner\_work\_temp\46b61874-d10d-4ac6-9bb5-8977e08b1544.ps1:21 char:5 2024-10-08T19:52:40.2931143Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-10-08T19:52:40.2931773Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-10-08T19:52:40.2933283Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-10-08T19:52:40.2933913Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-10-08T19:52:40.2934326Z 2024-10-08T19:52:40.3088692Z You cannot call a method on a null-valued expression. 2024-10-08T19:52:40.3089462Z At C:\actions-runner\_work\_temp\46b61874-d10d-4ac6-9bb5-8977e08b1544.ps1:21 char:5 2024-10-08T19:52:40.3090287Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-10-08T19:52:40.3091003Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-10-08T19:52:40.3091646Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-10-08T19:52:40.3092261Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-10-08T19:52:40.3092666Z 2024-10-08T19:52:40.3235777Z You cannot call a method on a null-valued expression. 2024-10-08T19:52:40.3236534Z At C:\actions-runner\_work\_temp\46b61874-d10d-4ac6-9bb5-8977e08b1544.ps1:21 char:5 2024-10-08T19:52:40.3237370Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-10-08T19:52:40.3237992Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-10-08T19:52:40.3238601Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-10-08T19:52:40.3239212Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-10-08T19:52:40.3239633Z 2024-10-08T19:52:40.3390775Z You cannot call a method on a null-valued expression. 2024-10-08T19:52:40.3391534Z At C:\actions-runner\_work\_temp\46b61874-d10d-4ac6-9bb5-8977e08b1544.ps1:21 char:5 2024-10-08T19:52:40.3392587Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-10-08T19:52:40.3394120Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-10-08T19:52:40.3394734Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-10-08T19:52:40.3395339Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-10-08T19:52:40.3395880Z 2024-10-08T19:52:40.3555387Z You cannot call a method on a null-valued expression. 2024-10-08T19:52:40.3556162Z At C:\actions-runner\_work\_temp\46b61874-d10d-4ac6-9bb5-8977e08b1544.ps1:21 char:5 2024-10-08T19:52:40.3556988Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-10-08T19:52:40.3557611Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-10-08T19:52:40.3558221Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-10-08T19:52:40.3559709Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-10-08T19:52:40.3560114Z 2024-10-08T19:52:40.4131805Z Caption CommandLine ProcessId 2024-10-08T19:52:40.4132537Z 2024-10-08T19:52:40.4132987Z System Idle Process 0 2024-10-08T19:52:40.4133631Z 2024-10-08T19:52:40.4134059Z System 4 2024-10-08T19:52:40.4134582Z 2024-10-08T19:52:40.4134972Z Registry 168 2024-10-08T19:52:40.4135513Z 2024-10-08T19:52:40.4135898Z smss.exe 408 2024-10-08T19:52:40.4136429Z 2024-10-08T19:52:40.4136955Z csrss.exe 532 2024-10-08T19:52:40.4137497Z 2024-10-08T19:52:40.4138170Z csrss.exe 608 2024-10-08T19:52:40.4138706Z 2024-10-08T19:52:40.4139456Z wininit.exe 632 2024-10-08T19:52:40.4140061Z 2024-10-08T19:52:40.4140536Z winlogon.exe winlogon.exe 700 2024-10-08T19:52:40.4141845Z 2024-10-08T19:52:40.4142259Z services.exe 748 2024-10-08T19:52:40.4142817Z 2024-10-08T19:52:40.4143384Z lsass.exe C:\Windows\system32\lsass.exe 768 2024-10-08T19:52:40.4144083Z 2024-10-08T19:52:40.4144803Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s PlugPlay 896 2024-10-08T19:52:40.4145752Z 2024-10-08T19:52:40.4146410Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p 920 2024-10-08T19:52:40.4147205Z 2024-10-08T19:52:40.4147719Z fontdrvhost.exe "fontdrvhost.exe" 944 2024-10-08T19:52:40.4148376Z 2024-10-08T19:52:40.4148884Z fontdrvhost.exe "fontdrvhost.exe" 952 2024-10-08T19:52:40.4149535Z 2024-10-08T19:52:40.4150160Z svchost.exe C:\Windows\system32\svchost.exe -k RPCSS -p 132 2024-10-08T19:52:40.4150986Z 2024-10-08T19:52:40.4151722Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s LSM 452 2024-10-08T19:52:40.4152533Z 2024-10-08T19:52:40.4153386Z dwm.exe "dwm.exe" 780 2024-10-08T19:52:40.4154032Z 2024-10-08T19:52:40.4154756Z svchost.exe C:\Windows\System32\svchost.exe -k termsvcs -s TermService 1036 2024-10-08T19:52:40.4155586Z 2024-10-08T19:52:40.4156426Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s NcbService 1168 2024-10-08T19:52:40.4157481Z 2024-10-08T19:52:40.4158063Z nvwmi64.exe C:\Windows\System32\nvwmi64.exe 1324 2024-10-08T19:52:40.4158768Z 2024-10-08T19:52:40.4159596Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s EventLog 1380 2024-10-08T19:52:40.4160536Z 2024-10-08T19:52:40.4162460Z NVDisplay.Container.exe "C:\Program Files\NVIDIA Corporation\Display.NvContainer\NVDisplay.Container.exe" -s NVDisplay.ContainerLocalSystem -f "C:\ProgramData\NVIDIA\NVDisplay.ContainerLocalSystem.log" -l 3 -d "C:\Program Files\NVIDIA Corporation\Display.NvContainer\plugins\LocalSystem" -r -p 30000 -ert 1412 2024-10-08T19:52:40.4164507Z 2024-10-08T19:52:40.4165221Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s nsi 1444 2024-10-08T19:52:40.4166039Z 2024-10-08T19:52:40.4166732Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s gpsvc 1472 2024-10-08T19:52:40.4167532Z 2024-10-08T19:52:40.4168391Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s Dhcp 1488 2024-10-08T19:52:40.4169363Z 2024-10-08T19:52:40.4170170Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s NlaSvc 1560 2024-10-08T19:52:40.4171090Z 2024-10-08T19:52:40.4171832Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s Dnscache 1592 2024-10-08T19:52:40.4172759Z 2024-10-08T19:52:40.4173569Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s lmhosts 1620 2024-10-08T19:52:40.4174612Z 2024-10-08T19:52:40.4175302Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Schedule 1728 2024-10-08T19:52:40.4176146Z 2024-10-08T19:52:40.4176844Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s ProfSvc 1788 2024-10-08T19:52:40.4177648Z 2024-10-08T19:52:40.4178323Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s Themes 1796 2024-10-08T19:52:40.4179135Z 2024-10-08T19:52:40.4179872Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s netprofm 1804 2024-10-08T19:52:40.4180785Z 2024-10-08T19:52:40.4181514Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s EventSystem 1812 2024-10-08T19:52:40.4182382Z 2024-10-08T19:52:40.4183057Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s SENS 1960 2024-10-08T19:52:40.4183860Z 2024-10-08T19:52:40.4184621Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p 2036 2024-10-08T19:52:40.4185512Z 2024-10-08T19:52:40.4186405Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s ShellHWDetection 1156 2024-10-08T19:52:40.4187278Z 2024-10-08T19:52:40.4188120Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s TimeBrokerSvc 1680 2024-10-08T19:52:40.4189169Z 2024-10-08T19:52:40.4189889Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s FontCache 2124 2024-10-08T19:52:40.4190748Z 2024-10-08T19:52:40.4191565Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetworkFirewall -p 2172 2024-10-08T19:52:40.4192512Z 2024-10-08T19:52:40.4193291Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s LanmanWorkstation 2244 2024-10-08T19:52:40.4194206Z 2024-10-08T19:52:40.4195083Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s WinHttpAutoProxySvc 2268 2024-10-08T19:52:40.4196096Z 2024-10-08T19:52:40.4196773Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Winmgmt 2412 2024-10-08T19:52:40.4197668Z 2024-10-08T19:52:40.4198248Z spoolsv.exe C:\Windows\System32\spoolsv.exe 2552 2024-10-08T19:52:40.4198956Z 2024-10-08T19:52:40.4199684Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s CryptSvc 2624 2024-10-08T19:52:40.4200533Z 2024-10-08T19:52:40.4201344Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s SysMain 2632 2024-10-08T19:52:40.4202268Z 2024-10-08T19:52:40.4203073Z svchost.exe C:\Windows\System32\svchost.exe -k NetSvcs -p -s iphlpsvc 2640 2024-10-08T19:52:40.4203945Z 2024-10-08T19:52:40.4205106Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UserManager 2648 2024-10-08T19:52:40.4205939Z 2024-10-08T19:52:40.4206667Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetwork -p 2660 2024-10-08T19:52:40.4207501Z 2024-10-08T19:52:40.4208317Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s TrkWks 2668 2024-10-08T19:52:40.4209345Z 2024-10-08T19:52:40.4210065Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s WpnService 2676 2024-10-08T19:52:40.4210971Z 2024-10-08T19:52:40.4211690Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -s W32Time 2684 2024-10-08T19:52:40.4212522Z 2024-10-08T19:52:40.4213253Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s WinRM 2700 2024-10-08T19:52:40.4214090Z 2024-10-08T19:52:40.4214772Z sshd.exe C:\Windows\System32\OpenSSH\sshd.exe 2948 2024-10-08T19:52:40.4215536Z 2024-10-08T19:52:40.4216254Z svchost.exe C:\Windows\System32\svchost.exe -k smbsvcs -s LanmanServer 2968 2024-10-08T19:52:40.4217084Z 2024-10-08T19:52:40.4218046Z IpOverUsbSvc.exe "C:\Program Files (x86)\Common Files\Microsoft Shared\Phone Tools\CoreCon\11.0\bin\IpOverUsbSvc.exe" 3076 2024-10-08T19:52:40.4219453Z 2024-10-08T19:52:40.4220317Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s UmRdpService 3304 2024-10-08T19:52:40.4221447Z 2024-10-08T19:52:40.4222144Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc 3480 2024-10-08T19:52:40.4222974Z 2024-10-08T19:52:40.4223677Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv 3520 2024-10-08T19:52:40.4224508Z 2024-10-08T19:52:40.4225347Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkServiceNetworkRestricted -p -s PolicyAgent 3752 2024-10-08T19:52:40.4226379Z 2024-10-08T19:52:40.4227125Z LogonUI.exe "LogonUI.exe" /flags:0x2 /state0:0xa3a7c855 /state1:0x41c64e6d 3928 2024-10-08T19:52:40.4227951Z 2024-10-08T19:52:40.4229616Z NVDisplay.Container.exe "C:\Program Files\NVIDIA Corporation\Display.NvContainer\NVDisplay.Container.exe" -f "C:\ProgramData\NVIDIA\DisplaySessionContainer%d.log" -d "C:\Program Files\NVIDIA Corporation\Display.NvContainer\plugins\Session" -r -l 3 -p 30000 -ert -c 1088 2024-10-08T19:52:40.4231421Z 2024-10-08T19:52:40.4232113Z nvwmi64.exe C:\Windows\System32\nvwmi64.exe -spawnprovider 1984 2024-10-08T19:52:40.4232945Z 2024-10-08T19:52:40.4233479Z vds.exe C:\Windows\System32\vds.exe 3032 2024-10-08T19:52:40.4234150Z 2024-10-08T19:52:40.4234897Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNoNetwork -p -s DPS 2712 2024-10-08T19:52:40.4235781Z 2024-10-08T19:52:40.4236404Z msdtc.exe C:\Windows\System32\msdtc.exe 3792 2024-10-08T19:52:40.4237099Z 2024-10-08T19:52:40.4237951Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s UALSVC 3260 2024-10-08T19:52:40.4239006Z 2024-10-08T19:52:40.4239804Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s PcaSvc 1648 2024-10-08T19:52:40.4240730Z 2024-10-08T19:52:40.4241421Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UsoSvc 4184 2024-10-08T19:52:40.4242228Z 2024-10-08T19:52:40.4242948Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s CDPSvc 4324 2024-10-08T19:52:40.4243826Z 2024-10-08T19:52:40.4244885Z start-amazon-cloudwatch-agent.exe "C:\Program Files\Amazon\AmazonCloudWatchAgent\start-amazon-cloudwatch-agent.exe" 4664 2024-10-08T19:52:40.4246007Z 2024-10-08T19:52:40.4248017Z 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 4468 2024-10-08T19:52:40.4250224Z 2024-10-08T19:52:40.4250901Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4576 2024-10-08T19:52:40.4251638Z 2024-10-08T19:52:40.4252405Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s LicenseManager 4404 2024-10-08T19:52:40.4253298Z 2024-10-08T19:52:40.4254119Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s StorSvc 4260 2024-10-08T19:52:40.4255049Z 2024-10-08T19:52:40.4255956Z svchost.exe C:\Windows\system32\svchost.exe -k appmodel -p -s StateRepository 2708 2024-10-08T19:52:40.4256836Z 2024-10-08T19:52:40.4257703Z MicrosoftEdgeUpdate.exe "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /c 4908 2024-10-08T19:52:40.4258750Z 2024-10-08T19:52:40.4259369Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 5084 2024-10-08T19:52:40.4260094Z 2024-10-08T19:52:40.4260797Z Runner.Listener.exe "C:\actions-runner\\bin\Runner.Listener.exe" run 4660 2024-10-08T19:52:40.4261733Z 2024-10-08T19:52:40.4262463Z amazon-ssm-agent.exe "C:\Program Files\Amazon\SSM\amazon-ssm-agent.exe" 5080 2024-10-08T19:52:40.4263327Z 2024-10-08T19:52:40.4264051Z ssm-agent-worker.exe "C:\Program Files\Amazon\SSM\ssm-agent-worker.exe" 2200 2024-10-08T19:52:40.4264915Z 2024-10-08T19:52:40.4265516Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4632 2024-10-08T19:52:40.4266254Z 2024-10-08T19:52:40.4267099Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s DsSvc 4740 2024-10-08T19:52:40.4268080Z 2024-10-08T19:52:40.4268844Z Runner.Worker.exe "C:\actions-runner\bin\Runner.Worker.exe" spawnclient 2548 2664 3356 2024-10-08T19:52:40.4269743Z 2024-10-08T19:52:40.4270336Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 5628 2024-10-08T19:52:40.4271071Z 2024-10-08T19:52:40.4272295Z powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE" -command ". 'C:\actions-runner\_work\_temp\46b61874-d10d-4ac6-9bb5-8977e08b1544.ps1'" 6068 2024-10-08T19:52:40.4273728Z 2024-10-08T19:52:40.4274348Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 756 2024-10-08T19:52:40.4275109Z 2024-10-08T19:52:40.4275972Z WMIC.exe "C:\Windows\System32\Wbem\WMIC.exe" Path Win32_Process Get Caption,Processid,Commandline 732 2024-10-08T19:52:40.4276960Z 2024-10-08T19:52:40.4276964Z 2024-10-08T19:52:40.4276968Z 2024-10-08T19:52:40.4542651Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2024-10-08T19:52:40.4543239Z with: 2024-10-08T19:52:40.4543910Z github-secret: *** 2024-10-08T19:52:40.4546746Z 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 2024-10-08T19:52:40.4549657Z activate-with-label: false 2024-10-08T19:52:40.4549980Z label: with-ssh 2024-10-08T19:52:40.4550270Z remove-existing-keys: true 2024-10-08T19:52:40.4550605Z fail-silently: true 2024-10-08T19:52:40.4550869Z env: 2024-10-08T19:52:40.4551149Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:52:40.4551445Z ##[endgroup] 2024-10-08T19:52:40.5514929Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2024-10-08T19:52:40.5516571Z ciflow reference detected, attempting to extract PR number 2024-10-08T19:52:40.9203101Z Grabbing public ssh keys from https://github.com/pytorch-bot[bot].keys 2024-10-08T19:52:40.9898948Z No SSH keys found for user pytorch-bot[bot] 2024-10-08T19:52:40.9899606Z Grabbing public ssh keys from https://github.com/kwen2501.keys 2024-10-08T19:52:41.0968019Z Public keys pulled and installed to C:\Users\runneruser\.ssh\authorized_keys 2024-10-08T19:52:41.1000805Z Login using: ssh runneruser@ec2-3-93-186-128.compute-1.amazonaws.com 2024-10-08T19:52:41.1001522Z To forward remote desktop on your local machine ssh as follows: 2024-10-08T19:52:41.1002303Z ssh -L 3389:localhost:3389 runneruser@ec2-3-93-186-128.compute-1.amazonaws.com 2024-10-08T19:52:41.1003063Z And then change password using `passwd` command. 2024-10-08T19:52:41.1003412Z 2024-10-08T19:52:41.1003807Z To start build locally, change working folder to \actions-runner\_work\pytorch\pytorch, 2024-10-08T19:52:41.1004597Z Activate miniconda and Visual Studio environment, by running: 2024-10-08T19:52:41.1005290Z call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2024-10-08T19:52:41.1006246Z call "C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Auxiliary\Build\vcvarsall.bat" x64 2024-10-08T19:52:41.1235432Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2024-10-08T19:52:41.1235964Z with: 2024-10-08T19:52:41.1236189Z no-sudo: true 2024-10-08T19:52:41.1236460Z submodules: recursive 2024-10-08T19:52:41.1236745Z fetch-depth: 0 2024-10-08T19:52:41.1236993Z env: 2024-10-08T19:52:41.1237225Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:52:41.1237515Z ##[endgroup] 2024-10-08T19:52:41.1315864Z ##[group]Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-10-08T19:52:41.1317305Z echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT" 2024-10-08T19:52:41.1336267Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-10-08T19:52:41.1336892Z env: 2024-10-08T19:52:41.1337133Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:52:41.1337429Z ##[endgroup] 2024-10-08T19:52:41.1724699Z ##[group]Run retry () { 2024-10-08T19:52:41.1725032Z retry () { 2024-10-08T19:52:41.1725486Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-10-08T19:52:41.1726084Z } 2024-10-08T19:52:41.1726363Z echo "${GITHUB_WORKSPACE}" 2024-10-08T19:52:41.1726759Z if [ -z "${NO_SUDO}" ]; then 2024-10-08T19:52:41.1727198Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-10-08T19:52:41.1727941Z else 2024-10-08T19:52:41.1728478Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-10-08T19:52:41.1728924Z fi 2024-10-08T19:52:41.1729193Z mkdir "${GITHUB_WORKSPACE}" 2024-10-08T19:52:41.1749570Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-10-08T19:52:41.1750195Z env: 2024-10-08T19:52:41.1750438Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:52:41.1750734Z NO_SUDO: true 2024-10-08T19:52:41.1750998Z ##[endgroup] 2024-10-08T19:52:41.1930178Z C:\actions-runner\_work\pytorch\pytorch 2024-10-08T19:52:44.1352978Z ##[group]Run malfet/checkout@silent-checkout 2024-10-08T19:52:44.1353414Z with: 2024-10-08T19:52:44.1353715Z ref: 47952c0a8001fd60c9ffe52b121d022d440bef8b 2024-10-08T19:52:44.1354126Z fetch-depth: 0 2024-10-08T19:52:44.1354423Z submodules: recursive 2024-10-08T19:52:44.1354754Z quiet-checkout: true 2024-10-08T19:52:44.1355072Z repository: pytorch/pytorch 2024-10-08T19:52:44.1355562Z token: *** 2024-10-08T19:52:44.1355826Z ssh-strict: true 2024-10-08T19:52:44.1356119Z persist-credentials: true 2024-10-08T19:52:44.1356471Z clean: true 2024-10-08T19:52:44.1356770Z sparse-checkout-cone-mode: true 2024-10-08T19:52:44.1357119Z lfs: false 2024-10-08T19:52:44.1357387Z set-safe-directory: true 2024-10-08T19:52:44.1357693Z env: 2024-10-08T19:52:44.1357930Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:52:44.1358248Z ##[endgroup] 2024-10-08T19:52:44.2447715Z Syncing repository: pytorch/pytorch 2024-10-08T19:52:44.2449321Z ##[group]Getting Git version info 2024-10-08T19:52:44.2450020Z Working directory is 'C:\actions-runner\_work\pytorch\pytorch' 2024-10-08T19:52:44.2506448Z [command]"C:\Program Files\Git\cmd\git.exe" version 2024-10-08T19:52:44.2708915Z git version 2.46.0.windows.1 2024-10-08T19:52:44.2757114Z ##[endgroup] 2024-10-08T19:52:44.2770719Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\4ac211a6-ea77-4224-90c6-a50ac4948098\.gitconfig' 2024-10-08T19:52:44.2787460Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\4ac211a6-ea77-4224-90c6-a50ac4948098' before making global git config changes 2024-10-08T19:52:44.2788712Z Adding repository directory to the temporary git global config as a safe directory 2024-10-08T19:52:44.2795507Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2024-10-08T19:52:44.3029451Z Deleting the contents of 'C:\actions-runner\_work\pytorch\pytorch' 2024-10-08T19:52:44.3036337Z ##[group]Initializing the repository 2024-10-08T19:52:44.3041819Z [command]"C:\Program Files\Git\cmd\git.exe" init C:\actions-runner\_work\pytorch\pytorch 2024-10-08T19:52:44.3384898Z Initialized empty Git repository in C:/actions-runner/_work/pytorch/pytorch/.git/ 2024-10-08T19:52:44.3423158Z [command]"C:\Program Files\Git\cmd\git.exe" remote add origin https://github.com/pytorch/pytorch 2024-10-08T19:52:44.3690440Z ##[endgroup] 2024-10-08T19:52:44.3691079Z ##[group]Disabling automatic garbage collection 2024-10-08T19:52:44.3697182Z [command]"C:\Program Files\Git\cmd\git.exe" config --local gc.auto 0 2024-10-08T19:52:44.3920142Z ##[endgroup] 2024-10-08T19:52:44.3920701Z ##[group]Setting up auth 2024-10-08T19:52:44.3930085Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2024-10-08T19:52:44.4151201Z [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' || :\"" 2024-10-08T19:52:44.7512771Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-10-08T19:52:44.7744422Z [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' || :\"" 2024-10-08T19:52:45.0895272Z [command]"C:\Program Files\Git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2024-10-08T19:52:45.1132757Z ##[endgroup] 2024-10-08T19:52:45.1133362Z ##[group]Fetching the repository 2024-10-08T19:52:45.1144287Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 fetch --prune --progress --no-recurse-submodules --quiet origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2024-10-08T19:52:48.6712130Z remote: Enumerating objects: 1010976 2024-10-08T19:52:48.6712747Z remote: Enumerating objects: 1011943, done. 2024-10-08T19:52:48.6713261Z remote: Counting objects: 0% (1/967) 2024-10-08T19:52:48.6713890Z remote: Counting objects: 1% (10/967) 2024-10-08T19:52:48.6714391Z remote: Counting objects: 2% (20/967) 2024-10-08T19:52:48.6715005Z remote: Counting objects: 3% (30/967) 2024-10-08T19:52:48.6715500Z remote: Counting objects: 4% (39/967) 2024-10-08T19:52:48.6715990Z remote: Counting objects: 5% (49/967) 2024-10-08T19:52:48.6716469Z remote: Counting objects: 6% (59/967) 2024-10-08T19:52:48.6717101Z remote: Counting objects: 7% (68/967) 2024-10-08T19:52:48.6717587Z remote: Counting objects: 8% (78/967) 2024-10-08T19:52:48.6718105Z remote: Counting objects: 9% (88/967) 2024-10-08T19:52:48.6718630Z remote: Counting objects: 10% (97/967) 2024-10-08T19:52:48.6719203Z remote: Counting objects: 11% (107/967) 2024-10-08T19:52:48.6719705Z remote: Counting objects: 12% (117/967) 2024-10-08T19:52:48.6720257Z remote: Counting objects: 13% (126/967) 2024-10-08T19:52:48.6720841Z remote: Counting objects: 14% (136/967) 2024-10-08T19:52:48.6721369Z remote: Counting objects: 15% (146/967) 2024-10-08T19:52:48.6721838Z remote: Counting objects: 16% (155/967) 2024-10-08T19:52:48.6722331Z remote: Counting objects: 17% (165/967) 2024-10-08T19:52:48.6722831Z remote: Counting objects: 18% (175/967) 2024-10-08T19:52:48.6723370Z remote: Counting objects: 19% (184/967) 2024-10-08T19:52:48.6723908Z remote: Counting objects: 20% (194/967) 2024-10-08T19:52:48.6724397Z remote: Counting objects: 21% (204/967) 2024-10-08T19:52:48.6724868Z remote: Counting objects: 22% (213/967) 2024-10-08T19:52:48.6725363Z remote: Counting objects: 23% (223/967) 2024-10-08T19:52:48.6726573Z remote: Counting objects: 24% (233/967) 2024-10-08T19:52:48.6727082Z remote: Counting objects: 25% (242/967) 2024-10-08T19:52:48.6727552Z remote: Counting objects: 26% (252/967) 2024-10-08T19:52:48.6728043Z remote: Counting objects: 27% (262/967) 2024-10-08T19:52:48.6728532Z remote: Counting objects: 28% (271/967) 2024-10-08T19:52:48.6728998Z remote: Counting objects: 29% (281/967) 2024-10-08T19:52:48.6729489Z remote: Counting objects: 30% (291/967) 2024-10-08T19:52:48.6729976Z remote: Counting objects: 31% (300/967) 2024-10-08T19:52:48.6730571Z remote: Counting objects: 32% (310/967) 2024-10-08T19:52:48.6731130Z remote: Counting objects: 33% (320/967) 2024-10-08T19:52:48.6731617Z remote: Counting objects: 34% (329/967) 2024-10-08T19:52:48.6732079Z remote: Counting objects: 35% (339/967) 2024-10-08T19:52:48.6732567Z remote: Counting objects: 36% (349/967) 2024-10-08T19:52:48.6733059Z remote: Counting objects: 37% (358/967) 2024-10-08T19:52:48.6733526Z remote: Counting objects: 38% (368/967) 2024-10-08T19:52:48.6734013Z remote: Counting objects: 39% (378/967) 2024-10-08T19:52:48.6734500Z remote: Counting objects: 40% (387/967) 2024-10-08T19:52:48.6735013Z remote: Counting objects: 41% (397/967) 2024-10-08T19:52:48.6735479Z remote: Counting objects: 42% (407/967) 2024-10-08T19:52:48.6735968Z remote: Counting objects: 43% (416/967) 2024-10-08T19:52:48.6736455Z remote: Counting objects: 44% (426/967) 2024-10-08T19:52:48.6736924Z remote: Counting objects: 45% (436/967) 2024-10-08T19:52:48.6737407Z remote: Counting objects: 46% (445/967) 2024-10-08T19:52:48.6737894Z remote: Counting objects: 47% (455/967) 2024-10-08T19:52:48.6738358Z remote: Counting objects: 48% (465/967) 2024-10-08T19:52:48.6738843Z remote: Counting objects: 49% (474/967) 2024-10-08T19:52:48.6739333Z remote: Counting objects: 50% (484/967) 2024-10-08T19:52:48.6739801Z remote: Counting objects: 51% (494/967) 2024-10-08T19:52:48.6740289Z remote: Counting objects: 52% (503/967) 2024-10-08T19:52:48.6740776Z remote: Counting objects: 53% (513/967) 2024-10-08T19:52:48.6741241Z remote: Counting objects: 54% (523/967) 2024-10-08T19:52:48.6741727Z remote: Counting objects: 55% (532/967) 2024-10-08T19:52:48.6742219Z remote: Counting objects: 56% (542/967) 2024-10-08T19:52:48.6742685Z remote: Counting objects: 57% (552/967) 2024-10-08T19:52:48.6743173Z remote: Counting objects: 58% (561/967) 2024-10-08T19:52:48.6743657Z remote: Counting objects: 59% (571/967) 2024-10-08T19:52:48.6744126Z remote: Counting objects: 60% (581/967) 2024-10-08T19:52:48.6744610Z remote: Counting objects: 61% (590/967) 2024-10-08T19:52:48.6745097Z remote: Counting objects: 62% (600/967) 2024-10-08T19:52:48.6745588Z remote: Counting objects: 63% (610/967) 2024-10-08T19:52:48.6746053Z remote: Counting objects: 64% (619/967) 2024-10-08T19:52:48.6746540Z remote: Counting objects: 65% (629/967) 2024-10-08T19:52:48.6747023Z remote: Counting objects: 66% (639/967) 2024-10-08T19:52:48.6747485Z remote: Counting objects: 67% (648/967) 2024-10-08T19:52:48.6747972Z remote: Counting objects: 68% (658/967) 2024-10-08T19:52:48.6748459Z remote: Counting objects: 69% (668/967) 2024-10-08T19:52:48.6748926Z remote: Counting objects: 70% (677/967) 2024-10-08T19:52:48.6749416Z remote: Counting objects: 71% (687/967) 2024-10-08T19:52:48.6749899Z remote: Counting objects: 72% (697/967) 2024-10-08T19:52:48.6750363Z remote: Counting objects: 73% (706/967) 2024-10-08T19:52:48.6750851Z remote: Counting objects: 74% (716/967) 2024-10-08T19:52:48.6751336Z remote: Counting objects: 75% (726/967) 2024-10-08T19:52:48.6751914Z remote: Counting objects: 76% (735/967) 2024-10-08T19:52:48.6752402Z remote: Counting objects: 77% (745/967) 2024-10-08T19:52:48.6752889Z remote: Counting objects: 78% (755/967) 2024-10-08T19:52:48.6753353Z remote: Counting objects: 79% (764/967) 2024-10-08T19:52:48.6753911Z remote: Counting objects: 80% (774/967) 2024-10-08T19:52:48.6754446Z remote: Counting objects: 81% (784/967) 2024-10-08T19:52:48.6754913Z remote: Counting objects: 82% (793/967) 2024-10-08T19:52:48.6755402Z remote: Counting objects: 83% (803/967) 2024-10-08T19:52:48.6756422Z remote: Counting objects: 84% (813/967) 2024-10-08T19:52:48.6756909Z remote: Counting objects: 85% (822/967) 2024-10-08T19:52:48.6757373Z remote: Counting objects: 86% (832/967) 2024-10-08T19:52:48.6757861Z remote: Counting objects: 87% (842/967) 2024-10-08T19:52:48.6758451Z remote: Counting objects: 88% (851/967) 2024-10-08T19:52:48.6758927Z remote: Counting objects: 89% (861/967) 2024-10-08T19:52:48.6759412Z remote: Counting objects: 90% (871/967) 2024-10-08T19:52:48.6759896Z remote: Counting objects: 91% (880/967) 2024-10-08T19:52:48.6760361Z remote: Counting objects: 92% (890/967) 2024-10-08T19:52:48.6760845Z remote: Counting objects: 93% (900/967) 2024-10-08T19:52:48.6761331Z remote: Counting objects: 94% (909/967) 2024-10-08T19:52:48.6761794Z remote: Counting objects: 95% (919/967) 2024-10-08T19:52:48.6762283Z remote: Counting objects: 96% (929/967) 2024-10-08T19:52:48.6762770Z remote: Counting objects: 97% (938/967) 2024-10-08T19:52:48.6763232Z remote: Counting objects: 98% (948/967) 2024-10-08T19:52:48.6763718Z remote: Counting objects: 99% (958/967) 2024-10-08T19:52:48.6764208Z remote: Counting objects: 100% (967/967) 2024-10-08T19:52:48.6764711Z remote: Counting objects: 100% (967/967), done. 2024-10-08T19:52:48.6843177Z remote: Compressing objects: 0% (1/507) 2024-10-08T19:52:48.7222281Z remote: Compressing objects: 1% (6/507) 2024-10-08T19:52:48.7441693Z remote: Compressing objects: 2% (11/507) 2024-10-08T19:52:48.7522233Z remote: Compressing objects: 3% (16/507) 2024-10-08T19:52:48.7763869Z remote: Compressing objects: 4% (21/507) 2024-10-08T19:52:48.8111684Z remote: Compressing objects: 5% (26/507) 2024-10-08T19:52:48.8473678Z remote: Compressing objects: 6% (31/507) 2024-10-08T19:52:48.8768314Z remote: Compressing objects: 7% (36/507) 2024-10-08T19:52:48.8961172Z remote: Compressing objects: 8% (41/507) 2024-10-08T19:52:48.9113654Z remote: Compressing objects: 9% (46/507) 2024-10-08T19:52:48.9182824Z remote: Compressing objects: 10% (51/507) 2024-10-08T19:52:48.9256047Z remote: Compressing objects: 11% (56/507) 2024-10-08T19:52:48.9377629Z remote: Compressing objects: 12% (61/507) 2024-10-08T19:52:48.9493236Z remote: Compressing objects: 13% (66/507) 2024-10-08T19:52:48.9556933Z remote: Compressing objects: 14% (71/507) 2024-10-08T19:52:48.9629126Z remote: Compressing objects: 15% (77/507) 2024-10-08T19:52:48.9668091Z remote: Compressing objects: 16% (82/507) 2024-10-08T19:52:48.9696334Z remote: Compressing objects: 17% (87/507) 2024-10-08T19:52:48.9733804Z remote: Compressing objects: 18% (92/507) 2024-10-08T19:52:48.9744488Z remote: Compressing objects: 19% (97/507) 2024-10-08T19:52:48.9764268Z remote: Compressing objects: 20% (102/507) 2024-10-08T19:52:48.9781880Z remote: Compressing objects: 21% (107/507) 2024-10-08T19:52:48.9798343Z remote: Compressing objects: 22% (112/507) 2024-10-08T19:52:48.9802678Z remote: Compressing objects: 23% (117/507) 2024-10-08T19:52:48.9804720Z remote: Compressing objects: 24% (122/507) 2024-10-08T19:52:48.9806454Z remote: Compressing objects: 25% (127/507) 2024-10-08T19:52:48.9807145Z remote: Compressing objects: 26% (132/507) 2024-10-08T19:52:48.9809221Z remote: Compressing objects: 27% (137/507) 2024-10-08T19:52:48.9813529Z remote: Compressing objects: 28% (142/507) 2024-10-08T19:52:48.9817559Z remote: Compressing objects: 29% (148/507) 2024-10-08T19:52:48.9819697Z remote: Compressing objects: 30% (153/507) 2024-10-08T19:52:48.9823343Z remote: Compressing objects: 31% (158/507) 2024-10-08T19:52:48.9826048Z remote: Compressing objects: 32% (163/507) 2024-10-08T19:52:48.9829542Z remote: Compressing objects: 33% (168/507) 2024-10-08T19:52:48.9834728Z remote: Compressing objects: 34% (173/507) 2024-10-08T19:52:48.9844465Z remote: Compressing objects: 35% (178/507) 2024-10-08T19:52:48.9847316Z remote: Compressing objects: 36% (183/507) 2024-10-08T19:52:48.9854711Z remote: Compressing objects: 37% (188/507) 2024-10-08T19:52:48.9859898Z remote: Compressing objects: 38% (193/507) 2024-10-08T19:52:48.9864512Z remote: Compressing objects: 39% (198/507) 2024-10-08T19:52:48.9869625Z remote: Compressing objects: 40% (203/507) 2024-10-08T19:52:48.9873156Z remote: Compressing objects: 41% (208/507) 2024-10-08T19:52:48.9875710Z remote: Compressing objects: 42% (213/507) 2024-10-08T19:52:48.9878289Z remote: Compressing objects: 43% (219/507) 2024-10-08T19:52:48.9881092Z remote: Compressing objects: 44% (224/507) 2024-10-08T19:52:48.9882649Z remote: Compressing objects: 45% (229/507) 2024-10-08T19:52:48.9884266Z remote: Compressing objects: 46% (234/507) 2024-10-08T19:52:48.9885819Z remote: Compressing objects: 47% (239/507) 2024-10-08T19:52:48.9887520Z remote: Compressing objects: 48% (244/507) 2024-10-08T19:52:48.9889067Z remote: Compressing objects: 49% (249/507) 2024-10-08T19:52:48.9890290Z remote: Compressing objects: 50% (254/507) 2024-10-08T19:52:48.9891884Z remote: Compressing objects: 51% (259/507) 2024-10-08T19:52:48.9893972Z remote: Compressing objects: 52% (264/507) 2024-10-08T19:52:48.9895208Z remote: Compressing objects: 53% (269/507) 2024-10-08T19:52:48.9896609Z remote: Compressing objects: 54% (274/507) 2024-10-08T19:52:48.9897627Z remote: Compressing objects: 55% (279/507) 2024-10-08T19:52:48.9898198Z remote: Compressing objects: 56% (284/507) 2024-10-08T19:52:48.9899508Z remote: Compressing objects: 57% (289/507) 2024-10-08T19:52:48.9900440Z remote: Compressing objects: 58% (295/507) 2024-10-08T19:52:48.9901081Z remote: Compressing objects: 59% (300/507) 2024-10-08T19:52:48.9901748Z remote: Compressing objects: 60% (305/507) 2024-10-08T19:52:48.9902271Z remote: Compressing objects: 61% (310/507) 2024-10-08T19:52:48.9903601Z remote: Compressing objects: 62% (315/507) 2024-10-08T19:52:48.9904160Z remote: Compressing objects: 63% (320/507) 2024-10-08T19:52:48.9904764Z remote: Compressing objects: 64% (325/507) 2024-10-08T19:52:48.9905287Z remote: Compressing objects: 65% (330/507) 2024-10-08T19:52:48.9905790Z remote: Compressing objects: 66% (335/507) 2024-10-08T19:52:48.9906309Z remote: Compressing objects: 67% (340/507) 2024-10-08T19:52:48.9906825Z remote: Compressing objects: 68% (345/507) 2024-10-08T19:52:48.9908994Z remote: Compressing objects: 69% (350/507) 2024-10-08T19:52:48.9913775Z remote: Compressing objects: 70% (355/507) 2024-10-08T19:52:48.9917067Z remote: Compressing objects: 71% (360/507) 2024-10-08T19:52:48.9919505Z remote: Compressing objects: 72% (366/507) 2024-10-08T19:52:48.9921074Z remote: Compressing objects: 73% (371/507) 2024-10-08T19:52:48.9923235Z remote: Compressing objects: 74% (376/507) 2024-10-08T19:52:48.9925407Z remote: Compressing objects: 75% (381/507) 2024-10-08T19:52:48.9926464Z remote: Compressing objects: 76% (386/507) 2024-10-08T19:52:48.9928294Z remote: Compressing objects: 77% (391/507) 2024-10-08T19:52:48.9928893Z remote: Compressing objects: 78% (396/507) 2024-10-08T19:52:48.9929421Z remote: Compressing objects: 79% (401/507) 2024-10-08T19:52:48.9931029Z remote: Compressing objects: 80% (406/507) 2024-10-08T19:52:48.9931538Z remote: Compressing objects: 81% (411/507) 2024-10-08T19:52:48.9932719Z remote: Compressing objects: 82% (416/507) 2024-10-08T19:52:48.9934522Z remote: Compressing objects: 83% (421/507) 2024-10-08T19:52:48.9935107Z remote: Compressing objects: 84% (426/507) 2024-10-08T19:52:48.9935957Z remote: Compressing objects: 85% (431/507) 2024-10-08T19:52:48.9936486Z remote: Compressing objects: 86% (437/507) 2024-10-08T19:52:48.9937877Z remote: Compressing objects: 87% (442/507) 2024-10-08T19:52:48.9938798Z remote: Compressing objects: 88% (447/507) 2024-10-08T19:52:48.9939738Z remote: Compressing objects: 89% (452/507) 2024-10-08T19:52:48.9940262Z remote: Compressing objects: 90% (457/507) 2024-10-08T19:52:48.9941352Z remote: Compressing objects: 91% (462/507) 2024-10-08T19:52:48.9941922Z remote: Compressing objects: 92% (467/507) 2024-10-08T19:52:48.9942473Z remote: Compressing objects: 93% (472/507) 2024-10-08T19:52:48.9943188Z remote: Compressing objects: 94% (477/507) 2024-10-08T19:52:48.9943836Z remote: Compressing objects: 95% (482/507) 2024-10-08T19:52:48.9945036Z remote: Compressing objects: 96% (487/507) 2024-10-08T19:52:48.9946357Z remote: Compressing objects: 97% (492/507) 2024-10-08T19:52:48.9946898Z remote: Compressing objects: 98% (497/507) 2024-10-08T19:52:48.9947416Z remote: Compressing objects: 99% (502/507) 2024-10-08T19:52:48.9947948Z remote: Compressing objects: 100% (507/507) 2024-10-08T19:52:48.9948510Z remote: Compressing objects: 100% (507/507), done. 2024-10-08T19:53:10.7632260Z remote: Total 1011943 (delta 548), reused 804 (delta 457), pack-reused 1010976 (from 1) 2024-10-08T19:53:42.9849700Z [command]"C:\Program Files\Git\cmd\git.exe" rev-parse --verify --quiet 47952c0a8001fd60c9ffe52b121d022d440bef8b^{object} 2024-10-08T19:53:43.0079672Z 47952c0a8001fd60c9ffe52b121d022d440bef8b 2024-10-08T19:53:43.0113336Z ##[endgroup] 2024-10-08T19:53:43.0115349Z ##[group]Determining the checkout info 2024-10-08T19:53:43.0116018Z ##[endgroup] 2024-10-08T19:53:43.0116509Z ##[group]Checking out the ref 2024-10-08T19:53:43.0122141Z [command]"C:\Program Files\Git\cmd\git.exe" checkout --quiet --force 47952c0a8001fd60c9ffe52b121d022d440bef8b 2024-10-08T19:53:49.6608079Z ##[endgroup] 2024-10-08T19:53:49.6608674Z ##[group]Setting up auth for fetching submodules 2024-10-08T19:53:49.6616614Z [command]"C:\Program Files\Git\cmd\git.exe" config --global http.https://github.com/.extraheader "AUTHORIZATION: basic ***" 2024-10-08T19:53:49.6867118Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --unset-all url.https://github.com/.insteadOf 2024-10-08T19:53:49.7098964Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf git@github.com: 2024-10-08T19:53:49.7332111Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2024-10-08T19:53:49.7568647Z ##[endgroup] 2024-10-08T19:53:49.7569188Z ##[group]Fetching submodules 2024-10-08T19:53:49.7575858Z [command]"C:\Program Files\Git\cmd\git.exe" submodule sync --recursive 2024-10-08T19:53:50.0855484Z [command]"C:\Program Files\Git\cmd\git.exe" -c protocol.version=2 submodule update --init --force --recursive 2024-10-08T19:53:50.4914249Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2024-10-08T19:53:50.4915677Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2024-10-08T19:53:50.4917155Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2024-10-08T19:53:50.4918677Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2024-10-08T19:53:50.4919924Z Submodule 'third_party/NVTX' (https://github.com/NVIDIA/NVTX.git) registered for path 'third_party/NVTX' 2024-10-08T19:53:50.4921823Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2024-10-08T19:53:50.4923547Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2024-10-08T19:53:50.4924827Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2024-10-08T19:53:50.4926196Z Submodule 'third_party/cpp-httplib' (https://github.com/yhirose/cpp-httplib.git) registered for path 'third_party/cpp-httplib' 2024-10-08T19:53:50.4927527Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2024-10-08T19:53:50.4928990Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2024-10-08T19:53:50.4930332Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2024-10-08T19:53:50.4931640Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2024-10-08T19:53:50.4932821Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2024-10-08T19:53:50.4934169Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2024-10-08T19:53:50.4935435Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2024-10-08T19:53:50.4936743Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2024-10-08T19:53:50.4938119Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2024-10-08T19:53:50.4939411Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2024-10-08T19:53:50.4940718Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2024-10-08T19:53:50.4941875Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2024-10-08T19:53:50.4943051Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2024-10-08T19:53:50.4944275Z Submodule 'third_party/mimalloc' (https://github.com/microsoft/mimalloc.git) registered for path 'third_party/mimalloc' 2024-10-08T19:53:50.4945529Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2024-10-08T19:53:50.4946851Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2024-10-08T19:53:50.4948028Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2024-10-08T19:53:50.4949437Z Submodule 'third_party/opentelemetry-cpp' (https://github.com/open-telemetry/opentelemetry-cpp.git) registered for path 'third_party/opentelemetry-cpp' 2024-10-08T19:53:50.4950946Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2024-10-08T19:53:50.4952510Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2024-10-08T19:53:50.4953899Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2024-10-08T19:53:50.4955363Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2024-10-08T19:53:50.4956793Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2024-10-08T19:53:50.4958326Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2024-10-08T19:53:50.4959610Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2024-10-08T19:53:50.4960855Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2024-10-08T19:53:51.1002943Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2024-10-08T19:53:51.5015634Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2024-10-08T19:53:51.8596950Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2024-10-08T19:53:52.3129110Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2024-10-08T19:53:52.8535303Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/NVTX'... 2024-10-08T19:53:55.1434939Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2024-10-08T19:54:06.0710395Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2024-10-08T19:54:06.6926799Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2024-10-08T19:54:07.3763077Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpp-httplib'... 2024-10-08T19:54:08.1658406Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2024-10-08T19:54:09.6531036Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2024-10-08T19:54:11.5433409Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2024-10-08T19:54:17.1749158Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2024-10-08T19:54:18.8546583Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2024-10-08T19:54:20.7019392Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2024-10-08T19:54:22.2156802Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2024-10-08T19:54:22.8456221Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2024-10-08T19:54:23.6039548Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2024-10-08T19:54:24.8240677Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2024-10-08T19:54:25.3733484Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2024-10-08T19:54:25.8415073Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2024-10-08T19:54:27.5405209Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2024-10-08T19:54:28.4877626Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/mimalloc'... 2024-10-08T19:54:29.0975576Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2024-10-08T19:54:34.8362787Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2024-10-08T19:54:37.3595372Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2024-10-08T19:54:43.5968157Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp'... 2024-10-08T19:54:44.0110639Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2024-10-08T19:54:53.2076821Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2024-10-08T19:54:53.5868921Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2024-10-08T19:54:53.9881730Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2024-10-08T19:54:55.1983654Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2024-10-08T19:54:55.7724801Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2024-10-08T19:54:56.6537912Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2024-10-08T19:54:57.2474749Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2024-10-08T19:54:57.3415840Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2024-10-08T19:54:57.4195935Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2024-10-08T19:54:57.4802251Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2024-10-08T19:54:57.6773098Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2024-10-08T19:54:57.9071090Z Submodule path 'third_party/NVTX': checked out 'e170594ac7cf1dac584da473d4ca9301087090c1' 2024-10-08T19:54:58.0727401Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2024-10-08T19:55:03.2329628Z Submodule path 'third_party/XNNPACK': checked out '87ee0b46b834f67bad9025d4a82ed5654f3403d3' 2024-10-08T19:55:03.3597829Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2024-10-08T19:55:03.5011483Z Submodule path 'third_party/cpp-httplib': checked out '3b6597bba913d51161383657829b7e644e59c006' 2024-10-08T19:55:03.8916712Z Submodule path 'third_party/cpuinfo': checked out 'a5ff6df40ce528721cfc310c7ed43946d77404d5' 2024-10-08T19:55:04.0632815Z Submodule path 'third_party/cudnn_frontend': checked out '2533f5e5c1877fd76266133c1479ef1643ce3a8b' 2024-10-08T19:55:07.3171943Z Submodule path 'third_party/cutlass': checked out 'bbe579a9e3beb6ea6626d9227ec32d0dae119a49' 2024-10-08T19:55:08.1420286Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2024-10-08T19:55:08.4724304Z Submodule path 'third_party/fbgemm': checked out 'dbc3157bf256f1339b3fa1fef2be89ac4078be0e' 2024-10-08T19:55:09.0042542Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2024-10-08T19:55:09.0044054Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2024-10-08T19:55:09.0045546Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/fbgemm/third_party/cutlass' 2024-10-08T19:55:09.0047138Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2024-10-08T19:55:09.0048883Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2024-10-08T19:55:10.4689101Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2024-10-08T19:55:11.4370919Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2024-10-08T19:55:13.7591164Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cutlass'... 2024-10-08T19:55:14.9551193Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2024-10-08T19:55:15.5138430Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2024-10-08T19:55:15.6678448Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2024-10-08T19:55:15.9820094Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2024-10-08T19:55:17.9965327Z Submodule path 'third_party/fbgemm/third_party/cutlass': checked out 'fc9ebc645b63f3a6bc80aaefde5c063fb72110d6' 2024-10-08T19:55:18.2159078Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2024-10-08T19:55:18.2897681Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '23f53b025b466d8ec3c45d52290d3442f7fbe6b1' 2024-10-08T19:55:19.0076036Z Submodule path 'third_party/flatbuffers': checked out '01834de25e4bf3975a9a00e816292b1ad0fe184b' 2024-10-08T19:55:19.3470799Z Submodule path 'third_party/fmt': checked out '0c9fce2ffefecfdce794e1859584e25877b7b592' 2024-10-08T19:55:19.4831759Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2024-10-08T19:55:19.6300578Z Submodule path 'third_party/gloo': checked out '5354032ea08eadd7fc4456477f7f7c6308818509' 2024-10-08T19:55:19.8034717Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2024-10-08T19:55:19.8889559Z Submodule path 'third_party/ideep': checked out '41d636c2bbcea6bff0faf97cdb65a48cdde987af' 2024-10-08T19:55:19.8994320Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2024-10-08T19:55:31.6115007Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2024-10-08T19:55:33.9919224Z Submodule path 'third_party/ideep/mkl-dnn': checked out '66f0cb9eb66affd2da3bf5f8d897376f04aae6af' 2024-10-08T19:55:34.0905681Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2024-10-08T19:55:34.3480620Z Submodule path 'third_party/kineto': checked out 'b5c85daac1ee123aa7f04eb6f2bc71363f429e68' 2024-10-08T19:55:34.3617606Z Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog' 2024-10-08T19:55:34.3619338Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2024-10-08T19:55:34.3621007Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2024-10-08T19:55:35.1332521Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog'... 2024-10-08T19:55:36.6971591Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2024-10-08T19:55:38.0022093Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2024-10-08T19:55:38.2707306Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2024-10-08T19:55:38.2923410Z Submodule 'third_party/DCGM' (https://github.com/NVIDIA/DCGM.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-10-08T19:55:38.2925108Z Submodule 'third_party/cpr' (https://github.com/libcpr/cpr.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-10-08T19:55:38.2926876Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-10-08T19:55:38.2928663Z Submodule 'third_party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-10-08T19:55:38.2930370Z Submodule 'third_party/glog' (https://github.com/google/glog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-10-08T19:55:38.2932425Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-10-08T19:55:38.2934238Z Submodule 'third_party/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-10-08T19:55:38.2935920Z Submodule 'third_party/pfs' (https://github.com/dtrugman/pfs.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-10-08T19:55:39.3538609Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'... 2024-10-08T19:55:39.9489988Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'... 2024-10-08T19:55:41.4555043Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'... 2024-10-08T19:55:41.9697739Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'... 2024-10-08T19:55:42.7403581Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'... 2024-10-08T19:55:43.9296579Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'... 2024-10-08T19:55:49.8938736Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'... 2024-10-08T19:55:50.2912706Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'... 2024-10-08T19:55:50.8534446Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2024-10-08T19:55:50.9774536Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2024-10-08T19:55:51.1253726Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2024-10-08T19:55:51.2153092Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2024-10-08T19:55:51.2248389Z Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-10-08T19:55:51.7303684Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'... 2024-10-08T19:55:51.7818104Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2024-10-08T19:55:51.8728469Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2024-10-08T19:55:52.0430503Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2024-10-08T19:55:52.4603737Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2024-10-08T19:55:52.5648475Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2024-10-08T19:55:52.7128060Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out '0041a40c1350ba702d475b9c4ad62da77caea164' 2024-10-08T19:55:52.9123628Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2024-10-08T19:55:53.0713193Z Submodule path 'third_party/mimalloc': checked out 'b66e3214d8a104669c2ec05ae91ebc26a8f5ab78' 2024-10-08T19:55:53.2056929Z Submodule path 'third_party/nccl/nccl': checked out 'ab2b89c4c339bd7f816fbc114a4b05d386b66290' 2024-10-08T19:55:53.6016773Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2024-10-08T19:55:55.9777294Z Submodule path 'third_party/onnx': checked out '3bf92c03a9f27eba3bda1e5b9e63ea20ec213557' 2024-10-08T19:55:55.9908937Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2024-10-08T19:55:55.9910522Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2024-10-08T19:55:56.6626775Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2024-10-08T19:55:57.9202846Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2024-10-08T19:55:58.0247344Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '2dd015dfef425c866d9a43f2c67d8b52d709acb6' 2024-10-08T19:55:58.1709400Z Submodule path 'third_party/onnx/third_party/pybind11': checked out '5b0a6fc2017fcc176545afe3e09c9f9885283242' 2024-10-08T19:55:58.6527870Z Submodule path 'third_party/opentelemetry-cpp': checked out 'a799f4aed9c94b765dcdaabaeab7d5e7e2310878' 2024-10-08T19:55:58.6743200Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark) registered for path 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-10-08T19:55:58.6745662Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/opentelemetry-cpp/third_party/googletest' 2024-10-08T19:55:58.6747267Z Submodule 'third_party/ms-gsl' (https://github.com/microsoft/GSL) registered for path 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-10-08T19:55:58.6748838Z Submodule 'third_party/nlohmann-json' (https://github.com/nlohmann/json) registered for path 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-10-08T19:55:58.6750716Z Submodule 'third_party/opentelemetry-proto' (https://github.com/open-telemetry/opentelemetry-proto) registered for path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-10-08T19:55:58.6752723Z Submodule 'third_party/opentracing-cpp' (https://github.com/opentracing/opentracing-cpp.git) registered for path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-10-08T19:55:58.6754576Z Submodule 'third_party/prometheus-cpp' (https://github.com/jupp0r/prometheus-cpp) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-10-08T19:55:58.6756156Z Submodule 'tools/vcpkg' (https://github.com/Microsoft/vcpkg) registered for path 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-10-08T19:55:59.2941035Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/benchmark'... 2024-10-08T19:56:00.4830231Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/googletest'... 2024-10-08T19:56:01.0356432Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/ms-gsl'... 2024-10-08T19:56:07.1605604Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/nlohmann-json'... 2024-10-08T19:56:07.6365420Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentelemetry-proto'... 2024-10-08T19:56:08.0192109Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/opentracing-cpp'... 2024-10-08T19:56:08.5280851Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp'... 2024-10-08T19:56:15.8078320Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/tools/vcpkg'... 2024-10-08T19:56:15.9285220Z Submodule path 'third_party/opentelemetry-cpp/third_party/benchmark': checked out 'd572f4777349d43653b21d6c2fc63020ab326db2' 2024-10-08T19:56:16.1230586Z Submodule path 'third_party/opentelemetry-cpp/third_party/googletest': checked out 'b796f7d44681514f58a683a3a71ff17c94edb0c1' 2024-10-08T19:56:16.2087909Z Submodule path 'third_party/opentelemetry-cpp/third_party/ms-gsl': checked out '6f4529395c5b7c2d661812257cd6780c67e54afa' 2024-10-08T19:56:16.6387054Z Submodule path 'third_party/opentelemetry-cpp/third_party/nlohmann-json': checked out 'bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d' 2024-10-08T19:56:16.7166012Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto': checked out '4ca4f0335c63cda7ab31ea7ed70d6553aee14dce' 2024-10-08T19:56:16.8139088Z Submodule path 'third_party/opentelemetry-cpp/third_party/opentracing-cpp': checked out '06b57f48ded1fa3bdd3d4346f6ef29e40e08eaf5' 2024-10-08T19:56:16.9256401Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp': checked out 'c9ffcdda9086ffd9e1283ea7a0276d831f3c8a8d' 2024-10-08T19:56:16.9360641Z Submodule 'civetweb' (https://github.com/civetweb/civetweb.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-10-08T19:56:16.9362602Z Submodule 'googletest' (https://github.com/google/googletest.git) registered for path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-10-08T19:56:19.7658113Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb'... 2024-10-08T19:56:20.9649355Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest'... 2024-10-08T19:56:21.6560813Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb': checked out 'eefb26f82b233268fc98577d265352720d477ba4' 2024-10-08T19:56:21.8333448Z Submodule path 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2024-10-08T19:56:25.9368573Z Submodule path 'third_party/opentelemetry-cpp/tools/vcpkg': checked out '8eb57355a4ffb410a2e94c07b4dca2dffbee8e50' 2024-10-08T19:56:26.0117329Z Submodule path 'third_party/pocketfft': checked out '9d3ab05a7fffbc71a492bc6a17be034e83e8f0fe' 2024-10-08T19:56:27.1505096Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2024-10-08T19:56:27.1622915Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2024-10-08T19:56:27.1624599Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2024-10-08T19:56:27.8213719Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2024-10-08T19:56:29.0134993Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2024-10-08T19:56:29.0892310Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2024-10-08T19:56:29.8508997Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2024-10-08T19:56:29.9162108Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2024-10-08T19:56:29.9933079Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2024-10-08T19:56:30.1643586Z Submodule path 'third_party/pybind11': checked out 'a2e59f0e7065404b44dfe92a28aca47ba1378dc4' 2024-10-08T19:56:30.2901115Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2024-10-08T19:56:30.4570649Z Submodule path 'third_party/sleef': checked out '60e76d2bce17d278b439d9da17177c8f957a9e9b' 2024-10-08T19:56:30.6269739Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2024-10-08T19:56:30.6418264Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2024-10-08T19:56:30.6419816Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2024-10-08T19:56:30.6421260Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2024-10-08T19:56:30.6422717Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2024-10-08T19:56:31.8880565Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2024-10-08T19:56:32.3742888Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2024-10-08T19:56:33.8541807Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2024-10-08T19:56:35.1692296Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2024-10-08T19:56:35.6003561Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2024-10-08T19:56:35.6907645Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2024-10-08T19:56:35.9476315Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2024-10-08T19:56:36.0781407Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2024-10-08T19:56:36.0876407Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-10-08T19:56:36.5362931Z Cloning into 'C:/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2024-10-08T19:56:36.5947395Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2024-10-08T19:56:36.6160265Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local gc.auto 0" 2024-10-08T19:56:36.9585823Z Entering 'android/libs/fbjni' 2024-10-08T19:56:36.9953306Z Entering 'third_party/FP16' 2024-10-08T19:56:37.0292413Z Entering 'third_party/FXdiv' 2024-10-08T19:56:37.0654634Z Entering 'third_party/NNPACK' 2024-10-08T19:56:37.0989812Z Entering 'third_party/NVTX' 2024-10-08T19:56:37.1332435Z Entering 'third_party/VulkanMemoryAllocator' 2024-10-08T19:56:37.1674100Z Entering 'third_party/XNNPACK' 2024-10-08T19:56:37.2030844Z Entering 'third_party/benchmark' 2024-10-08T19:56:37.2369263Z Entering 'third_party/cpp-httplib' 2024-10-08T19:56:37.2727248Z Entering 'third_party/cpuinfo' 2024-10-08T19:56:37.3066965Z Entering 'third_party/cudnn_frontend' 2024-10-08T19:56:37.3407134Z Entering 'third_party/cutlass' 2024-10-08T19:56:37.3755133Z Entering 'third_party/eigen' 2024-10-08T19:56:37.4094200Z Entering 'third_party/fbgemm' 2024-10-08T19:56:37.4423053Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-10-08T19:56:37.4760563Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-10-08T19:56:37.5096958Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-10-08T19:56:37.5455115Z Entering 'third_party/fbgemm/third_party/googletest' 2024-10-08T19:56:37.5794297Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-10-08T19:56:37.6151539Z Entering 'third_party/flatbuffers' 2024-10-08T19:56:37.6483318Z Entering 'third_party/fmt' 2024-10-08T19:56:37.6815351Z Entering 'third_party/gemmlowp/gemmlowp' 2024-10-08T19:56:37.7155278Z Entering 'third_party/gloo' 2024-10-08T19:56:37.7496396Z Entering 'third_party/googletest' 2024-10-08T19:56:37.7832554Z Entering 'third_party/ideep' 2024-10-08T19:56:37.8147838Z Entering 'third_party/ideep/mkl-dnn' 2024-10-08T19:56:37.8511335Z Entering 'third_party/ittapi' 2024-10-08T19:56:37.8845102Z Entering 'third_party/kineto' 2024-10-08T19:56:37.9163411Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-10-08T19:56:37.9491297Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-10-08T19:56:37.9840737Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-10-08T19:56:38.0176349Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-10-08T19:56:38.0512104Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-10-08T19:56:38.0838965Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-10-08T19:56:38.1198243Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-10-08T19:56:38.1566965Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-10-08T19:56:38.1904292Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-10-08T19:56:38.2241029Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-10-08T19:56:38.2592955Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-10-08T19:56:38.2926295Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-10-08T19:56:38.3269894Z Entering 'third_party/mimalloc' 2024-10-08T19:56:38.3629196Z Entering 'third_party/nccl/nccl' 2024-10-08T19:56:38.3959655Z Entering 'third_party/nlohmann' 2024-10-08T19:56:38.4301379Z Entering 'third_party/onnx' 2024-10-08T19:56:38.4646271Z Entering 'third_party/onnx/third_party/benchmark' 2024-10-08T19:56:38.4982506Z Entering 'third_party/onnx/third_party/pybind11' 2024-10-08T19:56:38.5348718Z Entering 'third_party/opentelemetry-cpp' 2024-10-08T19:56:38.5675293Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-10-08T19:56:38.6010781Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-10-08T19:56:38.6350741Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-10-08T19:56:38.6682418Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-10-08T19:56:38.7026018Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-10-08T19:56:38.7361012Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-10-08T19:56:38.7692124Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-10-08T19:56:38.8025340Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-10-08T19:56:38.8363450Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-10-08T19:56:38.8712883Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-10-08T19:56:38.9104506Z Entering 'third_party/pocketfft' 2024-10-08T19:56:38.9444795Z Entering 'third_party/protobuf' 2024-10-08T19:56:38.9770643Z Entering 'third_party/protobuf/third_party/benchmark' 2024-10-08T19:56:39.0111863Z Entering 'third_party/protobuf/third_party/googletest' 2024-10-08T19:56:39.0456832Z Entering 'third_party/psimd' 2024-10-08T19:56:39.0814437Z Entering 'third_party/pthreadpool' 2024-10-08T19:56:39.1148494Z Entering 'third_party/pybind11' 2024-10-08T19:56:39.1483877Z Entering 'third_party/python-peachpy' 2024-10-08T19:56:39.1818709Z Entering 'third_party/sleef' 2024-10-08T19:56:39.2153797Z Entering 'third_party/tensorpipe' 2024-10-08T19:56:39.2481793Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-10-08T19:56:39.2823927Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-10-08T19:56:39.3153270Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-10-08T19:56:39.3501333Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-10-08T19:56:39.3822971Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-10-08T19:56:39.4276600Z ##[endgroup] 2024-10-08T19:56:39.4277231Z ##[group]Persisting credentials for submodules 2024-10-08T19:56:39.4287538Z [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' || :\"" 2024-10-08T19:56:39.7672529Z Entering 'android/libs/fbjni' 2024-10-08T19:56:39.8223302Z Entering 'third_party/FP16' 2024-10-08T19:56:39.8751258Z Entering 'third_party/FXdiv' 2024-10-08T19:56:39.9275189Z Entering 'third_party/NNPACK' 2024-10-08T19:56:39.9792668Z Entering 'third_party/NVTX' 2024-10-08T19:56:40.0315020Z Entering 'third_party/VulkanMemoryAllocator' 2024-10-08T19:56:40.0837505Z Entering 'third_party/XNNPACK' 2024-10-08T19:56:40.1375629Z Entering 'third_party/benchmark' 2024-10-08T19:56:40.1909214Z Entering 'third_party/cpp-httplib' 2024-10-08T19:56:40.2430895Z Entering 'third_party/cpuinfo' 2024-10-08T19:56:40.2952309Z Entering 'third_party/cudnn_frontend' 2024-10-08T19:56:40.3479589Z Entering 'third_party/cutlass' 2024-10-08T19:56:40.4001353Z Entering 'third_party/eigen' 2024-10-08T19:56:40.4524212Z Entering 'third_party/fbgemm' 2024-10-08T19:56:40.5020708Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-10-08T19:56:40.5541525Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-10-08T19:56:40.6068037Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-10-08T19:56:40.6598800Z Entering 'third_party/fbgemm/third_party/googletest' 2024-10-08T19:56:40.7125858Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-10-08T19:56:40.7667997Z Entering 'third_party/flatbuffers' 2024-10-08T19:56:40.8177292Z Entering 'third_party/fmt' 2024-10-08T19:56:40.8703782Z Entering 'third_party/gemmlowp/gemmlowp' 2024-10-08T19:56:40.9236475Z Entering 'third_party/gloo' 2024-10-08T19:56:40.9748935Z Entering 'third_party/googletest' 2024-10-08T19:56:41.0318199Z Entering 'third_party/ideep' 2024-10-08T19:56:41.0831819Z Entering 'third_party/ideep/mkl-dnn' 2024-10-08T19:56:41.1392961Z Entering 'third_party/ittapi' 2024-10-08T19:56:41.1910774Z Entering 'third_party/kineto' 2024-10-08T19:56:41.2410594Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-10-08T19:56:41.2935104Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-10-08T19:56:41.3472847Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-10-08T19:56:41.3997674Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-10-08T19:56:41.4528688Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-10-08T19:56:41.5047128Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-10-08T19:56:41.5608573Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-10-08T19:56:41.6135456Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-10-08T19:56:41.6666405Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-10-08T19:56:41.7219085Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-10-08T19:56:41.7758124Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-10-08T19:56:41.8283907Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-10-08T19:56:41.8828233Z Entering 'third_party/mimalloc' 2024-10-08T19:56:41.9351402Z Entering 'third_party/nccl/nccl' 2024-10-08T19:56:41.9868271Z Entering 'third_party/nlohmann' 2024-10-08T19:56:42.0388863Z Entering 'third_party/onnx' 2024-10-08T19:56:42.0908458Z Entering 'third_party/onnx/third_party/benchmark' 2024-10-08T19:56:42.1437535Z Entering 'third_party/onnx/third_party/pybind11' 2024-10-08T19:56:42.1990440Z Entering 'third_party/opentelemetry-cpp' 2024-10-08T19:56:42.2498479Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-10-08T19:56:42.3031640Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-10-08T19:56:42.3546974Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-10-08T19:56:42.4067277Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-10-08T19:56:42.4595991Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-10-08T19:56:42.5117372Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-10-08T19:56:42.5636796Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-10-08T19:56:42.6141887Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-10-08T19:56:42.6669284Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-10-08T19:56:42.7209511Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-10-08T19:56:42.7772330Z Entering 'third_party/pocketfft' 2024-10-08T19:56:42.8294856Z Entering 'third_party/protobuf' 2024-10-08T19:56:42.8810807Z Entering 'third_party/protobuf/third_party/benchmark' 2024-10-08T19:56:42.9339319Z Entering 'third_party/protobuf/third_party/googletest' 2024-10-08T19:56:42.9883494Z Entering 'third_party/psimd' 2024-10-08T19:56:43.0388614Z Entering 'third_party/pthreadpool' 2024-10-08T19:56:43.0905727Z Entering 'third_party/pybind11' 2024-10-08T19:56:43.1416252Z Entering 'third_party/python-peachpy' 2024-10-08T19:56:43.1929972Z Entering 'third_party/sleef' 2024-10-08T19:56:43.2471834Z Entering 'third_party/tensorpipe' 2024-10-08T19:56:43.2971776Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-10-08T19:56:43.3491421Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-10-08T19:56:43.4037900Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-10-08T19:56:43.4553471Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-10-08T19:56:43.5061603Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-10-08T19:56:43.5720151Z [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\"" 2024-10-08T19:56:43.9107486Z Entering 'android/libs/fbjni' 2024-10-08T19:56:43.9630501Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2024-10-08T19:56:43.9752308Z Entering 'third_party/FP16' 2024-10-08T19:56:44.0253388Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2024-10-08T19:56:44.0375631Z Entering 'third_party/FXdiv' 2024-10-08T19:56:44.0868800Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2024-10-08T19:56:44.0988707Z Entering 'third_party/NNPACK' 2024-10-08T19:56:44.1505189Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2024-10-08T19:56:44.1624480Z Entering 'third_party/NVTX' 2024-10-08T19:56:44.2112335Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NVTX/config remote.origin.url 2024-10-08T19:56:44.2235164Z Entering 'third_party/VulkanMemoryAllocator' 2024-10-08T19:56:44.2750600Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2024-10-08T19:56:44.2875104Z Entering 'third_party/XNNPACK' 2024-10-08T19:56:44.3367496Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2024-10-08T19:56:44.3509927Z Entering 'third_party/benchmark' 2024-10-08T19:56:44.4001928Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2024-10-08T19:56:44.4123091Z Entering 'third_party/cpp-httplib' 2024-10-08T19:56:44.4623655Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpp-httplib/config remote.origin.url 2024-10-08T19:56:44.4743284Z Entering 'third_party/cpuinfo' 2024-10-08T19:56:44.5229860Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2024-10-08T19:56:44.5348431Z Entering 'third_party/cudnn_frontend' 2024-10-08T19:56:44.5828734Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2024-10-08T19:56:44.5943935Z Entering 'third_party/cutlass' 2024-10-08T19:56:44.6424004Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2024-10-08T19:56:44.6550309Z Entering 'third_party/eigen' 2024-10-08T19:56:44.7034057Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2024-10-08T19:56:44.7157881Z Entering 'third_party/fbgemm' 2024-10-08T19:56:44.7645166Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2024-10-08T19:56:44.7753516Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-10-08T19:56:44.8252996Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2024-10-08T19:56:44.8374881Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-10-08T19:56:44.8873055Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2024-10-08T19:56:44.8994106Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-10-08T19:56:44.9491928Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cutlass/config remote.origin.url 2024-10-08T19:56:44.9617544Z Entering 'third_party/fbgemm/third_party/googletest' 2024-10-08T19:56:45.0122875Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2024-10-08T19:56:45.0247731Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-10-08T19:56:45.0747681Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2024-10-08T19:56:45.0885349Z Entering 'third_party/flatbuffers' 2024-10-08T19:56:45.1380848Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2024-10-08T19:56:45.1506304Z Entering 'third_party/fmt' 2024-10-08T19:56:45.2015091Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2024-10-08T19:56:45.2133314Z Entering 'third_party/gemmlowp/gemmlowp' 2024-10-08T19:56:45.2648462Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2024-10-08T19:56:45.2768167Z Entering 'third_party/gloo' 2024-10-08T19:56:45.3260498Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2024-10-08T19:56:45.3382090Z Entering 'third_party/googletest' 2024-10-08T19:56:45.3873018Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2024-10-08T19:56:45.3990522Z Entering 'third_party/ideep' 2024-10-08T19:56:45.4484718Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2024-10-08T19:56:45.4590372Z Entering 'third_party/ideep/mkl-dnn' 2024-10-08T19:56:45.5087440Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2024-10-08T19:56:45.5234535Z Entering 'third_party/ittapi' 2024-10-08T19:56:45.5727503Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2024-10-08T19:56:45.5848963Z Entering 'third_party/kineto' 2024-10-08T19:56:45.6354977Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2024-10-08T19:56:45.6464033Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-10-08T19:56:45.6975443Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2024-10-08T19:56:45.7085702Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-10-08T19:56:45.7590001Z 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 2024-10-08T19:56:45.7711581Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-10-08T19:56:45.8214831Z 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 2024-10-08T19:56:45.8338494Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-10-08T19:56:45.8840209Z 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 2024-10-08T19:56:45.8977161Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-10-08T19:56:45.9490863Z 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 2024-10-08T19:56:45.9599354Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-10-08T19:56:46.0116708Z 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 2024-10-08T19:56:46.0260038Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-10-08T19:56:46.0762950Z 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 2024-10-08T19:56:46.0888229Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-10-08T19:56:46.1406725Z 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 2024-10-08T19:56:46.1526666Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-10-08T19:56:46.2035972Z 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 2024-10-08T19:56:46.2161716Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-10-08T19:56:46.2684488Z 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 2024-10-08T19:56:46.2826272Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-10-08T19:56:46.3334201Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2024-10-08T19:56:46.3463307Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-10-08T19:56:46.3964147Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2024-10-08T19:56:46.4101285Z Entering 'third_party/mimalloc' 2024-10-08T19:56:46.4620901Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2024-10-08T19:56:46.4740741Z Entering 'third_party/nccl/nccl' 2024-10-08T19:56:46.5238153Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2024-10-08T19:56:46.5357045Z Entering 'third_party/nlohmann' 2024-10-08T19:56:46.5849584Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2024-10-08T19:56:46.5975190Z Entering 'third_party/onnx' 2024-10-08T19:56:46.6489743Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2024-10-08T19:56:46.6617867Z Entering 'third_party/onnx/third_party/benchmark' 2024-10-08T19:56:46.7149341Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2024-10-08T19:56:46.7269232Z Entering 'third_party/onnx/third_party/pybind11' 2024-10-08T19:56:46.7784429Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2024-10-08T19:56:46.7928945Z Entering 'third_party/opentelemetry-cpp' 2024-10-08T19:56:46.8426243Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/config remote.origin.url 2024-10-08T19:56:46.8535421Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-10-08T19:56:46.9038557Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/benchmark/config remote.origin.url 2024-10-08T19:56:46.9165124Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-10-08T19:56:46.9709622Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/googletest/config remote.origin.url 2024-10-08T19:56:46.9832837Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-10-08T19:56:47.0342216Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/ms-gsl/config remote.origin.url 2024-10-08T19:56:47.0469297Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-10-08T19:56:47.0986048Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/nlohmann-json/config remote.origin.url 2024-10-08T19:56:47.1116979Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-10-08T19:56:47.1642131Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentelemetry-proto/config remote.origin.url 2024-10-08T19:56:47.1761375Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-10-08T19:56:47.2262096Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/opentracing-cpp/config remote.origin.url 2024-10-08T19:56:47.2380697Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-10-08T19:56:47.2917602Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/config remote.origin.url 2024-10-08T19:56:47.3034713Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-10-08T19:56:47.3539156Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/civetweb/config remote.origin.url 2024-10-08T19:56:47.3667514Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-10-08T19:56:47.4178211Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/third_party/prometheus-cpp/modules/googletest/config remote.origin.url 2024-10-08T19:56:47.4320211Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-10-08T19:56:47.4840925Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/opentelemetry-cpp/modules/tools/vcpkg/config remote.origin.url 2024-10-08T19:56:47.4999146Z Entering 'third_party/pocketfft' 2024-10-08T19:56:47.5493139Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2024-10-08T19:56:47.5611292Z Entering 'third_party/protobuf' 2024-10-08T19:56:47.6114660Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2024-10-08T19:56:47.6225492Z Entering 'third_party/protobuf/third_party/benchmark' 2024-10-08T19:56:47.6734553Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2024-10-08T19:56:47.6854435Z Entering 'third_party/protobuf/third_party/googletest' 2024-10-08T19:56:47.7365562Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2024-10-08T19:56:47.7504914Z Entering 'third_party/psimd' 2024-10-08T19:56:47.7998991Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2024-10-08T19:56:47.8118367Z Entering 'third_party/pthreadpool' 2024-10-08T19:56:47.8609888Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2024-10-08T19:56:47.8729129Z Entering 'third_party/pybind11' 2024-10-08T19:56:47.9232895Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2024-10-08T19:56:47.9352225Z Entering 'third_party/python-peachpy' 2024-10-08T19:56:47.9849490Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2024-10-08T19:56:47.9968559Z Entering 'third_party/sleef' 2024-10-08T19:56:48.0464600Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2024-10-08T19:56:48.0586767Z Entering 'third_party/tensorpipe' 2024-10-08T19:56:48.1078014Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2024-10-08T19:56:48.1188918Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-10-08T19:56:48.1707457Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2024-10-08T19:56:48.1830950Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-10-08T19:56:48.2344043Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2024-10-08T19:56:48.2472510Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-10-08T19:56:48.2984079Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2024-10-08T19:56:48.3110379Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-10-08T19:56:48.3605167Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2024-10-08T19:56:48.3717174Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-10-08T19:56:48.4227319Z file:C:/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2024-10-08T19:56:48.4797784Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:'" 2024-10-08T19:56:48.8072952Z Entering 'android/libs/fbjni' 2024-10-08T19:56:48.8420502Z Entering 'third_party/FP16' 2024-10-08T19:56:48.8753462Z Entering 'third_party/FXdiv' 2024-10-08T19:56:48.9108240Z Entering 'third_party/NNPACK' 2024-10-08T19:56:48.9438493Z Entering 'third_party/NVTX' 2024-10-08T19:56:48.9773705Z Entering 'third_party/VulkanMemoryAllocator' 2024-10-08T19:56:49.0107415Z Entering 'third_party/XNNPACK' 2024-10-08T19:56:49.0462096Z Entering 'third_party/benchmark' 2024-10-08T19:56:49.0815879Z Entering 'third_party/cpp-httplib' 2024-10-08T19:56:49.1149231Z Entering 'third_party/cpuinfo' 2024-10-08T19:56:49.1489579Z Entering 'third_party/cudnn_frontend' 2024-10-08T19:56:49.1833585Z Entering 'third_party/cutlass' 2024-10-08T19:56:49.2174581Z Entering 'third_party/eigen' 2024-10-08T19:56:49.2523549Z Entering 'third_party/fbgemm' 2024-10-08T19:56:49.2847054Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-10-08T19:56:49.3186654Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-10-08T19:56:49.3528636Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-10-08T19:56:49.3878825Z Entering 'third_party/fbgemm/third_party/googletest' 2024-10-08T19:56:49.4217146Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-10-08T19:56:49.4570554Z Entering 'third_party/flatbuffers' 2024-10-08T19:56:49.4904716Z Entering 'third_party/fmt' 2024-10-08T19:56:49.5245535Z Entering 'third_party/gemmlowp/gemmlowp' 2024-10-08T19:56:49.5589732Z Entering 'third_party/gloo' 2024-10-08T19:56:49.5933352Z Entering 'third_party/googletest' 2024-10-08T19:56:49.6272258Z Entering 'third_party/ideep' 2024-10-08T19:56:49.6605742Z Entering 'third_party/ideep/mkl-dnn' 2024-10-08T19:56:49.6971806Z Entering 'third_party/ittapi' 2024-10-08T19:56:49.7325838Z Entering 'third_party/kineto' 2024-10-08T19:56:49.7645045Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-10-08T19:56:49.7972792Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-10-08T19:56:49.8312718Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-10-08T19:56:49.8647301Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-10-08T19:56:49.8998079Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-10-08T19:56:49.9323061Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-10-08T19:56:49.9679230Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-10-08T19:56:50.0038542Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-10-08T19:56:50.0383431Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-10-08T19:56:50.0712116Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-10-08T19:56:50.1061425Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-10-08T19:56:50.1393949Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-10-08T19:56:50.1775716Z Entering 'third_party/mimalloc' 2024-10-08T19:56:50.2113670Z Entering 'third_party/nccl/nccl' 2024-10-08T19:56:50.2447958Z Entering 'third_party/nlohmann' 2024-10-08T19:56:50.2787610Z Entering 'third_party/onnx' 2024-10-08T19:56:50.3151825Z Entering 'third_party/onnx/third_party/benchmark' 2024-10-08T19:56:50.3490401Z Entering 'third_party/onnx/third_party/pybind11' 2024-10-08T19:56:50.3860940Z Entering 'third_party/opentelemetry-cpp' 2024-10-08T19:56:50.4187437Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-10-08T19:56:50.4526237Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-10-08T19:56:50.4860859Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-10-08T19:56:50.5199073Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-10-08T19:56:50.5556633Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-10-08T19:56:50.5887958Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-10-08T19:56:50.6225717Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-10-08T19:56:50.6549969Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-10-08T19:56:50.6932316Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-10-08T19:56:50.7290485Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-10-08T19:56:50.7664593Z Entering 'third_party/pocketfft' 2024-10-08T19:56:50.7992979Z Entering 'third_party/protobuf' 2024-10-08T19:56:50.8336646Z Entering 'third_party/protobuf/third_party/benchmark' 2024-10-08T19:56:50.8674772Z Entering 'third_party/protobuf/third_party/googletest' 2024-10-08T19:56:50.9032062Z Entering 'third_party/psimd' 2024-10-08T19:56:50.9385814Z Entering 'third_party/pthreadpool' 2024-10-08T19:56:50.9717391Z Entering 'third_party/pybind11' 2024-10-08T19:56:51.0045660Z Entering 'third_party/python-peachpy' 2024-10-08T19:56:51.0378161Z Entering 'third_party/sleef' 2024-10-08T19:56:51.0714556Z Entering 'third_party/tensorpipe' 2024-10-08T19:56:51.1067648Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-10-08T19:56:51.1399358Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-10-08T19:56:51.1736114Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-10-08T19:56:51.2117676Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-10-08T19:56:51.2438956Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-10-08T19:56:51.2888305Z [command]"C:\Program Files\Git\cmd\git.exe" submodule foreach --recursive "git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:'" 2024-10-08T19:56:51.6058312Z Entering 'android/libs/fbjni' 2024-10-08T19:56:51.6396988Z Entering 'third_party/FP16' 2024-10-08T19:56:51.6751546Z Entering 'third_party/FXdiv' 2024-10-08T19:56:51.7086600Z Entering 'third_party/NNPACK' 2024-10-08T19:56:51.7419324Z Entering 'third_party/NVTX' 2024-10-08T19:56:51.7756372Z Entering 'third_party/VulkanMemoryAllocator' 2024-10-08T19:56:51.8100987Z Entering 'third_party/XNNPACK' 2024-10-08T19:56:51.8476539Z Entering 'third_party/benchmark' 2024-10-08T19:56:51.8808774Z Entering 'third_party/cpp-httplib' 2024-10-08T19:56:51.9139978Z Entering 'third_party/cpuinfo' 2024-10-08T19:56:51.9482762Z Entering 'third_party/cudnn_frontend' 2024-10-08T19:56:51.9809694Z Entering 'third_party/cutlass' 2024-10-08T19:56:52.0155276Z Entering 'third_party/eigen' 2024-10-08T19:56:52.0487925Z Entering 'third_party/fbgemm' 2024-10-08T19:56:52.0808291Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-10-08T19:56:52.1159632Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-10-08T19:56:52.1491761Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-10-08T19:56:52.1841108Z Entering 'third_party/fbgemm/third_party/googletest' 2024-10-08T19:56:52.2182844Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-10-08T19:56:52.2535109Z Entering 'third_party/flatbuffers' 2024-10-08T19:56:52.2861899Z Entering 'third_party/fmt' 2024-10-08T19:56:52.3193794Z Entering 'third_party/gemmlowp/gemmlowp' 2024-10-08T19:56:52.3523041Z Entering 'third_party/gloo' 2024-10-08T19:56:52.3877043Z Entering 'third_party/googletest' 2024-10-08T19:56:52.4206056Z Entering 'third_party/ideep' 2024-10-08T19:56:52.4519374Z Entering 'third_party/ideep/mkl-dnn' 2024-10-08T19:56:52.4888316Z Entering 'third_party/ittapi' 2024-10-08T19:56:52.5219327Z Entering 'third_party/kineto' 2024-10-08T19:56:52.5543725Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-10-08T19:56:52.5880560Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-10-08T19:56:52.6226634Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-10-08T19:56:52.6625497Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-10-08T19:56:52.6967231Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-10-08T19:56:52.7292679Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-10-08T19:56:52.7650690Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-10-08T19:56:52.7989441Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-10-08T19:56:52.8324361Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-10-08T19:56:52.8669934Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-10-08T19:56:52.9027027Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-10-08T19:56:52.9367725Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-10-08T19:56:52.9730133Z Entering 'third_party/mimalloc' 2024-10-08T19:56:53.0060994Z Entering 'third_party/nccl/nccl' 2024-10-08T19:56:53.0407061Z Entering 'third_party/nlohmann' 2024-10-08T19:56:53.0738118Z Entering 'third_party/onnx' 2024-10-08T19:56:53.1076734Z Entering 'third_party/onnx/third_party/benchmark' 2024-10-08T19:56:53.1426443Z Entering 'third_party/onnx/third_party/pybind11' 2024-10-08T19:56:53.1781986Z Entering 'third_party/opentelemetry-cpp' 2024-10-08T19:56:53.2112171Z Entering 'third_party/opentelemetry-cpp/third_party/benchmark' 2024-10-08T19:56:53.2449258Z Entering 'third_party/opentelemetry-cpp/third_party/googletest' 2024-10-08T19:56:53.2789067Z Entering 'third_party/opentelemetry-cpp/third_party/ms-gsl' 2024-10-08T19:56:53.3134040Z Entering 'third_party/opentelemetry-cpp/third_party/nlohmann-json' 2024-10-08T19:56:53.3474841Z Entering 'third_party/opentelemetry-cpp/third_party/opentelemetry-proto' 2024-10-08T19:56:53.3813459Z Entering 'third_party/opentelemetry-cpp/third_party/opentracing-cpp' 2024-10-08T19:56:53.4163217Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp' 2024-10-08T19:56:53.4487376Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb' 2024-10-08T19:56:53.4840668Z Entering 'third_party/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/googletest' 2024-10-08T19:56:53.5195887Z Entering 'third_party/opentelemetry-cpp/tools/vcpkg' 2024-10-08T19:56:53.5570985Z Entering 'third_party/pocketfft' 2024-10-08T19:56:53.5918375Z Entering 'third_party/protobuf' 2024-10-08T19:56:53.6240860Z Entering 'third_party/protobuf/third_party/benchmark' 2024-10-08T19:56:53.6572369Z Entering 'third_party/protobuf/third_party/googletest' 2024-10-08T19:56:53.6960857Z Entering 'third_party/psimd' 2024-10-08T19:56:53.7296010Z Entering 'third_party/pthreadpool' 2024-10-08T19:56:53.7642563Z Entering 'third_party/pybind11' 2024-10-08T19:56:53.7973595Z Entering 'third_party/python-peachpy' 2024-10-08T19:56:53.8308046Z Entering 'third_party/sleef' 2024-10-08T19:56:53.8652987Z Entering 'third_party/tensorpipe' 2024-10-08T19:56:53.8973105Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-10-08T19:56:53.9309065Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-10-08T19:56:53.9648606Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-10-08T19:56:53.9979672Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-10-08T19:56:54.0315123Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-10-08T19:56:54.0769977Z ##[endgroup] 2024-10-08T19:56:54.1027440Z [command]"C:\Program Files\Git\cmd\git.exe" log -1 --format='%H' 2024-10-08T19:56:54.1225150Z '47952c0a8001fd60c9ffe52b121d022d440bef8b' 2024-10-08T19:56:54.1514129Z Prepare all required actions 2024-10-08T19:56:54.1602015Z ##[group]Run ./.github/actions/setup-win 2024-10-08T19:56:54.1602405Z with: 2024-10-08T19:56:54.1602671Z cuda-version: cpu 2024-10-08T19:56:54.1602932Z env: 2024-10-08T19:56:54.1603183Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:56:54.1603502Z ##[endgroup] 2024-10-08T19:56:54.1688721Z ##[group]Run set -euo pipefail 2024-10-08T19:56:54.1689113Z set -euo pipefail 2024-10-08T19:56:54.1689505Z function get_ec2_metadata() { 2024-10-08T19:56:54.1690012Z  # Pulled from instance metadata endpoint for EC2 2024-10-08T19:56:54.1690917Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2024-10-08T19:56:54.1691701Z  category=$1 2024-10-08T19:56:54.1692210Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2024-10-08T19:56:54.1693079Z } 2024-10-08T19:56:54.1693681Z echo "ami-id: $(get_ec2_metadata ami-id)" 2024-10-08T19:56:54.1694237Z echo "instance-id: $(get_ec2_metadata instance-id)" 2024-10-08T19:56:54.1694885Z echo "instance-type: $(get_ec2_metadata instance-type)" 2024-10-08T19:56:54.1695447Z echo "system info $(uname -a)" 2024-10-08T19:56:54.1716159Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-10-08T19:56:54.1717280Z env: 2024-10-08T19:56:54.1717576Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:56:54.1717898Z ##[endgroup] 2024-10-08T19:56:54.2089708Z ami-id: ami-0ef6d56db79453e70 2024-10-08T19:56:54.2231241Z instance-id: i-052860b9fd65c9a87 2024-10-08T19:56:54.2394908Z instance-type: c5d.4xlarge 2024-10-08T19:56:54.2581274Z system info MSYS_NT-10.0-17763 EC2AMAZ-SUNQRVI 3.4.10-2e2ef940.x86_64 2024-07-09 21:35 UTC x86_64 Msys 2024-10-08T19:56:54.2673584Z ##[group]Run Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2024-10-08T19:56:54.2674953Z Set-ItemProperty -Path "HKLM:\\SYSTEM\CurrentControlSet\Control\FileSystem" -Name "LongPathsEnabled" -Value 1 2024-10-08T19:56:54.2691016Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-10-08T19:56:54.2691645Z env: 2024-10-08T19:56:54.2691902Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:56:54.2692230Z ##[endgroup] 2024-10-08T19:56:54.5948787Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-10-08T19:56:54.6017382Z Finished 2024-10-08T19:56:54.6329147Z ##[group]Run # Windows conda is baked into the AMI at this location 2024-10-08T19:56:54.6329844Z # Windows conda is baked into the AMI at this location 2024-10-08T19:56:54.6330465Z CONDA="C:\Jenkins\Miniconda3\condabin\conda.bat" 2024-10-08T19:56:54.6330924Z  2024-10-08T19:56:54.6331144Z { 2024-10-08T19:56:54.6331521Z  echo "CONDA_RUN=${CONDA} run --no-capture-output"; 2024-10-08T19:56:54.6332117Z  echo "CONDA_BUILD=${CONDA} run conda-build"; 2024-10-08T19:56:54.6332626Z  echo "CONDA_INSTALL=${CONDA} install"; 2024-10-08T19:56:54.6333058Z } >> "${GITHUB_ENV}" 2024-10-08T19:56:54.6368520Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-10-08T19:56:54.6369201Z env: 2024-10-08T19:56:54.6369483Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:56:54.6369782Z ##[endgroup] 2024-10-08T19:56:54.6650417Z ##[group]Run set +e 2024-10-08T19:56:54.6650752Z set +e 2024-10-08T19:56:54.6651016Z set -x 2024-10-08T19:56:54.6651276Z  2024-10-08T19:56:54.6651570Z PYTHON3=$(${CONDA_RUN} which python3) 2024-10-08T19:56:54.6651997Z EXIT_CODE=$? 2024-10-08T19:56:54.6652285Z  2024-10-08T19:56:54.6652559Z if [[ "${EXIT_CODE}" == "0" ]]; then 2024-10-08T19:56:54.6653156Z  echo "Found Python3 at ${PYTHON3}, adding it into GITHUB_PATH" 2024-10-08T19:56:54.6654998Z  2024-10-08T19:56:54.6655335Z  PYTHON_PATH=$(dirname "${PYTHON3}") 2024-10-08T19:56:54.6655828Z  echo "${PYTHON_PATH}" >> "${GITHUB_PATH}" 2024-10-08T19:56:54.6656252Z else 2024-10-08T19:56:54.6656885Z  # According to https://docs.conda.io/en/latest/miniconda.html, we are using the Miniconda3 2024-10-08T19:56:54.6657942Z  # installation, which is Python 3 based. Its Python is default to Python 3. Further, there 2024-10-08T19:56:54.6658982Z  # is also the Miniconda installation that is Python 2 based, and both can be installed if 2024-10-08T19:56:54.6659854Z  # needed. In both cases, Python binary is just called python 2024-10-08T19:56:54.6660453Z  PYTHON=$(${CONDA_RUN} which python) 2024-10-08T19:56:54.6660863Z  EXIT_CODE=$? 2024-10-08T19:56:54.6661155Z  2024-10-08T19:56:54.6661443Z  if [[ "${EXIT_CODE}" == "0" ]]; then 2024-10-08T19:56:54.6662116Z  echo "Found Python at ${PYTHON}, set Python3 alias and add it into GITHUB_PATH" 2024-10-08T19:56:54.6662736Z  2024-10-08T19:56:54.6663116Z  PYTHON3=$(echo "${PYTHON}" | sed "s/python/python3/") 2024-10-08T19:56:54.6663912Z  # It's difficult to setup alias across GitHub action steps, so I just add a softlink 2024-10-08T19:56:54.6664609Z  # here pointing to Python 2024-10-08T19:56:54.6665038Z  ln -s "${PYTHON}" "${PYTHON3}" 2024-10-08T19:56:54.6665420Z  2024-10-08T19:56:54.6665717Z  PYTHON_PATH=$(dirname "${PYTHON}") 2024-10-08T19:56:54.6666212Z  echo "${PYTHON_PATH}" >> "${GITHUB_PATH}" 2024-10-08T19:56:54.6666631Z  else 2024-10-08T19:56:54.6666983Z  echo "Found no Python using ${CONDA_RUN}" 2024-10-08T19:56:54.6667419Z  fi 2024-10-08T19:56:54.6667650Z fi 2024-10-08T19:56:54.6686201Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-10-08T19:56:54.6686826Z env: 2024-10-08T19:56:54.6687141Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:56:54.6687732Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-10-08T19:56:54.6688503Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-10-08T19:56:54.6689191Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-10-08T19:56:54.6689688Z ##[endgroup] 2024-10-08T19:56:54.6926203Z ++ 'C:\Jenkins\Miniconda3\condabin\conda.bat' run --no-capture-output which python3 2024-10-08T19:56:56.4020668Z + PYTHON3=/c/Jenkins/Miniconda3/python3 2024-10-08T19:56:56.4021148Z + EXIT_CODE=0 2024-10-08T19:56:56.4021402Z + [[ 0 == \0 ]] 2024-10-08T19:56:56.4021926Z + echo 'Found Python3 at /c/Jenkins/Miniconda3/python3, adding it into GITHUB_PATH' 2024-10-08T19:56:56.4022781Z Found Python3 at /c/Jenkins/Miniconda3/python3, adding it into GITHUB_PATH 2024-10-08T19:56:56.4079564Z ++ dirname /c/Jenkins/Miniconda3/python3 2024-10-08T19:56:56.4144820Z + PYTHON_PATH=/c/Jenkins/Miniconda3 2024-10-08T19:56:56.4145272Z + echo /c/Jenkins/Miniconda3 2024-10-08T19:56:56.4254667Z ##[group]Run TMPDIR=$(python -c 'import tempfile; print(tempfile.gettempdir());') 2024-10-08T19:56:56.4255606Z TMPDIR=$(python -c 'import tempfile; print(tempfile.gettempdir());') 2024-10-08T19:56:56.4256265Z echo "TMPDIR=${TMPDIR}" >> "${GITHUB_ENV}" 2024-10-08T19:56:56.4278878Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-10-08T19:56:56.4279517Z env: 2024-10-08T19:56:56.4279761Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:56:56.4280283Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-10-08T19:56:56.4281053Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-10-08T19:56:56.4281740Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-10-08T19:56:56.4282230Z ##[endgroup] 2024-10-08T19:56:56.5200127Z ##[group]Run Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TMPDIR,"C:\Jenkins\Miniconda3" -ErrorAction Ignore 2024-10-08T19:56:56.5201533Z Add-MpPreference -ExclusionPath $(Get-Location).tostring(),$Env:TMPDIR,"C:\Jenkins\Miniconda3" -ErrorAction Ignore 2024-10-08T19:56:56.5202720Z # Let's both exclude the path and disable Windows Defender completely just to be sure 2024-10-08T19:56:56.5203422Z # that it doesn't interfere 2024-10-08T19:56:56.5204126Z Set-MpPreference -DisableRealtimeMonitoring $True -ErrorAction Ignore 2024-10-08T19:56:56.5220195Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-10-08T19:56:56.5220833Z env: 2024-10-08T19:56:56.5221063Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:56:56.5221595Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-10-08T19:56:56.5222361Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-10-08T19:56:56.5223046Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-10-08T19:56:56.5223611Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-10-08T19:56:56.5224019Z ##[endgroup] 2024-10-08T19:56:56.8445949Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-10-08T19:56:56.8507360Z Finished 2024-10-08T19:56:57.2737537Z ##[group]Run choco install handle -y 2024-10-08T19:56:57.2737950Z choco install handle -y 2024-10-08T19:56:57.2738364Z handle C:\actions-runner\_work\ 2024-10-08T19:56:57.2754009Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-10-08T19:56:57.2754648Z env: 2024-10-08T19:56:57.2754896Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:56:57.2755419Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-10-08T19:56:57.2756184Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-10-08T19:56:57.2756887Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-10-08T19:56:57.2757445Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-10-08T19:56:57.2757849Z ##[endgroup] 2024-10-08T19:56:57.6131304Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-10-08T19:56:57.6193055Z Finished 2024-10-08T19:56:58.7396231Z Chocolatey v2.3.0 2024-10-08T19:56:58.8969500Z Installing the following packages: 2024-10-08T19:56:58.8974266Z handle 2024-10-08T19:56:58.8978067Z By installing, you accept licenses for the packages. 2024-10-08T19:56:59.2910512Z handle v5.0.0 already installed. 2024-10-08T19:56:59.2911103Z Use --force to reinstall, specify a version to install, or try upgrade. 2024-10-08T19:56:59.3004997Z 2024-10-08T19:56:59.3005186Z Chocolatey installed 0/1 packages. 2024-10-08T19:56:59.3005790Z See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log). 2024-10-08T19:56:59.3008644Z 2024-10-08T19:56:59.3011978Z Warnings: 2024-10-08T19:56:59.3017880Z - handle - handle v5.0.0 already installed. 2024-10-08T19:56:59.3018481Z Use --force to reinstall, specify a version to install, or try upgrade. 2024-10-08T19:56:59.3025131Z 2024-10-08T19:56:59.3025416Z Enjoy using Chocolatey? Explore more amazing features to take your 2024-10-08T19:56:59.3028056Z experience to the next level at 2024-10-08T19:56:59.3028513Z https://chocolatey.org/compare 2024-10-08T19:56:59.3662702Z 2024-10-08T19:56:59.3663153Z Nthandle v5.0 - Handle viewer 2024-10-08T19:56:59.3663647Z Copyright (C) 1997-2022 Mark Russinovich 2024-10-08T19:56:59.3664782Z Sysinternals - www.sysinternals.com 2024-10-08T19:56:59.3939835Z 2024-10-08T19:56:59.3940512Z powershell.exe pid: 4160 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2024-10-08T19:56:59.3941436Z handle.exe pid: 3280 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2024-10-08T19:56:59.3942529Z handle.exe pid: 4592 type: File 94: C:\actions-runner\_work\pytorch\pytorch 2024-10-08T19:56:59.3943405Z handle64.exe pid: 4692 type: File 50: C:\actions-runner\_work\pytorch\pytorch 2024-10-08T19:56:59.4249217Z ##[group]Run python3 .github/scripts/parse_ref.py 2024-10-08T19:56:59.4249765Z python3 .github/scripts/parse_ref.py 2024-10-08T19:56:59.4268745Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-10-08T19:56:59.4269363Z env: 2024-10-08T19:56:59.4269606Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:56:59.4270143Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-10-08T19:56:59.4270910Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-10-08T19:56:59.4271596Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-10-08T19:56:59.4272150Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-10-08T19:56:59.4272558Z ##[endgroup] 2024-10-08T19:56:59.5299522Z Prepare all required actions 2024-10-08T19:56:59.5349575Z ##[group]Run ./.github/actions/get-workflow-job-id 2024-10-08T19:56:59.5350004Z with: 2024-10-08T19:56:59.5350542Z github-token: *** 2024-10-08T19:56:59.5350797Z env: 2024-10-08T19:56:59.5351030Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:56:59.5351666Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-10-08T19:56:59.5352866Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-10-08T19:56:59.5353561Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-10-08T19:56:59.5354139Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-10-08T19:56:59.5354535Z ##[endgroup] 2024-10-08T19:56:59.5431427Z ##[group]Run set -eux 2024-10-08T19:56:59.5431776Z set -eux 2024-10-08T19:56:59.5432346Z python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2024-10-08T19:56:59.5451920Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-10-08T19:56:59.5452530Z env: 2024-10-08T19:56:59.5452782Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:56:59.5453321Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-10-08T19:56:59.5454084Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-10-08T19:56:59.5454825Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-10-08T19:56:59.5455447Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-10-08T19:56:59.5456058Z GITHUB_TOKEN: *** 2024-10-08T19:56:59.5456473Z ##[endgroup] 2024-10-08T19:56:59.5640068Z + python3 .github/scripts/get_workflow_job_id.py 11242664656 i-052860b9fd65c9a87 2024-10-08T19:57:00.0847636Z setting job-id=31256942981 2024-10-08T19:57:00.0848107Z setting job-name=win-vs2019-cpu-py3 / build 2024-10-08T19:57:00.1219672Z Prepare all required actions 2024-10-08T19:57:00.1220209Z Getting action download info 2024-10-08T19:57:00.2259805Z Download action repository 'nick-fields/retry@v3.0.0' (SHA:7152eba30c6575329ac0576536151aca5a72780e) 2024-10-08T19:57:00.3698010Z ##[group]Run ./.github/actions/filter-test-configs 2024-10-08T19:57:00.3698445Z with: 2024-10-08T19:57:00.3698878Z github-token: *** 2024-10-08T19:57:00.3700362Z 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" }, ]} 2024-10-08T19:57:00.3701995Z job-name: win-vs2019-cpu-py3 / build 2024-10-08T19:57:00.3702363Z env: 2024-10-08T19:57:00.3702600Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:57:00.3703125Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-10-08T19:57:00.3703942Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-10-08T19:57:00.3704627Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-10-08T19:57:00.3705201Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-10-08T19:57:00.3705610Z ##[endgroup] 2024-10-08T19:57:00.3807965Z ##[group]Run nick-fields/retry@v3.0.0 2024-10-08T19:57:00.3808340Z with: 2024-10-08T19:57:00.3808569Z shell: bash 2024-10-08T19:57:00.3808817Z timeout_minutes: 10 2024-10-08T19:57:00.3809108Z max_attempts: 5 2024-10-08T19:57:00.3809388Z retry_wait_seconds: 30 2024-10-08T19:57:00.3810507Z 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 2024-10-08T19:57:00.3811721Z polling_interval_seconds: 1 2024-10-08T19:57:00.3812064Z warning_on_retry: true 2024-10-08T19:57:00.3812368Z continue_on_error: false 2024-10-08T19:57:00.3812675Z env: 2024-10-08T19:57:00.3812916Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:57:00.3813433Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-10-08T19:57:00.3814202Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-10-08T19:57:00.3814897Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-10-08T19:57:00.3815456Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-10-08T19:57:00.3816063Z GITHUB_TOKEN: *** 2024-10-08T19:57:00.3816337Z ##[endgroup] 2024-10-08T19:57:00.4962150Z + python3 -m pip install requests==2.27.1 pyyaml==6.0.1 2024-10-08T19:57:01.0202052Z Requirement already satisfied: requests==2.27.1 in c:\jenkins\miniconda3\lib\site-packages (2.27.1) 2024-10-08T19:57:01.0207991Z Requirement already satisfied: pyyaml==6.0.1 in c:\jenkins\miniconda3\lib\site-packages (6.0.1) 2024-10-08T19:57:01.0345313Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (1.26.19) 2024-10-08T19:57:01.0351425Z Requirement already satisfied: certifi>=2017.4.17 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (2024.7.4) 2024-10-08T19:57:01.0363458Z Requirement already satisfied: charset-normalizer~=2.0.0 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (2.0.4) 2024-10-08T19:57:01.0378305Z Requirement already satisfied: idna<4,>=2.5 in c:\jenkins\miniconda3\lib\site-packages (from requests==2.27.1) (3.7) 2024-10-08T19:57:02.4835718Z Command completed after 1 attempt(s). 2024-10-08T19:57:02.4984418Z ##[group]Run set -x 2024-10-08T19:57:02.4984776Z set -x 2024-10-08T19:57:02.4985034Z  2024-10-08T19:57:02.4985690Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-10-08T19:57:02.4986358Z # in runner workspace 2024-10-08T19:57:02.4986858Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2024-10-08T19:57:02.5007550Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-10-08T19:57:02.5008203Z env: 2024-10-08T19:57:02.5008447Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:57:02.5008984Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-10-08T19:57:02.5009736Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-10-08T19:57:02.5010425Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-10-08T19:57:02.5010998Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-10-08T19:57:02.5011397Z ##[endgroup] 2024-10-08T19:57:02.5203108Z + python3 'C:\actions-runner\_work\pytorch\pytorch\./.github/actions/filter-test-configs/../../scripts/parse_ref.py' 2024-10-08T19:57:02.5815015Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2024-10-08T19:57:02.5815543Z echo "Workflow: ${GITHUB_WORKFLOW}" 2024-10-08T19:57:02.5815964Z echo "Job name: ${JOB_NAME}" 2024-10-08T19:57:02.5816328Z  2024-10-08T19:57:02.5816864Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-10-08T19:57:02.5817514Z # in runner workspace 2024-10-08T19:57:02.5818065Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2024-10-08T19:57:02.5818692Z  --workflow "${GITHUB_WORKFLOW}" \ 2024-10-08T19:57:02.5819147Z  --job-name "${JOB_NAME}" \ 2024-10-08T19:57:02.5819590Z  --test-matrix "{ include: [ 2024-10-08T19:57:02.5820273Z  { config: "default", shard: 1, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, 2024-10-08T19:57:02.5821232Z  { config: "default", shard: 2, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, 2024-10-08T19:57:02.5822179Z  { config: "default", shard: 3, num_shards: 3, runner: "windows.4xlarge.nonephemeral" }, 2024-10-08T19:57:02.5822832Z ]} 2024-10-08T19:57:02.5823073Z " \ 2024-10-08T19:57:02.5823366Z  --selected-test-configs "" \ 2024-10-08T19:57:02.5823789Z  --pr-number "${PR_NUMBER}" \ 2024-10-08T19:57:02.5824175Z  --tag "${TAG}" \ 2024-10-08T19:57:02.5824518Z  --event-name "${EVENT_NAME}" \ 2024-10-08T19:57:02.5824968Z  --schedule "${SCHEDULE}" \ 2024-10-08T19:57:02.5825397Z  --branch "${HEAD_BRANCH}" 2024-10-08T19:57:02.5844531Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-10-08T19:57:02.5845156Z env: 2024-10-08T19:57:02.5845403Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:57:02.5845929Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-10-08T19:57:02.5846696Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-10-08T19:57:02.5847404Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-10-08T19:57:02.5847978Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-10-08T19:57:02.5848682Z GITHUB_TOKEN: *** 2024-10-08T19:57:02.5849008Z JOB_NAME: win-vs2019-cpu-py3 / build 2024-10-08T19:57:02.5849386Z PR_NUMBER: 2024-10-08T19:57:02.5849639Z TAG: ciflow/trunk/134247 2024-10-08T19:57:02.5849953Z EVENT_NAME: push 2024-10-08T19:57:02.5850222Z SCHEDULE: 2024-10-08T19:57:02.5850455Z HEAD_BRANCH: 2024-10-08T19:57:02.5850708Z ##[endgroup] 2024-10-08T19:57:02.6034689Z Workflow: trunk 2024-10-08T19:57:02.6035024Z Job name: win-vs2019-cpu-py3 / build 2024-10-08T19:57:02.9827490Z INFO:root:Found no test-config label on the PR, so all test configs are included 2024-10-08T19:57:03.1537543Z ##[group]Run echo "Filtered matrix:" 2024-10-08T19:57:03.1537965Z echo "Filtered matrix:" 2024-10-08T19:57:03.1540233Z 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"}]}" 2024-10-08T19:57:03.1541796Z  2024-10-08T19:57:03.1542018Z echo 2024-10-08T19:57:03.1542362Z echo "Is the current job unstable? False" 2024-10-08T19:57:03.1542790Z  2024-10-08T19:57:03.1543005Z echo 2024-10-08T19:57:03.1543324Z echo "Is keep-going label set? False" 2024-10-08T19:57:03.1543731Z  2024-10-08T19:57:03.1543950Z echo 2024-10-08T19:57:03.1544222Z echo "Renabled issues? " 2024-10-08T19:57:03.1563081Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-10-08T19:57:03.1563810Z env: 2024-10-08T19:57:03.1564056Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:57:03.1564594Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-10-08T19:57:03.1565364Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-10-08T19:57:03.1566069Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-10-08T19:57:03.1566634Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-10-08T19:57:03.1567030Z ##[endgroup] 2024-10-08T19:57:03.1747601Z Filtered matrix: 2024-10-08T19:57:03.1749222Z {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}]} 2024-10-08T19:57:03.1750733Z 2024-10-08T19:57:03.1750866Z Is the current job unstable? False 2024-10-08T19:57:03.1751129Z 2024-10-08T19:57:03.1751264Z Is keep-going label set? False 2024-10-08T19:57:03.1751500Z 2024-10-08T19:57:03.1751599Z Renabled issues? 2024-10-08T19:57:03.1870635Z Prepare all required actions 2024-10-08T19:57:03.1871094Z Getting action download info 2024-10-08T19:57:03.3124670Z ##[group]Run ./.github/actions/pytest-cache-download 2024-10-08T19:57:03.3125117Z with: 2024-10-08T19:57:03.3125361Z cache_dir: .pytest_cache 2024-10-08T19:57:03.3125706Z job_identifier: trunk_win-vs2019-cpu-py3 2024-10-08T19:57:03.3126113Z s3_bucket: gha-artifacts 2024-10-08T19:57:03.3126412Z env: 2024-10-08T19:57:03.3126632Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:57:03.3127164Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-10-08T19:57:03.3127970Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-10-08T19:57:03.3128685Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-10-08T19:57:03.3129253Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-10-08T19:57:03.3129661Z ##[endgroup] 2024-10-08T19:57:03.3226415Z ##[group]Run nick-fields/retry@v3.0.0 2024-10-08T19:57:03.3226840Z with: 2024-10-08T19:57:03.3227069Z shell: bash 2024-10-08T19:57:03.3227331Z timeout_minutes: 5 2024-10-08T19:57:03.3227603Z max_attempts: 5 2024-10-08T19:57:03.3227883Z retry_wait_seconds: 30 2024-10-08T19:57:03.3228296Z command: set -eu python3 -m pip install boto3==1.19.12 2024-10-08T19:57:03.3228768Z polling_interval_seconds: 1 2024-10-08T19:57:03.3229103Z warning_on_retry: true 2024-10-08T19:57:03.3229414Z continue_on_error: false 2024-10-08T19:57:03.3229698Z env: 2024-10-08T19:57:03.3229974Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:57:03.3230545Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-10-08T19:57:03.3231296Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-10-08T19:57:03.3231994Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-10-08T19:57:03.3232560Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-10-08T19:57:03.3232965Z ##[endgroup] 2024-10-08T19:57:03.9534743Z Requirement already satisfied: boto3==1.19.12 in c:\jenkins\miniconda3\lib\site-packages (1.19.12) 2024-10-08T19:57:03.9589647Z Requirement already satisfied: botocore<1.23.0,>=1.22.12 in c:\jenkins\miniconda3\lib\site-packages (from boto3==1.19.12) (1.22.12) 2024-10-08T19:57:03.9596038Z Requirement already satisfied: jmespath<1.0.0,>=0.7.1 in c:\jenkins\miniconda3\lib\site-packages (from boto3==1.19.12) (0.10.0) 2024-10-08T19:57:03.9602600Z Requirement already satisfied: s3transfer<0.6.0,>=0.5.0 in c:\jenkins\miniconda3\lib\site-packages (from boto3==1.19.12) (0.5.2) 2024-10-08T19:57:03.9646456Z Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in c:\jenkins\miniconda3\lib\site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (2.9.0.post0) 2024-10-08T19:57:03.9653065Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in c:\jenkins\miniconda3\lib\site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.26.19) 2024-10-08T19:57:03.9710047Z Requirement already satisfied: six>=1.5 in c:\jenkins\miniconda3\lib\site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.16.0) 2024-10-08T19:57:05.4236320Z Command completed after 1 attempt(s). 2024-10-08T19:57:05.4396229Z ##[group]Run python3 .github/scripts/pytest_cache.py \ 2024-10-08T19:57:05.4396782Z python3 .github/scripts/pytest_cache.py \ 2024-10-08T19:57:05.4397238Z  --download \ 2024-10-08T19:57:05.4397636Z  --cache_dir $GITHUB_WORKSPACE/$CACHE_DIR \ 2024-10-08T19:57:05.4398105Z  --pr_identifier $GITHUB_REF \ 2024-10-08T19:57:05.4398556Z  --job_identifier $JOB_IDENTIFIER \ 2024-10-08T19:57:05.4398990Z  --temp_dir $RUNNER_TEMP \ 2024-10-08T19:57:05.4399394Z  --repo $REPO \ 2024-10-08T19:57:05.4399755Z  --bucket $BUCKET \ 2024-10-08T19:57:05.4419473Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-10-08T19:57:05.4420081Z env: 2024-10-08T19:57:05.4421736Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:57:05.4422349Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-10-08T19:57:05.4423113Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-10-08T19:57:05.4423817Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-10-08T19:57:05.4424386Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-10-08T19:57:05.4424817Z CACHE_DIR: .pytest_cache 2024-10-08T19:57:05.4425164Z JOB_IDENTIFIER: trunk_win-vs2019-cpu-py3 2024-10-08T19:57:05.4425570Z REPO: pytorch/pytorch 2024-10-08T19:57:05.4425876Z BUCKET: gha-artifacts 2024-10-08T19:57:05.4426161Z ##[endgroup] 2024-10-08T19:57:06.2381375Z PR identifier for `refs/tags/ciflow/trunk/134247` is `425ba0547a211abdd6e6d147012add44` 2024-10-08T19:57:06.2383861Z 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/134247', 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') 2024-10-08T19:57:06.2387202Z There were no files matching the prefix `pytest_cache/pytorch/pytorch/425ba0547a211abdd6e6d147012add44/trunk_win-vs2019-cpu-py3` in bucket `gha-artifacts` 2024-10-08T19:57:06.2921511Z ##[group]Run .ci/pytorch/win-build.sh 2024-10-08T19:57:06.2921954Z .ci/pytorch/win-build.sh 2024-10-08T19:57:06.2941011Z shell: C:\Program Files\Git\usr\bin\bash.EXE --noprofile --norc -e -o pipefail {0} 2024-10-08T19:57:06.2941618Z env: 2024-10-08T19:57:06.2941867Z GIT_DEFAULT_BRANCH: main 2024-10-08T19:57:06.2942409Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-10-08T19:57:06.2943161Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-10-08T19:57:06.2943976Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-10-08T19:57:06.2944698Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-10-08T19:57:06.2945207Z PYTORCH_FINAL_PACKAGE_DIR: /c/11242664656/build-results/ 2024-10-08T19:57:06.2945665Z BRANCH: 2024-10-08T19:57:06.2945944Z BUILD_ENVIRONMENT: win-vs2019-cpu-py3 2024-10-08T19:57:06.2946313Z BUILD_WHEEL: 1 2024-10-08T19:57:06.2946575Z MAX_JOBS: 8 2024-10-08T19:57:06.2946871Z CUDA_VERSION: cpu 2024-10-08T19:57:06.2947158Z PYTHON_VERSION: 3.8 2024-10-08T19:57:06.2947489Z SCCACHE_BUCKET: ossci-compiler-cache 2024-10-08T19:57:06.2947875Z SCCACHE_S3_KEY_PREFIX: trunk 2024-10-08T19:57:06.2948217Z SCCACHE_REGION: us-east-1 2024-10-08T19:57:06.2948543Z VC_PRODUCT: BuildTools 2024-10-08T19:57:06.2948834Z VC_VERSION: 2024-10-08T19:57:06.2949087Z VC_YEAR: 2019 2024-10-08T19:57:06.2949547Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-10-08T19:57:06.2950121Z AWS_DEFAULT_REGION: us-east-1 2024-10-08T19:57:06.2950446Z PR_NUMBER: 2024-10-08T19:57:06.2950769Z SHA1: 47952c0a8001fd60c9ffe52b121d022d440bef8b 2024-10-08T19:57:06.2951183Z DEBUG: 0 2024-10-08T19:57:06.2951423Z TORCH_CUDA_ARCH_LIST: 8.6 2024-10-08T19:57:06.2951736Z USE_CUDA: 0 2024-10-08T19:57:06.2951983Z USE_XPU: 0 2024-10-08T19:57:06.2952233Z OUR_GITHUB_JOB_ID: 31256942981 2024-10-08T19:57:06.2952569Z ##[endgroup] 2024-10-08T19:57:06.3662231Z ++ [[ win-vs2019-cpu-py3 == *rocm* ]] 2024-10-08T19:57:06.3662756Z ++ BUILD_TEST_LIBTORCH=0 2024-10-08T19:57:06.3663328Z + source /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/common-build.sh 2024-10-08T19:57:06.3665174Z ++ [[ win-vs2019-cpu-py3 != *win-* ]] 2024-10-08T19:57:06.3665759Z + export TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2024-10-08T19:57:06.3666439Z + TMP_DIR=/c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2024-10-08T19:57:06.3719574Z ++ cygpath -w /c/actions-runner/_work/pytorch/pytorch/build/win_tmp 2024-10-08T19:57:06.3831022Z + TMP_DIR_WIN='C:\actions-runner\_work\pytorch\pytorch\build\win_tmp' 2024-10-08T19:57:06.3831632Z + export TMP_DIR_WIN 2024-10-08T19:57:06.3832086Z + export PYTORCH_FINAL_PACKAGE_DIR=/c/11242664656/build-results/ 2024-10-08T19:57:06.3832687Z + PYTORCH_FINAL_PACKAGE_DIR=/c/11242664656/build-results/ 2024-10-08T19:57:06.3833189Z + [[ -n /c/11242664656/build-results/ ]] 2024-10-08T19:57:06.3833620Z + mkdir -p /c/11242664656/build-results/ 2024-10-08T19:57:06.3965970Z + export SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2024-10-08T19:57:06.3966986Z + SCRIPT_HELPERS_DIR=/c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2024-10-08T19:57:06.3967635Z + set +ex 2024-10-08T19:57:07.2347386Z + /c/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/build_pytorch.bat 2024-10-08T19:57:07.2482533Z 2024-10-08T19:57:07.2483562Z C:\actions-runner\_work\pytorch\pytorch>if "0" == "1" (set BUILD_TYPE=debug ) ELSE (set BUILD_TYPE=release ) 2024-10-08T19:57:07.2486421Z 2024-10-08T19:57:07.2492061Z 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 2024-10-08T19:57:07.2495977Z 2024-10-08T19:57:07.2496742Z C:\actions-runner\_work\pytorch\pytorch>set INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2024-10-08T19:57:07.2497658Z 2024-10-08T19:57:07.2498444Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\install_magma.bat 2024-10-08T19:57:07.2503355Z 2024-10-08T19:57:07.2503700Z C:\actions-runner\_work\pytorch\pytorch>if "cpu" == "cpu" ( 2024-10-08T19:57:07.2504276Z echo skip magma installation for cpu builds 2024-10-08T19:57:07.2504688Z exit /b 0 2024-10-08T19:57:07.2504925Z ) 2024-10-08T19:57:07.2505199Z skip magma installation for cpu builds 2024-10-08T19:57:07.2507960Z 2024-10-08T19:57:07.2508323Z C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 goto fail 2024-10-08T19:57:07.2509151Z 2024-10-08T19:57:07.2509514Z C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 goto fail 2024-10-08T19:57:07.2510539Z 2024-10-08T19:57:07.2511365Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\install_sccache.bat 2024-10-08T19:57:07.2519909Z 2024-10-08T19:57:07.2520464Z C:\actions-runner\_work\pytorch\pytorch>mkdir C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin 2024-10-08T19:57:07.2527363Z 2024-10-08T19:57:07.2527860Z C:\actions-runner\_work\pytorch\pytorch>if "" == "" ( 2024-10-08T19:57:07.2529150Z IF EXIST C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe ( 2024-10-08T19:57:07.2529883Z taskkill /im sccache.exe /f /t || ver 1>nul 2024-10-08T19:57:07.2530646Z del C:\actions-runner\_work\pytorch\pytorch\build\win_tmp\bin\sccache.exe || ver 1>nul 2024-10-08T19:57:07.2531307Z ) 2024-10-08T19:57:07.2533185Z 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 ) 2024-10-08T19:57:07.2535156Z ) 2024-10-08T19:57:08.4035399Z Completed 256.0 KiB/18.8 MiB (804.2 KiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4045798Z Completed 512.0 KiB/18.8 MiB (1.6 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4054301Z Completed 768.0 KiB/18.8 MiB (2.4 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4062251Z Completed 1.0 MiB/18.8 MiB (3.1 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4072159Z Completed 1.2 MiB/18.8 MiB (3.9 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4079187Z Completed 1.5 MiB/18.8 MiB (4.7 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4086356Z Completed 1.8 MiB/18.8 MiB (5.3 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4093143Z Completed 2.0 MiB/18.8 MiB (6.1 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4101759Z Completed 2.2 MiB/18.8 MiB (6.9 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4117535Z Completed 2.5 MiB/18.8 MiB (7.6 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4143329Z Completed 2.8 MiB/18.8 MiB (8.4 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4181114Z Completed 3.0 MiB/18.8 MiB (9.1 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4208935Z Completed 3.2 MiB/18.8 MiB (9.6 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4220004Z Completed 3.5 MiB/18.8 MiB (10.3 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4222413Z Completed 3.8 MiB/18.8 MiB (11.0 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4229604Z Completed 4.0 MiB/18.8 MiB (11.7 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4236921Z Completed 4.2 MiB/18.8 MiB (12.4 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4245456Z Completed 4.5 MiB/18.8 MiB (13.1 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4252114Z Completed 4.8 MiB/18.8 MiB (13.8 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4256420Z Completed 5.0 MiB/18.8 MiB (14.5 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4266588Z Completed 5.2 MiB/18.8 MiB (15.2 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4275067Z Completed 5.5 MiB/18.8 MiB (15.9 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4283433Z Completed 5.8 MiB/18.8 MiB (16.5 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4285614Z Completed 6.0 MiB/18.8 MiB (17.2 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4292794Z Completed 6.2 MiB/18.8 MiB (17.9 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4302841Z Completed 6.5 MiB/18.8 MiB (18.6 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4306625Z Completed 6.8 MiB/18.8 MiB (19.2 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4316038Z Completed 7.0 MiB/18.8 MiB (20.0 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4320167Z Completed 7.2 MiB/18.8 MiB (20.6 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4330583Z Completed 7.5 MiB/18.8 MiB (21.3 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4332722Z Completed 7.8 MiB/18.8 MiB (21.9 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4336941Z Completed 8.0 MiB/18.8 MiB (22.6 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4347226Z Completed 8.2 MiB/18.8 MiB (23.3 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4348033Z Completed 8.5 MiB/18.8 MiB (23.9 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4358154Z Completed 8.8 MiB/18.8 MiB (24.6 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4362404Z Completed 9.0 MiB/18.8 MiB (25.3 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4366919Z Completed 9.2 MiB/18.8 MiB (26.0 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4371083Z Completed 9.5 MiB/18.8 MiB (26.6 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4381191Z Completed 9.8 MiB/18.8 MiB (27.3 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4383125Z Completed 10.0 MiB/18.8 MiB (27.9 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4390972Z Completed 10.2 MiB/18.8 MiB (28.6 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4396074Z Completed 10.5 MiB/18.8 MiB (29.2 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4398997Z Completed 10.8 MiB/18.8 MiB (29.9 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4409292Z Completed 11.0 MiB/18.8 MiB (30.5 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4412314Z Completed 11.2 MiB/18.8 MiB (31.2 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4416041Z Completed 11.5 MiB/18.8 MiB (31.8 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4425845Z Completed 11.8 MiB/18.8 MiB (32.5 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4432093Z Completed 12.0 MiB/18.8 MiB (33.1 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4438069Z Completed 12.2 MiB/18.8 MiB (33.7 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4440575Z Completed 12.5 MiB/18.8 MiB (34.4 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4446611Z Completed 12.8 MiB/18.8 MiB (35.0 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4453318Z Completed 13.0 MiB/18.8 MiB (35.6 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4457973Z Completed 13.2 MiB/18.8 MiB (36.3 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4461348Z Completed 13.5 MiB/18.8 MiB (36.9 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4479335Z Completed 13.8 MiB/18.8 MiB (37.5 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4491045Z Completed 14.0 MiB/18.8 MiB (38.0 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4507664Z Completed 14.2 MiB/18.8 MiB (38.6 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4518270Z Completed 14.5 MiB/18.8 MiB (39.1 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4536881Z Completed 14.8 MiB/18.8 MiB (39.7 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4545620Z Completed 15.0 MiB/18.8 MiB (40.1 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4563990Z Completed 15.2 MiB/18.8 MiB (40.7 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4568869Z Completed 15.5 MiB/18.8 MiB (41.1 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4584912Z Completed 15.8 MiB/18.8 MiB (41.8 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4596517Z Completed 16.0 MiB/18.8 MiB (42.3 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4617467Z Completed 16.2 MiB/18.8 MiB (42.8 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4621488Z Completed 16.5 MiB/18.8 MiB (43.2 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4638828Z Completed 16.8 MiB/18.8 MiB (43.8 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4646352Z Completed 17.0 MiB/18.8 MiB (44.2 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4660480Z Completed 17.2 MiB/18.8 MiB (44.8 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4685056Z Completed 17.5 MiB/18.8 MiB (45.3 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4687582Z Completed 17.8 MiB/18.8 MiB (45.7 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4699063Z Completed 18.0 MiB/18.8 MiB (46.3 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4707451Z Completed 18.2 MiB/18.8 MiB (46.8 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4722165Z Completed 18.5 MiB/18.8 MiB (47.3 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4732552Z Completed 18.6 MiB/18.8 MiB (47.3 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4741396Z Completed 18.8 MiB/18.8 MiB (47.8 MiB/s) with 1 file(s) remaining 2024-10-08T19:57:08.4742222Z download: s3://ossci-windows/sccache-v0.7.4.exe to build\win_tmp\bin\sccache.exe 2024-10-08T19:57:08.5706806Z 2024-10-08T19:57:08.5707579Z C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 goto fail 2024-10-08T19:57:08.5708279Z 2024-10-08T19:57:08.5708973Z C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 goto fail 2024-10-08T19:57:08.5710366Z 2024-10-08T19:57:08.5710755Z C:\actions-runner\_work\pytorch\pytorch>if "0" == "1" ( 2024-10-08T19:57:08.5711698Z call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\install_xpu.bat 2024-10-08T19:57:08.5712537Z if errorlevel 1 exit /b 1 2024-10-08T19:57:08.5712842Z ) 2024-10-08T19:57:08.5712977Z 2024-10-08T19:57:08.5713804Z C:\actions-runner\_work\pytorch\pytorch>call C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers\activate_miniconda3.bat 2024-10-08T19:57:08.5723652Z 2024-10-08T19:57:08.5724586Z 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 ) 2024-10-08T19:57:08.5727303Z 2024-10-08T19:57:08.5727893Z C:\actions-runner\_work\pytorch\pytorch>if not exist C:\Jenkins\Miniconda3 (set INSTALL_FRESH_CONDA=1 ) 2024-10-08T19:57:08.5730026Z 2024-10-08T19:57:08.5730382Z C:\actions-runner\_work\pytorch\pytorch>if "" == "1" ( 2024-10-08T19:57:08.5731905Z 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 2024-10-08T19:57:08.5733290Z if errorlevel 1 exit /b 2024-10-08T19:57:08.5733635Z if not errorlevel 0 exit /b 2024-10-08T19:57:08.5734801Z 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 2024-10-08T19:57:08.5735978Z if errorlevel 1 exit /b 2024-10-08T19:57:08.5736316Z if not errorlevel 0 exit /b 2024-10-08T19:57:08.5736635Z ) 2024-10-08T19:57:08.5736759Z 2024-10-08T19:57:08.5737459Z C:\actions-runner\_work\pytorch\pytorch>call C:\Jenkins\Miniconda3\Scripts\activate.bat C:\Jenkins\Miniconda3 2024-10-08T19:57:09.7595621Z Requirement already satisfied: mkl-include==2021.4.0 in c:\jenkins\miniconda3\lib\site-packages (2021.4.0) 2024-10-08T19:57:09.7603418Z Requirement already satisfied: mkl-devel==2021.4.0 in c:\jenkins\miniconda3\lib\site-packages (2021.4.0) 2024-10-08T19:57:09.7635631Z Requirement already satisfied: mkl==2021.4.0 in c:\jenkins\miniconda3\lib\site-packages (from mkl-devel==2021.4.0) (2021.4.0) 2024-10-08T19:57:09.7662157Z Requirement already satisfied: intel-openmp==2021.* in c:\jenkins\miniconda3\lib\site-packages (from mkl==2021.4.0->mkl-devel==2021.4.0) (2021.4.0) 2024-10-08T19:57:09.7668828Z Requirement already satisfied: tbb==2021.* in c:\jenkins\miniconda3\lib\site-packages (from mkl==2021.4.0->mkl-devel==2021.4.0) (2021.13.1) 2024-10-08T19:57:10.7428278Z ********************************************************************** 2024-10-08T19:57:10.7429225Z ** Visual Studio 2019 Developer Command Prompt v16.11.39 2024-10-08T19:57:10.7429896Z ** Copyright (c) 2021 Microsoft Corporation 2024-10-08T19:57:10.7430354Z ********************************************************************** 2024-10-08T19:57:11.1495139Z [vcvarsall.bat] Environment initialized for: 'x64' 2024-10-08T19:57:11.1531875Z 2024-10-08T19:57:11.1533225Z (base) C:\actions-runner\_work\pytorch\pytorch>popd 2024-10-08T19:57:11.1535992Z 2024-10-08T19:57:11.1536439Z (base) C:\actions-runner\_work\pytorch\pytorch>if not "0" == "1" goto cuda_build_end 2024-10-08T19:57:11.1539114Z 2024-10-08T19:57:11.1539465Z (base) C:\actions-runner\_work\pytorch\pytorch>set DISTUTILS_USE_SDK=1 2024-10-08T19:57:11.1541787Z 2024-10-08T19:57:11.1556287Z (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 2024-10-08T19:57:11.1570680Z 2024-10-08T19:57:11.1571101Z (base) C:\actions-runner\_work\pytorch\pytorch>if "8.6" == "" set TORCH_CUDA_ARCH_LIST=8.6 2024-10-08T19:57:11.1571681Z 2024-10-08T19:57:11.1573599Z (base) C:\actions-runner\_work\pytorch\pytorch>set SCCACHE_IDLE_TIMEOUT=0 2024-10-08T19:57:11.1574113Z 2024-10-08T19:57:11.1574503Z (base) C:\actions-runner\_work\pytorch\pytorch>set SCCACHE_IGNORE_SERVER_IO_ERROR=1 2024-10-08T19:57:11.1575037Z 2024-10-08T19:57:11.1575325Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --stop-server 2024-10-08T19:57:11.1658076Z Stopping sccache server... 2024-10-08T19:57:12.1754678Z sccache: error: couldn't connect to server 2024-10-08T19:57:12.1758093Z sccache: caused by: No connection could be made because the target machine actively refused it. (os error 10061) 2024-10-08T19:57:12.1781301Z 2024-10-08T19:57:12.1781940Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --start-server 2024-10-08T19:57:12.1873911Z sccache: Starting the server... 2024-10-08T19:57:12.3070721Z 2024-10-08T19:57:12.3071481Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --zero-stats 2024-10-08T19:57:12.3186914Z Compile requests 0 2024-10-08T19:57:12.3188357Z Compile requests executed 0 2024-10-08T19:57:12.3188759Z Cache hits 0 2024-10-08T19:57:12.3189150Z Cache misses 0 2024-10-08T19:57:12.3189540Z Cache timeouts 0 2024-10-08T19:57:12.3189916Z Cache read errors 0 2024-10-08T19:57:12.3190319Z Forced recaches 0 2024-10-08T19:57:12.3190711Z Cache write errors 0 2024-10-08T19:57:12.3191098Z Compilation failures 0 2024-10-08T19:57:12.3191492Z Cache errors 0 2024-10-08T19:57:12.3191895Z Non-cacheable compilations 0 2024-10-08T19:57:12.3192306Z Non-cacheable calls 0 2024-10-08T19:57:12.3192709Z Non-compilation calls 0 2024-10-08T19:57:12.3193164Z Unsupported compiler calls 0 2024-10-08T19:57:12.3193609Z Average cache write 0.000 s 2024-10-08T19:57:12.3194027Z Average compiler 0.000 s 2024-10-08T19:57:12.3194449Z Average cache read hit 0.000 s 2024-10-08T19:57:12.3194875Z Failed distributed compilations 0 2024-10-08T19:57:12.3195441Z Cache location s3, name: ossci-compiler-cache, prefix: /trunk/ 2024-10-08T19:57:12.3196018Z Version (client) 0.7.4 2024-10-08T19:57:12.3207181Z 2024-10-08T19:57:12.3207785Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_C_COMPILER_LAUNCHER=sccache 2024-10-08T19:57:12.3209499Z 2024-10-08T19:57:12.3210989Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_CXX_COMPILER_LAUNCHER=sccache 2024-10-08T19:57:12.3212124Z 2024-10-08T19:57:12.3212497Z (base) C:\actions-runner\_work\pytorch\pytorch>set CMAKE_GENERATOR=Ninja 2024-10-08T19:57:12.3217086Z 2024-10-08T19:57:12.3217443Z (base) C:\actions-runner\_work\pytorch\pytorch>if "0" == "1" ( 2024-10-08T19:57:12.3217934Z 2024-10-08T19:57:12.3218141Z 2024-10-08T19:57:12.3218345Z 2024-10-08T19:57:12.3219422Z 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 2024-10-08T19:57:12.3220632Z if errorlevel 1 goto fail 2024-10-08T19:57:12.3221031Z if not errorlevel 0 goto fail 2024-10-08T19:57:12.3224358Z 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.4\bin\nvcc.exe" %* 1>"C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat" 2024-10-08T19:57:12.3226534Z cat C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat 2024-10-08T19:57:12.3228295Z set CUDA_NVCC_EXECUTABLE=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp/bin/nvcc.bat 2024-10-08T19:57:12.3229589Z for /F "usebackq delims=" %n in (`cygpath -m "C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4\bin\nvcc.exe"`) do set CMAKE_CUDA_COMPILER=%n 2024-10-08T19:57:12.3231966Z 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 2024-10-08T19:57:12.3234177Z ) 2024-10-08T19:57:12.3234304Z 2024-10-08T19:57:12.3234491Z (base) C:\actions-runner\_work\pytorch\pytorch>set 2024-10-08T19:57:12.3234967Z ALLUSERSPROFILE=C:\ProgramData 2024-10-08T19:57:12.3235502Z ALPINE_IMAGE=308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-10-08T19:57:12.3236105Z APPDATA=C:\Users\runneruser\AppData\Roaming 2024-10-08T19:57:12.3236522Z AWS_DEFAULT_REGION=us-east-1 2024-10-08T19:57:12.3236855Z AWS_EXECUTION_ENV=EC2 2024-10-08T19:57:12.3237270Z BRANCH= 2024-10-08T19:57:12.3237534Z BUILD_ENVIRONMENT=win-vs2019-cpu-py3 2024-10-08T19:57:12.3237908Z BUILD_TYPE=release 2024-10-08T19:57:12.3238165Z BUILD_WHEEL=1 2024-10-08T19:57:12.3238960Z CI=true 2024-10-08T19:57:12.3239566Z CMAKE_CXX_COMPILER_LAUNCHER=sccache 2024-10-08T19:57:12.3239952Z CMAKE_C_COMPILER_LAUNCHER=sccache 2024-10-08T19:57:12.3240311Z CMAKE_GENERATOR=Ninja 2024-10-08T19:57:12.3240626Z CommandPromptType=Native 2024-10-08T19:57:12.3241019Z COMMONPROGRAMFILES=C:\Program Files\Common Files 2024-10-08T19:57:12.3241480Z COMPUTERNAME=EC2AMAZ-SUNQRVI 2024-10-08T19:57:12.3241837Z COMSPEC=C:\Windows\system32\cmd.exe 2024-10-08T19:57:12.3242372Z CONDA_BUILD=C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-10-08T19:57:12.3242984Z CONDA_DEFAULT_ENV=base 2024-10-08T19:57:12.3243375Z CONDA_EXE=C:\Jenkins\Miniconda3\Scripts\conda.exe 2024-10-08T19:57:12.3243942Z CONDA_INSTALL=C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-10-08T19:57:12.3245332Z CONDA_PARENT_DIR=C:\Jenkins 2024-10-08T19:57:12.3245681Z CONDA_PREFIX=C:\Jenkins\Miniconda3 2024-10-08T19:57:12.3246045Z CONDA_PROMPT_MODIFIER=(base) 2024-10-08T19:57:12.3246463Z CONDA_PYTHON_EXE=C:\Jenkins\Miniconda3\python.exe 2024-10-08T19:57:12.3247117Z CONDA_RUN=C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-10-08T19:57:12.3247698Z CONDA_SHLVL=1 2024-10-08T19:57:12.3248110Z CUDA_PATH=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4 2024-10-08T19:57:12.3248833Z CUDA_PATH_V11_8=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v11.8 2024-10-08T19:57:12.3249581Z CUDA_PATH_V12_1=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.1 2024-10-08T19:57:12.3251148Z CUDA_PATH_V12_4=C:\Program Files\NVIDIA GPU Computing Toolkit\CUDA\v12.4 2024-10-08T19:57:12.3251704Z CUDA_VERSION=cpu 2024-10-08T19:57:12.3252038Z ChocolateyInstall=C:\ProgramData\chocolatey 2024-10-08T19:57:12.3252580Z CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files 2024-10-08T19:57:12.3253154Z CommonProgramW6432=C:\Program Files\Common Files 2024-10-08T19:57:12.3253581Z DEBUG=0 2024-10-08T19:57:12.3254070Z DevEnvDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\ 2024-10-08T19:57:12.3254698Z DISTUTILS_USE_SDK=1 2024-10-08T19:57:12.3255061Z DriverData=C:\Windows\System32\Drivers\DriverData 2024-10-08T19:57:12.3256342Z EC2LAUNCH_TELEMETRY=1 2024-10-08T19:57:12.3256909Z ExtensionSdkDir=C:\Program Files (x86)\Microsoft SDKs\Windows Kits\10\ExtensionSDKs 2024-10-08T19:57:12.3257548Z Framework40Version=v4.0 2024-10-08T19:57:12.3257932Z FrameworkDir=C:\Windows\Microsoft.NET\Framework64\ 2024-10-08T19:57:12.3258481Z FrameworkDir64=C:\Windows\Microsoft.NET\Framework64\ 2024-10-08T19:57:12.3258958Z FrameworkVersion=v4.0.30319 2024-10-08T19:57:12.3259290Z FrameworkVersion64=v4.0.30319 2024-10-08T19:57:12.3259632Z GITHUB_ACTION=build 2024-10-08T19:57:12.3259914Z GITHUB_ACTIONS=true 2024-10-08T19:57:12.3260221Z GITHUB_ACTION_REF= 2024-10-08T19:57:12.3260582Z GITHUB_ACTION_REPOSITORY= 2024-10-08T19:57:12.3260918Z GITHUB_ACTOR=pytorch-bot[bot] 2024-10-08T19:57:12.3262083Z GITHUB_ACTOR_ID=54816060 2024-10-08T19:57:12.3262436Z GITHUB_API_URL=https://api.github.com 2024-10-08T19:57:12.3262824Z GITHUB_BASE_REF= 2024-10-08T19:57:12.3263622Z GITHUB_ENV=C:\actions-runner\_work\_temp\_runner_file_commands\set_env_7eb67ad2-6bf7-4ab4-8eef-dc016baf7290 2024-10-08T19:57:12.3264379Z GITHUB_EVENT_NAME=push 2024-10-08T19:57:12.3264896Z GITHUB_EVENT_PATH=C:\actions-runner\_work\_temp\_github_workflow\event.json 2024-10-08T19:57:12.3265550Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2024-10-08T19:57:12.3265994Z GITHUB_HEAD_REF= 2024-10-08T19:57:12.3266261Z GITHUB_JOB=build 2024-10-08T19:57:12.3267786Z GITHUB_OUTPUT=C:\actions-runner\_work\_temp\_runner_file_commands\set_output_7eb67ad2-6bf7-4ab4-8eef-dc016baf7290 2024-10-08T19:57:12.3268974Z GITHUB_PATH=C:\actions-runner\_work\_temp\_runner_file_commands\add_path_7eb67ad2-6bf7-4ab4-8eef-dc016baf7290 2024-10-08T19:57:12.3269892Z GITHUB_REF=refs/tags/ciflow/trunk/134247 2024-10-08T19:57:12.3270290Z GITHUB_REF_NAME=ciflow/trunk/134247 2024-10-08T19:57:12.3270670Z GITHUB_REF_PROTECTED=false 2024-10-08T19:57:12.3270990Z GITHUB_REF_TYPE=tag 2024-10-08T19:57:12.3271288Z GITHUB_REPOSITORY=pytorch/pytorch 2024-10-08T19:57:12.3271669Z GITHUB_REPOSITORY_ID=65600975 2024-10-08T19:57:12.3272023Z GITHUB_REPOSITORY_OWNER=pytorch 2024-10-08T19:57:12.3272897Z GITHUB_REPOSITORY_OWNER_ID=21003710 2024-10-08T19:57:12.3273618Z GITHUB_RETENTION_DAYS=90 2024-10-08T19:57:12.3273933Z GITHUB_RUN_ATTEMPT=1 2024-10-08T19:57:12.3274211Z GITHUB_RUN_ID=11242664656 2024-10-08T19:57:12.3274523Z GITHUB_RUN_NUMBER=98699 2024-10-08T19:57:12.3274857Z GITHUB_SERVER_URL=https://github.com 2024-10-08T19:57:12.3275299Z GITHUB_SHA=47952c0a8001fd60c9ffe52b121d022d440bef8b 2024-10-08T19:57:12.3276149Z GITHUB_STATE=C:\actions-runner\_work\_temp\_runner_file_commands\save_state_7eb67ad2-6bf7-4ab4-8eef-dc016baf7290 2024-10-08T19:57:12.3277389Z GITHUB_STEP_SUMMARY=C:\actions-runner\_work\_temp\_runner_file_commands\step_summary_7eb67ad2-6bf7-4ab4-8eef-dc016baf7290 2024-10-08T19:57:12.3279093Z GITHUB_TRIGGERING_ACTOR=pytorch-bot[bot] 2024-10-08T19:57:12.3279485Z GITHUB_WORKFLOW=trunk 2024-10-08T19:57:12.3280095Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/trunk.yml@refs/tags/ciflow/trunk/134247 2024-10-08T19:57:12.3280898Z GITHUB_WORKFLOW_SHA=47952c0a8001fd60c9ffe52b121d022d440bef8b 2024-10-08T19:57:12.3281484Z GITHUB_WORKSPACE=C:\actions-runner\_work\pytorch\pytorch 2024-10-08T19:57:12.3281966Z GIT_DEFAULT_BRANCH=main 2024-10-08T19:57:12.3282277Z HOME=C:\Users\runneruser 2024-10-08T19:57:12.3285925Z 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 2024-10-08T19:57:12.3289088Z INSTALLER_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers\installation-helpers 2024-10-08T19:57:12.3292223Z 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 2024-10-08T19:57:12.3296711Z 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 2024-10-08T19:57:12.3299074Z LOCALAPPDATA=C:\Users\runneruser\AppData\Local 2024-10-08T19:57:12.3299494Z MAX_JOBS=8 2024-10-08T19:57:12.3299882Z NETFXSDKDir=C:\Program Files (x86)\Windows Kits\NETFXSDK\4.8\ 2024-10-08T19:57:12.3300390Z NUMBER_OF_PROCESSORS=16 2024-10-08T19:57:12.3301507Z OS=Windows_NT 2024-10-08T19:57:12.3301916Z OUR_GITHUB_JOB_ID=31256942981 2024-10-08T19:57:12.3315034Z 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 2024-10-08T19:57:12.3328457Z PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC 2024-10-08T19:57:12.3328928Z Platform=x64 2024-10-08T19:57:12.3330055Z PROCESSOR_ARCHITECTURE=AMD64 2024-10-08T19:57:12.3330588Z PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 85 Stepping 7, GenuineIntel 2024-10-08T19:57:12.3331130Z PROCESSOR_LEVEL=6 2024-10-08T19:57:12.3331414Z PROCESSOR_REVISION=5507 2024-10-08T19:57:12.3331745Z PROGRAMFILES=C:\Program Files 2024-10-08T19:57:12.3332073Z PROMPT=(base) $P$G 2024-10-08T19:57:12.3332340Z PR_NUMBER= 2024-10-08T19:57:12.3333015Z PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules;C:\Program Files\WindowsPowerShell\Modules 2024-10-08T19:57:12.3333791Z PUBLIC=C:\Users\Public 2024-10-08T19:57:12.3335687Z *** 2024-10-08T19:57:12.3335940Z PYTHON_VERSION=3.8 2024-10-08T19:57:12.3336303Z PYTORCH_FINAL_PACKAGE_DIR=C:/11242664656/build-results/ 2024-10-08T19:57:12.3336782Z ProgramData=C:\ProgramData 2024-10-08T19:57:12.3337158Z ProgramFiles(x86)=C:\Program Files (x86) 2024-10-08T19:57:12.3337556Z ProgramW6432=C:\Program Files 2024-10-08T19:57:12.3337886Z RUNNER_ARCH=X64 2024-10-08T19:57:12.3338169Z RUNNER_ENVIRONMENT=self-hosted 2024-10-08T19:57:12.3338503Z RUNNER_NAME=i-052860b9fd65c9a87 2024-10-08T19:57:12.3338839Z RUNNER_OS=Windows 2024-10-08T19:57:12.3339155Z RUNNER_TEMP=C:\actions-runner\_work\_temp 2024-10-08T19:57:12.3339604Z RUNNER_TOOL_CACHE=C:\actions-runner\_work\_tool 2024-10-08T19:57:12.3340155Z RUNNER_TRACKING_ID=github_46213eb9-a48b-40f8-b0e9-de2b67894314 2024-10-08T19:57:12.3341589Z RUNNER_WORKSPACE=C:\actions-runner\_work\pytorch 2024-10-08T19:57:12.3342043Z SCCACHE_BUCKET=ossci-compiler-cache 2024-10-08T19:57:12.3342430Z SCCACHE_IDLE_TIMEOUT=0 2024-10-08T19:57:12.3342746Z SCCACHE_IGNORE_SERVER_IO_ERROR=1 2024-10-08T19:57:12.3343083Z SCCACHE_REGION=us-east-1 2024-10-08T19:57:12.3343399Z SCCACHE_S3_KEY_PREFIX=trunk 2024-10-08T19:57:12.3344493Z SCRIPT_HELPERS_DIR=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers 2024-10-08T19:57:12.3345191Z SHA1=47952c0a8001fd60c9ffe52b121d022d440bef8b 2024-10-08T19:57:12.3345587Z SHLVL=2 2024-10-08T19:57:12.3345943Z SSL_CERT_FILE=C:\Jenkins\Miniconda3\Library\ssl\cacert.pem 2024-10-08T19:57:12.3347330Z SYSTEMDRIVE=C: 2024-10-08T19:57:12.3347604Z SYSTEMROOT=C:\Windows 2024-10-08T19:57:12.3347945Z TEMP=C:\Users\RUNNER~1\AppData\Local\Temp 2024-10-08T19:57:12.3348334Z TERM=xterm-256color 2024-10-08T19:57:12.3348659Z TMP=C:\Users\RUNNER~1\AppData\Local\Temp 2024-10-08T19:57:12.3349101Z TMPDIR=C:\Users\RUNNER~1\AppData\Local\Temp 2024-10-08T19:57:12.3349634Z TMP_DIR=C:/actions-runner/_work/pytorch/pytorch/build/win_tmp 2024-10-08T19:57:12.3350418Z TMP_DIR_WIN=C:\actions-runner\_work\pytorch\pytorch\build\win_tmp 2024-10-08T19:57:12.3350953Z TORCH_CUDA_ARCH_LIST=8.6 2024-10-08T19:57:12.3351255Z UCRTVersion=10.0.19041.0 2024-10-08T19:57:12.3351696Z UniversalCRTSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2024-10-08T19:57:12.3353153Z UPDATEFILE=update.finished 2024-10-08T19:57:12.3353491Z USERDOMAIN=EC2AMAZ-SUNQRVI 2024-10-08T19:57:12.3353813Z USERNAME=runneruser 2024-10-08T19:57:12.3354124Z USERPROFILE=C:\Users\runneruser 2024-10-08T19:57:12.3354448Z USE_CUDA=0 2024-10-08T19:57:12.3354688Z USE_XPU=0 2024-10-08T19:57:12.3355257Z VCIDEInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\IDE\VC\ 2024-10-08T19:57:12.3356165Z VCINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\ 2024-10-08T19:57:12.3357156Z VCToolsInstallDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Tools\MSVC\14.29.30133\ 2024-10-08T19:57:12.3359149Z VCToolsRedistDir=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\VC\Redist\MSVC\14.29.30133\ 2024-10-08T19:57:12.3359927Z VCToolsVersion=14.29.30133 2024-10-08T19:57:12.3360239Z VC_PRODUCT=BuildTools 2024-10-08T19:57:12.3360526Z VC_VERSION= 2024-10-08T19:57:12.3360751Z VC_YEAR=2019 2024-10-08T19:57:12.3361023Z VERBOSE_ARG='SilentlyContinue' 2024-10-08T19:57:12.3361385Z VisualStudioVersion=16.0 2024-10-08T19:57:12.3361993Z VS160COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\ 2024-10-08T19:57:12.3362667Z VSCMD_ARG_app_plat=Desktop 2024-10-08T19:57:12.3363051Z VSCMD_ARG_HOST_ARCH=x64 2024-10-08T19:57:12.3364196Z VSCMD_ARG_TGT_ARCH=x64 2024-10-08T19:57:12.3364492Z VSCMD_VER=16.11.39 2024-10-08T19:57:12.3364986Z VSINSTALLDIR=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\ 2024-10-08T19:57:12.3365562Z WINDIR=C:\Windows 2024-10-08T19:57:12.3366417Z 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 2024-10-08T19:57:12.3367511Z WindowsSdkBinPath=C:\Program Files (x86)\Windows Kits\10\bin\ 2024-10-08T19:57:12.3368116Z WindowsSdkDir=C:\Program Files (x86)\Windows Kits\10\ 2024-10-08T19:57:12.3368589Z WindowsSDKLibVersion=10.0.19041.0\ 2024-10-08T19:57:12.3370033Z WindowsSdkVerBinPath=C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\ 2024-10-08T19:57:12.3370643Z WindowsSDKVersion=10.0.19041.0\ 2024-10-08T19:57:12.3371368Z WindowsSDK_ExecutablePath_x64=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\x64\ 2024-10-08T19:57:12.3372475Z WindowsSDK_ExecutablePath_x86=C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools\ 2024-10-08T19:57:12.3373486Z _=C:/actions-runner/_work/pytorch/pytorch/.ci/pytorch/win-test-helpers/build_pytorch.bat 2024-10-08T19:57:12.3374145Z __CONDA_OPENSLL_CERT_FILE_SET="1" 2024-10-08T19:57:12.3375749Z __devinit_path=C:\Program Files (x86)\Microsoft Visual Studio\2019\BuildTools\Common7\Tools\devinit\devinit.exe 2024-10-08T19:57:12.3376526Z __DOTNET_ADD_64BIT=1 2024-10-08T19:57:12.3376836Z __DOTNET_PREFERRED_BITNESS=64 2024-10-08T19:57:12.3382815Z __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 2024-10-08T19:57:12.3388616Z 2024-10-08T19:57:12.3388962Z (base) C:\actions-runner\_work\pytorch\pytorch>python setup.py bdist_wheel 2024-10-08T19:57:12.6606239Z Building wheel torch-2.6.0a0+git47952c0 2024-10-08T19:57:13.3997197Z -- The CXX compiler identification is MSVC 19.29.30154.0 2024-10-08T19:57:13.5528378Z -- The C compiler identification is MSVC 19.29.30154.0 2024-10-08T19:57:13.5901405Z -- Detecting CXX compiler ABI info 2024-10-08T19:57:14.0058206Z -- Detecting CXX compiler ABI info - done 2024-10-08T19:57:14.0080081Z -- 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 2024-10-08T19:57:14.0096396Z -- Detecting CXX compile features 2024-10-08T19:57:14.0112305Z -- Detecting CXX compile features - done 2024-10-08T19:57:14.0207740Z -- Detecting C compiler ABI info 2024-10-08T19:57:14.2943821Z -- Detecting C compiler ABI info - done 2024-10-08T19:57:14.2965424Z -- 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 2024-10-08T19:57:14.2968834Z -- Detecting C compile features 2024-10-08T19:57:14.2974940Z -- Detecting C compile features - done 2024-10-08T19:57:14.3064290Z -- Not forcing any particular BLAS to be found 2024-10-08T19:57:14.3109972Z CMake Warning at CMakeLists.txt:426 (message): 2024-10-08T19:57:14.3110549Z TensorPipe cannot be used on Windows. Set it to OFF 2024-10-08T19:57:14.3110932Z 2024-10-08T19:57:14.3110938Z 2024-10-08T19:57:14.3214253Z -- Performing Test C_HAS_AVX_1 2024-10-08T19:57:14.6725517Z -- Performing Test C_HAS_AVX_1 - Success 2024-10-08T19:57:14.6730832Z -- Performing Test C_HAS_AVX2_1 2024-10-08T19:57:15.0218553Z -- Performing Test C_HAS_AVX2_1 - Success 2024-10-08T19:57:15.0224310Z -- Performing Test C_HAS_AVX512_1 2024-10-08T19:57:15.3706517Z -- Performing Test C_HAS_AVX512_1 - Success 2024-10-08T19:57:15.3712114Z -- Performing Test CXX_HAS_AVX_1 2024-10-08T19:57:15.7220349Z -- Performing Test CXX_HAS_AVX_1 - Success 2024-10-08T19:57:15.7225718Z -- Performing Test CXX_HAS_AVX2_1 2024-10-08T19:57:16.0616962Z -- Performing Test CXX_HAS_AVX2_1 - Success 2024-10-08T19:57:16.0623074Z -- Performing Test CXX_HAS_AVX512_1 2024-10-08T19:57:16.3987823Z -- Performing Test CXX_HAS_AVX512_1 - Success 2024-10-08T19:57:16.3990151Z -- Current compiler supports avx2 extension. Will build perfkernels. 2024-10-08T19:57:16.3994464Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS 2024-10-08T19:57:16.7447479Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS - Success 2024-10-08T19:57:16.7448373Z -- Current compiler supports avx512f extension. Will build fbgemm. 2024-10-08T19:57:16.7466703Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY 2024-10-08T19:57:17.0250383Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Failed 2024-10-08T19:57:17.0265874Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY 2024-10-08T19:57:17.2964250Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Failed 2024-10-08T19:57:17.3110396Z -- Performing Test HAS/UTF_8 2024-10-08T19:57:17.5824076Z -- Performing Test HAS/UTF_8 - Success 2024-10-08T19:57:17.5849803Z -- Building using own protobuf under third_party per request. 2024-10-08T19:57:17.5850550Z -- Use custom protobuf build. 2024-10-08T19:57:17.5879672Z -- 2024-10-08T19:57:17.5880093Z -- 3.13.0.0 2024-10-08T19:57:17.5928706Z -- Looking for pthread.h 2024-10-08T19:57:17.6748459Z -- Looking for pthread.h - not found 2024-10-08T19:57:17.6782228Z -- Found Threads: TRUE 2024-10-08T19:57:17.7421748Z -- Caffe2 protobuf include directory: $$ 2024-10-08T19:57:17.7445691Z -- Trying to find preferred BLAS backend of choice: MKL 2024-10-08T19:57:17.7500535Z -- MKL_THREADING = OMP 2024-10-08T19:57:17.7509638Z -- Looking for sys/types.h 2024-10-08T19:57:18.0274717Z -- Looking for sys/types.h - found 2024-10-08T19:57:18.0284544Z -- Looking for stdint.h 2024-10-08T19:57:18.4090219Z -- Looking for stdint.h - found 2024-10-08T19:57:18.4099424Z -- Looking for stddef.h 2024-10-08T19:57:18.6816917Z -- Looking for stddef.h - found 2024-10-08T19:57:18.6818683Z -- Check size of void* 2024-10-08T19:57:19.0872310Z -- Check size of void* - done 2024-10-08T19:57:19.1343589Z -- Looking for cblas_sgemm 2024-10-08T19:57:19.5398339Z -- Looking for cblas_sgemm - found 2024-10-08T19:57:19.5401439Z -- Looking for cblas_gemm_bf16bf16f32 2024-10-08T19:57:19.8312204Z -- Looking for cblas_gemm_bf16bf16f32 - found 2024-10-08T19:57:19.8313863Z -- Looking for cblas_gemm_f16f16f32 2024-10-08T19:57:20.1450576Z -- Looking for cblas_gemm_f16f16f32 - not found 2024-10-08T19:57:20.2006785Z -- 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 2024-10-08T19:57:20.2008147Z -- MKL include directory: C:/Jenkins/Miniconda3/Library/include 2024-10-08T19:57:20.2008641Z -- MKL OpenMP type: 2024-10-08T19:57:20.2008946Z -- MKL OpenMP library: 2024-10-08T19:57:20.3694519Z -- The ASM compiler identification is MSVC 2024-10-08T19:57:20.3705566Z -- Found assembler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2024-10-08T19:57:20.3927846Z -- Building for XNNPACK_TARGET_PROCESSOR: x86_64 2024-10-08T19:57:21.0909504Z -- Found Python: C:\Jenkins\Miniconda3\python.exe (found version "3.9.19") found components: Interpreter 2024-10-08T19:57:21.1519236Z -- Found Git: C:/Program Files/Git/cmd/git.exe (found version "2.46.0.windows.1") 2024-10-08T19:57:21.2480771Z -- git version: v1.6.1 normalized to 1.6.1 2024-10-08T19:57:21.2481249Z -- Version: 1.6.1 2024-10-08T19:57:21.2496510Z -- Looking for shm_open in rt 2024-10-08T19:57:21.5003812Z -- Looking for shm_open in rt - not found 2024-10-08T19:57:21.5006454Z -- Performing Test HAVE_STD_REGEX 2024-10-08T19:57:21.5006846Z -- Performing Test HAVE_STD_REGEX 2024-10-08T19:57:22.5691769Z -- Performing Test HAVE_STD_REGEX -- success 2024-10-08T19:57:22.5692289Z -- Performing Test HAVE_GNU_POSIX_REGEX 2024-10-08T19:57:22.5692704Z -- Performing Test HAVE_GNU_POSIX_REGEX 2024-10-08T19:57:22.6505485Z -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile 2024-10-08T19:57:22.6506048Z -- Performing Test HAVE_POSIX_REGEX 2024-10-08T19:57:22.6506454Z -- Performing Test HAVE_POSIX_REGEX 2024-10-08T19:57:22.7290979Z -- Performing Test HAVE_POSIX_REGEX -- failed to compile 2024-10-08T19:57:22.7291800Z -- Performing Test HAVE_STEADY_CLOCK 2024-10-08T19:57:22.7292440Z -- Performing Test HAVE_STEADY_CLOCK 2024-10-08T19:57:23.1804971Z -- Performing Test HAVE_STEADY_CLOCK -- success 2024-10-08T19:57:23.2638169Z -- Found PythonInterp: C:/Jenkins/Miniconda3/python.exe (found version "3.9.19") 2024-10-08T19:57:23.2652036Z -- Performing Test COMPILER_SUPPORTS_AVX512 2024-10-08T19:57:23.6482940Z -- Performing Test COMPILER_SUPPORTS_AVX512 - Success 2024-10-08T19:57:24.6757610Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2024-10-08T19:57:24.6759012Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2024-10-08T19:57:24.6760152Z does not match the name of the calling package (OpenMP). This can lead to 2024-10-08T19:57:24.6761143Z problems in calling code that expects `find_package` result variables 2024-10-08T19:57:24.6761753Z (e.g., `_FOUND`) to follow a certain pattern. 2024-10-08T19:57:24.6762204Z Call Stack (most recent call first): 2024-10-08T19:57:24.6762846Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2024-10-08T19:57:24.6763506Z third_party/fbgemm/CMakeLists.txt:136 (find_package) 2024-10-08T19:57:24.6764132Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-10-08T19:57:24.6764735Z 2024-10-08T19:57:24.6764885Z -- Found OpenMP_C: -openmp:experimental 2024-10-08T19:57:25.0011514Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2024-10-08T19:57:25.0013306Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2024-10-08T19:57:25.0014125Z does not match the name of the calling package (OpenMP). This can lead to 2024-10-08T19:57:25.0014879Z problems in calling code that expects `find_package` result variables 2024-10-08T19:57:25.0015491Z (e.g., `_FOUND`) to follow a certain pattern. 2024-10-08T19:57:25.0015936Z Call Stack (most recent call first): 2024-10-08T19:57:25.0016502Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2024-10-08T19:57:25.0017164Z third_party/fbgemm/CMakeLists.txt:136 (find_package) 2024-10-08T19:57:25.0018095Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-10-08T19:57:25.0018790Z 2024-10-08T19:57:25.0018955Z -- Found OpenMP_CXX: -openmp:experimental 2024-10-08T19:57:25.0019537Z CMake Warning at third_party/fbgemm/CMakeLists.txt:138 (message): 2024-10-08T19:57:25.0020111Z OpenMP found! OpenMP_C_INCLUDE_DIRS = 2024-10-08T19:57:25.0020395Z 2024-10-08T19:57:25.0020400Z 2024-10-08T19:57:25.0020522Z -- Found OpenMP: TRUE 2024-10-08T19:57:25.2386797Z CMake Warning at third_party/fbgemm/CMakeLists.txt:232 (message): 2024-10-08T19:57:25.2387424Z ========== 2024-10-08T19:57:25.2387575Z 2024-10-08T19:57:25.2387581Z 2024-10-08T19:57:25.2387856Z CMake Warning at third_party/fbgemm/CMakeLists.txt:233 (message): 2024-10-08T19:57:25.2388381Z CMAKE_BUILD_TYPE = Release 2024-10-08T19:57:25.2388621Z 2024-10-08T19:57:25.2388626Z 2024-10-08T19:57:25.2388884Z CMake Warning at third_party/fbgemm/CMakeLists.txt:234 (message): 2024-10-08T19:57:25.2389490Z CMAKE_CXX_FLAGS_DEBUG is /Z7 /Ob0 /Od /RTC1 /bigobj 2024-10-08T19:57:25.2389830Z 2024-10-08T19:57:25.2389859Z 2024-10-08T19:57:25.2390130Z CMake Warning at third_party/fbgemm/CMakeLists.txt:235 (message): 2024-10-08T19:57:25.2390730Z CMAKE_CXX_FLAGS_RELEASE is /O2 /Ob2 /DNDEBUG /bigobj 2024-10-08T19:57:25.2391086Z 2024-10-08T19:57:25.2391090Z 2024-10-08T19:57:25.2391346Z CMake Warning at third_party/fbgemm/CMakeLists.txt:236 (message): 2024-10-08T19:57:25.2392040Z ========== 2024-10-08T19:57:25.2392297Z 2024-10-08T19:57:25.2392304Z 2024-10-08T19:57:25.2745168Z ** AsmJit Summary ** 2024-10-08T19:57:25.2745770Z ASMJIT_DIR=C:/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit 2024-10-08T19:57:25.2746445Z ASMJIT_TEST=FALSE 2024-10-08T19:57:25.2746941Z ASMJIT_TARGET_TYPE=SHARED 2024-10-08T19:57:25.2747471Z ASMJIT_DEPS= 2024-10-08T19:57:25.2747825Z ASMJIT_LIBS=asmjit 2024-10-08T19:57:25.2748092Z ASMJIT_CFLAGS= 2024-10-08T19:57:25.2748685Z ASMJIT_PRIVATE_CFLAGS=-MP;-GF;-Zc:__cplusplus;-Zc:inline;-Zc:strictStrings;-Zc:threadSafeInit-;-W4 2024-10-08T19:57:25.2749400Z ASMJIT_PRIVATE_CFLAGS_DBG=-GS 2024-10-08T19:57:25.2749782Z ASMJIT_PRIVATE_CFLAGS_REL=-GS-;-O2;-Oi 2024-10-08T19:57:25.2881034Z -- Using third party subdirectory Eigen. 2024-10-08T19:57:29.8290084Z -- Found Python: C:\Jenkins\Miniconda3\python.exe (found version "3.9.19") found components: Interpreter Development.Module NumPy 2024-10-08T19:57:29.8291031Z -- Using third_party/pybind11. 2024-10-08T19:57:29.8291733Z -- pybind11 include dirs: C:/actions-runner/_work/pytorch/pytorch/cmake/../third_party/pybind11/include 2024-10-08T19:57:29.8330715Z -- Could NOT find OpenTelemetryApi (missing: OpenTelemetryApi_INCLUDE_DIRS) 2024-10-08T19:57:29.8331388Z -- Using third_party/opentelemetry-cpp. 2024-10-08T19:57:29.8332292Z -- opentelemetry api include dirs: C:/actions-runner/_work/pytorch/pytorch/cmake/../third_party/opentelemetry-cpp/api/include 2024-10-08T19:57:30.7415306Z -- Could NOT find MPI_C (missing: MPI_C_LIB_NAMES MPI_C_HEADER_DIR MPI_C_WORKS) 2024-10-08T19:57:31.4045768Z -- Could NOT find MPI_CXX (missing: MPI_CXX_LIB_NAMES MPI_CXX_HEADER_DIR MPI_CXX_WORKS) 2024-10-08T19:57:31.4048936Z -- Could NOT find MPI (missing: MPI_C_FOUND MPI_CXX_FOUND) 2024-10-08T19:57:31.4051482Z CMake Warning at cmake/Dependencies.cmake:956 (message): 2024-10-08T19:57:31.4052179Z Not compiling with MPI. Suppress this warning with -DUSE_MPI=OFF 2024-10-08T19:57:31.4052732Z Call Stack (most recent call first): 2024-10-08T19:57:31.4053126Z CMakeLists.txt:862 (include) 2024-10-08T19:57:31.4053363Z 2024-10-08T19:57:31.4053369Z 2024-10-08T19:57:31.4086884Z -- Adding OpenMP CXX_FLAGS: -openmp:experimental 2024-10-08T19:57:31.4105246Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:21 (option): 2024-10-08T19:57:31.4106089Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2024-10-08T19:57:31.4106887Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2024-10-08T19:57:31.4107527Z set the policy and suppress this warning. 2024-10-08T19:57:31.4107854Z 2024-10-08T19:57:31.4108157Z For compatibility with older versions of CMake, option is clearing the 2024-10-08T19:57:31.4108752Z normal variable 'BUILD_BENCHMARK'. 2024-10-08T19:57:31.4109319Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-10-08T19:57:31.4109767Z 2024-10-08T19:57:31.4110040Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:35 (option): 2024-10-08T19:57:31.4110820Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2024-10-08T19:57:31.4111645Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2024-10-08T19:57:31.4112264Z set the policy and suppress this warning. 2024-10-08T19:57:31.4112580Z 2024-10-08T19:57:31.4112879Z For compatibility with older versions of CMake, option is clearing the 2024-10-08T19:57:31.4113472Z normal variable 'USE_NCCL'. 2024-10-08T19:57:31.4113992Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-10-08T19:57:31.4114443Z 2024-10-08T19:57:31.4114708Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:36 (option): 2024-10-08T19:57:31.4115437Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2024-10-08T19:57:31.4116255Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2024-10-08T19:57:31.4116921Z set the policy and suppress this warning. 2024-10-08T19:57:31.4117239Z 2024-10-08T19:57:31.4117540Z For compatibility with older versions of CMake, option is clearing the 2024-10-08T19:57:31.4118115Z normal variable 'USE_RCCL'. 2024-10-08T19:57:31.4118636Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-10-08T19:57:31.4119082Z 2024-10-08T19:57:31.4119177Z -- MSVC detected 2024-10-08T19:57:31.4119448Z -- Set USE_REDIS OFF 2024-10-08T19:57:31.4119740Z -- Set USE_IBVERBS OFF 2024-10-08T19:57:31.4120022Z -- Set USE_NCCL OFF 2024-10-08T19:57:31.4120298Z -- Set USE_RCCL OFF 2024-10-08T19:57:31.4120571Z -- Set USE_LIBUV ON 2024-10-08T19:57:31.4120887Z -- Only USE_LIBUV is supported on Windows 2024-10-08T19:57:31.4125536Z -- Gloo build as SHARED library 2024-10-08T19:57:31.4738353Z Generated: C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2024-10-08T19:57:31.4746318Z Generated: C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2024-10-08T19:57:31.4754497Z Generated: C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2024-10-08T19:57:32.1651243Z -- 2024-10-08T19:57:32.1651595Z -- ******** Summary ******** 2024-10-08T19:57:32.1652029Z -- CMake version : 3.22.1 2024-10-08T19:57:32.1652599Z -- CMake command : C:/Jenkins/Miniconda3/Library/bin/cmake.exe 2024-10-08T19:57:32.1653193Z -- System : Windows 2024-10-08T19:57:32.1654103Z -- C++ compiler : C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2024-10-08T19:57:32.1655242Z -- C++ compiler version : 19.29.30154.0 2024-10-08T19:57:32.1656080Z -- CXX flags : /DWIN32 /D_WINDOWS /GR /EHsc /Zc:__cplusplus /bigobj /FS /utf-8 -DUSE_PTHREADPOOL /EHsc /wd26812 2024-10-08T19:57:32.1656895Z -- Build type : Release 2024-10-08T19:57:32.1657529Z -- Compile definitions : ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;__STDC_FORMAT_MACROS 2024-10-08T19:57:32.1658289Z -- CMAKE_PREFIX_PATH : C:\Jenkins\Miniconda3\Lib\site-packages 2024-10-08T19:57:32.1659044Z -- CMAKE_INSTALL_PREFIX : C:/actions-runner/_work/pytorch/pytorch/torch 2024-10-08T19:57:32.1659831Z -- CMAKE_MODULE_PATH : C:/actions-runner/_work/pytorch/pytorch/cmake/Modules 2024-10-08T19:57:32.1660384Z -- 2024-10-08T19:57:32.1660659Z -- ONNX version : 1.16.2 2024-10-08T19:57:32.1661125Z -- ONNX NAMESPACE : onnx_torch 2024-10-08T19:57:32.1661676Z CMake Warning at cmake/Dependencies.cmake:1417 (message): 2024-10-08T19:57:32.1662356Z Not compiling with MAGMA. Suppress this warning with -DUSE_MAGMA=OFF. 2024-10-08T19:57:32.1662944Z Call Stack (most recent call first): 2024-10-08T19:57:32.1663329Z CMakeLists.txt:862 (include) 2024-10-08T19:57:32.1663579Z 2024-10-08T19:57:32.1663584Z 2024-10-08T19:57:32.1663722Z -- ONNX_USE_LITE_PROTO : OFF 2024-10-08T19:57:32.1664161Z -- USE_PROTOBUF_SHARED_LIBS : OFF 2024-10-08T19:57:32.1664601Z -- Protobuf_USE_STATIC_LIBS : ON 2024-10-08T19:57:32.1665029Z -- ONNX_DISABLE_EXCEPTIONS : OFF 2024-10-08T19:57:32.1665479Z -- ONNX_DISABLE_STATIC_REGISTRATION : OFF 2024-10-08T19:57:32.1665916Z -- ONNX_WERROR : OFF 2024-10-08T19:57:32.1666323Z -- ONNX_BUILD_TESTS : OFF 2024-10-08T19:57:32.1666752Z -- ONNX_BUILD_BENCHMARKS : OFF 2024-10-08T19:57:32.1667185Z -- ONNX_BUILD_SHARED_LIBS : 2024-10-08T19:57:32.1667590Z -- BUILD_SHARED_LIBS : OFF 2024-10-08T19:57:32.1667961Z -- 2024-10-08T19:57:32.1668224Z -- Protobuf compiler : 2024-10-08T19:57:32.1668623Z -- Protobuf includes : 2024-10-08T19:57:32.1669041Z -- Protobuf libraries : 2024-10-08T19:57:32.1669459Z -- BUILD_ONNX_PYTHON : OFF 2024-10-08T19:57:32.1670018Z -- Found CUDA with FP16 support, compiling with torch.cuda.HalfTensor 2024-10-08T19:57:32.1670587Z -- Adding -DNDEBUG to compile flags 2024-10-08T19:57:32.1671090Z -- Could not find hardware support for NEON on this machine. 2024-10-08T19:57:32.1671600Z -- No OMAP3 processor on this machine. 2024-10-08T19:57:32.1672011Z -- No OMAP4 processor on this machine. 2024-10-08T19:57:32.1678552Z -- Looking for sbgemm_ 2024-10-08T19:57:37.4059122Z -- Looking for sbgemm_ - not found 2024-10-08T19:57:37.4074367Z -- Found a library with LAPACK API (mkl). 2024-10-08T19:57:37.4075391Z disabling CUDA because NOT USE_CUDA is set 2024-10-08T19:57:37.4075842Z disabling ROCM because NOT USE_ROCM is set 2024-10-08T19:57:37.4076348Z -- MIOpen not found. Compiling without MIOpen support 2024-10-08T19:57:37.4084792Z -- Will build oneDNN UKERNEL 2024-10-08T19:57:37.4161207Z -- MKLDNN_CPU_RUNTIME = OMP 2024-10-08T19:57:37.4178930Z -- DNNL_TARGET_ARCH: X64 2024-10-08T19:57:37.4205261Z -- DNNL_LIBRARY_NAME: dnnl 2024-10-08T19:57:37.4289668Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2024-10-08T19:57:37.4290854Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2024-10-08T19:57:37.4291656Z does not match the name of the calling package (OpenMP). This can lead to 2024-10-08T19:57:37.4292434Z problems in calling code that expects `find_package` result variables 2024-10-08T19:57:37.4293035Z (e.g., `_FOUND`) to follow a certain pattern. 2024-10-08T19:57:37.4293755Z Call Stack (most recent call first): 2024-10-08T19:57:37.4294481Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2024-10-08T19:57:37.4295202Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:55 (find_package) 2024-10-08T19:57:37.4295836Z third_party/ideep/mkl-dnn/CMakeLists.txt:119 (include) 2024-10-08T19:57:37.4296486Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-10-08T19:57:37.4296930Z 2024-10-08T19:57:37.4297621Z CMake Warning (dev) at C:/Jenkins/Miniconda3/Library/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2024-10-08T19:57:37.4298752Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2024-10-08T19:57:37.4299656Z does not match the name of the calling package (OpenMP). This can lead to 2024-10-08T19:57:37.4300479Z problems in calling code that expects `find_package` result variables 2024-10-08T19:57:37.4301087Z (e.g., `_FOUND`) to follow a certain pattern. 2024-10-08T19:57:37.4301531Z Call Stack (most recent call first): 2024-10-08T19:57:37.4302107Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2024-10-08T19:57:37.4302860Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:55 (find_package) 2024-10-08T19:57:37.4303485Z third_party/ideep/mkl-dnn/CMakeLists.txt:119 (include) 2024-10-08T19:57:37.4304131Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-10-08T19:57:37.4304576Z 2024-10-08T19:57:37.4695966Z -- Enabled testing coverage: CI 2024-10-08T19:57:37.4708597Z -- Enabled workload: TRAINING 2024-10-08T19:57:37.4708978Z -- Enabled primitives: ALL 2024-10-08T19:57:37.4709329Z -- Enabled primitive CPU ISA: ALL 2024-10-08T19:57:37.4709705Z -- Enabled primitive GPU ISA: ALL 2024-10-08T19:57:37.4710081Z -- Enabled GeMM kernels ISA: ALL 2024-10-08T19:57:37.4793287Z -- Primitive cache is enabled 2024-10-08T19:57:37.4793721Z -- Experimental functionality for ukernels is enabled 2024-10-08T19:57:37.5489319Z -- The ASM_MASM compiler identification is MSVC 2024-10-08T19:57:37.6629076Z -- Found assembler: C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/ml64.exe 2024-10-08T19:57:37.7212967Z -- Graph component is enabled 2024-10-08T19:57:37.7351065Z -- Graph compiler backend is disabled. 2024-10-08T19:57:37.7483655Z -- Found MKL-DNN: TRUE 2024-10-08T19:57:37.7551591Z -- {fmt} version: 11.0.2 2024-10-08T19:57:37.7551945Z -- Build type: Release 2024-10-08T19:57:37.7628243Z -- Using CPU-only version of Kineto 2024-10-08T19:57:37.7628662Z -- Configuring Kineto dependency: 2024-10-08T19:57:37.7629333Z -- KINETO_SOURCE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto 2024-10-08T19:57:37.7629989Z -- KINETO_BUILD_TESTS = OFF 2024-10-08T19:57:37.7630344Z -- KINETO_LIBRARY_TYPE = static 2024-10-08T19:57:37.8082867Z INFO CUDA_SOURCE_DIR = 2024-10-08T19:57:37.8083237Z INFO ROCM_SOURCE_DIR = 2024-10-08T19:57:37.8476173Z INFO CUPTI unavailable or disabled - not building GPU profilers 2024-10-08T19:57:37.9340583Z -- Kineto: FMT_SOURCE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/fmt 2024-10-08T19:57:37.9341296Z INFO CUPTI_INCLUDE_DIR = /extras/CUPTI/include 2024-10-08T19:57:37.9342013Z INFO ROCTRACER_INCLUDE_DIR = /include/roctracer 2024-10-08T19:57:37.9342880Z INFO DYNOLOG_INCLUDE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/ 2024-10-08T19:57:37.9344244Z INFO IPCFABRIC_INCLUDE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog//dynolog/src/ipcfabric/ 2024-10-08T19:57:37.9345581Z -- Kineto: FMT_INCLUDE_DIR = C:/actions-runner/_work/pytorch/pytorch/third_party/fmt/include 2024-10-08T19:57:37.9367689Z -- Configured Kineto (CPU) 2024-10-08T19:57:37.9404132Z -- Performing Test HAS/WD4624 2024-10-08T19:57:38.2271562Z -- Performing Test HAS/WD4624 - Success 2024-10-08T19:57:38.2285987Z -- Performing Test HAS/WD4068 2024-10-08T19:57:38.6031440Z -- Performing Test HAS/WD4068 - Success 2024-10-08T19:57:38.6045590Z -- Performing Test HAS/WD4067 2024-10-08T19:57:38.9018223Z -- Performing Test HAS/WD4067 - Success 2024-10-08T19:57:38.9032924Z -- Performing Test HAS/WD4267 2024-10-08T19:57:39.1886591Z -- Performing Test HAS/WD4267 - Success 2024-10-08T19:57:39.1900811Z -- Performing Test HAS/WD4661 2024-10-08T19:57:39.4741339Z -- Performing Test HAS/WD4661 - Success 2024-10-08T19:57:39.4755797Z -- Performing Test HAS/WD4717 2024-10-08T19:57:39.7576743Z -- Performing Test HAS/WD4717 - Success 2024-10-08T19:57:39.7590958Z -- Performing Test HAS/WD4244 2024-10-08T19:57:40.0373277Z -- Performing Test HAS/WD4244 - Success 2024-10-08T19:57:40.0387956Z -- Performing Test HAS/WD4804 2024-10-08T19:57:40.4206360Z -- Performing Test HAS/WD4804 - Success 2024-10-08T19:57:40.4220906Z -- Performing Test HAS/WD4273 2024-10-08T19:57:40.8034307Z -- Performing Test HAS/WD4273 - Success 2024-10-08T19:57:40.8049479Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW 2024-10-08T19:57:40.8661813Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW - Failed 2024-10-08T19:57:40.8723523Z -- 2024-10-08T19:57:40.8724321Z -- Use the C++ compiler to compile (MI_USE_CXX=ON) 2024-10-08T19:57:40.8726565Z -- 2024-10-08T19:57:40.8726848Z -- Library base name: mimalloc 2024-10-08T19:57:40.8727180Z -- Version : 1.8 2024-10-08T19:57:40.8727529Z -- Build type : release 2024-10-08T19:57:40.8728884Z -- C++ Compiler : C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2024-10-08T19:57:40.8729772Z -- Compiler flags : /Zc:__cplusplus 2024-10-08T19:57:40.8730142Z -- Compiler defines : 2024-10-08T19:57:40.8730558Z -- Link libraries : psapi;shell32;user32;advapi32;bcrypt 2024-10-08T19:57:40.8731040Z -- Build targets : static 2024-10-08T19:57:40.8731334Z -- 2024-10-08T19:57:40.8832274Z -- Performing Test HAS_WDEPRECATED 2024-10-08T19:57:40.9433696Z -- Performing Test HAS_WDEPRECATED - Failed 2024-10-08T19:57:40.9437697Z -- don't use NUMA 2024-10-08T19:57:40.9503674Z -- Looking for backtrace 2024-10-08T19:57:41.0279084Z -- Looking for backtrace - not found 2024-10-08T19:57:41.0341504Z -- Could NOT find Backtrace (missing: Backtrace_LIBRARY Backtrace_INCLUDE_DIR) 2024-10-08T19:57:44.7956605Z -- headers outputs: 2024-10-08T19:57:54.2680569Z -- sources outputs: 2024-10-08T19:57:55.8077378Z -- declarations_yaml outputs: 2024-10-08T19:57:55.8183316Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT 2024-10-08T19:58:01.1473850Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT - Failed 2024-10-08T19:58:01.3997390Z -- Using ATen parallel backend: OMP 2024-10-08T19:58:01.4011219Z disabling CUDA because USE_CUDA is set false 2024-10-08T19:58:01.7526226Z -- Found OpenSSL: C:/Jenkins/Miniconda3/Library/lib/libcrypto.lib (found version "3.0.14") 2024-10-08T19:58:01.9341123Z -- Check size of long double 2024-10-08T19:58:02.2512889Z -- Check size of long double - done 2024-10-08T19:58:02.2520195Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 2024-10-08T19:58:02.3511058Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 - Failed 2024-10-08T19:58:02.3515882Z -- Performing Test COMPILER_SUPPORTS_SSE2 2024-10-08T19:58:02.8787921Z -- Performing Test COMPILER_SUPPORTS_SSE2 - Success 2024-10-08T19:58:02.8791835Z -- Performing Test COMPILER_SUPPORTS_SSE4 2024-10-08T19:58:03.3403186Z -- Performing Test COMPILER_SUPPORTS_SSE4 - Success 2024-10-08T19:58:03.3407626Z -- Performing Test COMPILER_SUPPORTS_AVX 2024-10-08T19:58:03.7078093Z -- Performing Test COMPILER_SUPPORTS_AVX - Success 2024-10-08T19:58:03.7083285Z -- Performing Test COMPILER_SUPPORTS_FMA4 2024-10-08T19:58:04.1716978Z -- Performing Test COMPILER_SUPPORTS_FMA4 - Success 2024-10-08T19:58:04.1721858Z -- Performing Test COMPILER_SUPPORTS_AVX2 2024-10-08T19:58:04.5286935Z -- Performing Test COMPILER_SUPPORTS_AVX2 - Success 2024-10-08T19:58:04.5292466Z -- Performing Test COMPILER_SUPPORTS_AVX512F 2024-10-08T19:58:04.8853588Z -- Performing Test COMPILER_SUPPORTS_AVX512F - Success 2024-10-08T19:58:04.8905239Z -- Found OpenMP_C: -openmp:experimental (found version "2.0") 2024-10-08T19:58:04.8909215Z -- Found OpenMP_CXX: -openmp:experimental (found version "2.0") 2024-10-08T19:58:04.8912948Z -- Found OpenMP: TRUE (found version "2.0") 2024-10-08T19:58:04.8917572Z -- Performing Test COMPILER_SUPPORTS_OPENMP 2024-10-08T19:58:05.3476229Z -- Performing Test COMPILER_SUPPORTS_OPENMP - Success 2024-10-08T19:58:05.3480385Z -- Performing Test COMPILER_SUPPORTS_OMP_SIMD 2024-10-08T19:58:05.4456001Z -- Performing Test COMPILER_SUPPORTS_OMP_SIMD - Failed 2024-10-08T19:58:05.4460498Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES 2024-10-08T19:58:05.5455810Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Failed 2024-10-08T19:58:05.5460260Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH 2024-10-08T19:58:05.7166084Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Failed 2024-10-08T19:58:05.7170840Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM 2024-10-08T19:58:05.7945361Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM - Failed 2024-10-08T19:58:05.9550589Z Target system: Windows-10.0.17763 2024-10-08T19:58:05.9551079Z Target processor: AMD64 2024-10-08T19:58:05.9551444Z Host system: Windows-10.0.17763 2024-10-08T19:58:05.9551840Z -- Configuring build for SLEEF-v3.6.0 2024-10-08T19:58:05.9552246Z Host processor: AMD64 2024-10-08T19:58:05.9552837Z -- Using option `/D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_DEPRECATE ` to compile libsleef 2024-10-08T19:58:05.9553505Z -- Building shared libs : OFF 2024-10-08T19:58:05.9553864Z -- Building static test bins: OFF 2024-10-08T19:58:05.9554233Z -- MPFR : LIB_MPFR-NOTFOUND 2024-10-08T19:58:05.9554601Z -- GMP : LIBGMP-NOTFOUND 2024-10-08T19:58:05.9554941Z -- RT : 2024-10-08T19:58:05.9555188Z -- FFTW3 : LIBFFTW3-NOTFOUND 2024-10-08T19:58:05.9555515Z -- OPENSSL : 3.0.14 2024-10-08T19:58:05.9556379Z Detected C compiler: MSVC @ C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2024-10-08T19:58:05.9557288Z CMake: 3.22.1 2024-10-08T19:58:05.9557667Z Make program: C:/Jenkins/Miniconda3/Library/bin/ninja.exe 2024-10-08T19:58:05.9558162Z -- SDE : SDE_COMMAND-NOTFOUND 2024-10-08T19:58:05.9558530Z -- COMPILER_SUPPORTS_OPENMP : FALSE 2024-10-08T19:58:05.9891927Z AT_INSTALL_INCLUDE_DIR include/ATen/core 2024-10-08T19:58:05.9892701Z core header install: C:/actions-runner/_work/pytorch/pytorch/build/aten/src/ATen/core/TensorBody.h 2024-10-08T19:58:05.9893843Z core header install: C:/actions-runner/_work/pytorch/pytorch/build/aten/src/ATen/core/aten_interned_strings.h 2024-10-08T19:58:05.9894933Z core header install: C:/actions-runner/_work/pytorch/pytorch/build/aten/src/ATen/core/enum_tag.h 2024-10-08T19:58:06.5366717Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD 2024-10-08T19:58:06.5983199Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD - Failed 2024-10-08T19:58:06.5990324Z -- 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 2024-10-08T19:58:06.7547693Z CMake Warning at CMakeLists.txt:1268 (message): 2024-10-08T19:58:06.7548398Z Generated cmake files are only fully tested if one builds with system glog, 2024-10-08T19:58:06.7549212Z gflags, and protobuf. Other settings may generate files that are not well 2024-10-08T19:58:06.7549993Z tested. 2024-10-08T19:58:06.7550132Z 2024-10-08T19:58:06.7550137Z 2024-10-08T19:58:06.7569463Z -- 2024-10-08T19:58:06.7569700Z -- ******** Summary ******** 2024-10-08T19:58:06.7570017Z -- General: 2024-10-08T19:58:06.7570285Z -- CMake version : 3.22.1 2024-10-08T19:58:06.7570794Z -- CMake command : C:/Jenkins/Miniconda3/Library/bin/cmake.exe 2024-10-08T19:58:06.7571319Z -- System : Windows 2024-10-08T19:58:06.7572178Z -- C++ compiler : C:/Program Files (x86)/Microsoft Visual Studio/2019/BuildTools/VC/Tools/MSVC/14.29.30133/bin/Hostx64/x64/cl.exe 2024-10-08T19:58:06.7573101Z -- C++ compiler id : MSVC 2024-10-08T19:58:06.7573476Z -- C++ compiler version : 19.29.30154.0 2024-10-08T19:58:06.7573885Z -- Using ccache if found : OFF 2024-10-08T19:58:06.7575660Z -- 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 2024-10-08T19:58:06.7577625Z -- Shared LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 2024-10-08T19:58:06.7578340Z -- Static LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 2024-10-08T19:58:06.7579055Z -- Module LD flags : /machine:x64 /ignore:4049 /ignore:4217 /ignore:4099 2024-10-08T19:58:06.7579612Z -- Build type : Release 2024-10-08T19:58:06.7581152Z -- 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;WIN32_LEAN_AND_MEAN;_UCRT_LEGACY_INFINITY;NOMINMAX;USE_MIMALLOC 2024-10-08T19:58:06.7582845Z -- CMAKE_PREFIX_PATH : C:\Jenkins\Miniconda3\Lib\site-packages 2024-10-08T19:58:06.7583549Z -- CMAKE_INSTALL_PREFIX : C:/actions-runner/_work/pytorch/pytorch/torch 2024-10-08T19:58:06.7584100Z -- USE_GOLD_LINKER : OFF 2024-10-08T19:58:06.7584424Z -- 2024-10-08T19:58:06.7584659Z -- TORCH_VERSION : 2.6.0 2024-10-08T19:58:06.7585032Z -- BUILD_STATIC_RUNTIME_BENCHMARK: OFF 2024-10-08T19:58:06.7585436Z -- BUILD_BINARY : OFF 2024-10-08T19:58:06.7585788Z -- BUILD_CUSTOM_PROTOBUF : ON 2024-10-08T19:58:06.7586135Z -- Link local protobuf : ON 2024-10-08T19:58:06.7586493Z -- BUILD_PYTHON : True 2024-10-08T19:58:06.7586852Z -- Python version : 3.9.19 2024-10-08T19:58:06.7587590Z -- Python executable : C:\Jenkins\Miniconda3\python.exe 2024-10-08T19:58:06.7588576Z -- Python library : C:/Jenkins/Miniconda3/libs/python39.lib 2024-10-08T19:58:06.7589534Z -- Python includes : C:/Jenkins/Miniconda3/include 2024-10-08T19:58:06.7590555Z -- Python site-package : C:\Jenkins\Miniconda3\Lib\site-packages 2024-10-08T19:58:06.7591450Z -- BUILD_SHARED_LIBS : ON 2024-10-08T19:58:06.7592097Z -- CAFFE2_USE_MSVC_STATIC_RUNTIME : OFF 2024-10-08T19:58:06.7592776Z -- BUILD_TEST : True 2024-10-08T19:58:06.7593129Z -- BUILD_JNI : OFF 2024-10-08T19:58:06.7593494Z -- BUILD_MOBILE_AUTOGRAD : OFF 2024-10-08T19:58:06.7594053Z -- BUILD_LITE_INTERPRETER: OFF 2024-10-08T19:58:06.7594404Z -- INTERN_BUILD_MOBILE : 2024-10-08T19:58:06.7594746Z -- TRACING_BASED : OFF 2024-10-08T19:58:06.7595089Z -- USE_BLAS : 1 2024-10-08T19:58:06.7595402Z -- BLAS : mkl 2024-10-08T19:58:06.7595744Z -- BLAS_HAS_SBGEMM : 2024-10-08T19:58:06.7596076Z -- USE_LAPACK : 1 2024-10-08T19:58:06.7596392Z -- LAPACK : mkl 2024-10-08T19:58:06.7596729Z -- USE_ASAN : OFF 2024-10-08T19:58:06.7597062Z -- USE_TSAN : OFF 2024-10-08T19:58:06.7597394Z -- USE_CPP_CODE_COVERAGE : OFF 2024-10-08T19:58:06.7597848Z -- USE_CUDA : 0 2024-10-08T19:58:06.7598197Z -- USE_XPU : 0 2024-10-08T19:58:06.7598509Z -- USE_ROCM : OFF 2024-10-08T19:58:06.7598846Z -- BUILD_NVFUSER : 2024-10-08T19:58:06.7599177Z -- USE_EIGEN_FOR_BLAS : 2024-10-08T19:58:06.7599502Z -- USE_FBGEMM : ON 2024-10-08T19:58:06.7599941Z -- USE_FAKELOWP : OFF 2024-10-08T19:58:06.7600295Z -- USE_KINETO : ON 2024-10-08T19:58:06.7600619Z -- USE_GFLAGS : OFF 2024-10-08T19:58:06.7600956Z -- USE_GLOG : OFF 2024-10-08T19:58:06.7601297Z -- USE_LITE_PROTO : OFF 2024-10-08T19:58:06.7601631Z -- USE_PYTORCH_METAL : OFF 2024-10-08T19:58:06.7601998Z -- USE_PYTORCH_METAL_EXPORT : OFF 2024-10-08T19:58:06.7602384Z -- USE_MPS : OFF 2024-10-08T19:58:06.7602710Z -- USE_MKL : ON 2024-10-08T19:58:06.7603041Z -- USE_MKLDNN : ON 2024-10-08T19:58:06.7603377Z -- USE_MKLDNN_ACL : OFF 2024-10-08T19:58:06.7603714Z -- USE_MKLDNN_CBLAS : OFF 2024-10-08T19:58:06.7604052Z -- USE_UCC : OFF 2024-10-08T19:58:06.7604379Z -- USE_ITT : ON 2024-10-08T19:58:06.7604700Z -- USE_NCCL : OFF 2024-10-08T19:58:06.7605035Z -- USE_NNPACK : OFF 2024-10-08T19:58:06.7605375Z -- USE_NUMPY : ON 2024-10-08T19:58:06.7605700Z -- USE_OBSERVERS : ON 2024-10-08T19:58:06.7606045Z -- USE_OPENCL : OFF 2024-10-08T19:58:06.7606383Z -- USE_OPENMP : ON 2024-10-08T19:58:06.7606712Z -- USE_MIMALLOC : ON 2024-10-08T19:58:06.7607047Z -- USE_VULKAN : OFF 2024-10-08T19:58:06.7607381Z -- USE_PROF : OFF 2024-10-08T19:58:06.7607713Z -- USE_PYTORCH_QNNPACK : OFF 2024-10-08T19:58:06.7608060Z -- USE_XNNPACK : ON 2024-10-08T19:58:06.7608405Z -- USE_DISTRIBUTED : ON 2024-10-08T19:58:06.7608740Z -- USE_MPI : OFF 2024-10-08T19:58:06.7609090Z -- USE_GLOO : ON 2024-10-08T19:58:06.7609443Z -- USE_GLOO_WITH_OPENSSL : OFF 2024-10-08T19:58:06.7609797Z -- USE_TENSORPIPE : OFF 2024-10-08T19:58:06.7621918Z -- Public Dependencies : caffe2::mkl 2024-10-08T19:58:06.7622965Z -- Private Dependencies : Threads::Threads;pthreadpool;cpuinfo;XNNPACK;fbgemm;ittnotify;fp16;caffe2::openmp;gloo;fmt::fmt-header-only;kineto 2024-10-08T19:58:06.7623893Z -- Public CUDA Deps. : 2024-10-08T19:58:06.7624244Z -- Private CUDA Deps. : 2024-10-08T19:58:06.7624592Z -- USE_COREML_DELEGATE : OFF 2024-10-08T19:58:06.7624957Z -- BUILD_LAZY_TS_BACKEND : ON 2024-10-08T19:58:06.7625325Z -- USE_ROCM_KERNEL_ASSERT : OFF 2024-10-08T19:58:06.7643798Z -- Performing Test HAS_WMISSING_PROTOTYPES 2024-10-08T19:58:06.8252058Z -- Performing Test HAS_WMISSING_PROTOTYPES - Failed 2024-10-08T19:58:06.8267118Z -- Performing Test HAS_WERROR_MISSING_PROTOTYPES 2024-10-08T19:58:06.8872447Z -- Performing Test HAS_WERROR_MISSING_PROTOTYPES - Failed 2024-10-08T19:58:06.8933952Z -- Configuring done 2024-10-08T19:58:15.5840455Z -- Generating done 2024-10-08T19:58:15.8183983Z CMake Warning: 2024-10-08T19:58:15.8184506Z Manually-specified variables were not used by the project: 2024-10-08T19:58:15.8184926Z 2024-10-08T19:58:15.8185250Z BUILD_ENVIRONMENT 2024-10-08T19:58:15.8185553Z BUILD_TYPE 2024-10-08T19:58:15.8185795Z BUILD_WHEEL 2024-10-08T19:58:15.8185968Z 2024-10-08T19:58:15.8185974Z 2024-10-08T19:58:15.8209154Z -- Build files have been written to: C:/actions-runner/_work/pytorch/pytorch/build 2024-10-08T19:58:21.5515675Z [1/4] Generating ATen declarations_yaml 2024-10-08T19:58:27.2195968Z [2/4] Generating ATen sources 2024-10-08T19:58:28.0176644Z [3/4] Generating ATen headers 2024-10-08T19:58:33.9525471Z [1/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_message_field.cc.obj 2024-10-08T19:58:33.9617588Z [2/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_repeated_primitive_field.cc.obj 2024-10-08T19:58:33.9636588Z [3/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_source_generator_base.cc.obj 2024-10-08T19:58:33.9654325Z [4/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_primitive_field.cc.obj 2024-10-08T19:58:33.9745018Z [5/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_wrapper_field.cc.obj 2024-10-08T19:58:33.9766445Z [6/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_repeated_message_field.cc.obj 2024-10-08T19:58:33.9856644Z [7/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_message.cc.obj 2024-10-08T19:58:33.9879039Z [8/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_repeated_enum_field.cc.obj 2024-10-08T19:58:34.2459976Z [9/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\arena.cc.obj 2024-10-08T19:58:34.2717503Z [10/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\any_lite.cc.obj 2024-10-08T19:58:34.2996174Z [11/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\generated_message_table_driven_lite.cc.obj 2024-10-08T19:58:34.3170540Z [12/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_reflection_class.cc.obj 2024-10-08T19:58:34.3292682Z [13/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_generator.cc.obj 2024-10-08T19:58:34.3354897Z [14/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\extension_set.cc.obj 2024-10-08T19:58:34.3439718Z [15/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_map_field.cc.obj 2024-10-08T19:58:34.3775147Z [16/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_helpers.cc.obj 2024-10-08T19:58:34.5158902Z [17/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\generated_enum_util.cc.obj 2024-10-08T19:58:34.5269446Z [18/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\coded_stream.cc.obj 2024-10-08T19:58:34.5963044Z [19/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\strtod.cc.obj 2024-10-08T19:58:34.6136351Z [20/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\implicit_weak_message.cc.obj 2024-10-08T19:58:34.6152811Z [21/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\generated_message_util.cc.obj 2024-10-08T19:58:34.6218780Z [22/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\zero_copy_stream_impl.cc.obj 2024-10-08T19:58:34.6371066Z [23/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\zero_copy_stream_impl_lite.cc.obj 2024-10-08T19:58:34.7041498Z [24/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\io_win32.cc.obj 2024-10-08T19:58:34.7813046Z [25/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\io\zero_copy_stream.cc.obj 2024-10-08T19:58:34.8558532Z [26/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\bytestream.cc.obj 2024-10-08T19:58:34.8623753Z [27/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\message_lite.cc.obj 2024-10-08T19:58:34.8928364Z [28/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\parse_context.cc.obj 2024-10-08T19:58:34.8999431Z [29/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\int128.cc.obj 2024-10-08T19:58:34.9383633Z [30/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\repeated_field.cc.obj 2024-10-08T19:58:34.9483083Z [31/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\structurally_valid.cc.obj 2024-10-08T19:58:35.0447424Z [32/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\common.cc.obj 2024-10-08T19:58:35.0538878Z [33/7385] Building RC object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\version.rc.res 2024-10-08T19:58:35.0539950Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2024-10-08T19:58:35.0540435Z 2024-10-08T19:58:35.0540721Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-10-08T19:58:35.0541146Z 2024-10-08T19:58:35.0541152Z 2024-10-08T19:58:35.0645049Z [34/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\stringpiece.cc.obj 2024-10-08T19:58:35.1042280Z [35/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\stringprintf.cc.obj 2024-10-08T19:58:35.1312537Z [36/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\status.cc.obj 2024-10-08T19:58:35.1504125Z [37/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\strutil.cc.obj 2024-10-08T19:58:35.1675798Z [38/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\statusor.cc.obj 2024-10-08T19:58:35.1975198Z [39/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\stubs\time.cc.obj 2024-10-08T19:58:35.2236686Z [40/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x4-minmax-scalar.c.obj 2024-10-08T19:58:35.2345872Z [41/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\any_lite.cc.obj 2024-10-08T19:58:35.2530572Z [42/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x4-minmax-scalar.c.obj 2024-10-08T19:58:35.2780949Z [43/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-2x4-minmax-scalar.c.obj 2024-10-08T19:58:35.2955213Z [44/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-scalar-p4.c.obj 2024-10-08T19:58:35.3042324Z [45/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x4-relu-scalar.c.obj 2024-10-08T19:58:35.3173210Z [46/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\arena.cc.obj 2024-10-08T19:58:35.3319323Z [47/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x4-scalar.c.obj 2024-10-08T19:58:35.3414861Z [48/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf-lite.dir\__\src\google\protobuf\wire_format_lite.cc.obj 2024-10-08T19:58:35.3485889Z [49/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-scalar-p1.c.obj 2024-10-08T19:58:35.3533225Z [50/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-scalar-p2.c.obj 2024-10-08T19:58:35.3695733Z [51/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-scalar-c1.c.obj 2024-10-08T19:58:35.3744980Z [52/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x4-minmax-scalar.c.obj 2024-10-08T19:58:35.3856918Z [53/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-scalar-c4.c.obj 2024-10-08T19:58:35.4067780Z [54/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x4-scalar.c.obj 2024-10-08T19:58:35.4161083Z [55/7385] Linking CXX static library lib\libprotobuf-lite.lib 2024-10-08T19:58:35.4245053Z [56/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-scalar-c2.c.obj 2024-10-08T19:58:35.4680593Z [57/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x2-minmax-scalar.c.obj 2024-10-08T19:58:35.4923829Z [58/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-2x4-scalar.c.obj 2024-10-08T19:58:35.4935625Z [59/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x4-minmax-scalar.c.obj 2024-10-08T19:58:35.5226826Z [60/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x4-minmax-scalar.c.obj 2024-10-08T19:58:35.5269791Z [61/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-2x4-minmax-scalar.c.obj 2024-10-08T19:58:35.5349486Z [62/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x4-relu-scalar.c.obj 2024-10-08T19:58:35.5595742Z [63/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-2x4-relu-scalar.c.obj 2024-10-08T19:58:35.5643807Z [64/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-maxpool\f32-maxpool-9p8x-minmax-scalar-c1.c.obj 2024-10-08T19:58:35.5938226Z [65/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x2-relu-scalar.c.obj 2024-10-08T19:58:35.6283757Z [66/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x2-scalar.c.obj 2024-10-08T19:58:35.6356763Z [67/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x4-relu-scalar.c.obj 2024-10-08T19:58:35.6407164Z [68/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-2x4-minmax-scalar.c.obj 2024-10-08T19:58:35.6420567Z [69/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-pavgpool\f32-pavgpool-9x-minmax-scalar-c1.c.obj 2024-10-08T19:58:35.6475297Z [70/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x4-scalar.c.obj 2024-10-08T19:58:35.6533092Z [71/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-pavgpool\f32-pavgpool-9p8x-minmax-scalar-c1.c.obj 2024-10-08T19:58:35.6732310Z [72/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-3x3-minmax-scalar.c.obj 2024-10-08T19:58:35.7076202Z [73/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-4x4-minmax-scalar.c.obj 2024-10-08T19:58:35.7376458Z [74/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-4x2-minmax-scalar.c.obj 2024-10-08T19:58:35.7423623Z [75/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-scalar-2x4.c.obj 2024-10-08T19:58:35.7434721Z [76/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-scalar-2x1.c.obj 2024-10-08T19:58:35.7530689Z [77/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x2-minmax-scalar.c.obj 2024-10-08T19:58:35.7585733Z [78/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-1x4-minmax-scalar.c.obj 2024-10-08T19:58:35.7606718Z [79/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-2x4-minmax-scalar.c.obj 2024-10-08T19:58:35.8000655Z [80/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x4-scalar.c.obj 2024-10-08T19:58:35.8415976Z [81/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x4-relu-scalar.c.obj 2024-10-08T19:58:35.8585574Z [82/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x4-minmax-scalar.c.obj 2024-10-08T19:58:35.8671063Z [83/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x4-minmax-scalar.c.obj 2024-10-08T19:58:35.8683217Z [84/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x4-relu-scalar.c.obj 2024-10-08T19:58:35.8804390Z [85/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x4-minmax-scalar.c.obj 2024-10-08T19:58:35.8896762Z [86/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2-relu-scalar.c.obj 2024-10-08T19:58:35.9326368Z [87/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2-scalar.c.obj 2024-10-08T19:58:35.9533461Z [88/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-2x1-minmax-scalar.c.obj 2024-10-08T19:58:35.9580393Z [89/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-4x1-minmax-scalar.c.obj 2024-10-08T19:58:35.9752155Z [90/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-1x1-minmax-scalar.c.obj 2024-10-08T19:58:35.9920488Z [91/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x4-minmax-scalar.c.obj 2024-10-08T19:58:35.9971450Z [92/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2-minmax-scalar.c.obj 2024-10-08T19:58:36.0062063Z [93/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x4-scalar.c.obj 2024-10-08T19:58:36.0443010Z [94/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x4-relu-scalar.c.obj 2024-10-08T19:58:36.0560146Z [95/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-8x2-minmax-scalar.c.obj 2024-10-08T19:58:36.0631259Z [96/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u1.c.obj 2024-10-08T19:58:36.0882740Z [97/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x4-scalar.c.obj 2024-10-08T19:58:36.0939022Z [98/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u2.c.obj 2024-10-08T19:58:36.0955416Z [99/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-8x1-minmax-scalar.c.obj 2024-10-08T19:58:36.0967233Z [100/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-spmm\gen\f32-qc8w-spmm-8x4-minmax-scalar.c.obj 2024-10-08T19:58:36.1306904Z [101/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u3.c.obj 2024-10-08T19:58:36.1498959Z [102/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u2.c.obj 2024-10-08T19:58:36.1602817Z [103/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u1.c.obj 2024-10-08T19:58:36.1699622Z [104/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u3.c.obj 2024-10-08T19:58:36.1775058Z [105/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-fmagic-u4.c.obj 2024-10-08T19:58:36.1883237Z [106/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u1.c.obj 2024-10-08T19:58:36.2007264Z [107/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u4.c.obj 2024-10-08T19:58:36.2308713Z [108/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-imagic-u4.c.obj 2024-10-08T19:58:36.2387915Z [109/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u2.c.obj 2024-10-08T19:58:36.2601319Z [110/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u1.c.obj 2024-10-08T19:58:36.2613305Z [111/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u3.c.obj 2024-10-08T19:58:36.2626036Z [112/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-scalar-lrintf-u3.c.obj 2024-10-08T19:58:36.2958133Z [113/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u3.c.obj 2024-10-08T19:58:36.3097213Z [114/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u1.c.obj 2024-10-08T19:58:36.3148703Z [115/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u2.c.obj 2024-10-08T19:58:36.3208783Z [116/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u2.c.obj 2024-10-08T19:58:36.3345267Z [117/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-fmagic-u4.c.obj 2024-10-08T19:58:36.3550668Z [118/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u1.c.obj 2024-10-08T19:58:36.3660301Z [119/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u3.c.obj 2024-10-08T19:58:36.3878999Z [120/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u2.c.obj 2024-10-08T19:58:36.4001099Z [121/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-imagic-u4.c.obj 2024-10-08T19:58:36.4029757Z [122/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4-acc2.c.obj 2024-10-08T19:58:36.4287004Z [123/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-scalar-lrintf-u4.c.obj 2024-10-08T19:58:36.4416850Z [124/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4-acc4.c.obj 2024-10-08T19:58:36.4595404Z [125/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u1.c.obj 2024-10-08T19:58:36.4664519Z [126/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u2-acc2.c.obj 2024-10-08T19:58:36.4897698Z [127/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u2.c.obj 2024-10-08T19:58:36.4913143Z [128/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.obj 2024-10-08T19:58:36.4928692Z [129/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u2.c.obj 2024-10-08T19:58:36.5093590Z [130/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u1.c.obj 2024-10-08T19:58:36.5140511Z [131/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u2-acc2.c.obj 2024-10-08T19:58:36.5537922Z [132/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u1.c.obj 2024-10-08T19:58:36.5702931Z [133/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u2-acc2.c.obj 2024-10-08T19:58:36.5747699Z [134/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-scalar.c.obj 2024-10-08T19:58:36.5795764Z [135/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u4.c.obj 2024-10-08T19:58:36.5841912Z [136/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4.c.obj 2024-10-08T19:58:36.6256925Z [137/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc4.c.obj 2024-10-08T19:58:36.6342396Z [138/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u3-acc3.c.obj 2024-10-08T19:58:36.8222820Z [139/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\implicit_weak_message.cc.obj 2024-10-08T19:58:36.8237838Z [140/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\coded_stream.cc.obj 2024-10-08T19:58:36.8595253Z [141/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_enum_util.cc.obj 2024-10-08T19:58:36.8807162Z [142/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_table_driven_lite.cc.obj 2024-10-08T19:58:36.9031617Z [143/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\extension_set.cc.obj 2024-10-08T19:58:36.9053410Z [144/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_util.cc.obj 2024-10-08T19:58:36.9135094Z [145/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\parse_context.cc.obj 2024-10-08T19:58:37.0257974Z [146/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\io_win32.cc.obj 2024-10-08T19:58:37.0627996Z [147/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\zero_copy_stream.cc.obj 2024-10-08T19:58:37.0804342Z [148/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\strtod.cc.obj 2024-10-08T19:58:37.0986141Z [149/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\zero_copy_stream_impl_lite.cc.obj 2024-10-08T19:58:37.1201523Z [150/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\zero_copy_stream_impl.cc.obj 2024-10-08T19:58:37.1798460Z [151/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\time.cc.obj 2024-10-08T19:58:37.2258313Z [152/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\repeated_field.cc.obj 2024-10-08T19:58:37.2430039Z [153/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\message_lite.cc.obj 2024-10-08T19:58:37.2582985Z [154/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\structurally_valid.cc.obj 2024-10-08T19:58:37.3424897Z [155/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\strutil.cc.obj 2024-10-08T19:58:37.3813522Z [156/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\wire_format_lite.cc.obj 2024-10-08T19:58:37.4139329Z [157/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\stringpiece.cc.obj 2024-10-08T19:58:37.4292164Z [158/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\any.pb.cc.obj 2024-10-08T19:58:37.4309820Z [159/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\any.cc.obj 2024-10-08T19:58:37.4673289Z [160/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\bytestream.cc.obj 2024-10-08T19:58:37.5013990Z [161/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\status.cc.obj 2024-10-08T19:58:37.5911433Z [162/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\statusor.cc.obj 2024-10-08T19:58:37.6551337Z [163/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\int128.cc.obj 2024-10-08T19:58:37.6964020Z [164/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\common.cc.obj 2024-10-08T19:58:37.7682562Z [165/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\compiler\importer.cc.obj 2024-10-08T19:58:37.7767332Z [166/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\stringprintf.cc.obj 2024-10-08T19:58:37.8263343Z [167/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\descriptor.cc.obj 2024-10-08T19:58:37.9005635Z [168/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\compiler\parser.cc.obj 2024-10-08T19:58:37.9701154Z [169/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\empty.pb.cc.obj 2024-10-08T19:58:37.9789086Z [170/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\api.pb.cc.obj 2024-10-08T19:58:37.9951782Z [171/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\descriptor.pb.cc.obj 2024-10-08T19:58:38.0647188Z [172/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\duration.pb.cc.obj 2024-10-08T19:58:38.0978615Z [173/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\descriptor_database.cc.obj 2024-10-08T19:58:38.1390603Z [174/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\dynamic_message.cc.obj 2024-10-08T19:58:38.1786459Z [175/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\extension_set_heavy.cc.obj 2024-10-08T19:58:38.2276095Z [176/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\field_mask.pb.cc.obj 2024-10-08T19:58:38.3201318Z [177/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\service.cc.obj 2024-10-08T19:58:38.3313262Z [178/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\source_context.pb.cc.obj 2024-10-08T19:58:38.3595803Z [179/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_reflection.cc.obj 2024-10-08T19:58:38.3708929Z [180/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\stubs\substitute.cc.obj 2024-10-08T19:58:38.3779774Z [181/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\gzip_stream.cc.obj 2024-10-08T19:58:38.4548461Z [182/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\struct.pb.cc.obj 2024-10-08T19:58:38.4564255Z [183/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\tokenizer.cc.obj 2024-10-08T19:58:38.5736832Z [184/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\io\printer.cc.obj 2024-10-08T19:58:38.5827588Z [185/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\text_format.cc.obj 2024-10-08T19:58:38.6331073Z [186/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\message.cc.obj 2024-10-08T19:58:38.6997767Z [187/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\generated_message_table_driven.cc.obj 2024-10-08T19:58:38.7081058Z [188/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\map_field.cc.obj 2024-10-08T19:58:38.7297340Z [189/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\reflection_ops.cc.obj 2024-10-08T19:58:38.7396031Z [190/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\field_comparator.cc.obj 2024-10-08T19:58:38.8678174Z [191/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\unknown_field_set.cc.obj 2024-10-08T19:58:38.8911906Z [192/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\timestamp.pb.cc.obj 2024-10-08T19:58:38.9698801Z [193/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\field_mask_util.cc.obj 2024-10-08T19:58:38.9776891Z [194/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\delimited_message_util.cc.obj 2024-10-08T19:58:38.9944835Z [195/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\type.pb.cc.obj 2024-10-08T19:58:39.0656633Z [196/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\field_mask_utility.cc.obj 2024-10-08T19:58:39.0998892Z [197/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\datapiece.cc.obj 2024-10-08T19:58:39.1064605Z [198/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\json_escaping.cc.obj 2024-10-08T19:58:39.1325232Z [199/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\error_listener.cc.obj 2024-10-08T19:58:39.1351743Z [200/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\default_value_objectwriter.cc.obj 2024-10-08T19:58:39.2420542Z [201/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\json_stream_parser.cc.obj 2024-10-08T19:58:39.2938063Z [202/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\json_objectwriter.cc.obj 2024-10-08T19:58:39.3304974Z [203/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\type_info.cc.obj 2024-10-08T19:58:39.4355088Z [204/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\object_writer.cc.obj 2024-10-08T19:58:39.4735215Z [205/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\protostream_objectwriter.cc.obj 2024-10-08T19:58:39.4794208Z [206/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\protostream_objectsource.cc.obj 2024-10-08T19:58:39.5416978Z [207/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\proto_writer.cc.obj 2024-10-08T19:58:39.5826594Z [208/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\message_differencer.cc.obj 2024-10-08T19:58:39.6429979Z [209/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-scalar-u8.c.obj 2024-10-08T19:58:39.6529855Z [210/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\json_util.cc.obj 2024-10-08T19:58:39.6852338Z [211/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\utility.cc.obj 2024-10-08T19:58:39.6907257Z [212/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-scalar-u1.c.obj 2024-10-08T19:58:39.7390039Z [213/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-relu-scalar-u1.c.obj 2024-10-08T19:58:39.7513755Z [214/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-scalar-u2.c.obj 2024-10-08T19:58:39.7638770Z [215/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\internal\type_info_test_helper.cc.obj 2024-10-08T19:58:39.7716987Z [216/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u4-acc4.c.obj 2024-10-08T19:58:39.7810068Z [217/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u1.c.obj 2024-10-08T19:58:39.7954373Z [218/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\type_resolver_util.cc.obj 2024-10-08T19:58:39.8348790Z [219/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u3-acc3.c.obj 2024-10-08T19:58:39.8481215Z [220/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-scalar-u4.c.obj 2024-10-08T19:58:39.8492113Z [221/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u2-acc2.c.obj 2024-10-08T19:58:39.8692891Z [222/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-scalar-u4-acc2.c.obj 2024-10-08T19:58:39.8743081Z [223/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u4-acc2.c.obj 2024-10-08T19:58:39.8799145Z [224/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u1.c.obj 2024-10-08T19:58:39.9039331Z [225/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-scalar-u4-acc4.c.obj 2024-10-08T19:58:39.9405733Z [226/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u4-acc2.c.obj 2024-10-08T19:58:39.9611633Z [227/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u3-acc3.c.obj 2024-10-08T19:58:39.9623722Z [228/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u2-acc2.c.obj 2024-10-08T19:58:39.9673876Z [229/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u1.c.obj 2024-10-08T19:58:39.9685592Z [230/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u3-acc3.c.obj 2024-10-08T19:58:39.9696653Z [231/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u4-acc2.c.obj 2024-10-08T19:58:39.9908750Z [232/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-scalar-u4-acc4.c.obj 2024-10-08T19:58:40.0311509Z [233/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u2-acc2.c.obj 2024-10-08T19:58:40.0418681Z [234/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\util\time_util.cc.obj 2024-10-08T19:58:40.0507576Z [235/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-2x1-minmax-scalar.c.obj 2024-10-08T19:58:40.0518712Z [236/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-1x1-minmax-scalar-pipelined.c.obj 2024-10-08T19:58:40.0584158Z [237/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-2x1-minmax-scalar-pipelined.c.obj 2024-10-08T19:58:40.0674918Z [238/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-scalar-u4-acc4.c.obj 2024-10-08T19:58:40.0805726Z [239/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-8x1-minmax-scalar.c.obj 2024-10-08T19:58:40.0862778Z [240/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-1x1-minmax-scalar.c.obj 2024-10-08T19:58:40.1244572Z [241/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-8x2-minmax-scalar.c.obj 2024-10-08T19:58:40.1407955Z [242/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-4x1-minmax-scalar-pipelined.c.obj 2024-10-08T19:58:40.1466252Z [243/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-8x4-minmax-scalar.c.obj 2024-10-08T19:58:40.1532957Z [244/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-8x1-minmax-scalar-pipelined.c.obj 2024-10-08T19:58:40.1575255Z [245/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-4x1-minmax-scalar.c.obj 2024-10-08T19:58:40.1860900Z [246/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-scalar-u1.c.obj 2024-10-08T19:58:40.1920397Z [247/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-relu-scalar-u1.c.obj 2024-10-08T19:58:40.1933167Z [248/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-scalar-u2.c.obj 2024-10-08T19:58:40.2478487Z [249/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u1.c.obj 2024-10-08T19:58:40.2552140Z [250/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-relu-scalar-u2.c.obj 2024-10-08T19:58:40.2606712Z [251/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-scalar-u4.c.obj 2024-10-08T19:58:40.2618181Z [252/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-scalar-u8.c.obj 2024-10-08T19:58:40.2628440Z [253/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-relu-scalar-u8.c.obj 2024-10-08T19:58:40.2811224Z [254/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u2.c.obj 2024-10-08T19:58:40.2963128Z [255/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-relu-scalar-u4.c.obj 2024-10-08T19:58:40.3014746Z [256/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-scalar-u2.c.obj 2024-10-08T19:58:40.3602166Z [257/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u4.c.obj 2024-10-08T19:58:40.3650405Z [258/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-scalar-u8.c.obj 2024-10-08T19:58:40.3663973Z [259/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-scalar-u1.c.obj 2024-10-08T19:58:40.3720273Z [260/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-scalar-u8.c.obj 2024-10-08T19:58:40.3803780Z [261/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-relu-scalar-u1.c.obj 2024-10-08T19:58:40.3900826Z [262/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-relu-scalar-u4.c.obj 2024-10-08T19:58:40.4137622Z [263/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-relu-scalar-u2.c.obj 2024-10-08T19:58:40.4199704Z [264/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-scalar-u4.c.obj 2024-10-08T19:58:40.4706004Z [265/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-relu-scalar-u8.c.obj 2024-10-08T19:58:40.4716883Z [266/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u8.c.obj 2024-10-08T19:58:40.4813457Z [267/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-scalar-u1.c.obj 2024-10-08T19:58:40.4860422Z [268/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-scalar-u2.c.obj 2024-10-08T19:58:40.4875266Z [269/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u1.c.obj 2024-10-08T19:58:40.4935525Z [270/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u4.c.obj 2024-10-08T19:58:40.5118978Z [271/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-scalar-u2.c.obj 2024-10-08T19:58:40.5178419Z [272/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-scalar-u8.c.obj 2024-10-08T19:58:40.5747957Z [273/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-relu-scalar-u1.c.obj 2024-10-08T19:58:40.5813907Z [274/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u4.c.obj 2024-10-08T19:58:40.5912167Z [275/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-scalar-u4.c.obj 2024-10-08T19:58:40.5963888Z [276/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-relu-scalar-u2.c.obj 2024-10-08T19:58:40.5974379Z [277/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-relu-scalar-u4.c.obj 2024-10-08T19:58:40.5985284Z [278/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u1.c.obj 2024-10-08T19:58:40.6117514Z [279/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u8.c.obj 2024-10-08T19:58:40.6385566Z [280/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-relu-scalar-u8.c.obj 2024-10-08T19:58:40.6749972Z [281/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-scalar-u2.c.obj 2024-10-08T19:58:40.6801674Z [282/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-relu-scalar-u2.c.obj 2024-10-08T19:58:40.6919675Z [283/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-scalar-u2.c.obj 2024-10-08T19:58:40.7006897Z [284/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-scalar-u1.c.obj 2024-10-08T19:58:40.7060094Z [285/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-relu-scalar-u1.c.obj 2024-10-08T19:58:40.7142929Z [286/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-scalar-u4.c.obj 2024-10-08T19:58:40.7192608Z [287/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-scalar-u8.c.obj 2024-10-08T19:58:40.7366680Z [288/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-relu-scalar-u8.c.obj 2024-10-08T19:58:40.7777201Z [289/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u1.c.obj 2024-10-08T19:58:40.7789421Z [290/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-relu-scalar-u4.c.obj 2024-10-08T19:58:40.7949039Z [291/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u2.c.obj 2024-10-08T19:58:40.8072256Z [292/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u4.c.obj 2024-10-08T19:58:40.8226124Z [293/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-scalar-u8.c.obj 2024-10-08T19:58:40.8310238Z [294/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u4.c.obj 2024-10-08T19:58:40.8436055Z [295/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u2.c.obj 2024-10-08T19:58:40.8482405Z [296/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u1.c.obj 2024-10-08T19:58:40.8702453Z [297/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-scalar-u8.c.obj 2024-10-08T19:58:40.8901563Z [298/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u4.c.obj 2024-10-08T19:58:40.9087777Z [299/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u1.c.obj 2024-10-08T19:58:40.9233925Z [300/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u2.c.obj 2024-10-08T19:58:40.9413669Z [301/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u1.c.obj 2024-10-08T19:58:40.9461401Z [302/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u1.c.obj 2024-10-08T19:58:40.9475694Z [303/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u4.c.obj 2024-10-08T19:58:40.9541185Z [304/7385] Building RC object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\version.rc.res 2024-10-08T19:58:40.9542615Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2024-10-08T19:58:40.9543177Z 2024-10-08T19:58:40.9543476Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-10-08T19:58:40.9543929Z 2024-10-08T19:58:40.9543934Z 2024-10-08T19:58:40.9713509Z [305/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-scalar-u8.c.obj 2024-10-08T19:58:40.9725703Z [306/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u2.c.obj 2024-10-08T19:58:40.9844264Z [307/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u8.c.obj 2024-10-08T19:58:41.0192491Z [308/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-scalar-u2.c.obj 2024-10-08T19:58:41.0239340Z [309/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u8.c.obj 2024-10-08T19:58:41.0359910Z [310/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-scalar-u4.c.obj 2024-10-08T19:58:41.3021094Z [311/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\wrappers.pb.cc.obj 2024-10-08T19:58:41.3113495Z [312/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\code_generator.cc.obj 2024-10-08T19:58:41.3385280Z [313/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_extension.cc.obj 2024-10-08T19:58:41.3530206Z [314/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_enum.cc.obj 2024-10-08T19:58:41.4119930Z [315/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_field.cc.obj 2024-10-08T19:58:41.4258110Z [316/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_file.cc.obj 2024-10-08T19:58:41.4391527Z [317/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotobuf.dir\__\src\google\protobuf\wire_format.cc.obj 2024-10-08T19:58:41.5599918Z [318/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\command_line_interface.cc.obj 2024-10-08T19:58:41.6462824Z [319/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_enum_field.cc.obj 2024-10-08T19:58:41.6555824Z [320/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_message_field.cc.obj 2024-10-08T19:58:41.6894206Z [321/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_map_field.cc.obj 2024-10-08T19:58:41.7058600Z [322/7385] Linking CXX static library lib\libprotobuf.lib 2024-10-08T19:58:41.7255883Z [323/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_generator.cc.obj 2024-10-08T19:58:41.8561136Z [324/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_message.cc.obj 2024-10-08T19:58:41.8986975Z [325/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_doc_comment.cc.obj 2024-10-08T19:58:41.9070205Z [326/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_helpers.cc.obj 2024-10-08T19:58:41.9477339Z [327/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_string_field.cc.obj 2024-10-08T19:58:42.0156123Z [328/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_service.cc.obj 2024-10-08T19:58:42.0371296Z [329/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_padding_optimizer.cc.obj 2024-10-08T19:58:42.0916929Z [330/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_enum_field.cc.obj 2024-10-08T19:58:42.1052153Z [331/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\cpp\cpp_primitive_field.cc.obj 2024-10-08T19:58:42.2380313Z [332/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_enum.cc.obj 2024-10-08T19:58:42.2501029Z [333/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum_lite.cc.obj 2024-10-08T19:58:42.2519766Z [334/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\csharp\csharp_field_base.cc.obj 2024-10-08T19:58:42.3354462Z [335/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum_field_lite.cc.obj 2024-10-08T19:58:42.3604206Z [336/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_doc_comment.cc.obj 2024-10-08T19:58:42.3747341Z [337/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_context.cc.obj 2024-10-08T19:58:42.3827696Z [338/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum_field.cc.obj 2024-10-08T19:58:42.4467187Z [339/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_enum.cc.obj 2024-10-08T19:58:42.6140147Z [340/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_field.cc.obj 2024-10-08T19:58:42.6451705Z [341/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_generator.cc.obj 2024-10-08T19:58:42.6790309Z [342/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_file.cc.obj 2024-10-08T19:58:42.6880092Z [343/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_extension.cc.obj 2024-10-08T19:58:42.7151296Z [344/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_extension_lite.cc.obj 2024-10-08T19:58:42.7236960Z [345/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_map_field.cc.obj 2024-10-08T19:58:42.8205250Z [346/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_helpers.cc.obj 2024-10-08T19:58:42.8804825Z [347/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message.cc.obj 2024-10-08T19:58:42.9849232Z [348/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_map_field_lite.cc.obj 2024-10-08T19:58:43.0124149Z [349/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_generator_factory.cc.obj 2024-10-08T19:58:43.0291621Z [350/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_builder.cc.obj 2024-10-08T19:58:43.0802082Z [351/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_name_resolver.cc.obj 2024-10-08T19:58:43.0886792Z [352/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_builder_lite.cc.obj 2024-10-08T19:58:43.1114150Z [353/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_field_lite.cc.obj 2024-10-08T19:58:43.1485144Z [354/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\js\well_known_types_embed.cc.obj 2024-10-08T19:58:43.1868732Z [355/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_field.cc.obj 2024-10-08T19:58:43.2580339Z [356/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_message_lite.cc.obj 2024-10-08T19:58:43.3138950Z [357/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_primitive_field_lite.cc.obj 2024-10-08T19:58:43.3347129Z [358/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_service.cc.obj 2024-10-08T19:58:43.3912565Z [359/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_primitive_field.cc.obj 2024-10-08T19:58:43.4930114Z [360/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\js\js_generator.cc.obj 2024-10-08T19:58:43.5089599Z [361/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_string_field.cc.obj 2024-10-08T19:58:43.5243392Z [362/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_shared_code_generator.cc.obj 2024-10-08T19:58:43.6153377Z [363/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\java\java_string_field_lite.cc.obj 2024-10-08T19:58:43.6233363Z [364/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_enum.cc.obj 2024-10-08T19:58:43.6916421Z [365/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_field.cc.obj 2024-10-08T19:58:43.7015604Z [366/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_extension.cc.obj 2024-10-08T19:58:43.7734085Z [367/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_file.cc.obj 2024-10-08T19:58:43.8532019Z [368/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_oneof.cc.obj 2024-10-08T19:58:43.8704947Z [369/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_enum_field.cc.obj 2024-10-08T19:58:43.9547234Z [370/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_helpers.cc.obj 2024-10-08T19:58:43.9925906Z [371/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_map_field.cc.obj 2024-10-08T19:58:44.0008861Z [372/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_generator.cc.obj 2024-10-08T19:58:44.0223487Z [373/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_message_field.cc.obj 2024-10-08T19:58:44.1336317Z [374/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_primitive_field.cc.obj 2024-10-08T19:58:44.1794858Z [375/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\objectivec\objectivec_message.cc.obj 2024-10-08T19:58:44.1876988Z [376/7385] Building RC object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\version.rc.res 2024-10-08T19:58:44.1878089Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2024-10-08T19:58:44.1878521Z 2024-10-08T19:58:44.1878779Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-10-08T19:58:44.1879161Z 2024-10-08T19:58:44.1879166Z 2024-10-08T19:58:44.1955832Z [377/7385] Building RC object third_party\protobuf\cmake\CMakeFiles\protoc.dir\version.rc.res 2024-10-08T19:58:44.1957502Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2024-10-08T19:58:44.1958436Z 2024-10-08T19:58:44.1958869Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-10-08T19:58:44.1959605Z 2024-10-08T19:58:44.1959632Z 2024-10-08T19:58:44.2089200Z [378/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\plugin.cc.obj 2024-10-08T19:58:44.2875099Z [379/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\php\php_generator.cc.obj 2024-10-08T19:58:44.3268359Z [380/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\plugin.pb.cc.obj 2024-10-08T19:58:44.3367202Z [381/7385] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\legacy-api.c.obj 2024-10-08T19:58:44.3904874Z [382/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\python\python_generator.cc.obj 2024-10-08T19:58:44.4439470Z [383/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\subprocess.cc.obj 2024-10-08T19:58:44.4511436Z [384/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\zip_writer.cc.obj 2024-10-08T19:58:44.4597215Z [385/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\protoc.dir\__\src\google\protobuf\compiler\main.cc.obj 2024-10-08T19:58:44.5146126Z [386/7385] Building CXX object third_party\protobuf\cmake\CMakeFiles\libprotoc.dir\__\src\google\protobuf\compiler\ruby\ruby_generator.cc.obj 2024-10-08T19:58:44.5163962Z [387/7385] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\info.c.obj 2024-10-08T19:58:44.6151413Z [388/7385] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\init.c.obj 2024-10-08T19:58:44.7463042Z [389/7385] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\log.c.obj 2024-10-08T19:58:44.7659809Z [390/7385] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\init.c.obj 2024-10-08T19:58:44.8324676Z [391/7385] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\portable-api.c.obj 2024-10-08T19:58:44.8387281Z 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 2024-10-08T19:58:44.8389564Z [392/7385] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\memory.c.obj 2024-10-08T19:58:44.8390919Z 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 2024-10-08T19:58:44.8658807Z [393/7385] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\vendor.c.obj 2024-10-08T19:58:44.8731965Z [394/7385] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\windows.c.obj 2024-10-08T19:58:44.8734870Z 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 2024-10-08T19:58:44.8744973Z [395/7385] Linking CXX static library lib\libprotoc.lib 2024-10-08T19:58:44.9224277Z [396/7385] Building C object confu-deps\pthreadpool\CMakeFiles\pthreadpool.dir\src\fastpath.c.obj 2024-10-08T19:58:44.9225705Z 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 2024-10-08T19:58:44.9300882Z [397/7385] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\uarch.c.obj 2024-10-08T19:58:44.9357257Z [398/7385] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\name.c.obj 2024-10-08T19:58:44.9410851Z [399/7385] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\topology.c.obj 2024-10-08T19:58:44.9483426Z [400/7385] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\cache.c.obj 2024-10-08T19:58:44.9496087Z [401/7385] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\isa.c.obj 2024-10-08T19:58:44.9524645Z [402/7385] Linking C static library lib\pthreadpool.lib 2024-10-08T19:58:45.0127236Z [403/7385] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\cache\descriptor.c.obj 2024-10-08T19:58:45.0292257Z [404/7385] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\cache\deterministic.c.obj 2024-10-08T19:58:45.0304014Z [405/7385] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\cache\init.c.obj 2024-10-08T19:58:45.0469238Z [406/7385] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\api.c.obj 2024-10-08T19:58:45.0524900Z [407/7385] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\init.c.obj 2024-10-08T19:58:45.0864057Z [408/7385] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\info.c.obj 2024-10-08T19:58:45.1659087Z [409/7385] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\name.c.obj 2024-10-08T19:58:45.1922933Z [410/7385] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\isa.c.obj 2024-10-08T19:58:45.2362272Z [411/7385] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo.dir\src\x86\windows\init.c.obj 2024-10-08T19:58:45.2582122Z [412/7385] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\topology.c.obj 2024-10-08T19:58:45.2638907Z [413/7385] Linking C static library lib\cpuinfo.lib 2024-10-08T19:58:45.2857965Z [414/7385] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\vendor.c.obj 2024-10-08T19:58:45.2879609Z [415/7385] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\init.c.obj 2024-10-08T19:58:45.3356115Z [416/7385] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\log.c.obj 2024-10-08T19:58:45.3618134Z [417/7385] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\api.c.obj 2024-10-08T19:58:45.3629720Z [418/7385] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\cache\descriptor.c.obj 2024-10-08T19:58:45.3786772Z [419/7385] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\cache\init.c.obj 2024-10-08T19:58:45.3933031Z [420/7385] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\uarch.c.obj 2024-10-08T19:58:45.4013200Z [421/7385] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\cache.c.obj 2024-10-08T19:58:45.4143603Z [422/7385] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\cache\deterministic.c.obj 2024-10-08T19:58:45.4615241Z [423/7385] Linking CXX executable bin\protoc.exe 2024-10-08T19:58:45.4634135Z [424/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-bfly4\cs16-bfly4-samples1-scalar.c.obj 2024-10-08T19:58:45.4677393Z [425/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-bfly4\gen\cs16-bfly4-scalar-x1.c.obj 2024-10-08T19:58:45.4853065Z [426/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-bfly4\cs16-bfly4-samples4-scalar.c.obj 2024-10-08T19:58:45.4898921Z [427/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-fftr\gen\cs16-fftr-scalar-x2.c.obj 2024-10-08T19:58:45.4956328Z [428/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-fftr\gen\cs16-fftr-scalar-x1.c.obj 2024-10-08T19:58:45.5169741Z [429/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-bfly4\gen\cs16-bfly4-scalar-x2.c.obj 2024-10-08T19:58:45.5648870Z [430/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-vsquareabs\gen\cs16-vsquareabs-scalar-x3.c.obj 2024-10-08T19:58:45.5696799Z [431/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-bfly4\gen\cs16-bfly4-scalar-x4.c.obj 2024-10-08T19:58:45.5796294Z [432/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-vsquareabs\gen\cs16-vsquareabs-scalar-x2.c.obj 2024-10-08T19:58:45.5901657Z [433/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-vsquareabs\gen\cs16-vsquareabs-scalar-x4.c.obj 2024-10-08T19:58:45.5915985Z [434/7385] Building C object confu-deps\cpuinfo\CMakeFiles\cpuinfo_internals.dir\src\x86\windows\init.c.obj 2024-10-08T19:58:45.5985639Z [435/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-vsquareabs\gen\cs16-vsquareabs-scalar-x1.c.obj 2024-10-08T19:58:45.6087155Z [436/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u1.c.obj 2024-10-08T19:58:45.6206252Z [437/7385] Linking C static library lib\cpuinfo_internals.lib 2024-10-08T19:58:45.6296960Z [438/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\cs16-fftr\gen\cs16-fftr-scalar-x4.c.obj 2024-10-08T19:58:45.6965526Z [439/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u1.c.obj 2024-10-08T19:58:45.6983752Z [440/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u4.c.obj 2024-10-08T19:58:45.7124890Z [441/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u3.c.obj 2024-10-08T19:58:45.7175284Z [442/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u3.c.obj 2024-10-08T19:58:45.7478228Z [443/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u4.c.obj 2024-10-08T19:58:45.7545552Z [444/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-scalar-u2.c.obj 2024-10-08T19:58:45.7599466Z [445/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u2.c.obj 2024-10-08T19:58:45.7861541Z [446/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-fmagic-u4.c.obj 2024-10-08T19:58:45.8030740Z [447/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u3.c.obj 2024-10-08T19:58:45.8047071Z [448/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u1.c.obj 2024-10-08T19:58:45.8209309Z [449/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-qs8-vcvt\gen\f16-qs8-vcvt-scalar-imagic-u2.c.obj 2024-10-08T19:58:45.8222471Z [450/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u4-acc4.c.obj 2024-10-08T19:58:45.8435847Z [451/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u3-acc3.c.obj 2024-10-08T19:58:45.8607456Z [452/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u4-acc2.c.obj 2024-10-08T19:58:45.8658777Z [453/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u2-acc2.c.obj 2024-10-08T19:58:45.8897219Z [454/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u4-acc4.c.obj 2024-10-08T19:58:45.8973638Z [455/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u1.c.obj 2024-10-08T19:58:45.8986134Z [456/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-scalar-u1.c.obj 2024-10-08T19:58:45.9231198Z [457/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u4-acc2.c.obj 2024-10-08T19:58:45.9365825Z [458/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u2-acc2.c.obj 2024-10-08T19:58:45.9461117Z [459/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u3-acc3.c.obj 2024-10-08T19:58:45.9611764Z [460/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u2-acc2.c.obj 2024-10-08T19:58:45.9670535Z [461/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-argmaxpool\f32-argmaxpool-4x-scalar-c1.c.obj 2024-10-08T19:58:45.9837969Z [462/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u4-acc2.c.obj 2024-10-08T19:58:45.9887580Z [463/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u1.c.obj 2024-10-08T19:58:45.9899989Z [464/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-scalar-u3-acc3.c.obj 2024-10-08T19:58:46.0175411Z [465/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-scalar-u4-acc4.c.obj 2024-10-08T19:58:46.0328062Z [466/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-avgpool\f32-avgpool-9x-minmax-scalar-c1.c.obj 2024-10-08T19:58:46.0379901Z [467/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-avgpool\f32-avgpool-9p8x-minmax-scalar-c1.c.obj 2024-10-08T19:58:46.0460583Z [468/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-argmaxpool\f32-argmaxpool-9x-scalar-c1.c.obj 2024-10-08T19:58:46.0655391Z [469/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc\f32-conv-hwc-3x3s2p0p1c3x4-scalar-1x1.c.obj 2024-10-08T19:58:46.0883553Z [470/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc\f32-conv-hwc-3x3s2p1c3x4-scalar-1x1.c.obj 2024-10-08T19:58:46.1037901Z [471/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-scalar-acc2.c.obj 2024-10-08T19:58:46.1049980Z [472/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc2chw\f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.obj 2024-10-08T19:58:46.1216620Z [473/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-argmaxpool\f32-argmaxpool-9p8x-scalar-c1.c.obj 2024-10-08T19:58:46.1343207Z [474/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-minmax-scalar-acc2.c.obj 2024-10-08T19:58:46.1669983Z [475/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-minmax-scalar.c.obj 2024-10-08T19:58:46.1682770Z [476/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-scalar.c.obj 2024-10-08T19:58:46.1874297Z [477/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-minmax-scalar.c.obj 2024-10-08T19:58:46.1925676Z [478/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3f3m3l1c1s1r-scalar-acc2.c.obj 2024-10-08T19:58:46.2118856Z [479/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.obj 2024-10-08T19:58:46.2168517Z [480/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l4c1s1r-scalar-acc2.c.obj 2024-10-08T19:58:46.2369131Z [481/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-2f2m2l1c1s1r-scalar.c.obj 2024-10-08T19:58:46.2421988Z [482/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-minmax-scalar-acc2.c.obj 2024-10-08T19:58:46.2827140Z [483/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-scalar-acc2.c.obj 2024-10-08T19:58:46.2839593Z [484/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-minmax-scalar.c.obj 2024-10-08T19:58:46.3051415Z [485/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3f3m3l1c1s1r-scalar.c.obj 2024-10-08T19:58:46.3108845Z [486/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p1c-scalar.c.obj 2024-10-08T19:58:46.3397212Z [487/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1-acc2.c.obj 2024-10-08T19:58:46.3466173Z [488/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-minmax-scalar-acc2.c.obj 2024-10-08T19:58:46.3616257Z [489/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1.c.obj 2024-10-08T19:58:46.3786068Z [490/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-3x1.c.obj 2024-10-08T19:58:46.4025411Z [491/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-4x1.c.obj 2024-10-08T19:58:46.4186752Z [492/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-minmax-scalar-acc2.c.obj 2024-10-08T19:58:46.4460899Z [493/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-scalar.c.obj 2024-10-08T19:58:46.4615486Z [494/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-minmax-scalar.c.obj 2024-10-08T19:58:46.4784041Z [495/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p2c-scalar-acc2.c.obj 2024-10-08T19:58:46.4829504Z [496/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-minmax-scalar.c.obj 2024-10-08T19:58:46.4988713Z [497/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-scalar.c.obj 2024-10-08T19:58:46.5187208Z [498/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-minmax-scalar.c.obj 2024-10-08T19:58:46.5372505Z [499/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p1c-scalar-acc2.c.obj 2024-10-08T19:58:46.5427559Z [500/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-5x1.c.obj 2024-10-08T19:58:46.5529269Z [501/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-scalar-acc2.c.obj 2024-10-08T19:58:46.5841518Z [502/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-scalar-acc2.c.obj 2024-10-08T19:58:46.5893571Z [503/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-scalar.c.obj 2024-10-08T19:58:46.6075778Z [504/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p2c-minmax-scalar-acc2.c.obj 2024-10-08T19:58:46.6173336Z [505/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-minmax-scalar-acc2.c.obj 2024-10-08T19:58:46.6411192Z [506/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-minmax-scalar.c.obj 2024-10-08T19:58:46.6540658Z [507/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-scalar.c.obj 2024-10-08T19:58:46.6754414Z [508/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l1c1s1r-minmax-scalar-acc2.c.obj 2024-10-08T19:58:46.6883170Z [509/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-minmax-scalar.c.obj 2024-10-08T19:58:46.6939375Z [510/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-minmax-scalar.c.obj 2024-10-08T19:58:46.7032695Z [511/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-scalar.c.obj 2024-10-08T19:58:46.7152182Z [512/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-minmax-scalar-acc2.c.obj 2024-10-08T19:58:46.7351011Z [513/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l1c1s1r-scalar-acc2.c.obj 2024-10-08T19:58:46.7707012Z [514/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-scalar-acc2.c.obj 2024-10-08T19:58:46.8085903Z [515/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-minmax-scalar.c.obj 2024-10-08T19:58:46.8245904Z [516/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-scalar-acc2.c.obj 2024-10-08T19:58:46.8435645Z [517/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l1c1s1r-scalar.c.obj 2024-10-08T19:58:46.8711937Z [518/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-minmax-scalar-acc2.c.obj 2024-10-08T19:58:46.8918652Z [519/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-minmax-scalar.c.obj 2024-10-08T19:58:46.9109568Z [520/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-minmax-scalar-acc2.c.obj 2024-10-08T19:58:46.9168271Z [521/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p1c-scalar.c.obj 2024-10-08T19:58:46.9248773Z [522/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-minmax-scalar-acc2.c.obj 2024-10-08T19:58:46.9418772Z [523/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-scalar-acc2.c.obj 2024-10-08T19:58:46.9434028Z [524/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p2c-scalar.c.obj 2024-10-08T19:58:46.9606147Z [525/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-scalar.c.obj 2024-10-08T19:58:46.9674643Z [526/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-minmax-scalar.c.obj 2024-10-08T19:58:47.0103487Z [527/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p1c-scalar-acc2.c.obj 2024-10-08T19:58:47.0237084Z [528/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-minmax-scalar.c.obj 2024-10-08T19:58:47.0363386Z [529/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-minmax-scalar-acc2.c.obj 2024-10-08T19:58:47.0414211Z [530/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-scalar-acc2.c.obj 2024-10-08T19:58:47.0563646Z [531/7385] 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 2024-10-08T19:58:47.0655535Z [532/7385] 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 2024-10-08T19:58:47.0758919Z [533/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p2c-scalar.c.obj 2024-10-08T19:58:47.0992817Z [534/7385] 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 2024-10-08T19:58:47.1202496Z [535/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1.c.obj 2024-10-08T19:58:47.1624040Z [536/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x2-relu-scalar.c.obj 2024-10-08T19:58:47.1748470Z [537/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-2x4-minmax-scalar.c.obj 2024-10-08T19:58:47.1827010Z [538/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-2x4-scalar.c.obj 2024-10-08T19:58:47.1964927Z [539/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x2-scalar.c.obj 2024-10-08T19:58:47.2138942Z [540/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-2x4-relu-scalar.c.obj 2024-10-08T19:58:47.2517847Z [541/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x2-minmax-scalar.c.obj 2024-10-08T19:58:47.2673617Z [542/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc2.c.obj 2024-10-08T19:58:47.3269150Z [543/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1.c.obj 2024-10-08T19:58:47.3423870Z [544/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1-acc2.c.obj 2024-10-08T19:58:47.4104638Z [545/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-scalar-6x1.c.obj 2024-10-08T19:58:47.4269920Z [546/7385] 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 2024-10-08T19:58:47.4579698Z [547/7385] 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 2024-10-08T19:58:47.4781853Z [548/7385] 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 2024-10-08T19:58:49.9683026Z [549/7385] 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 2024-10-08T19:58:50.0109423Z [550/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-scalar-4x1.c.obj 2024-10-08T19:58:50.0945863Z [551/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1.c.obj 2024-10-08T19:58:50.1356321Z [552/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-scalar-3x1.c.obj 2024-10-08T19:58:50.1439513Z [553/7385] 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 2024-10-08T19:58:50.1563649Z [554/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc5.c.obj 2024-10-08T19:58:50.1935140Z [555/7385] 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 2024-10-08T19:58:50.2072826Z [556/7385] 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 2024-10-08T19:58:50.2130244Z [557/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc2.c.obj 2024-10-08T19:58:50.2311435Z [558/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1.c.obj 2024-10-08T19:58:50.2358860Z [559/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1.c.obj 2024-10-08T19:58:50.2410203Z [560/7385] 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 2024-10-08T19:58:50.2459181Z [561/7385] 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 2024-10-08T19:58:50.2584396Z [562/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-scalar-3x1.c.obj 2024-10-08T19:58:50.3264255Z [563/7385] 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 2024-10-08T19:58:50.3276055Z [564/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1.c.obj 2024-10-08T19:58:50.3427039Z [565/7385] 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 2024-10-08T19:58:50.3469393Z [566/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u1.c.obj 2024-10-08T19:58:50.3514437Z [567/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1.c.obj 2024-10-08T19:58:50.3628895Z [568/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc2.c.obj 2024-10-08T19:58:50.3835719Z [569/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u3.c.obj 2024-10-08T19:58:50.4174976Z [570/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u2.c.obj 2024-10-08T19:58:50.4487921Z [571/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-bitcast-u4.c.obj 2024-10-08T19:58:50.4540079Z [572/7385] 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 2024-10-08T19:58:50.4551901Z [573/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc5.c.obj 2024-10-08T19:58:50.4657074Z [574/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u2.c.obj 2024-10-08T19:58:50.4913694Z [575/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gavgpool-cw\f32-gavgpool-cw-scalar-u1.c.obj 2024-10-08T19:58:50.5076336Z [576/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-scalar-3x1.c.obj 2024-10-08T19:58:50.5123543Z [577/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u4.c.obj 2024-10-08T19:58:50.5447228Z [578/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u1.c.obj 2024-10-08T19:58:50.5613913Z [579/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x4-scalar.c.obj 2024-10-08T19:58:50.5662286Z [580/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x4-minmax-scalar.c.obj 2024-10-08T19:58:50.5721725Z [581/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gavgpool\f32-gavgpool-7p7x-minmax-scalar-c1.c.obj 2024-10-08T19:58:50.5733539Z [582/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-scalar-fabsf-u3.c.obj 2024-10-08T19:58:50.5745075Z [583/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x4-relu-scalar.c.obj 2024-10-08T19:58:50.6129457Z [584/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u4.c.obj 2024-10-08T19:58:50.6530993Z [585/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u2.c.obj 2024-10-08T19:58:50.6669358Z [586/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u1.c.obj 2024-10-08T19:58:50.6750092Z [587/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u3.c.obj 2024-10-08T19:58:50.6794730Z [588/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-relu-scalar-u8.c.obj 2024-10-08T19:58:50.6911359Z [589/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u2.c.obj 2024-10-08T19:58:50.7043449Z [590/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gavgpool\f32-gavgpool-7x-minmax-scalar-c1.c.obj 2024-10-08T19:58:50.7139800Z [591/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u5.c.obj 2024-10-08T19:58:50.7728066Z [592/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-scalar-u1.c.obj 2024-10-08T19:58:50.7787488Z [593/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-scalar-u4.c.obj 2024-10-08T19:58:50.7992526Z [594/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-relu-scalar-u2.c.obj 2024-10-08T19:58:50.8003978Z [595/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u1.c.obj 2024-10-08T19:58:50.8050417Z [596/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u4.c.obj 2024-10-08T19:58:50.8171742Z [597/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-relu-scalar-u4.c.obj 2024-10-08T19:58:50.8291740Z [598/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-scalar-u8.c.obj 2024-10-08T19:58:50.8346490Z [599/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-scalar-u2.c.obj 2024-10-08T19:58:50.8734128Z [600/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-scalar-u8.c.obj 2024-10-08T19:58:50.8832102Z [601/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-relu-scalar-u1.c.obj 2024-10-08T19:58:50.8946978Z [602/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-relu-scalar-u2.c.obj 2024-10-08T19:58:50.8963528Z [603/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-relu-scalar-u4.c.obj 2024-10-08T19:58:50.9078449Z [604/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-relu-scalar-u8.c.obj 2024-10-08T19:58:50.9126209Z [605/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u1.c.obj 2024-10-08T19:58:50.9325278Z [606/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u2.c.obj 2024-10-08T19:58:50.9591419Z [607/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-scalar-u1.c.obj 2024-10-08T19:58:50.9976051Z [608/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u8.c.obj 2024-10-08T19:58:51.0100896Z [609/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-relu-scalar-u4.c.obj 2024-10-08T19:58:51.0111988Z [610/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-scalar-u4.c.obj 2024-10-08T19:58:51.0159990Z [611/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-scalar-u4.c.obj 2024-10-08T19:58:51.0264602Z [612/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-relu-scalar-u2.c.obj 2024-10-08T19:58:51.0333564Z [613/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-relu-scalar-u1.c.obj 2024-10-08T19:58:51.0581331Z [614/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-scalar-u2.c.obj 2024-10-08T19:58:51.0634558Z [615/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-scalar-u8.c.obj 2024-10-08T19:58:51.1070438Z [616/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-relu-scalar-u8.c.obj 2024-10-08T19:58:51.1250490Z [617/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u4.c.obj 2024-10-08T19:58:51.1334345Z [618/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u8.c.obj 2024-10-08T19:58:51.1443217Z [619/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u1.c.obj 2024-10-08T19:58:51.1611420Z [620/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-scalar-u2.c.obj 2024-10-08T19:58:51.1758338Z [621/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-scalar-u4.c.obj 2024-10-08T19:58:51.1923114Z [622/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-scalar-u1.c.obj 2024-10-08T19:58:51.1971486Z [623/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-relu-scalar-u2.c.obj 2024-10-08T19:58:51.2173108Z [624/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-relu-scalar-u1.c.obj 2024-10-08T19:58:51.2184566Z [625/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-scalar-u2.c.obj 2024-10-08T19:58:51.2327476Z [626/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u2.c.obj 2024-10-08T19:58:51.2377092Z [627/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-scalar-u8.c.obj 2024-10-08T19:58:51.2652598Z [628/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-relu-scalar-u4.c.obj 2024-10-08T19:58:51.2747943Z [629/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u1.c.obj 2024-10-08T19:58:51.2937420Z [630/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-relu-scalar-u8.c.obj 2024-10-08T19:58:51.3093896Z [631/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u1.c.obj 2024-10-08T19:58:51.3236959Z [632/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u4.c.obj 2024-10-08T19:58:51.3340183Z [633/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-scalar-u8.c.obj 2024-10-08T19:58:51.3447874Z [634/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u4.c.obj 2024-10-08T19:58:51.3524975Z [635/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u1.c.obj 2024-10-08T19:58:51.3576441Z [636/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u2.c.obj 2024-10-08T19:58:51.3696395Z [637/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-scalar-u8.c.obj 2024-10-08T19:58:51.4301590Z [638/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-scalar-u2.c.obj 2024-10-08T19:58:51.4412408Z [639/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u2.c.obj 2024-10-08T19:58:51.4458211Z [640/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u8.c.obj 2024-10-08T19:58:51.4512329Z [641/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-relu-scalar-u1.c.obj 2024-10-08T19:58:51.4641475Z [642/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-scalar-u4.c.obj 2024-10-08T19:58:51.4759429Z [643/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-relu-scalar-u2.c.obj 2024-10-08T19:58:51.5094151Z [644/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-scalar-u1.c.obj 2024-10-08T19:58:51.5337107Z [645/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-scalar-u4.c.obj 2024-10-08T19:58:51.5423818Z [646/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-scalar-u8.c.obj 2024-10-08T19:58:51.5640162Z [647/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u2.c.obj 2024-10-08T19:58:51.5687055Z [648/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u8.c.obj 2024-10-08T19:58:51.5808861Z [649/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u4.c.obj 2024-10-08T19:58:51.5895780Z [650/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-relu-scalar-u4.c.obj 2024-10-08T19:58:51.6123411Z [651/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-scalar-u1.c.obj 2024-10-08T19:58:51.6168913Z [652/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-relu-scalar-u8.c.obj 2024-10-08T19:58:51.6314901Z [653/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-scalar-u4.c.obj 2024-10-08T19:58:51.6364833Z [654/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-scalar-u8.c.obj 2024-10-08T19:58:51.6577696Z [655/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-scalar-u2.c.obj 2024-10-08T19:58:51.6655276Z [656/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-relu-scalar-u1.c.obj 2024-10-08T19:58:51.6729937Z [657/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-relu-scalar-u2.c.obj 2024-10-08T19:58:51.6848711Z [658/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-scalar-u1.c.obj 2024-10-08T19:58:51.7282292Z [659/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-relu-scalar-u4.c.obj 2024-10-08T19:58:51.7294906Z [660/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u1.c.obj 2024-10-08T19:58:51.7306992Z [661/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u2.c.obj 2024-10-08T19:58:51.7621020Z [662/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u4.c.obj 2024-10-08T19:58:51.7634901Z [663/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u1.c.obj 2024-10-08T19:58:51.7871715Z [664/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-scalar-u4.c.obj 2024-10-08T19:58:51.7951407Z [665/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-relu-scalar-u8.c.obj 2024-10-08T19:58:51.8018868Z [666/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcopysign\gen\f32-vcopysignc-scalar.c.obj 2024-10-08T19:58:51.8155408Z [667/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-scalar-u8.c.obj 2024-10-08T19:58:51.8259643Z [668/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-scalar-u1.c.obj 2024-10-08T19:58:51.8595267Z [669/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u4.c.obj 2024-10-08T19:58:51.8608326Z [670/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcopysign\gen\f32-vcopysign-scalar.c.obj 2024-10-08T19:58:51.8712154Z [671/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcopysign\gen\f32-vrcopysignc-scalar.c.obj 2024-10-08T19:58:51.8786657Z [672/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-scalar-u2.c.obj 2024-10-08T19:58:51.8836073Z [673/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u8.c.obj 2024-10-08T19:58:51.9047122Z [674/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-scalar-u2.c.obj 2024-10-08T19:58:51.9265346Z [675/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u3.c.obj 2024-10-08T19:58:51.9408605Z [676/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u1.c.obj 2024-10-08T19:58:51.9632454Z [677/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u4.c.obj 2024-10-08T19:58:51.9790184Z [678/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u2.c.obj 2024-10-08T19:58:51.9928316Z [679/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u6.c.obj 2024-10-08T19:58:52.0058445Z [680/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-lut16-p3-u5.c.obj 2024-10-08T19:58:52.0131770Z [681/7385] 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 2024-10-08T19:58:52.0255934Z [682/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x4-minmax-scalar.c.obj 2024-10-08T19:58:52.0487208Z [683/7385] 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 2024-10-08T19:58:52.0896723Z [684/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-2x2-minmax-scalar.c.obj 2024-10-08T19:58:52.1058931Z [685/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vexp\gen\f32-vexp-scalar-exp.c.obj 2024-10-08T19:58:52.1119382Z [686/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:52.1163902Z [687/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-scalar-u1.c.obj 2024-10-08T19:58:52.1230494Z [688/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vgelu\gen\f32-vgelu-scalar-rational-12-10-div.c.obj 2024-10-08T19:58:52.1541955Z [689/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-scalar-u2.c.obj 2024-10-08T19:58:52.1585603Z [690/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-scalar-u1.c.obj 2024-10-08T19:58:52.1597647Z [691/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-scalar-rr2-p6-u6.c.obj 2024-10-08T19:58:52.1954179Z [692/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-scalar-rational-3-3-div.c.obj 2024-10-08T19:58:52.2118301Z [693/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-scalar-u2.c.obj 2024-10-08T19:58:52.2129386Z [694/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vgelu\gen\f32-vgelu-scalar.c.obj 2024-10-08T19:58:52.2281158Z [695/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-scalar-log.c.obj 2024-10-08T19:58:52.2441324Z [696/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c4-minmax-scalar-2x.c.obj 2024-10-08T19:58:52.2612485Z [697/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-scalar-u4.c.obj 2024-10-08T19:58:52.2662774Z [698/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c2-minmax-scalar-2x.c.obj 2024-10-08T19:58:52.2675575Z [699/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c1-minmax-scalar-2x.c.obj 2024-10-08T19:58:52.2857909Z [700/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u1.c.obj 2024-10-08T19:58:52.3158939Z [701/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u2.c.obj 2024-10-08T19:58:52.3235149Z [702/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-scalar-u4.c.obj 2024-10-08T19:58:52.3447176Z [703/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u4.c.obj 2024-10-08T19:58:52.3618716Z [704/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-scalar-u8.c.obj 2024-10-08T19:58:52.3797585Z [705/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-scalar-libm-u1.c.obj 2024-10-08T19:58:52.3809217Z [706/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-scalar-libm-u2.c.obj 2024-10-08T19:58:52.3890526Z [707/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-scalar-libm-u4.c.obj 2024-10-08T19:58:52.4057095Z [708/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-scalar-libm-u4.c.obj 2024-10-08T19:58:52.4323206Z [709/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-scalar-libm-u1.c.obj 2024-10-08T19:58:52.4397958Z [710/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-scalar-libm-u2.c.obj 2024-10-08T19:58:52.4515968Z [711/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-scalar-rsqrt-u1.c.obj 2024-10-08T19:58:52.4821495Z [712/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-scalar-libm-u1.c.obj 2024-10-08T19:58:52.4872520Z [713/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-scalar-libm-u2.c.obj 2024-10-08T19:58:52.4884361Z [714/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-scalar-libm-u1.c.obj 2024-10-08T19:58:52.5049306Z [715/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-scalar-libm-u4.c.obj 2024-10-08T19:58:52.5265542Z [716/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-scalar-rsqrt-u4.c.obj 2024-10-08T19:58:52.5512091Z [717/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-scalar-libm-u4.c.obj 2024-10-08T19:58:52.5831025Z [718/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-lut64-p2-div-u1.c.obj 2024-10-08T19:58:52.5843644Z [719/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-scalar-libm-u2.c.obj 2024-10-08T19:58:52.5902244Z [720/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-scalar-rsqrt-u2.c.obj 2024-10-08T19:58:52.5914658Z [721/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-lut64-p2-div-u4.c.obj 2024-10-08T19:58:52.5995540Z [722/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-lut64-p2-div-u2.c.obj 2024-10-08T19:58:52.6177243Z [723/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-lut2048-p1-div-u1.c.obj 2024-10-08T19:58:52.6314129Z [724/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-p5-div-u4.c.obj 2024-10-08T19:58:52.6583846Z [725/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-p5-div-u2.c.obj 2024-10-08T19:58:52.6798678Z [726/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-lut2048-p1-div-u4.c.obj 2024-10-08T19:58:52.6849289Z [727/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-lut2048-p1-div-u2.c.obj 2024-10-08T19:58:52.6860642Z [728/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-scalar-rr2-p5-div-u1.c.obj 2024-10-08T19:58:52.7029085Z [729/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-scalar-expm1minus-rr1-lut8-p4h3ts-div-u1.c.obj 2024-10-08T19:58:52.7099019Z [730/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-scalar-sqrt-u2.c.obj 2024-10-08T19:58:52.7113707Z [731/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-scalar-expm1minus-rr1-lut8-p4h3ts-div-u2.c.obj 2024-10-08T19:58:52.7203136Z [732/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-scalar-sqrt-u4.c.obj 2024-10-08T19:58:52.7601162Z [733/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-scalar-rational-9-6-div.c.obj 2024-10-08T19:58:52.7771676Z [734/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-scalar-expm1minus-rr1-lut8-p4h3ts-div-u4.c.obj 2024-10-08T19:58:52.7822300Z [735/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-scalar-expm1minus-rr1-p6h5ts-div-u2.c.obj 2024-10-08T19:58:52.7989808Z [736/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-scalar-expm1minus-rr1-p6h5ts-div-u4.c.obj 2024-10-08T19:58:52.8148055Z [737/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vabs-scalar.c.obj 2024-10-08T19:58:52.8201101Z [738/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-scalar-expm1minus-rr1-p6h5ts-div-u1.c.obj 2024-10-08T19:58:52.8214698Z [739/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vneg-scalar.c.obj 2024-10-08T19:58:52.8613060Z [740/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\i16-vlshift\gen\i16-vlshift-scalar-u2.c.obj 2024-10-08T19:58:52.8748391Z [741/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vsqr-scalar.c.obj 2024-10-08T19:58:52.8761219Z [742/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\i16-vlshift\gen\i16-vlshift-scalar-u1.c.obj 2024-10-08T19:58:52.8850703Z [743/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-scalar-sqrt-u1.c.obj 2024-10-08T19:58:52.9055854Z [744/7385] 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 2024-10-08T19:58:52.9173125Z [745/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\i16-vlshift\gen\i16-vlshift-scalar-u3.c.obj 2024-10-08T19:58:52.9325145Z [746/7385] 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 2024-10-08T19:58:52.9636937Z [747/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\i16-vlshift\gen\i16-vlshift-scalar-u4.c.obj 2024-10-08T19:58:52.9775711Z [748/7385] 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 2024-10-08T19:58:52.9891144Z [749/7385] 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 2024-10-08T19:58:52.9937521Z [750/7385] 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 2024-10-08T19:58:52.9998023Z [751/7385] 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 2024-10-08T19:58:53.0497366Z [752/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x4-minmax-scalar.c.obj 2024-10-08T19:58:53.0547718Z [753/7385] 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 2024-10-08T19:58:53.0929013Z [754/7385] 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 2024-10-08T19:58:53.1077900Z [755/7385] 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 2024-10-08T19:58:53.1089737Z [756/7385] 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 2024-10-08T19:58:53.1136468Z [757/7385] 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 2024-10-08T19:58:53.1186409Z [758/7385] 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 2024-10-08T19:58:53.1345176Z [759/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-4x4-minmax-scalar.c.obj 2024-10-08T19:58:53.1962045Z [760/7385] 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 2024-10-08T19:58:53.2180561Z [761/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4-minmax-scalar.c.obj 2024-10-08T19:58:53.2282921Z [762/7385] 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 2024-10-08T19:58:53.2294655Z [763/7385] 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 2024-10-08T19:58:53.2306385Z [764/7385] 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 2024-10-08T19:58:53.2350581Z [765/7385] 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 2024-10-08T19:58:53.2402727Z [766/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x4-minmax-scalar.c.obj 2024-10-08T19:58:53.2542920Z [767/7385] 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 2024-10-08T19:58:53.3187938Z [768/7385] 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 2024-10-08T19:58:53.3519969Z [769/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x2-minmax-scalar.c.obj 2024-10-08T19:58:53.3532432Z [770/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4-minmax-scalar.c.obj 2024-10-08T19:58:53.3584961Z [771/7385] 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 2024-10-08T19:58:53.3601013Z [772/7385] 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 2024-10-08T19:58:53.3650260Z [773/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-2x2-minmax-scalar.c.obj 2024-10-08T19:58:53.3830422Z [774/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x4-minmax-scalar.c.obj 2024-10-08T19:58:53.4201403Z [775/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x2-minmax-scalar.c.obj 2024-10-08T19:58:53.4373171Z [776/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x4-minmax-scalar.c.obj 2024-10-08T19:58:53.4605756Z [777/7385] 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 2024-10-08T19:58:53.4675739Z [778/7385] 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 2024-10-08T19:58:53.4730377Z [779/7385] 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 2024-10-08T19:58:53.4815594Z [780/7385] 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 2024-10-08T19:58:53.4831823Z [781/7385] 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 2024-10-08T19:58:53.5120731Z [782/7385] 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 2024-10-08T19:58:53.5245000Z [783/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:53.5484014Z [784/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:53.5772343Z [785/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:53.5885266Z [786/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:53.5940605Z [787/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:53.6068731Z [788/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:53.6283564Z [789/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:53.6369615Z [790/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:53.6555743Z [791/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:53.6698035Z [792/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:53.7048787Z [793/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:53.7098538Z [794/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:53.7186306Z [795/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:53.7202577Z [796/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:53.7429301Z [797/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:53.7592486Z [798/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:53.8013411Z [799/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:53.8029756Z [800/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:53.8226559Z [801/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:53.8238893Z [802/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:53.8312223Z [803/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:53.8376390Z [804/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:53.8548353Z [805/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:53.8745032Z [806/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:53.9092786Z [807/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:53.9272888Z [808/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:53.9386652Z [809/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:53.9433092Z [810/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:53.9487786Z [811/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:53.9621999Z [812/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:53.9863932Z [813/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p1c-minmax-rndnu-scalar.c.obj 2024-10-08T19:58:53.9938542Z [814/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:54.0332619Z [815/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:54.0380775Z [816/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-rndnu-scalar.c.obj 2024-10-08T19:58:54.0496607Z [817/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-rndnu-scalar.c.obj 2024-10-08T19:58:54.0720559Z [818/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:54.0733039Z [819/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:54.0788191Z [820/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:54.0925056Z [821/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:54.1494686Z [822/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:54.1685576Z [823/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:54.1786038Z [824/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u1.c.obj 2024-10-08T19:58:54.1854621Z [825/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:54.1899163Z [826/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:54.1949897Z [827/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:54.2031216Z [828/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:54.2537533Z [829/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c2.c.obj 2024-10-08T19:58:54.2589987Z [830/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:54.2684083Z [831/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:54.2862786Z [832/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u4.c.obj 2024-10-08T19:58:54.2921675Z [833/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u2.c.obj 2024-10-08T19:58:54.2933230Z [834/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-scalar-u3.c.obj 2024-10-08T19:58:54.2947545Z [835/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c4.c.obj 2024-10-08T19:58:54.2959810Z [836/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c1.c.obj 2024-10-08T19:58:54.3526395Z [837/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c2.c.obj 2024-10-08T19:58:54.3599711Z [838/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c2.c.obj 2024-10-08T19:58:54.3612627Z [839/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c4.c.obj 2024-10-08T19:58:54.3810945Z [840/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c1.c.obj 2024-10-08T19:58:54.3908907Z [841/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c1.c.obj 2024-10-08T19:58:54.3997082Z [842/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c4.c.obj 2024-10-08T19:58:54.4059772Z [843/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7x-minmax-fp32-scalar-fmagic-c4.c.obj 2024-10-08T19:58:54.4524725Z [844/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7x-minmax-fp32-scalar-imagic-c1.c.obj 2024-10-08T19:58:54.4700414Z [845/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7x-minmax-fp32-scalar-imagic-c4.c.obj 2024-10-08T19:58:54.4742887Z [846/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p1c-minmax-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:54.4787970Z [847/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7x-minmax-fp32-scalar-lrintf-c1.c.obj 2024-10-08T19:58:54.4980028Z [848/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7x-minmax-fp32-scalar-lrintf-c2.c.obj 2024-10-08T19:58:54.5035902Z [849/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7x-minmax-fp32-scalar-fmagic-c1.c.obj 2024-10-08T19:58:54.5047631Z [850/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7x-minmax-fp32-scalar-fmagic-c2.c.obj 2024-10-08T19:58:54.5110137Z [851/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7x-minmax-fp32-scalar-imagic-c2.c.obj 2024-10-08T19:58:54.5396316Z [852/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7x-minmax-fp32-scalar-lrintf-c4.c.obj 2024-10-08T19:58:54.5879398Z [853/7385] 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 2024-10-08T19:58:54.5924955Z [854/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:54.6016830Z [855/7385] 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 2024-10-08T19:58:54.6110704Z [856/7385] 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 2024-10-08T19:58:54.6165324Z [857/7385] 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 2024-10-08T19:58:54.6340865Z [858/7385] 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 2024-10-08T19:58:54.6356826Z [859/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:54.6536453Z [860/7385] 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 2024-10-08T19:58:54.7015655Z [861/7385] 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 2024-10-08T19:58:54.7032204Z [862/7385] 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 2024-10-08T19:58:54.7125522Z [863/7385] 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 2024-10-08T19:58:54.7331118Z [864/7385] 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 2024-10-08T19:58:54.7393235Z [865/7385] 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 2024-10-08T19:58:54.7500781Z [866/7385] 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 2024-10-08T19:58:54.7588788Z [867/7385] 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 2024-10-08T19:58:54.7739449Z [868/7385] 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 2024-10-08T19:58:54.8145113Z [869/7385] 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 2024-10-08T19:58:54.8216809Z [870/7385] 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 2024-10-08T19:58:54.8401993Z [871/7385] 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 2024-10-08T19:58:54.8510926Z [872/7385] 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 2024-10-08T19:58:54.8616404Z [873/7385] 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 2024-10-08T19:58:54.8809163Z [874/7385] 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 2024-10-08T19:58:54.8861156Z [875/7385] 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 2024-10-08T19:58:54.8873734Z [876/7385] 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 2024-10-08T19:58:54.9173793Z [877/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-scalar-u2.c.obj 2024-10-08T19:58:54.9261685Z [878/7385] 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 2024-10-08T19:58:54.9416001Z [879/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-scalar-u4.c.obj 2024-10-08T19:58:54.9689632Z [880/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-scalar-u1.c.obj 2024-10-08T19:58:54.9705655Z [881/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-scalar-u2.c.obj 2024-10-08T19:58:54.9817076Z [882/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-scalar-u1.c.obj 2024-10-08T19:58:55.0070027Z [883/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:55.0119517Z [884/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:55.0279123Z [885/7385] 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 2024-10-08T19:58:55.0330399Z [886/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:55.0570726Z [887/7385] 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 2024-10-08T19:58:55.0809713Z [888/7385] 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 2024-10-08T19:58:55.0857976Z [889/7385] 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 2024-10-08T19:58:55.1369840Z [890/7385] 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 2024-10-08T19:58:55.1418525Z [891/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:55.1468049Z [892/7385] 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 2024-10-08T19:58:55.1627770Z [893/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:55.1760858Z [894/7385] 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 2024-10-08T19:58:55.1912843Z [895/7385] 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 2024-10-08T19:58:55.2020615Z [896/7385] 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 2024-10-08T19:58:55.2101241Z [897/7385] 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 2024-10-08T19:58:55.2656829Z [898/7385] 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 2024-10-08T19:58:55.2711442Z [899/7385] 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 2024-10-08T19:58:55.2981798Z [900/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x2-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:55.2996139Z [901/7385] 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 2024-10-08T19:58:55.3047658Z [902/7385] 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 2024-10-08T19:58:55.3063334Z [903/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:55.3251249Z [904/7385] 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 2024-10-08T19:58:55.3301538Z [905/7385] 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 2024-10-08T19:58:55.4026074Z [906/7385] 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 2024-10-08T19:58:55.4131511Z [907/7385] 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 2024-10-08T19:58:55.4253630Z [908/7385] 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 2024-10-08T19:58:55.4269558Z [909/7385] 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 2024-10-08T19:58:55.4324064Z [910/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x2-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:55.4336059Z [911/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:55.4590184Z [912/7385] 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 2024-10-08T19:58:55.4732787Z [913/7385] 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 2024-10-08T19:58:55.5289117Z [914/7385] 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 2024-10-08T19:58:55.5361393Z [915/7385] 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 2024-10-08T19:58:55.5451360Z [916/7385] 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 2024-10-08T19:58:55.5511287Z [917/7385] 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 2024-10-08T19:58:55.5527106Z [918/7385] 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 2024-10-08T19:58:55.5762605Z [919/7385] 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 2024-10-08T19:58:55.5831764Z [920/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:55.5998249Z [921/7385] 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 2024-10-08T19:58:55.6532037Z [922/7385] 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 2024-10-08T19:58:55.6657456Z [923/7385] 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 2024-10-08T19:58:55.6706947Z [924/7385] 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 2024-10-08T19:58:55.6840338Z [925/7385] 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 2024-10-08T19:58:55.6980131Z [926/7385] 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 2024-10-08T19:58:55.6997379Z [927/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x2-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:55.7326871Z [928/7385] 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 2024-10-08T19:58:55.7399273Z [929/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:55.7699324Z [930/7385] 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 2024-10-08T19:58:55.7883809Z [931/7385] 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 2024-10-08T19:58:55.8036107Z [932/7385] 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 2024-10-08T19:58:55.8050248Z [933/7385] 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 2024-10-08T19:58:55.8281425Z [934/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x2-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:55.8586432Z [935/7385] 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 2024-10-08T19:58:55.8640931Z [936/7385] 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 2024-10-08T19:58:55.8952831Z [937/7385] 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 2024-10-08T19:58:55.9074128Z [938/7385] 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 2024-10-08T19:58:55.9128645Z [939/7385] 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 2024-10-08T19:58:55.9238231Z [940/7385] 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 2024-10-08T19:58:55.9655883Z [941/7385] 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 2024-10-08T19:58:55.9937816Z [942/7385] 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 2024-10-08T19:58:55.9983387Z [943/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-gemmlowp-scalar.c.obj 2024-10-08T19:58:56.0083745Z [944/7385] 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 2024-10-08T19:58:56.0135599Z [945/7385] 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 2024-10-08T19:58:56.0189150Z [946/7385] 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 2024-10-08T19:58:56.0378700Z [947/7385] 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 2024-10-08T19:58:56.0541461Z [948/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:56.0604325Z [949/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-minmax-fp32-scalar-u1-acc1.c.obj 2024-10-08T19:58:56.0853512Z [950/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:56.0984973Z [951/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:56.1082468Z [952/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndnu-scalar.c.obj 2024-10-08T19:58:56.1172877Z [953/7385] 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 2024-10-08T19:58:56.1246688Z [954/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndna-scalar-signed64.c.obj 2024-10-08T19:58:56.1339014Z [955/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-scalar-u1.c.obj 2024-10-08T19:58:56.1460878Z [956/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndna-scalar-unsigned64.c.obj 2024-10-08T19:58:56.1902653Z [957/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-scalar-u1.c.obj 2024-10-08T19:58:56.1917557Z [958/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndna-scalar-unsigned32.c.obj 2024-10-08T19:58:56.1983353Z [959/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-scalar-u2.c.obj 2024-10-08T19:58:56.2009098Z [960/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-scalar-u4.c.obj 2024-10-08T19:58:56.2224521Z [961/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-scalar-u4.c.obj 2024-10-08T19:58:56.2392871Z [962/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-scalar-u1.c.obj 2024-10-08T19:58:56.2555637Z [963/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-scalar-u4.c.obj 2024-10-08T19:58:56.2668068Z [964/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-scalar-u2.c.obj 2024-10-08T19:58:56.2905586Z [965/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-scalar-u1.c.obj 2024-10-08T19:58:56.2989137Z [966/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-scalar-u4.c.obj 2024-10-08T19:58:56.3097925Z [967/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-scalar-u2.c.obj 2024-10-08T19:58:56.3179938Z [968/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-andxor-u2.c.obj 2024-10-08T19:58:56.3284084Z [969/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-scalar-u2.c.obj 2024-10-08T19:58:56.3338434Z [970/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-scalar-u4.c.obj 2024-10-08T19:58:56.3400327Z [971/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-scalar-u1.c.obj 2024-10-08T19:58:56.3591343Z [972/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-scalar-u2.c.obj 2024-10-08T19:58:56.3809634Z [973/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-select-u2.c.obj 2024-10-08T19:58:56.3998058Z [974/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-andxor-u4.c.obj 2024-10-08T19:58:56.4044144Z [975/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-andxor-u1.c.obj 2024-10-08T19:58:56.4097382Z [976/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-select-u4.c.obj 2024-10-08T19:58:56.4253608Z [977/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-scalar-u1.c.obj 2024-10-08T19:58:56.4272318Z [978/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-avgpool\qu8-avgpool-9x-minmax-fp32-scalar-imagic-c1.c.obj 2024-10-08T19:58:56.4322181Z [979/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-scalar-select-u1.c.obj 2024-10-08T19:58:56.4450064Z [980/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-scalar-u2.c.obj 2024-10-08T19:58:56.4775584Z [981/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-scalar-u4.c.obj 2024-10-08T19:58:56.4919203Z [982/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-avgpool\qu8-avgpool-9p8x-minmax-fp32-scalar-imagic-c1.c.obj 2024-10-08T19:58:56.5040414Z [983/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-scalar-u4.c.obj 2024-10-08T19:58:56.5427800Z [984/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:56.5439505Z [985/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:56.5539171Z [986/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:56.5989707Z [987/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:56.6046034Z [988/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:56.6114619Z [989/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:56.6193699Z [990/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:56.6433314Z [991/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:56.6665204Z [992/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:56.6681579Z [993/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:56.6871593Z [994/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:56.7118953Z [995/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:56.7200009Z [996/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:56.7258729Z [997/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:56.7272571Z [998/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:56.7615543Z [999/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:56.7807944Z [1000/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:56.7820277Z [1001/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:56.7920651Z [1002/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:56.8268551Z [1003/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:56.8395059Z [1004/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:56.8407958Z [1005/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:56.8421965Z [1006/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:56.8780020Z [1007/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:56.8973872Z [1008/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:56.9149325Z [1009/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:56.9206283Z [1010/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:56.9519837Z [1011/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:56.9574049Z [1012/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:56.9681012Z [1013/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:56.9733963Z [1014/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:56.9832596Z [1015/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p1c-minmax-rndnu-scalar.c.obj 2024-10-08T19:58:57.0064603Z [1016/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:57.0369280Z [1017/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:57.0384467Z [1018/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:57.0623142Z [1019/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:57.0732349Z [1020/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p2c-minmax-rndnu-scalar.c.obj 2024-10-08T19:58:57.0859689Z [1021/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:57.0914836Z [1022/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:57.1064894Z [1023/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:57.1232847Z [1024/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p4c-minmax-rndnu-scalar.c.obj 2024-10-08T19:58:57.1432094Z [1025/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:57.1964222Z [1026/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:57.1978102Z [1027/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:57.2135307Z [1028/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:57.2147952Z [1029/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u2.c.obj 2024-10-08T19:58:57.2197776Z [1030/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:57.2245307Z [1031/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:57.2360671Z [1032/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c1.c.obj 2024-10-08T19:58:57.2440541Z [1033/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:57.2987468Z [1034/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u4.c.obj 2024-10-08T19:58:57.3088049Z [1035/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c4.c.obj 2024-10-08T19:58:57.3172691Z [1036/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c2.c.obj 2024-10-08T19:58:57.3227134Z [1037/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u3.c.obj 2024-10-08T19:58:57.3272762Z [1038/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-scalar-u1.c.obj 2024-10-08T19:58:57.3337299Z [1039/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c2.c.obj 2024-10-08T19:58:57.3389117Z [1040/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c1.c.obj 2024-10-08T19:58:57.3439712Z [1041/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c4.c.obj 2024-10-08T19:58:57.3989137Z [1042/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7x-minmax-fp32-scalar-fmagic-c4.c.obj 2024-10-08T19:58:57.4043352Z [1043/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c4.c.obj 2024-10-08T19:58:57.4157570Z [1044/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7x-minmax-fp32-scalar-fmagic-c2.c.obj 2024-10-08T19:58:57.4203106Z [1045/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c1.c.obj 2024-10-08T19:58:57.4314452Z [1046/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7x-minmax-fp32-scalar-fmagic-c1.c.obj 2024-10-08T19:58:57.4329789Z [1047/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c2.c.obj 2024-10-08T19:58:57.4385024Z [1048/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7x-minmax-fp32-scalar-lrintf-c2.c.obj 2024-10-08T19:58:57.4481988Z [1049/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7x-minmax-fp32-scalar-imagic-c4.c.obj 2024-10-08T19:58:57.4960774Z [1050/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7x-minmax-fp32-scalar-imagic-c2.c.obj 2024-10-08T19:58:57.5089718Z [1051/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7x-minmax-fp32-scalar-imagic-c1.c.obj 2024-10-08T19:58:57.5100933Z [1052/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7x-minmax-fp32-scalar-lrintf-c1.c.obj 2024-10-08T19:58:57.5453189Z [1053/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7x-minmax-fp32-scalar-lrintf-c4.c.obj 2024-10-08T19:58:57.5549079Z [1054/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:57.5602606Z [1055/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-rndnu-scalar.c.obj 2024-10-08T19:58:57.5655000Z [1056/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:57.5833137Z [1057/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x2-minmax-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:57.6277086Z [1058/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:57.6289437Z [1059/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:57.6490524Z [1060/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:57.6664813Z [1061/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:57.6752730Z [1062/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:57.6821701Z [1063/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:57.7326776Z [1064/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:57.7393805Z [1065/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-rndnu-scalar.c.obj 2024-10-08T19:58:57.7520145Z [1066/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4-minmax-rndnu-scalar.c.obj 2024-10-08T19:58:57.7564488Z [1067/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:57.7738320Z [1068/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x2-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:57.7862132Z [1069/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-rndnu-scalar.c.obj 2024-10-08T19:58:57.7939600Z [1070/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:57.8029717Z [1071/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:57.8594302Z [1072/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4-minmax-rndnu-scalar.c.obj 2024-10-08T19:58:57.8698326Z [1073/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:57.8747026Z [1074/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:57.8990315Z [1075/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:57.9002705Z [1076/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u32-vlog\gen\u32-vlog-scalar-x3.c.obj 2024-10-08T19:58:57.9055698Z [1077/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x2-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:57.9176672Z [1078/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-rndnu-scalar.c.obj 2024-10-08T19:58:57.9233125Z [1079/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:57.9510803Z [1080/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u32-vlog\gen\u32-vlog-scalar-x2.c.obj 2024-10-08T19:58:57.9560575Z [1081/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u32-vlog\gen\u32-vlog-scalar-x4.c.obj 2024-10-08T19:58:57.9686804Z [1082/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u64-u32-vsqrtshift\u64-u32-vsqrtshift-scalar-cvtu32-sqrt-cvtu32f64-u1.c.obj 2024-10-08T19:58:57.9770873Z [1083/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-xm-scalar.c.obj 2024-10-08T19:58:58.0037133Z [1084/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u32-vlog\gen\u32-vlog-scalar-x1.c.obj 2024-10-08T19:58:58.0432832Z [1085/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:58.0515776Z [1086/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:58.0528010Z [1087/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:58.0709404Z [1088/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x2-minmax-rndnu-scalar.c.obj 2024-10-08T19:58:58.0810865Z [1089/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:58.0822786Z [1090/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-rndnu-scalar.c.obj 2024-10-08T19:58:58.0901925Z [1091/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:58.1393506Z [1092/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:58.1717767Z [1093/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:58.1792734Z [1094/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:58.1855702Z [1095/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:58.1915308Z [1096/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-rndnu-scalar.c.obj 2024-10-08T19:58:58.2001759Z [1097/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:58.2076453Z [1098/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x2-minmax-rndnu-scalar.c.obj 2024-10-08T19:58:58.2422301Z [1099/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:58.2755940Z [1100/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:58.2952402Z [1101/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:58.3134832Z [1102/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:58.3180934Z [1103/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-rndnu-scalar.c.obj 2024-10-08T19:58:58.3195035Z [1104/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:58.3394124Z [1105/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x2-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:58.3410376Z [1106/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:58.3842526Z [1107/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:58.3899171Z [1108/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:58.4159359Z [1109/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-rndnu-scalar.c.obj 2024-10-08T19:58:58.4428910Z [1110/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:58.4485708Z [1111/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:58.4534708Z [1112/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x2-minmax-rndnu-scalar.c.obj 2024-10-08T19:58:58.4589815Z [1113/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-rndnu-scalar.c.obj 2024-10-08T19:58:58.4601979Z [1114/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:58.5178963Z [1115/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:58.5268609Z [1116/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:58.5384900Z [1117/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:58.5678508Z [1118/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-rndnu-scalar.c.obj 2024-10-08T19:58:58.5807831Z [1119/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:58.5820659Z [1120/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:58.5875406Z [1121/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x2-minmax-fp32-scalar-imagic.c.obj 2024-10-08T19:58:58.5891488Z [1122/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:58.6430215Z [1123/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4-minmax-rndnu-scalar.c.obj 2024-10-08T19:58:58.6583618Z [1124/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-fp32-scalar-fmagic.c.obj 2024-10-08T19:58:58.6744803Z [1125/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-gemmlowp-scalar.c.obj 2024-10-08T19:58:58.6840812Z [1126/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-rndna-scalar-unsigned32.c.obj 2024-10-08T19:58:58.6854460Z [1127/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-scalar-u4.c.obj 2024-10-08T19:58:58.6912044Z [1128/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-fp32-scalar-lrintf.c.obj 2024-10-08T19:58:58.6926385Z [1129/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-rndna-scalar-unsigned64.c.obj 2024-10-08T19:58:58.7064628Z [1130/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-scalar-u2.c.obj 2024-10-08T19:58:58.7468523Z [1131/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-rndna-scalar-signed64.c.obj 2024-10-08T19:58:58.7638759Z [1132/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-scalar-u1.c.obj 2024-10-08T19:58:58.7729055Z [1133/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-scalar-u1.c.obj 2024-10-08T19:58:58.7771578Z [1134/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-scalar-u2.c.obj 2024-10-08T19:58:58.7819049Z [1135/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-scalar-u2.c.obj 2024-10-08T19:58:58.7866889Z [1136/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-scalar-u1.c.obj 2024-10-08T19:58:58.8016249Z [1137/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-scalar-u4.c.obj 2024-10-08T19:58:58.8070357Z [1138/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-scalar-u4.c.obj 2024-10-08T19:58:58.8570226Z [1139/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-scalar-u2.c.obj 2024-10-08T19:58:58.8654343Z [1140/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-scalar-u1.c.obj 2024-10-08T19:58:58.8705084Z [1141/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-scalar-u4.c.obj 2024-10-08T19:58:58.8749688Z [1142/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-andxor-u1.c.obj 2024-10-08T19:58:58.8837694Z [1143/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-andxor-u4.c.obj 2024-10-08T19:58:58.8853404Z [1144/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-andxor-u2.c.obj 2024-10-08T19:58:58.8906165Z [1145/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-select-u1.c.obj 2024-10-08T19:58:58.9019573Z [1146/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-select-u2.c.obj 2024-10-08T19:58:58.9568142Z [1147/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-scalar-select-u4.c.obj 2024-10-08T19:58:58.9623957Z [1148/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-scalar-u4.c.obj 2024-10-08T19:58:58.9735770Z [1149/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-scalar-u1.c.obj 2024-10-08T19:58:58.9813878Z [1150/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-scalar-u4.c.obj 2024-10-08T19:58:58.9863478Z [1151/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-scalar-u1.c.obj 2024-10-08T19:58:58.9875951Z [1152/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-scalar-c2.c.obj 2024-10-08T19:58:58.9926559Z [1153/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-scalar-u2.c.obj 2024-10-08T19:58:58.9974586Z [1154/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-scalar-u2.c.obj 2024-10-08T19:58:59.0593589Z [1155/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-vclamp\s8-vclamp-scalar-u4.c.obj 2024-10-08T19:58:59.0640030Z [1156/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-scalar-c4.c.obj 2024-10-08T19:58:59.0740911Z [1157/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-rmaxabs\gen\s16-rmaxabs-scalar-x4.c.obj 2024-10-08T19:58:59.0901013Z [1158/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-maxpool\s8-maxpool-9p8x-minmax-scalar-c1.c.obj 2024-10-08T19:58:59.0989841Z [1159/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-rmaxabs\gen\s16-rmaxabs-scalar-x3.c.obj 2024-10-08T19:58:59.1002202Z [1160/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-rmaxabs\gen\s16-rmaxabs-scalar-x2.c.obj 2024-10-08T19:58:59.1051987Z [1161/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-scalar-c1.c.obj 2024-10-08T19:58:59.1133677Z [1162/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-rmaxabs\gen\s16-rmaxabs-scalar-x1.c.obj 2024-10-08T19:58:59.1465663Z [1163/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s32-vmul\gen\s32-vmul-scalar.c.obj 2024-10-08T19:58:59.1521770Z [1164/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-window\gen\s16-window-scalar-u2.c.obj 2024-10-08T19:58:59.1570543Z [1165/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-window\gen\s16-window-scalar-u1.c.obj 2024-10-08T19:58:59.1724607Z [1166/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s32-vmul\gen\s32-vmulc-scalar.c.obj 2024-10-08T19:58:59.1901499Z [1167/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-window\gen\s16-window-scalar-u4.c.obj 2024-10-08T19:58:59.1983660Z [1168/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-scalar-c1.c.obj 2024-10-08T19:58:59.2000104Z [1169/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s16-window\gen\s16-window-scalar-u3.c.obj 2024-10-08T19:58:59.2049328Z [1170/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-lut32norm\u8-lut32norm-scalar.c.obj 2024-10-08T19:58:59.2411246Z [1171/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-scalar-c4.c.obj 2024-10-08T19:58:59.2422333Z [1172/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-rmax\u8-rmax-scalar-u2.c.obj 2024-10-08T19:58:59.2473938Z [1173/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-maxpool\u8-maxpool-9p8x-minmax-scalar-c1.c.obj 2024-10-08T19:58:59.2535110Z [1174/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-scalar-c2.c.obj 2024-10-08T19:58:59.3011170Z [1175/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-x3-scalar.c.obj 2024-10-08T19:58:59.3086693Z [1176/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u32-filterbank-accumulate\gen\u32-filterbank-accumulate-scalar-x1.c.obj 2024-10-08T19:58:59.3097375Z [1177/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-x2-scalar.c.obj 2024-10-08T19:58:59.3141008Z [1178/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c4s1r-gemm-scalar-int.c.obj 2024-10-08T19:58:59.3184587Z [1179/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-x4-scalar.c.obj 2024-10-08T19:58:59.3269156Z [1180/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-vclamp\u8-vclamp-scalar-u4.c.obj 2024-10-08T19:58:59.3411441Z [1181/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u8.c.obj 2024-10-08T19:58:59.3854579Z [1182/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u4.c.obj 2024-10-08T19:58:59.3905299Z [1183/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u16.c.obj 2024-10-08T19:58:59.4018322Z [1184/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x4-gemm-goi-scalar-int-u2.c.obj 2024-10-08T19:58:59.4070003Z [1185/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x4-gemm-goi-scalar-int-u4.c.obj 2024-10-08T19:58:59.4237577Z [1186/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x2-gemm-goi-scalar-int-u4.c.obj 2024-10-08T19:58:59.4283570Z [1187/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u1.c.obj 2024-10-08T19:58:59.4336206Z [1188/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-scalar-u2.c.obj 2024-10-08T19:58:59.4728282Z [1189/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u32-filterbank-subtract\u32-filterbank-subtract-scalar-x2.c.obj 2024-10-08T19:58:59.4847685Z [1190/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packq\x8-packq-scalar-f32qp8-u1.c.obj 2024-10-08T19:58:59.4914568Z [1191/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x16-gemm-goi-scalar-int-u4.c.obj 2024-10-08T19:58:59.4972076Z [1192/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x2-gemm-goi-scalar-int-u2.c.obj 2024-10-08T19:58:59.4987203Z [1193/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8-gemm-goi-scalar-int-u4.c.obj 2024-10-08T19:58:59.5075155Z [1194/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x8-gemm-goi-scalar-int-u2.c.obj 2024-10-08T19:58:59.5200580Z [1195/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x16-gemm-goi-scalar-int-u2.c.obj 2024-10-08T19:58:59.5747937Z [1196/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-1x2-scalar-int.c.obj 2024-10-08T19:58:59.5903209Z [1197/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x32-gemm-goi-scalar-int-u2.c.obj 2024-10-08T19:58:59.5947908Z [1198/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-1x4-scalar-int.c.obj 2024-10-08T19:58:59.6026291Z [1199/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-4x2-scalar-int.c.obj 2024-10-08T19:58:59.6039111Z [1200/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-2x1-scalar-int.c.obj 2024-10-08T19:58:59.6088736Z [1201/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-4x1-scalar-int.c.obj 2024-10-08T19:58:59.6164760Z [1202/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-packw\gen\x8-packw-x32-gemm-goi-scalar-int-u4.c.obj 2024-10-08T19:58:59.6237204Z [1203/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-2x2-scalar-int.c.obj 2024-10-08T19:58:59.6621773Z [1204/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-2x4-scalar-int.c.obj 2024-10-08T19:58:59.6632458Z [1205/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-x2-scalar.c.obj 2024-10-08T19:58:59.6811726Z [1206/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-x4-scalar.c.obj 2024-10-08T19:58:59.6853415Z [1207/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-x3-scalar.c.obj 2024-10-08T19:58:59.6916076Z [1208/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x8-gemm-goi-scalar-int-u4.c.obj 2024-10-08T19:58:59.6960957Z [1209/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x16-gemm-goi-scalar-int-u4.c.obj 2024-10-08T19:58:59.7047413Z [1210/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-xm-scalar.c.obj 2024-10-08T19:58:59.7159060Z [1211/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-4x4-scalar-int.c.obj 2024-10-08T19:58:59.7681312Z [1212/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x64-gemm-goi-scalar-int-u4.c.obj 2024-10-08T19:58:59.7694674Z [1213/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-1x4-scalar-int.c.obj 2024-10-08T19:58:59.7706476Z [1214/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-2x2-scalar-int.c.obj 2024-10-08T19:58:59.7753979Z [1215/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x32-gemm-goi-scalar-int-u4.c.obj 2024-10-08T19:58:59.7919677Z [1216/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-1x2-scalar-int.c.obj 2024-10-08T19:58:59.7931962Z [1217/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-4x1-scalar-int.c.obj 2024-10-08T19:58:59.8062910Z [1218/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-4x2-scalar-int.c.obj 2024-10-08T19:58:59.8116757Z [1219/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-2x1-scalar-int.c.obj 2024-10-08T19:58:59.8574299Z [1220/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-1x2-scalar.c.obj 2024-10-08T19:58:59.8591149Z [1221/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-4x4-scalar-int.c.obj 2024-10-08T19:58:59.8718242Z [1222/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-2x4-scalar-int.c.obj 2024-10-08T19:58:59.8820625Z [1223/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-2x1-scalar.c.obj 2024-10-08T19:58:59.8862829Z [1224/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-2x4-scalar.c.obj 2024-10-08T19:58:59.8979336Z [1225/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-1x4-scalar.c.obj 2024-10-08T19:58:59.8994467Z [1226/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-4x1-scalar.c.obj 2024-10-08T19:58:59.9052774Z [1227/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-2x2-scalar.c.obj 2024-10-08T19:58:59.9592712Z [1228/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c2s1r-gemm-scalar-float.c.obj 2024-10-08T19:58:59.9722998Z [1229/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c1s1r-gemm-scalar-int.c.obj 2024-10-08T19:58:59.9821327Z [1230/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-4x4-scalar.c.obj 2024-10-08T19:58:59.9872870Z [1231/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c2s1r-gemm-scalar-int.c.obj 2024-10-08T19:58:59.9887353Z [1232/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c4s1r-gemm-scalar-int.c.obj 2024-10-08T19:58:59.9943039Z [1233/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-2c1s1r-gemm-scalar-float.c.obj 2024-10-08T19:59:00.0257449Z [1234/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x2-gemm-goi-scalar-float-u4.c.obj 2024-10-08T19:59:00.0340009Z [1235/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\gen\x24-transposec-4x2-scalar.c.obj 2024-10-08T19:59:00.0753607Z [1236/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c1s1r-gemm-scalar-float.c.obj 2024-10-08T19:59:00.0802417Z [1237/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x3-gemm-goi-scalar-int-u4.c.obj 2024-10-08T19:59:00.0815764Z [1238/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c4s1r-gemm-scalar-float.c.obj 2024-10-08T19:59:00.0864448Z [1239/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x3-gemm-goi-scalar-float-u4.c.obj 2024-10-08T19:59:00.1023591Z [1240/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x4-gemm-goi-scalar-int-u4.c.obj 2024-10-08T19:59:00.1070523Z [1241/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packb\gen\x32-packb-4c1s1r-gemm-scalar-int.c.obj 2024-10-08T19:59:00.1214735Z [1242/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x4-gemm-goi-scalar-float-u4.c.obj 2024-10-08T19:59:00.1561590Z [1243/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-2x-scalar.c.obj 2024-10-08T19:59:00.1634766Z [1244/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-3x-scalar.c.obj 2024-10-08T19:59:00.1691218Z [1245/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-scalar-float-u4.c.obj 2024-10-08T19:59:00.1734831Z [1246/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x2-gemm-goi-scalar-int-u4.c.obj 2024-10-08T19:59:00.1822772Z [1247/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-scalar-float-u4.c.obj 2024-10-08T19:59:00.1877354Z [1248/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-4x-scalar.c.obj 2024-10-08T19:59:00.1892209Z [1249/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-scalar-int-u4.c.obj 2024-10-08T19:59:00.1945408Z [1250/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-scalar-int-u4.c.obj 2024-10-08T19:59:00.2571199Z [1251/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x2-scalar-int.c.obj 2024-10-08T19:59:00.2627211Z [1252/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x1-scalar-int.c.obj 2024-10-08T19:59:00.2642141Z [1253/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x4-scalar-float.c.obj 2024-10-08T19:59:00.2691588Z [1254/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x2-scalar-float.c.obj 2024-10-08T19:59:00.2900429Z [1255/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x2-scalar-float.c.obj 2024-10-08T19:59:00.2948124Z [1256/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x1-scalar-float.c.obj 2024-10-08T19:59:00.3016950Z [1257/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x2-scalar-int.c.obj 2024-10-08T19:59:00.3033606Z [1258/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x4-scalar-float.c.obj 2024-10-08T19:59:00.3520763Z [1259/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-1x4-scalar-int.c.obj 2024-10-08T19:59:00.3597292Z [1260/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x1-scalar-float.c.obj 2024-10-08T19:59:00.3649600Z [1261/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-unpool\x32-unpool-scalar.c.obj 2024-10-08T19:59:00.3695363Z [1262/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x1-scalar-int.c.obj 2024-10-08T19:59:00.3945067Z [1263/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x2-scalar-int.c.obj 2024-10-08T19:59:00.4073628Z [1264/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c1s1r-gemm-scalar-int.c.obj 2024-10-08T19:59:00.4087600Z [1265/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x2-scalar-float.c.obj 2024-10-08T19:59:00.4100110Z [1266/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-2x4-scalar-int.c.obj 2024-10-08T19:59:00.4512736Z [1267/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c1s1r-gemm-scalar-float.c.obj 2024-10-08T19:59:00.4574658Z [1268/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-scalar-int.c.obj 2024-10-08T19:59:00.4587302Z [1269/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c1s1r-gemm-scalar-int.c.obj 2024-10-08T19:59:00.5031591Z [1270/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c2s1r-gemm-scalar-float.c.obj 2024-10-08T19:59:00.5085999Z [1271/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-2c2s1r-gemm-scalar-int.c.obj 2024-10-08T19:59:00.5150060Z [1272/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c1s1r-gemm-scalar-float.c.obj 2024-10-08T19:59:00.5166562Z [1273/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zerob\gen\x32-zerob-4c4s1r-gemm-scalar-float.c.obj 2024-10-08T19:59:00.5217497Z [1274/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-scalar-float.c.obj 2024-10-08T19:59:00.5515311Z [1275/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x1-scalar-float.c.obj 2024-10-08T19:59:00.5574892Z [1276/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-scalar-float.c.obj 2024-10-08T19:59:00.5935797Z [1277/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-1x2-scalar-float.c.obj 2024-10-08T19:59:00.5986873Z [1278/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x1-scalar-int.c.obj 2024-10-08T19:59:00.6042964Z [1279/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x2-scalar-int.c.obj 2024-10-08T19:59:00.6185574Z [1280/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x1-scalar-float.c.obj 2024-10-08T19:59:00.6202399Z [1281/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x1-scalar-int.c.obj 2024-10-08T19:59:00.6448737Z [1282/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-scalar-int.c.obj 2024-10-08T19:59:00.6565373Z [1283/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x2-scalar-float.c.obj 2024-10-08T19:59:00.6630804Z [1284/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\xx-pad\xx-pad-p4-scalar-u16.c.obj 2024-10-08T19:59:00.6854655Z [1285/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\xx-copy\xx-copy-scalar-memcpy.c.obj 2024-10-08T19:59:00.6866024Z [1286/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\xx-fill\xx-fill-scalar-u16.c.obj 2024-10-08T19:59:00.7012511Z [1287/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\xx-transposev\xx-transposev-1x1-scalar-memcpy.c.obj 2024-10-08T19:59:00.7120000Z [1288/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-avgpool\f32-avgpool-9x-minmax-sse-c4.c.obj 2024-10-08T19:59:00.7420689Z [1289/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc2chw\f32-conv-hwc2chw-3x3s2p1c3x4-sse-1x1.c.obj 2024-10-08T19:59:00.7528802Z [1290/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p4c-minmax-sse-acc2.c.obj 2024-10-08T19:59:00.7725536Z [1291/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p4c-minmax-sse.c.obj 2024-10-08T19:59:00.7861388Z [1292/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-sse-acc2.c.obj 2024-10-08T19:59:00.7872339Z [1293/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-1x2-scalar-int.c.obj 2024-10-08T19:59:00.7952720Z [1294/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p4c-minmax-sse.c.obj 2024-10-08T19:59:00.7964854Z [1295/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-conv-hwc2chw\f32-conv-hwc2chw-3x3s2p1c3x4-sse-2x2.c.obj 2024-10-08T19:59:00.8173881Z [1296/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-sse.c.obj 2024-10-08T19:59:00.8356759Z [1297/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-avgpool\f32-avgpool-9p8x-minmax-sse-c4.c.obj 2024-10-08T19:59:00.8511311Z [1298/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-sse-acc2.c.obj 2024-10-08T19:59:00.8688885Z [1299/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p4c-minmax-sse-acc2.c.obj 2024-10-08T19:59:00.8880860Z [1300/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c4s4r-minmax-sse-acc2.c.obj 2024-10-08T19:59:00.8993151Z [1301/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c4s4r-minmax-sse-acc2.c.obj 2024-10-08T19:59:00.9065409Z [1302/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c4s4r-minmax-sse.c.obj 2024-10-08T19:59:00.9117078Z [1303/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-sse.c.obj 2024-10-08T19:59:00.9268552Z [1304/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l4c4s4r-minmax-sse-acc2.c.obj 2024-10-08T19:59:00.9473620Z [1305/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l4c4s4r-minmax-sse.c.obj 2024-10-08T19:59:00.9759374Z [1306/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l4c4s4r-minmax-sse-acc2.c.obj 2024-10-08T19:59:01.0010430Z [1307/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l4c4s4r-minmax-sse.c.obj 2024-10-08T19:59:01.0065854Z [1308/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c4s4r-minmax-sse.c.obj 2024-10-08T19:59:01.0381174Z [1309/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l4c4s4r-minmax-sse-acc2.c.obj 2024-10-08T19:59:01.0449497Z [1310/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c4s4r-minmax-sse.c.obj 2024-10-08T19:59:01.0465474Z [1311/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c4s4r-minmax-sse.c.obj 2024-10-08T19:59:01.0770880Z [1312/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l4c4s4r-minmax-sse.c.obj 2024-10-08T19:59:01.0823463Z [1313/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c4s4r-minmax-sse-acc2.c.obj 2024-10-08T19:59:01.0923548Z [1314/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c4s4r-minmax-sse-acc2.c.obj 2024-10-08T19:59:01.1143370Z [1315/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c4s4r-minmax-sse-acc2.c.obj 2024-10-08T19:59:01.1531668Z [1316/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p4c-minmax-sse.c.obj 2024-10-08T19:59:01.1580668Z [1317/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c4s4r-minmax-sse-acc2.c.obj 2024-10-08T19:59:01.1631168Z [1318/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-sse-acc2.c.obj 2024-10-08T19:59:01.1764439Z [1319/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-sse.c.obj 2024-10-08T19:59:01.1934024Z [1320/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c4s4r-minmax-sse.c.obj 2024-10-08T19:59:01.1986192Z [1321/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p4c-minmax-sse.c.obj 2024-10-08T19:59:01.2237862Z [1322/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c4s4r-minmax-sse.c.obj 2024-10-08T19:59:01.2359779Z [1323/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-sse-acc2.c.obj 2024-10-08T19:59:01.2409397Z [1324/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p4c-minmax-sse-acc2.c.obj 2024-10-08T19:59:01.2551714Z [1325/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p4c-minmax-sse-acc2.c.obj 2024-10-08T19:59:01.2622136Z [1326/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-sse.c.obj 2024-10-08T19:59:01.2787946Z [1327/7385] 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 2024-10-08T19:59:01.2975930Z [1328/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-1x4.c.obj 2024-10-08T19:59:01.3331715Z [1329/7385] 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 2024-10-08T19:59:01.3507545Z [1330/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-2x4-acc2.c.obj 2024-10-08T19:59:01.3591129Z [1331/7385] 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 2024-10-08T19:59:01.3769101Z [1332/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-3x4.c.obj 2024-10-08T19:59:01.3828297Z [1333/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-4x4.c.obj 2024-10-08T19:59:01.3882624Z [1334/7385] 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 2024-10-08T19:59:01.3986946Z [1335/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-6x4.c.obj 2024-10-08T19:59:01.4414841Z [1336/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-2x4.c.obj 2024-10-08T19:59:01.4634610Z [1337/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4.c.obj 2024-10-08T19:59:01.4647462Z [1338/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-sse-5x4.c.obj 2024-10-08T19:59:01.4784796Z [1339/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-sse-2x4.c.obj 2024-10-08T19:59:01.4916526Z [1340/7385] 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 2024-10-08T19:59:01.4993107Z [1341/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc3.c.obj 2024-10-08T19:59:01.5193968Z [1342/7385] 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 2024-10-08T19:59:01.5258226Z [1343/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-sse-3x4.c.obj 2024-10-08T19:59:01.5558233Z [1344/7385] 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 2024-10-08T19:59:01.5816921Z [1345/7385] 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 2024-10-08T19:59:01.5972591Z [1346/7385] 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 2024-10-08T19:59:01.6152403Z [1347/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3s2p1-minmax-sse-4x4.c.obj 2024-10-08T19:59:01.6309530Z [1348/7385] 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 2024-10-08T19:59:01.6324146Z [1349/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-2x4.c.obj 2024-10-08T19:59:01.6373283Z [1350/7385] 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 2024-10-08T19:59:01.6523387Z [1351/7385] 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 2024-10-08T19:59:01.6709953Z [1352/7385] 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 2024-10-08T19:59:01.6954062Z [1353/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-1x4.c.obj 2024-10-08T19:59:01.7203016Z [1354/7385] 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 2024-10-08T19:59:01.7274226Z [1355/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-5x4.c.obj 2024-10-08T19:59:01.7479448Z [1356/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-3x4.c.obj 2024-10-08T19:59:01.7492915Z [1357/7385] 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 2024-10-08T19:59:01.7542502Z [1358/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5p2-minmax-sse-4x4.c.obj 2024-10-08T19:59:01.7789331Z [1359/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4.c.obj 2024-10-08T19:59:01.7868471Z [1360/7385] 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 2024-10-08T19:59:01.8345167Z [1361/7385] 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 2024-10-08T19:59:01.8541388Z [1362/7385] 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 2024-10-08T19:59:01.8623038Z [1363/7385] 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 2024-10-08T19:59:01.8753438Z [1364/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gavgpool-cw\f32-gavgpool-cw-sse-u4.c.obj 2024-10-08T19:59:01.8774138Z [1365/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4.c.obj 2024-10-08T19:59:01.8970742Z [1366/7385] 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 2024-10-08T19:59:01.9034055Z [1367/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-5x5s2p2-minmax-sse-3x4.c.obj 2024-10-08T19:59:01.9327356Z [1368/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gavgpool\f32-gavgpool-7p7x-minmax-sse-c4.c.obj 2024-10-08T19:59:01.9437350Z [1369/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gavgpool\f32-gavgpool-7x-minmax-sse-c4.c.obj 2024-10-08T19:59:01.9448832Z [1370/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8s4-minmax-sse.c.obj 2024-10-08T19:59:01.9815190Z [1371/7385] 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 2024-10-08T19:59:01.9912749Z [1372/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-sse-load1.c.obj 2024-10-08T19:59:01.9977379Z [1373/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x8-minmax-sse-dup.c.obj 2024-10-08T19:59:02.0025667Z [1374/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-sse-dup.c.obj 2024-10-08T19:59:02.0153231Z [1375/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-sse-dup.c.obj 2024-10-08T19:59:02.0283040Z [1376/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x2c4-minmax-sse.c.obj 2024-10-08T19:59:02.0364008Z [1377/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x8s4-minmax-sse.c.obj 2024-10-08T19:59:02.0535225Z [1378/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-sse-load1.c.obj 2024-10-08T19:59:02.0967087Z [1379/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x8-minmax-sse-load1.c.obj 2024-10-08T19:59:02.0979727Z [1380/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8s4-minmax-sse.c.obj 2024-10-08T19:59:02.0991930Z [1381/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8s4-minmax-sse.c.obj 2024-10-08T19:59:02.1174266Z [1382/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-sse-load1.c.obj 2024-10-08T19:59:02.1256353Z [1383/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x2c4-minmax-sse.c.obj 2024-10-08T19:59:02.1511498Z [1384/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-sse-dup.c.obj 2024-10-08T19:59:02.1850722Z [1385/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-sse-load1.c.obj 2024-10-08T19:59:02.2052406Z [1386/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-sse-dup.c.obj 2024-10-08T19:59:02.2094138Z [1387/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-sse-load1.c.obj 2024-10-08T19:59:02.2173265Z [1388/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8s4-minmax-sse.c.obj 2024-10-08T19:59:02.2217375Z [1389/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x8s4-minmax-sse.c.obj 2024-10-08T19:59:02.2302300Z [1390/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-sse-dup.c.obj 2024-10-08T19:59:02.2352790Z [1391/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-sse-dup.c.obj 2024-10-08T19:59:02.2466103Z [1392/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x8-minmax-sse-load1.c.obj 2024-10-08T19:59:02.2806296Z [1393/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8s4-minmax-sse.c.obj 2024-10-08T19:59:02.3344029Z [1394/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-sse-load1.c.obj 2024-10-08T19:59:02.3388794Z [1395/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-sse-dup.c.obj 2024-10-08T19:59:02.3402590Z [1396/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x8-minmax-sse-dup.c.obj 2024-10-08T19:59:02.3624899Z [1397/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8s4-minmax-sse.c.obj 2024-10-08T19:59:02.3671145Z [1398/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-sse-dup.c.obj 2024-10-08T19:59:02.3685442Z [1399/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8s4-minmax-sse.c.obj 2024-10-08T19:59:02.3795770Z [1400/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8s4-minmax-sse.c.obj 2024-10-08T19:59:02.4052987Z [1401/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-sse-load1.c.obj 2024-10-08T19:59:02.4179884Z [1402/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-sse-p8.c.obj 2024-10-08T19:59:02.4295810Z [1403/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear-chw\gen\f32-ibilinear-chw-sse-p4.c.obj 2024-10-08T19:59:02.4476546Z [1404/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x8-minmax-sse-load1.c.obj 2024-10-08T19:59:02.4598677Z [1405/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-sse-c8.c.obj 2024-10-08T19:59:02.4610786Z [1406/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ibilinear\gen\f32-ibilinear-sse-c4.c.obj 2024-10-08T19:59:02.4661342Z [1407/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-sse-dup.c.obj 2024-10-08T19:59:02.4773700Z [1408/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-sse-load1.c.obj 2024-10-08T19:59:02.4787910Z [1409/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-sse-load1.c.obj 2024-10-08T19:59:02.5050930Z [1410/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8s4-minmax-sse.c.obj 2024-10-08T19:59:02.5062252Z [1411/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x8-minmax-sse-dup.c.obj 2024-10-08T19:59:02.5473155Z [1412/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-sse-dup.c.obj 2024-10-08T19:59:02.5539288Z [1413/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x2c4-minmax-sse.c.obj 2024-10-08T19:59:02.5614518Z [1414/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8s4-minmax-sse.c.obj 2024-10-08T19:59:02.5798967Z [1415/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x8s4-minmax-sse.c.obj 2024-10-08T19:59:02.5841602Z [1416/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-sse-dup.c.obj 2024-10-08T19:59:02.5852790Z [1417/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x2c4-minmax-sse.c.obj 2024-10-08T19:59:02.6086201Z [1418/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-sse-dup.c.obj 2024-10-08T19:59:02.6245865Z [1419/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-sse-load1.c.obj 2024-10-08T19:59:02.6298758Z [1420/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-sse-load1.c.obj 2024-10-08T19:59:02.6342326Z [1421/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-pavgpool\f32-pavgpool-9x-minmax-sse-c4.c.obj 2024-10-08T19:59:02.6503164Z [1422/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-maxpool\f32-maxpool-9p8x-minmax-sse-c4.c.obj 2024-10-08T19:59:02.6514446Z [1423/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-pavgpool\f32-pavgpool-9p8x-minmax-sse-c4.c.obj 2024-10-08T19:59:02.6558950Z [1424/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8s4-minmax-sse.c.obj 2024-10-08T19:59:02.6859073Z [1425/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-sse-load1.c.obj 2024-10-08T19:59:02.7179486Z [1426/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-ppmm\gen\f32-ppmm-4x8-minmax-sse.c.obj 2024-10-08T19:59:02.7222968Z [1427/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-sse-2x4.c.obj 2024-10-08T19:59:02.7236308Z [1428/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-sse-2x8.c.obj 2024-10-08T19:59:02.7377696Z [1429/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-sse-c32.c.obj 2024-10-08T19:59:02.7441892Z [1430/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8s4-minmax-sse.c.obj 2024-10-08T19:59:02.7489664Z [1431/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-sse-c64.c.obj 2024-10-08T19:59:02.7501859Z [1432/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u8-acc2.c.obj 2024-10-08T19:59:02.7808229Z [1433/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-sse-c16.c.obj 2024-10-08T19:59:02.7987773Z [1434/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u4.c.obj 2024-10-08T19:59:02.8056082Z [1435/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u8-acc2.c.obj 2024-10-08T19:59:02.8067957Z [1436/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u16-acc4.c.obj 2024-10-08T19:59:02.8113791Z [1437/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u16-acc4.c.obj 2024-10-08T19:59:02.8194597Z [1438/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u16-acc2.c.obj 2024-10-08T19:59:02.8268478Z [1439/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-sse-u12-acc3.c.obj 2024-10-08T19:59:02.8454659Z [1440/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u12-acc3.c.obj 2024-10-08T19:59:02.8673553Z [1441/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u16-acc2.c.obj 2024-10-08T19:59:02.8793074Z [1442/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u8-acc2.c.obj 2024-10-08T19:59:02.8854506Z [1443/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u16-acc4.c.obj 2024-10-08T19:59:02.8934461Z [1444/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u12-acc3.c.obj 2024-10-08T19:59:02.9229253Z [1445/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-sse-u4.c.obj 2024-10-08T19:59:02.9285714Z [1446/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u16-acc2.c.obj 2024-10-08T19:59:02.9297322Z [1447/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-sse-u4.c.obj 2024-10-08T19:59:02.9437883Z [1448/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u8-acc2.c.obj 2024-10-08T19:59:02.9450742Z [1449/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u12-acc3.c.obj 2024-10-08T19:59:02.9540773Z [1450/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u4.c.obj 2024-10-08T19:59:02.9667641Z [1451/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u16-acc4.c.obj 2024-10-08T19:59:02.9680167Z [1452/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-sse-u16-acc2.c.obj 2024-10-08T19:59:03.0155993Z [1453/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-sse-u4.c.obj 2024-10-08T19:59:03.0232251Z [1454/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-8x1-minmax-sse.c.obj 2024-10-08T19:59:03.0280613Z [1455/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-sse-u8.c.obj 2024-10-08T19:59:03.0337143Z [1456/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-4x1-minmax-sse.c.obj 2024-10-08T19:59:03.0418932Z [1457/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-32x1-minmax-sse.c.obj 2024-10-08T19:59:03.0474685Z [1458/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-sse-u8.c.obj 2024-10-08T19:59:03.0521369Z [1459/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-spmm\gen\f32-spmm-16x1-minmax-sse.c.obj 2024-10-08T19:59:03.1029099Z [1460/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-sse-u4.c.obj 2024-10-08T19:59:03.1070012Z [1461/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-sse-u4.c.obj 2024-10-08T19:59:03.1122528Z [1462/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-sse-u4.c.obj 2024-10-08T19:59:03.1133691Z [1463/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-sse-u8.c.obj 2024-10-08T19:59:03.1207780Z [1464/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-sse-u4.c.obj 2024-10-08T19:59:03.1326570Z [1465/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-sse-u8.c.obj 2024-10-08T19:59:03.1441814Z [1466/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-sse-u8.c.obj 2024-10-08T19:59:03.1491709Z [1467/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-sse-u4.c.obj 2024-10-08T19:59:03.1757813Z [1468/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-sse-u8.c.obj 2024-10-08T19:59:03.1954537Z [1469/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-sse-u4.c.obj 2024-10-08T19:59:03.2010181Z [1470/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-sse-u8.c.obj 2024-10-08T19:59:03.2051081Z [1471/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u24.c.obj 2024-10-08T19:59:03.2109195Z [1472/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u16.c.obj 2024-10-08T19:59:03.2161821Z [1473/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u8.c.obj 2024-10-08T19:59:03.2598911Z [1474/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-sse-u4.c.obj 2024-10-08T19:59:03.2611630Z [1475/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u20.c.obj 2024-10-08T19:59:03.2729508Z [1476/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u12.c.obj 2024-10-08T19:59:03.2773670Z [1477/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-sse-u8.c.obj 2024-10-08T19:59:03.2824053Z [1478/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-sse-u4.c.obj 2024-10-08T19:59:03.2836175Z [1479/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-sse-u8.c.obj 2024-10-08T19:59:03.2883480Z [1480/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-sse-u8.c.obj 2024-10-08T19:59:03.2936985Z [1481/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-sse-u4.c.obj 2024-10-08T19:59:03.3365770Z [1482/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-sse-u8.c.obj 2024-10-08T19:59:03.3377195Z [1483/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-sse-u4.c.obj 2024-10-08T19:59:03.3606827Z [1484/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-sse-u4.c.obj 2024-10-08T19:59:03.3681695Z [1485/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-sse-u8.c.obj 2024-10-08T19:59:03.3693562Z [1486/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-sse-u8.c.obj 2024-10-08T19:59:03.3747073Z [1487/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-sse-u4.c.obj 2024-10-08T19:59:03.3758488Z [1488/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-sse-u8.c.obj 2024-10-08T19:59:03.4012953Z [1489/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-sse-u8.c.obj 2024-10-08T19:59:03.4110076Z [1490/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-sse-u4.c.obj 2024-10-08T19:59:03.4256892Z [1491/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-sse-u4.c.obj 2024-10-08T19:59:03.4476710Z [1492/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-sse-u8.c.obj 2024-10-08T19:59:03.4522237Z [1493/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-sse-u8.c.obj 2024-10-08T19:59:03.4533297Z [1494/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-sse-u4.c.obj 2024-10-08T19:59:03.4769716Z [1495/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u8.c.obj 2024-10-08T19:59:03.4956661Z [1496/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u4.c.obj 2024-10-08T19:59:03.5012109Z [1497/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u12.c.obj 2024-10-08T19:59:03.5074164Z [1498/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-sse-u4.c.obj 2024-10-08T19:59:03.5202903Z [1499/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-sse-u8.c.obj 2024-10-08T19:59:03.5217164Z [1500/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcmul\gen\f32-vcmul-sse-u16.c.obj 2024-10-08T19:59:03.5445627Z [1501/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse-u4.c.obj 2024-10-08T19:59:03.5461189Z [1502/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-sse-u4.c.obj 2024-10-08T19:59:03.5507571Z [1503/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-sse-u4.c.obj 2024-10-08T19:59:03.5807583Z [1504/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-sse-rsqrt-u4.c.obj 2024-10-08T19:59:03.5931757Z [1505/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c4-minmax-sse-2x.c.obj 2024-10-08T19:59:03.5976357Z [1506/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vmulcaddc\gen\f32-vmulcaddc-c8-minmax-sse-2x.c.obj 2024-10-08T19:59:03.6137982Z [1507/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse-u8.c.obj 2024-10-08T19:59:03.6152907Z [1508/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-rsqrt-u4.c.obj 2024-10-08T19:59:03.6335518Z [1509/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-rsqrt-u12.c.obj 2024-10-08T19:59:03.6377733Z [1510/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-sse-rsqrt-u16.c.obj 2024-10-08T19:59:03.6422628Z [1511/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-sse-u8.c.obj 2024-10-08T19:59:03.6545172Z [1512/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-sse-rsqrt-u8.c.obj 2024-10-08T19:59:03.6833417Z [1513/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-rsqrt-u8.c.obj 2024-10-08T19:59:03.6844528Z [1514/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-sqrt-u8.c.obj 2024-10-08T19:59:03.6984232Z [1515/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packx\x32-packx-4x-sse.c.obj 2024-10-08T19:59:03.7024948Z [1516/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-sqrt-u4.c.obj 2024-10-08T19:59:03.7127538Z [1517/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-sse-sqrt-u16.c.obj 2024-10-08T19:59:03.7188303Z [1518/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u16.c.obj 2024-10-08T19:59:03.7497811Z [1519/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u8.c.obj 2024-10-08T19:59:03.7564717Z [1520/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u24.c.obj 2024-10-08T19:59:03.7610577Z [1521/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int16-u32.c.obj 2024-10-08T19:59:03.7868890Z [1522/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\x32-transposec-4x4-sse.c.obj 2024-10-08T19:59:03.7915220Z [1523/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u32.c.obj 2024-10-08T19:59:03.7965768Z [1524/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u16.c.obj 2024-10-08T19:59:03.8024185Z [1525/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vabs-sse2-u16.c.obj 2024-10-08T19:59:03.8385954Z [1526/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u8.c.obj 2024-10-08T19:59:03.8536505Z [1527/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse2-int32-u24.c.obj 2024-10-08T19:59:03.8547585Z [1528/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-argmaxpool\f32-argmaxpool-9p8x-sse2-c4.c.obj 2024-10-08T19:59:03.8587906Z [1529/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-argmaxpool\f32-argmaxpool-9x-sse2-c4.c.obj 2024-10-08T19:59:03.8598714Z [1530/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-argmaxpool\f32-argmaxpool-4x-sse2-c4.c.obj 2024-10-08T19:59:03.8677436Z [1531/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vabs-sse2-u8.c.obj 2024-10-08T19:59:03.8691662Z [1532/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u8.c.obj 2024-10-08T19:59:03.8743244Z [1533/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vneg-sse2-u8.c.obj 2024-10-08T19:59:03.9241576Z [1534/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u16.c.obj 2024-10-08T19:59:03.9287330Z [1535/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u32.c.obj 2024-10-08T19:59:03.9402874Z [1536/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u8.c.obj 2024-10-08T19:59:03.9553207Z [1537/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vneg-sse2-u16.c.obj 2024-10-08T19:59:03.9650956Z [1538/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-sse2-2x4.c.obj 2024-10-08T19:59:03.9722422Z [1539/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse2-u24.c.obj 2024-10-08T19:59:03.9833970Z [1540/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-sse2-2x8.c.obj 2024-10-08T19:59:04.0130012Z [1541/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u16.c.obj 2024-10-08T19:59:04.0283225Z [1542/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u8-acc2.c.obj 2024-10-08T19:59:04.0294934Z [1543/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u4.c.obj 2024-10-08T19:59:04.0348425Z [1544/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u16.c.obj 2024-10-08T19:59:04.0423149Z [1545/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u32.c.obj 2024-10-08T19:59:04.0478784Z [1546/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u32.c.obj 2024-10-08T19:59:04.0754296Z [1547/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse2-u24.c.obj 2024-10-08T19:59:04.1009847Z [1548/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u12.c.obj 2024-10-08T19:59:04.1069389Z [1549/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u8.c.obj 2024-10-08T19:59:04.1122410Z [1550/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u12-acc3.c.obj 2024-10-08T19:59:04.1133998Z [1551/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc2.c.obj 2024-10-08T19:59:04.1199635Z [1552/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u24.c.obj 2024-10-08T19:59:04.1271385Z [1553/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u12-acc2.c.obj 2024-10-08T19:59:04.1758016Z [1554/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc4.c.obj 2024-10-08T19:59:04.1772405Z [1555/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u20-acc2.c.obj 2024-10-08T19:59:04.1818144Z [1556/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u20-acc5.c.obj 2024-10-08T19:59:04.1891109Z [1557/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcopysign\gen\f32-vcopysignc-sse2.c.obj 2024-10-08T19:59:04.2012151Z [1558/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-sse2-u8.c.obj 2024-10-08T19:59:04.2056407Z [1559/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcopysign\gen\f32-vrcopysignc-sse2.c.obj 2024-10-08T19:59:04.2178246Z [1560/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u16.c.obj 2024-10-08T19:59:04.2578864Z [1561/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcopysign\gen\f32-vcopysign-sse2.c.obj 2024-10-08T19:59:04.2590425Z [1562/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u12.c.obj 2024-10-08T19:59:04.2663009Z [1563/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u8.c.obj 2024-10-08T19:59:04.2736002Z [1564/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u24.c.obj 2024-10-08T19:59:04.2956509Z [1565/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u4.c.obj 2024-10-08T19:59:04.2968260Z [1566/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u16.c.obj 2024-10-08T19:59:04.3459141Z [1567/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-lut16-p3-u20.c.obj 2024-10-08T19:59:04.3574692Z [1568/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse2-rr2-p6-u4.c.obj 2024-10-08T19:59:04.3726168Z [1569/7385] 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 2024-10-08T19:59:04.3777612Z [1570/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-sse2-rr2-p5-u20.c.obj 2024-10-08T19:59:04.3789205Z [1571/7385] 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 2024-10-08T19:59:04.3836092Z [1572/7385] 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 2024-10-08T19:59:04.3953624Z [1573/7385] 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 2024-10-08T19:59:04.4305485Z [1574/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse2-u4.c.obj 2024-10-08T19:59:04.4359764Z [1575/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vgelu\gen\f32-vgelu-sse2-rational-12-10-div.c.obj 2024-10-08T19:59:04.4456282Z [1576/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-sse2-rational-3-3-div.c.obj 2024-10-08T19:59:04.4500246Z [1577/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse2-u8.c.obj 2024-10-08T19:59:04.4646875Z [1578/7385] 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 2024-10-08T19:59:04.4659218Z [1579/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-sse2-u4.c.obj 2024-10-08T19:59:04.4856549Z [1580/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-sse2-u4.c.obj 2024-10-08T19:59:04.4982146Z [1581/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-sse2-u8.c.obj 2024-10-08T19:59:04.5246673Z [1582/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-lut64-p2-div-u16.c.obj 2024-10-08T19:59:04.5304000Z [1583/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-sse2-u4.c.obj 2024-10-08T19:59:04.5318130Z [1584/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-sse2-u8.c.obj 2024-10-08T19:59:04.5432642Z [1585/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-lut64-p2-div-u4.c.obj 2024-10-08T19:59:04.5540165Z [1586/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-lut64-p2-div-u8.c.obj 2024-10-08T19:59:04.5727383Z [1587/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-sse2-u8.c.obj 2024-10-08T19:59:04.5994849Z [1588/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-sse2-u4.c.obj 2024-10-08T19:59:04.6042364Z [1589/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u12.c.obj 2024-10-08T19:59:04.6053233Z [1590/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-sse2-u8.c.obj 2024-10-08T19:59:04.6096343Z [1591/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-lut64-p2-div-u24.c.obj 2024-10-08T19:59:04.6233849Z [1592/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u4.c.obj 2024-10-08T19:59:04.6312006Z [1593/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-lut64-p2-div-u12.c.obj 2024-10-08T19:59:04.6421357Z [1594/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-lut64-p2-div-u20.c.obj 2024-10-08T19:59:04.6747615Z [1595/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse2-rational-9-6-div.c.obj 2024-10-08T19:59:04.6823238Z [1596/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-sse2-rational-9-6-nr.c.obj 2024-10-08T19:59:04.6963499Z [1597/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u8.c.obj 2024-10-08T19:59:04.6975558Z [1598/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u16.c.obj 2024-10-08T19:59:04.7026911Z [1599/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u20.c.obj 2024-10-08T19:59:04.7039554Z [1600/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse2-rr2-p5-div-u24.c.obj 2024-10-08T19:59:04.7446075Z [1601/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vneg-sse2.c.obj 2024-10-08T19:59:04.7775981Z [1602/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vsqr-sse2.c.obj 2024-10-08T19:59:04.7946676Z [1603/7385] 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 2024-10-08T19:59:04.8050648Z [1604/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x4c8-minmax-sse2-ld128.c.obj 2024-10-08T19:59:04.8331869Z [1605/7385] 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 2024-10-08T19:59:04.8499929Z [1606/7385] 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 2024-10-08T19:59:04.8515979Z [1607/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vabs-sse2.c.obj 2024-10-08T19:59:04.8684653Z [1608/7385] 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 2024-10-08T19:59:04.8739425Z [1609/7385] 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 2024-10-08T19:59:04.8887542Z [1610/7385] 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 2024-10-08T19:59:04.9130716Z [1611/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-4x4c8-minmax-sse2-ld128.c.obj 2024-10-08T19:59:04.9330431Z [1612/7385] 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 2024-10-08T19:59:04.9560483Z [1613/7385] 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 2024-10-08T19:59:04.9678434Z [1614/7385] 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 2024-10-08T19:59:04.9780307Z [1615/7385] 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 2024-10-08T19:59:04.9870246Z [1616/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x4c8-minmax-sse2-ld128.c.obj 2024-10-08T19:59:05.0010492Z [1617/7385] 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 2024-10-08T19:59:05.0529060Z [1618/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x4c8-minmax-sse2-ld64.c.obj 2024-10-08T19:59:05.0631340Z [1619/7385] 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 2024-10-08T19:59:05.0771118Z [1620/7385] 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 2024-10-08T19:59:05.0851742Z [1621/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x4c8-minmax-sse2-ld128.c.obj 2024-10-08T19:59:05.0921814Z [1622/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x4c8-minmax-sse2-ld64.c.obj 2024-10-08T19:59:05.1025893Z [1623/7385] 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 2024-10-08T19:59:05.1076132Z [1624/7385] 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 2024-10-08T19:59:05.1582280Z [1625/7385] 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 2024-10-08T19:59:05.1810145Z [1626/7385] 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 2024-10-08T19:59:05.1998740Z [1627/7385] 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 2024-10-08T19:59:05.2081341Z [1628/7385] 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 2024-10-08T19:59:05.2259773Z [1629/7385] 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 2024-10-08T19:59:05.2274806Z [1630/7385] 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 2024-10-08T19:59:05.2703183Z [1631/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x4c8-minmax-sse2-ld64.c.obj 2024-10-08T19:59:05.3031175Z [1632/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x4c8-minmax-sse2-ld64.c.obj 2024-10-08T19:59:05.3044155Z [1633/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-10-08T19:59:05.3128961Z [1634/7385] 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 2024-10-08T19:59:05.3281318Z [1635/7385] 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 2024-10-08T19:59:05.3332968Z [1636/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-10-08T19:59:05.3445637Z [1637/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2024-10-08T19:59:05.3797936Z [1638/7385] 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 2024-10-08T19:59:05.3934236Z [1639/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2024-10-08T19:59:05.4212245Z [1640/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2024-10-08T19:59:05.4224926Z [1641/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2024-10-08T19:59:05.4318515Z [1642/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse2-mul16-add16.c.obj 2024-10-08T19:59:05.4367199Z [1643/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-10-08T19:59:05.4418884Z [1644/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2024-10-08T19:59:05.4526558Z [1645/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-10-08T19:59:05.4899182Z [1646/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-10-08T19:59:05.5137887Z [1647/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse2-mul16.c.obj 2024-10-08T19:59:05.5335781Z [1648/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.obj 2024-10-08T19:59:05.5469420Z [1649/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse2-mul16-add16.c.obj 2024-10-08T19:59:05.5531042Z [1650/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u24.c.obj 2024-10-08T19:59:05.5603049Z [1651/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-10-08T19:59:05.5654464Z [1652/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16-add16.c.obj 2024-10-08T19:59:05.5703632Z [1653/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse2-mul16-add16.c.obj 2024-10-08T19:59:05.5838832Z [1654/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u16.c.obj 2024-10-08T19:59:05.6076392Z [1655/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.obj 2024-10-08T19:59:05.6229532Z [1656/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u8.c.obj 2024-10-08T19:59:05.6298034Z [1657/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse2-mul16-add16.c.obj 2024-10-08T19:59:05.6393987Z [1658/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7x-minmax-fp32-sse2-c8.c.obj 2024-10-08T19:59:05.6486183Z [1659/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse2-mul16.c.obj 2024-10-08T19:59:05.6709441Z [1660/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7p7x-minmax-fp32-sse2-c16.c.obj 2024-10-08T19:59:05.6757265Z [1661/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7p7x-minmax-fp32-sse2-c8.c.obj 2024-10-08T19:59:05.6768357Z [1662/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse2-u32.c.obj 2024-10-08T19:59:05.6858691Z [1663/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7x-minmax-fp32-sse2-c16.c.obj 2024-10-08T19:59:05.7031694Z [1664/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7x-minmax-fp32-sse2-c24.c.obj 2024-10-08T19:59:05.7086013Z [1665/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7p7x-minmax-fp32-sse2-c24.c.obj 2024-10-08T19:59:05.7155315Z [1666/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p8c-minmax-fp32-sse2-mul16.c.obj 2024-10-08T19:59:05.7913119Z [1667/7385] 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 2024-10-08T19:59:05.7957478Z [1668/7385] 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 2024-10-08T19:59:05.8065417Z [1669/7385] 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 2024-10-08T19:59:05.8113971Z [1670/7385] 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 2024-10-08T19:59:05.8169650Z [1671/7385] 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 2024-10-08T19:59:05.8182480Z [1672/7385] 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 2024-10-08T19:59:05.8426975Z [1673/7385] 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 2024-10-08T19:59:05.8555551Z [1674/7385] 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 2024-10-08T19:59:05.8810362Z [1675/7385] 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 2024-10-08T19:59:05.8932498Z [1676/7385] 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 2024-10-08T19:59:05.9011579Z [1677/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p8c-minmax-fp32-sse2-mul16.c.obj 2024-10-08T19:59:05.9102450Z [1678/7385] 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 2024-10-08T19:59:05.9303653Z [1679/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p8c-minmax-fp32-sse2-mul16.c.obj 2024-10-08T19:59:05.9315987Z [1680/7385] 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 2024-10-08T19:59:05.9538046Z [1681/7385] 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 2024-10-08T19:59:05.9551367Z [1682/7385] 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 2024-10-08T19:59:06.0074211Z [1683/7385] 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 2024-10-08T19:59:06.0185156Z [1684/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c8-minmax-fp32-sse2-ld64.c.obj 2024-10-08T19:59:06.0231792Z [1685/7385] 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 2024-10-08T19:59:06.0293320Z [1686/7385] 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 2024-10-08T19:59:06.0636947Z [1687/7385] 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 2024-10-08T19:59:06.0751012Z [1688/7385] 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 2024-10-08T19:59:06.0811544Z [1689/7385] 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 2024-10-08T19:59:06.1235572Z [1690/7385] 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 2024-10-08T19:59:06.1375778Z [1691/7385] 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 2024-10-08T19:59:06.1447096Z [1692/7385] 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 2024-10-08T19:59:06.1543936Z [1693/7385] 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 2024-10-08T19:59:06.1874579Z [1694/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c8-minmax-fp32-sse2-ld64.c.obj 2024-10-08T19:59:06.1925209Z [1695/7385] 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 2024-10-08T19:59:06.1974997Z [1696/7385] 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 2024-10-08T19:59:06.2313360Z [1697/7385] 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 2024-10-08T19:59:06.2632691Z [1698/7385] 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 2024-10-08T19:59:06.2707528Z [1699/7385] 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 2024-10-08T19:59:06.2767066Z [1700/7385] 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 2024-10-08T19:59:06.2964786Z [1701/7385] 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 2024-10-08T19:59:06.3080620Z [1702/7385] 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 2024-10-08T19:59:06.3240759Z [1703/7385] 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 2024-10-08T19:59:06.3288694Z [1704/7385] 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 2024-10-08T19:59:06.3434740Z [1705/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c8-minmax-fp32-sse2-ld64.c.obj 2024-10-08T19:59:06.3673491Z [1706/7385] 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 2024-10-08T19:59:06.3760773Z [1707/7385] 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 2024-10-08T19:59:06.3817661Z [1708/7385] 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 2024-10-08T19:59:06.4169487Z [1709/7385] 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 2024-10-08T19:59:06.4339276Z [1710/7385] 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 2024-10-08T19:59:06.4397680Z [1711/7385] 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 2024-10-08T19:59:06.4412097Z [1712/7385] 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 2024-10-08T19:59:06.4465946Z [1713/7385] 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 2024-10-08T19:59:06.4824138Z [1714/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c8-minmax-fp32-sse2-ld64.c.obj 2024-10-08T19:59:06.4837296Z [1715/7385] 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 2024-10-08T19:59:06.5197066Z [1716/7385] 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 2024-10-08T19:59:06.5447360Z [1717/7385] 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 2024-10-08T19:59:06.5505422Z [1718/7385] 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 2024-10-08T19:59:06.5603074Z [1719/7385] 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 2024-10-08T19:59:06.5616465Z [1720/7385] 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 2024-10-08T19:59:06.5886138Z [1721/7385] 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 2024-10-08T19:59:06.5942846Z [1722/7385] 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 2024-10-08T19:59:06.6114162Z [1723/7385] 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 2024-10-08T19:59:06.6216101Z [1724/7385] 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 2024-10-08T19:59:06.6351948Z [1725/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u16.c.obj 2024-10-08T19:59:06.6466475Z [1726/7385] 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 2024-10-08T19:59:06.6650365Z [1727/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u8.c.obj 2024-10-08T19:59:06.6664603Z [1728/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-fp32-sse2.c.obj 2024-10-08T19:59:06.6714028Z [1729/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-gemmlowp-sse2.c.obj 2024-10-08T19:59:06.6763365Z [1730/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndna-sse2.c.obj 2024-10-08T19:59:06.6912981Z [1731/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u32.c.obj 2024-10-08T19:59:06.7013830Z [1732/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u16.c.obj 2024-10-08T19:59:06.7064325Z [1733/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u32.c.obj 2024-10-08T19:59:06.7370151Z [1734/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse2-mul16-ld64-u24.c.obj 2024-10-08T19:59:06.7414147Z [1735/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u8.c.obj 2024-10-08T19:59:06.7460202Z [1736/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse2-mul16-ld64-u24.c.obj 2024-10-08T19:59:06.7556833Z [1737/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-sse2-u16.c.obj 2024-10-08T19:59:06.7656339Z [1738/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse2-u16.c.obj 2024-10-08T19:59:06.7856104Z [1739/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-sse2-u32.c.obj 2024-10-08T19:59:06.7924180Z [1740/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse2-u32.c.obj 2024-10-08T19:59:06.8068102Z [1741/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.obj 2024-10-08T19:59:06.8112350Z [1742/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-sse2-mul16-ld64-u16.c.obj 2024-10-08T19:59:06.8603016Z [1743/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-sse2-u8.c.obj 2024-10-08T19:59:06.8616802Z [1744/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse2-u16.c.obj 2024-10-08T19:59:06.8670925Z [1745/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-avgpool\qu8-avgpool-9p8x-minmax-fp32-sse2-c8.c.obj 2024-10-08T19:59:06.8684739Z [1746/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse2-u32.c.obj 2024-10-08T19:59:06.8697717Z [1747/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.obj 2024-10-08T19:59:06.8781438Z [1748/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-sse2-u4.c.obj 2024-10-08T19:59:06.8850174Z [1749/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-sse2-u16.c.obj 2024-10-08T19:59:06.8994709Z [1750/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-sse2-mul16-ld64-u16.c.obj 2024-10-08T19:59:06.9261979Z [1751/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-avgpool\qu8-avgpool-9x-minmax-fp32-sse2-c8.c.obj 2024-10-08T19:59:06.9702233Z [1752/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-10-08T19:59:06.9879660Z [1753/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-10-08T19:59:06.9923116Z [1754/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-10-08T19:59:07.0147851Z [1755/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-10-08T19:59:07.0193516Z [1756/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-10-08T19:59:07.0242240Z [1757/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.obj 2024-10-08T19:59:07.0449274Z [1758/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-sse2-mul16.c.obj 2024-10-08T19:59:07.0610680Z [1759/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-sse2-mul16.c.obj 2024-10-08T19:59:07.0656126Z [1760/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u8.c.obj 2024-10-08T19:59:07.0669262Z [1761/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.obj 2024-10-08T19:59:07.0748050Z [1762/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.obj 2024-10-08T19:59:07.0814888Z [1763/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u24.c.obj 2024-10-08T19:59:07.1024521Z [1764/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7p7x-minmax-fp32-sse2-c8.c.obj 2024-10-08T19:59:07.1076887Z [1765/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u16.c.obj 2024-10-08T19:59:07.1132633Z [1766/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse2-u32.c.obj 2024-10-08T19:59:07.1319191Z [1767/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7x-minmax-fp32-sse2-c8.c.obj 2024-10-08T19:59:07.1333656Z [1768/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7x-minmax-fp32-sse2-c24.c.obj 2024-10-08T19:59:07.1496519Z [1769/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7x-minmax-fp32-sse2-c16.c.obj 2024-10-08T19:59:07.1810142Z [1770/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7p7x-minmax-fp32-sse2-c24.c.obj 2024-10-08T19:59:07.1890782Z [1771/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse2-ld64.c.obj 2024-10-08T19:59:07.1948706Z [1772/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7p7x-minmax-fp32-sse2-c16.c.obj 2024-10-08T19:59:07.2375715Z [1773/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse2-ld128.c.obj 2024-10-08T19:59:07.2491309Z [1774/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse2-ld128.c.obj 2024-10-08T19:59:07.2540747Z [1775/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse2-ld64.c.obj 2024-10-08T19:59:07.2780378Z [1776/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse2-ld64.c.obj 2024-10-08T19:59:07.2919966Z [1777/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse2-ld128.c.obj 2024-10-08T19:59:07.3082670Z [1778/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse2-ld128.c.obj 2024-10-08T19:59:07.3191069Z [1779/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse2-ld64.c.obj 2024-10-08T19:59:07.3387646Z [1780/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse2-ld64.c.obj 2024-10-08T19:59:07.3553528Z [1781/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse2-ld128.c.obj 2024-10-08T19:59:07.3960379Z [1782/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse2-ld64.c.obj 2024-10-08T19:59:07.3977574Z [1783/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse2-ld64.c.obj 2024-10-08T19:59:07.4063593Z [1784/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse2-ld64.c.obj 2024-10-08T19:59:07.4204399Z [1785/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse2-ld64.c.obj 2024-10-08T19:59:07.4251684Z [1786/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse2-ld128.c.obj 2024-10-08T19:59:07.4595398Z [1787/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse2-ld128.c.obj 2024-10-08T19:59:07.4685555Z [1788/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse2-ld128.c.obj 2024-10-08T19:59:07.4738473Z [1789/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse2-ld64.c.obj 2024-10-08T19:59:07.5149822Z [1790/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse2-ld128.c.obj 2024-10-08T19:59:07.5233526Z [1791/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse2-ld64.c.obj 2024-10-08T19:59:07.5329730Z [1792/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse2-ld128.c.obj 2024-10-08T19:59:07.5409582Z [1793/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse2-ld128.c.obj 2024-10-08T19:59:07.5427294Z [1794/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse2-ld128.c.obj 2024-10-08T19:59:07.5855828Z [1795/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse2-ld64.c.obj 2024-10-08T19:59:07.5943226Z [1796/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse2-ld128.c.obj 2024-10-08T19:59:07.5960700Z [1797/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse2-ld64.c.obj 2024-10-08T19:59:07.6184490Z [1798/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse2-ld64.c.obj 2024-10-08T19:59:07.6290823Z [1799/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse2-ld64.c.obj 2024-10-08T19:59:07.6392717Z [1800/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse2-ld64.c.obj 2024-10-08T19:59:07.6483934Z [1801/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse2-ld128.c.obj 2024-10-08T19:59:07.6724045Z [1802/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse2-ld64.c.obj 2024-10-08T19:59:07.6912976Z [1803/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse2-ld128.c.obj 2024-10-08T19:59:07.7079682Z [1804/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse2-ld64.c.obj 2024-10-08T19:59:07.7362231Z [1805/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse2-ld128.c.obj 2024-10-08T19:59:07.7416402Z [1806/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse2-ld128.c.obj 2024-10-08T19:59:07.7460877Z [1807/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse2-ld128.c.obj 2024-10-08T19:59:07.7681256Z [1808/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse2-ld128.c.obj 2024-10-08T19:59:07.7818176Z [1809/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse2-ld128.c.obj 2024-10-08T19:59:07.7905419Z [1810/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse2-ld128.c.obj 2024-10-08T19:59:07.7918795Z [1811/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse2-ld64.c.obj 2024-10-08T19:59:07.8191984Z [1812/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse2-mul16-ld64-u16.c.obj 2024-10-08T19:59:07.8335788Z [1813/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse2-ld64.c.obj 2024-10-08T19:59:07.8419147Z [1814/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse2-ld64.c.obj 2024-10-08T19:59:07.8431275Z [1815/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse2-ld64.c.obj 2024-10-08T19:59:07.8617508Z [1816/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-fp32-sse2.c.obj 2024-10-08T19:59:07.8678320Z [1817/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse2-ld128.c.obj 2024-10-08T19:59:07.8763178Z [1818/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-rndna-sse2.c.obj 2024-10-08T19:59:07.8935618Z [1819/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-sse2-u16.c.obj 2024-10-08T19:59:07.8987193Z [1820/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse2-mul16-ld64-u8.c.obj 2024-10-08T19:59:07.9117326Z [1821/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse2-mul16-ld64-u8.c.obj 2024-10-08T19:59:07.9299754Z [1822/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse2-u16.c.obj 2024-10-08T19:59:07.9343800Z [1823/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse2-u32.c.obj 2024-10-08T19:59:07.9399937Z [1824/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse2-mul16-ld64-u16.c.obj 2024-10-08T19:59:07.9516295Z [1825/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.obj 2024-10-08T19:59:07.9527926Z [1826/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-gemmlowp-sse2.c.obj 2024-10-08T19:59:07.9572852Z [1827/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse2-u16.c.obj 2024-10-08T19:59:07.9729486Z [1828/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse2-u32.c.obj 2024-10-08T19:59:07.9913767Z [1829/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-sse2-u32.c.obj 2024-10-08T19:59:08.0081485Z [1830/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.obj 2024-10-08T19:59:08.0161690Z [1831/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-sse2-mul16-ld64-u16.c.obj 2024-10-08T19:59:08.0173416Z [1832/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-sse2-c8.c.obj 2024-10-08T19:59:08.0235148Z [1833/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-sse2-mul16-ld64-u16.c.obj 2024-10-08T19:59:08.0294692Z [1834/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-maxpool\s8-maxpool-9p8x-minmax-sse2-c16.c.obj 2024-10-08T19:59:08.0422889Z [1835/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-maxpool\u8-maxpool-9p8x-minmax-sse2-c16.c.obj 2024-10-08T19:59:08.0586515Z [1836/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-vclamp\s8-vclamp-sse2-u64.c.obj 2024-10-08T19:59:08.0726449Z [1837/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-sse2-c8.c.obj 2024-10-08T19:59:08.0780713Z [1838/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-rmax\u8-rmax-sse2-u16.c.obj 2024-10-08T19:59:08.0871601Z [1839/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-sse2-c16.c.obj 2024-10-08T19:59:08.1147323Z [1840/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-x3-sse2.c.obj 2024-10-08T19:59:08.1325780Z [1841/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-vclamp\u8-vclamp-sse2-u64.c.obj 2024-10-08T19:59:08.1376037Z [1842/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-x2-sse2.c.obj 2024-10-08T19:59:08.1393959Z [1843/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-x4-sse2.c.obj 2024-10-08T19:59:08.1496632Z [1844/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-16x16-reuse-switch-sse2.c.obj 2024-10-08T19:59:08.1674914Z [1845/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-multi-mov-sse2.c.obj 2024-10-08T19:59:08.1989648Z [1846/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-zip\x8-zip-xm-sse2.c.obj 2024-10-08T19:59:08.2108030Z [1847/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-multi-switch-sse2.c.obj 2024-10-08T19:59:08.2120190Z [1848/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-16x16-reuse-mov-sse2.c.obj 2024-10-08T19:59:08.2278230Z [1849/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-reuse-switch-sse2.c.obj 2024-10-08T19:59:08.2330854Z [1850/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-reuse-mov-sse2.c.obj 2024-10-08T19:59:08.2529717Z [1851/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\x16-transposec-4x8-sse2.c.obj 2024-10-08T19:59:08.2578373Z [1852/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x2c4-gemm-goi-sse2-u4.c.obj 2024-10-08T19:59:08.2809897Z [1853/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-sse2-c16.c.obj 2024-10-08T19:59:08.2822861Z [1854/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x2c4-gemm-goi-sse2-u4-prfm.c.obj 2024-10-08T19:59:08.2905227Z [1855/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-sse2-u4.c.obj 2024-10-08T19:59:08.2955648Z [1856/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-8x8-reuse-multi-sse2.c.obj 2024-10-08T19:59:08.3041429Z [1857/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-sse2-u4.c.obj 2024-10-08T19:59:08.3112671Z [1858/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-sse2-u8-prfm.c.obj 2024-10-08T19:59:08.3415126Z [1859/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-sse2-u4-prfm.c.obj 2024-10-08T19:59:08.3629578Z [1860/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-sse2-u4-prfm.c.obj 2024-10-08T19:59:08.3672604Z [1861/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-sse2-u4.c.obj 2024-10-08T19:59:08.3715185Z [1862/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-sse2-u8.c.obj 2024-10-08T19:59:08.3858345Z [1863/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-sse2-u8-prfm.c.obj 2024-10-08T19:59:08.3907757Z [1864/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-sse2-u8.c.obj 2024-10-08T19:59:08.3955987Z [1865/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-sse2-u4-prfm.c.obj 2024-10-08T19:59:08.4074580Z [1866/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x8-minmax-sse41-load1.c.obj 2024-10-08T19:59:08.4443976Z [1867/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x2c4-minmax-sse41.c.obj 2024-10-08T19:59:08.4609914Z [1868/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x8s4-minmax-sse41.c.obj 2024-10-08T19:59:08.4655870Z [1869/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-sse2-u4.c.obj 2024-10-08T19:59:08.4739960Z [1870/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-sse2-u8.c.obj 2024-10-08T19:59:08.4782771Z [1871/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-sse2-u4-prfm.c.obj 2024-10-08T19:59:08.4986989Z [1872/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-sse2-u8-prfm.c.obj 2024-10-08T19:59:08.5151543Z [1873/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x8s4-minmax-sse41.c.obj 2024-10-08T19:59:08.5237245Z [1874/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x8-minmax-sse41-dup.c.obj 2024-10-08T19:59:08.5380676Z [1875/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-sse2-u8-prfm.c.obj 2024-10-08T19:59:08.5536720Z [1876/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-multi-switch-sse2.c.obj 2024-10-08T19:59:08.5645070Z [1877/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-multi-mov-sse2.c.obj 2024-10-08T19:59:08.5704876Z [1878/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-sse2-u8.c.obj 2024-10-08T19:59:08.5788618Z [1879/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-reuse-multi-sse2.c.obj 2024-10-08T19:59:08.6066984Z [1880/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-unpool\x32-unpool-sse2.c.obj 2024-10-08T19:59:08.6121410Z [1881/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-reuse-mov-sse2.c.obj 2024-10-08T19:59:08.6165498Z [1882/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-x3-sse2.c.obj 2024-10-08T19:59:08.6231873Z [1883/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-x2-sse2.c.obj 2024-10-08T19:59:08.6379122Z [1884/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-reuse-switch-sse2.c.obj 2024-10-08T19:59:08.6426322Z [1885/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-4x4-multi-multi-sse2.c.obj 2024-10-08T19:59:08.6609461Z [1886/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-reuse-mov-sse2.c.obj 2024-10-08T19:59:08.6703727Z [1887/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-x4-sse2.c.obj 2024-10-08T19:59:08.6798102Z [1888/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-zip\x32-zip-xm-sse2.c.obj 2024-10-08T19:59:08.7034351Z [1889/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-multi-switch-sse2.c.obj 2024-10-08T19:59:08.7103076Z [1890/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-multi-mov-sse2.c.obj 2024-10-08T19:59:08.7357110Z [1891/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\xx-fill\xx-fill-sse2-u64.c.obj 2024-10-08T19:59:08.7405486Z [1892/7385] 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 2024-10-08T19:59:08.7630659Z [1893/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-reuse-switch-sse2.c.obj 2024-10-08T19:59:08.7742808Z [1894/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\xx-pad\xx-pad-p16-sse2-u16.c.obj 2024-10-08T19:59:08.7799824Z [1895/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-multi-multi-sse2.c.obj 2024-10-08T19:59:08.7906585Z [1896/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-2x2-reuse-multi-sse2.c.obj 2024-10-08T19:59:08.8184030Z [1897/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-2x4.c.obj 2024-10-08T19:59:08.8261434Z [1898/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4.c.obj 2024-10-08T19:59:08.8441628Z [1899/7385] 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 2024-10-08T19:59:08.8492523Z [1900/7385] 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 2024-10-08T19:59:08.8950292Z [1901/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-5x4.c.obj 2024-10-08T19:59:08.8966458Z [1902/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-2x4-acc2.c.obj 2024-10-08T19:59:08.9026205Z [1903/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-gemmlowp-ssse3.c.obj 2024-10-08T19:59:08.9040055Z [1904/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-3x4.c.obj 2024-10-08T19:59:08.9362982Z [1905/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-4x4.c.obj 2024-10-08T19:59:08.9420286Z [1906/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u16.c.obj 2024-10-08T19:59:08.9546835Z [1907/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndna-ssse3.c.obj 2024-10-08T19:59:08.9724050Z [1908/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv2d-chw\gen\f32-dwconv2d-chw-3x3p1-minmax-ssse3-6x4.c.obj 2024-10-08T19:59:08.9735199Z [1909/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u32-acc2.c.obj 2024-10-08T19:59:08.9787413Z [1910/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u64-acc2.c.obj 2024-10-08T19:59:08.9901956Z [1911/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u32.c.obj 2024-10-08T19:59:09.0027184Z [1912/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-ssse3-u32.c.obj 2024-10-08T19:59:09.0125692Z [1913/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-ssse3-u16.c.obj 2024-10-08T19:59:09.0182582Z [1914/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u64-acc4.c.obj 2024-10-08T19:59:09.0393207Z [1915/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-ssse3-u32.c.obj 2024-10-08T19:59:09.0556532Z [1916/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-ssse3-u64.c.obj 2024-10-08T19:59:09.0763163Z [1917/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-ssse3-u8.c.obj 2024-10-08T19:59:09.0774574Z [1918/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-ssse3-u16.c.obj 2024-10-08T19:59:09.0932352Z [1919/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-ssse3-u16.c.obj 2024-10-08T19:59:09.0945136Z [1920/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-ssse3-u32.c.obj 2024-10-08T19:59:09.1093952Z [1921/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-ssse3-u16.c.obj 2024-10-08T19:59:09.1140064Z [1922/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-ssse3-u4.c.obj 2024-10-08T19:59:09.1312165Z [1923/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-ssse3-u32.c.obj 2024-10-08T19:59:09.1444873Z [1924/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-ssse3-u16.c.obj 2024-10-08T19:59:09.1785669Z [1925/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-rndna-ssse3.c.obj 2024-10-08T19:59:09.1853128Z [1926/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-gemmlowp-ssse3.c.obj 2024-10-08T19:59:09.1892785Z [1927/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-ssse3-u16.c.obj 2024-10-08T19:59:09.2017093Z [1928/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-ssse3-u32.c.obj 2024-10-08T19:59:09.2091332Z [1929/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-ssse3-u16.c.obj 2024-10-08T19:59:09.2139766Z [1930/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-ssse3-u32.c.obj 2024-10-08T19:59:09.2194854Z [1931/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-ssse3-u32.c.obj 2024-10-08T19:59:09.2239945Z [1932/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-ssse3-u16.c.obj 2024-10-08T19:59:09.2447701Z [1933/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u24.c.obj 2024-10-08T19:59:09.2689010Z [1934/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u16.c.obj 2024-10-08T19:59:09.2741266Z [1935/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u32.c.obj 2024-10-08T19:59:09.2788854Z [1936/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x24-transposec\x24-transposec-4x4-ssse3.c.obj 2024-10-08T19:59:09.2801169Z [1937/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int16-u8.c.obj 2024-10-08T19:59:09.2848665Z [1938/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u16.c.obj 2024-10-08T19:59:09.2912870Z [1939/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u8.c.obj 2024-10-08T19:59:09.3066599Z [1940/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u8.c.obj 2024-10-08T19:59:09.3181029Z [1941/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u24.c.obj 2024-10-08T19:59:09.3389362Z [1942/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-sse41-int32-u32.c.obj 2024-10-08T19:59:09.3471706Z [1943/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u32.c.obj 2024-10-08T19:59:09.3482798Z [1944/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u16.c.obj 2024-10-08T19:59:09.3574588Z [1945/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-sse41-u24.c.obj 2024-10-08T19:59:09.3682873Z [1946/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-1x8-minmax-sse41-dup.c.obj 2024-10-08T19:59:09.3793762Z [1947/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-sse41-2x4.c.obj 2024-10-08T19:59:09.3983362Z [1948/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-sse41-2x8.c.obj 2024-10-08T19:59:09.4119509Z [1949/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-5x8-minmax-sse41-dup.c.obj 2024-10-08T19:59:09.4374639Z [1950/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x8-minmax-sse41-dup.c.obj 2024-10-08T19:59:09.4499758Z [1951/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x8-minmax-sse41-dup.c.obj 2024-10-08T19:59:09.4587147Z [1952/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x8s4-minmax-sse41.c.obj 2024-10-08T19:59:09.4634304Z [1953/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-6x8-minmax-sse41-dup.c.obj 2024-10-08T19:59:09.4886098Z [1954/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x8-minmax-sse41-load1.c.obj 2024-10-08T19:59:09.4994986Z [1955/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x8-minmax-sse41-load1.c.obj 2024-10-08T19:59:09.5012216Z [1956/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x8s4-minmax-sse41.c.obj 2024-10-08T19:59:09.5318249Z [1957/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x8-minmax-sse41-dup.c.obj 2024-10-08T19:59:09.5415859Z [1958/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x8-minmax-sse41-dup.c.obj 2024-10-08T19:59:09.5612587Z [1959/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x2c4-minmax-sse41.c.obj 2024-10-08T19:59:09.5811230Z [1960/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse41-mul16-add16.c.obj 2024-10-08T19:59:09.5928629Z [1961/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse41-mul16-add16.c.obj 2024-10-08T19:59:09.5946445Z [1962/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse41-mul16.c.obj 2024-10-08T19:59:09.6048189Z [1963/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x8-minmax-sse41-load1.c.obj 2024-10-08T19:59:09.6220712Z [1964/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-sse41-mul32.c.obj 2024-10-08T19:59:09.6433950Z [1965/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.obj 2024-10-08T19:59:09.6448075Z [1966/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-sse41-mul32.c.obj 2024-10-08T19:59:09.6611012Z [1967/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u8.c.obj 2024-10-08T19:59:09.6685812Z [1968/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-3x8-minmax-sse41-dup.c.obj 2024-10-08T19:59:09.6906555Z [1969/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x8s4-minmax-sse41.c.obj 2024-10-08T19:59:09.7032960Z [1970/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u16.c.obj 2024-10-08T19:59:09.7082759Z [1971/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x8-minmax-sse41-dup.c.obj 2024-10-08T19:59:09.7142799Z [1972/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u32.c.obj 2024-10-08T19:59:09.7186908Z [1973/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x8-minmax-sse41-load1.c.obj 2024-10-08T19:59:09.7246839Z [1974/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u4.c.obj 2024-10-08T19:59:09.7293142Z [1975/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u12.c.obj 2024-10-08T19:59:09.7349899Z [1976/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-sse41-u24.c.obj 2024-10-08T19:59:09.7798746Z [1977/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u16.c.obj 2024-10-08T19:59:09.7811917Z [1978/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u8.c.obj 2024-10-08T19:59:09.7866864Z [1979/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u8.c.obj 2024-10-08T19:59:09.7985972Z [1980/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u4.c.obj 2024-10-08T19:59:09.7997910Z [1981/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u20.c.obj 2024-10-08T19:59:09.8012150Z [1982/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-lut16-p3-u24.c.obj 2024-10-08T19:59:09.8515182Z [1983/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u20.c.obj 2024-10-08T19:59:09.8558988Z [1984/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse41-u4.c.obj 2024-10-08T19:59:09.8606684Z [1985/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u12.c.obj 2024-10-08T19:59:09.8914333Z [1986/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u24.c.obj 2024-10-08T19:59:09.8930631Z [1987/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-sse41-u4.c.obj 2024-10-08T19:59:09.8985125Z [1988/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-sse41-rr2-p6-u16.c.obj 2024-10-08T19:59:09.9073007Z [1989/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-sse41-u8.c.obj 2024-10-08T19:59:09.9125296Z [1990/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-sse41-u8.c.obj 2024-10-08T19:59:09.9581583Z [1991/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-sse41-u8.c.obj 2024-10-08T19:59:09.9631939Z [1992/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-sse41-u4.c.obj 2024-10-08T19:59:09.9820976Z [1993/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-sse41-u4.c.obj 2024-10-08T19:59:09.9914498Z [1994/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-sse41-u8.c.obj 2024-10-08T19:59:09.9969335Z [1995/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-lut64-p2-div-u8.c.obj 2024-10-08T19:59:09.9985411Z [1996/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-sse41-u8.c.obj 2024-10-08T19:59:10.0054125Z [1997/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-lut64-p2-div-u4.c.obj 2024-10-08T19:59:10.0070843Z [1998/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-sse41-u4.c.obj 2024-10-08T19:59:10.0402654Z [1999/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u4.c.obj 2024-10-08T19:59:10.0419826Z [2000/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u8.c.obj 2024-10-08T19:59:10.0558783Z [2001/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-lut64-p2-div-u24.c.obj 2024-10-08T19:59:10.0934768Z [2002/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-lut64-p2-div-u16.c.obj 2024-10-08T19:59:10.0977218Z [2003/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-lut64-p2-div-u12.c.obj 2024-10-08T19:59:10.1022307Z [2004/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u24.c.obj 2024-10-08T19:59:10.1064978Z [2005/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-lut64-p2-div-u20.c.obj 2024-10-08T19:59:10.1281925Z [2006/7385] 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 2024-10-08T19:59:10.1387990Z [2007/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u12.c.obj 2024-10-08T19:59:10.1446927Z [2008/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u16.c.obj 2024-10-08T19:59:10.1462165Z [2009/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-sse41-rr2-p5-div-u20.c.obj 2024-10-08T19:59:10.2205697Z [2010/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-3x4c8-minmax-sse41-ld128.c.obj 2024-10-08T19:59:10.2218403Z [2011/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x4c8-minmax-sse41-ld128.c.obj 2024-10-08T19:59:10.2335129Z [2012/7385] 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 2024-10-08T19:59:10.2497135Z [2013/7385] 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 2024-10-08T19:59:10.2567892Z [2014/7385] 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 2024-10-08T19:59:10.2616539Z [2015/7385] 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 2024-10-08T19:59:10.2672213Z [2016/7385] 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 2024-10-08T19:59:10.2685425Z [2017/7385] 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 2024-10-08T19:59:10.3391802Z [2018/7385] 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 2024-10-08T19:59:10.3510488Z [2019/7385] 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 2024-10-08T19:59:10.3615791Z [2020/7385] 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 2024-10-08T19:59:10.3826951Z [2021/7385] 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 2024-10-08T19:59:10.3998419Z [2022/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x4c8-minmax-sse41-ld64.c.obj 2024-10-08T19:59:10.4136583Z [2023/7385] 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 2024-10-08T19:59:10.4215609Z [2024/7385] 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 2024-10-08T19:59:10.4531236Z [2025/7385] 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 2024-10-08T19:59:10.4607679Z [2026/7385] 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 2024-10-08T19:59:10.4832992Z [2027/7385] 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 2024-10-08T19:59:10.4887652Z [2028/7385] 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 2024-10-08T19:59:10.5119989Z [2029/7385] 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 2024-10-08T19:59:10.5272520Z [2030/7385] 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 2024-10-08T19:59:10.5326102Z [2031/7385] 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 2024-10-08T19:59:10.5551023Z [2032/7385] 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 2024-10-08T19:59:10.5814561Z [2033/7385] 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 2024-10-08T19:59:10.5885385Z [2034/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x4c8-minmax-sse41-ld64.c.obj 2024-10-08T19:59:10.5899481Z [2035/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x4c8-minmax-sse41-ld64.c.obj 2024-10-08T19:59:10.6256858Z [2036/7385] 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 2024-10-08T19:59:10.6461931Z [2037/7385] 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 2024-10-08T19:59:10.6509956Z [2038/7385] 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 2024-10-08T19:59:10.6563332Z [2039/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-10-08T19:59:10.6701785Z [2040/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x4c8-minmax-sse41-ld64.c.obj 2024-10-08T19:59:10.6966774Z [2041/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-10-08T19:59:10.6983807Z [2042/7385] 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 2024-10-08T19:59:10.7137871Z [2043/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2024-10-08T19:59:10.7359433Z [2044/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-10-08T19:59:10.7513684Z [2045/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-10-08T19:59:10.7658831Z [2046/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2024-10-08T19:59:10.7718192Z [2047/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2024-10-08T19:59:10.7891899Z [2048/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-10-08T19:59:10.8046989Z [2049/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-10-08T19:59:10.8097682Z [2050/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-10-08T19:59:10.8489838Z [2051/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2024-10-08T19:59:10.8749910Z [2052/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2024-10-08T19:59:10.8816684Z [2053/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-10-08T19:59:10.8873413Z [2054/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-10-08T19:59:10.8919199Z [2055/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse41-mul16-add16.c.obj 2024-10-08T19:59:10.8967656Z [2056/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-10-08T19:59:10.9113248Z [2057/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-10-08T19:59:10.9308551Z [2058/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.obj 2024-10-08T19:59:10.9365625Z [2059/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16-add16.c.obj 2024-10-08T19:59:10.9790976Z [2060/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u24.c.obj 2024-10-08T19:59:10.9863993Z [2061/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u32.c.obj 2024-10-08T19:59:10.9969605Z [2062/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-sse41-mul32.c.obj 2024-10-08T19:59:11.0033970Z [2063/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndnu-sse41-srl.c.obj 2024-10-08T19:59:11.0114053Z [2064/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse41-mul16-add16.c.obj 2024-10-08T19:59:11.0215699Z [2065/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u16.c.obj 2024-10-08T19:59:11.0227286Z [2066/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul16-ld64-u8.c.obj 2024-10-08T19:59:11.0481881Z [2067/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-10-08T19:59:11.0628637Z [2068/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u8.c.obj 2024-10-08T19:59:11.0811198Z [2069/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u16.c.obj 2024-10-08T19:59:11.0956498Z [2070/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse41-mul16.c.obj 2024-10-08T19:59:11.1087012Z [2071/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7p7x-minmax-fp32-sse41-c24.c.obj 2024-10-08T19:59:11.1140941Z [2072/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-sse41-mul32.c.obj 2024-10-08T19:59:11.1154820Z [2073/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7p7x-minmax-fp32-sse41-c8.c.obj 2024-10-08T19:59:11.1173751Z [2074/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u32.c.obj 2024-10-08T19:59:11.1608910Z [2075/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-sse41-u24.c.obj 2024-10-08T19:59:11.1622358Z [2076/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7p7x-minmax-fp32-sse41-c16.c.obj 2024-10-08T19:59:11.1675748Z [2077/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7x-minmax-fp32-sse41-c8.c.obj 2024-10-08T19:59:11.1895954Z [2078/7385] 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 2024-10-08T19:59:11.2017745Z [2079/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7x-minmax-fp32-sse41-c16.c.obj 2024-10-08T19:59:11.2132448Z [2080/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p8c-minmax-fp32-sse41-mul16.c.obj 2024-10-08T19:59:11.2187609Z [2081/7385] 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 2024-10-08T19:59:11.2361388Z [2082/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-gavgpool\gen\qs8-gavgpool-7x-minmax-fp32-sse41-c24.c.obj 2024-10-08T19:59:11.2729203Z [2083/7385] 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 2024-10-08T19:59:11.2779349Z [2084/7385] 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 2024-10-08T19:59:11.2830152Z [2085/7385] 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 2024-10-08T19:59:11.3028662Z [2086/7385] 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 2024-10-08T19:59:11.3272228Z [2087/7385] 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 2024-10-08T19:59:11.3444737Z [2088/7385] 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 2024-10-08T19:59:11.3498355Z [2089/7385] 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 2024-10-08T19:59:11.3788911Z [2090/7385] 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 2024-10-08T19:59:11.3963810Z [2091/7385] 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 2024-10-08T19:59:11.4130323Z [2092/7385] 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 2024-10-08T19:59:11.4182309Z [2093/7385] 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 2024-10-08T19:59:11.4312751Z [2094/7385] 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 2024-10-08T19:59:11.4533383Z [2095/7385] 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 2024-10-08T19:59:11.4616654Z [2096/7385] 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 2024-10-08T19:59:11.4788740Z [2097/7385] 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 2024-10-08T19:59:11.4863675Z [2098/7385] 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 2024-10-08T19:59:11.5222852Z [2099/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul16.c.obj 2024-10-08T19:59:11.5323453Z [2100/7385] 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 2024-10-08T19:59:11.5427620Z [2101/7385] 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 2024-10-08T19:59:11.5440117Z [2102/7385] 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 2024-10-08T19:59:11.5523076Z [2103/7385] 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 2024-10-08T19:59:11.5651778Z [2104/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul16.c.obj 2024-10-08T19:59:11.5710072Z [2105/7385] 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 2024-10-08T19:59:11.5976081Z [2106/7385] 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 2024-10-08T19:59:11.6147894Z [2107/7385] 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 2024-10-08T19:59:11.6295700Z [2108/7385] 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 2024-10-08T19:59:11.6575534Z [2109/7385] 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 2024-10-08T19:59:11.6780953Z [2110/7385] 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 2024-10-08T19:59:11.6979774Z [2111/7385] 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 2024-10-08T19:59:11.7035745Z [2112/7385] 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 2024-10-08T19:59:11.7089286Z [2113/7385] 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 2024-10-08T19:59:11.7163277Z [2114/7385] 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 2024-10-08T19:59:11.7212680Z [2115/7385] 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 2024-10-08T19:59:11.7498187Z [2116/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c8-minmax-fp32-sse41-ld64.c.obj 2024-10-08T19:59:11.7776414Z [2117/7385] 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 2024-10-08T19:59:11.8298240Z [2118/7385] 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 2024-10-08T19:59:11.8400446Z [2119/7385] 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 2024-10-08T19:59:11.8416371Z [2120/7385] 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 2024-10-08T19:59:11.8487584Z [2121/7385] 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 2024-10-08T19:59:11.8537540Z [2122/7385] 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 2024-10-08T19:59:11.8552339Z [2123/7385] 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 2024-10-08T19:59:11.8610576Z [2124/7385] 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 2024-10-08T19:59:11.9214237Z [2125/7385] 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 2024-10-08T19:59:11.9471572Z [2126/7385] 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 2024-10-08T19:59:11.9749914Z [2127/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x4c8-minmax-fp32-sse41-ld64.c.obj 2024-10-08T19:59:11.9806606Z [2128/7385] 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 2024-10-08T19:59:11.9875220Z [2129/7385] 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 2024-10-08T19:59:11.9939340Z [2130/7385] 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 2024-10-08T19:59:12.0030054Z [2131/7385] 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 2024-10-08T19:59:12.0100230Z [2132/7385] 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 2024-10-08T19:59:12.0347232Z [2133/7385] 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 2024-10-08T19:59:12.0671795Z [2134/7385] 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 2024-10-08T19:59:12.0938127Z [2135/7385] 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 2024-10-08T19:59:12.0986037Z [2136/7385] 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 2024-10-08T19:59:12.1074044Z [2137/7385] 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 2024-10-08T19:59:12.1127892Z [2138/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c8-minmax-fp32-sse41-ld64.c.obj 2024-10-08T19:59:12.1149537Z [2139/7385] 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 2024-10-08T19:59:12.1203408Z [2140/7385] 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 2024-10-08T19:59:12.1666655Z [2141/7385] 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 2024-10-08T19:59:12.1724639Z [2142/7385] 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 2024-10-08T19:59:12.2233796Z [2143/7385] 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 2024-10-08T19:59:12.2279477Z [2144/7385] 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 2024-10-08T19:59:12.2566370Z [2145/7385] 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 2024-10-08T19:59:12.2578549Z [2146/7385] 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 2024-10-08T19:59:12.2625181Z [2147/7385] 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 2024-10-08T19:59:12.2722879Z [2148/7385] 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 2024-10-08T19:59:12.2809448Z [2149/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x4c8-minmax-fp32-sse41-ld64.c.obj 2024-10-08T19:59:12.3265996Z [2150/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-sse41-c32.c.obj 2024-10-08T19:59:12.3282235Z [2151/7385] 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 2024-10-08T19:59:12.3771982Z [2152/7385] 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 2024-10-08T19:59:12.3784424Z [2153/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-sse41-c64.c.obj 2024-10-08T19:59:12.3836322Z [2154/7385] 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 2024-10-08T19:59:12.3886663Z [2155/7385] 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 2024-10-08T19:59:12.3908711Z [2156/7385] 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 2024-10-08T19:59:12.3920512Z [2157/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-sse41-c16.c.obj 2024-10-08T19:59:12.3997489Z [2158/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-fp32-sse41.c.obj 2024-10-08T19:59:12.4614513Z [2159/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndnu-sse41-sra.c.obj 2024-10-08T19:59:12.4663429Z [2160/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-gemmlowp-sse41.c.obj 2024-10-08T19:59:12.4928613Z [2161/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse41-ld64.c.obj 2024-10-08T19:59:12.4974780Z [2162/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse41-ld128.c.obj 2024-10-08T19:59:12.5145621Z [2163/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-sse41-ld64.c.obj 2024-10-08T19:59:12.5363464Z [2164/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse41-ld128.c.obj 2024-10-08T19:59:12.5438584Z [2165/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u16.c.obj 2024-10-08T19:59:12.5451852Z [2166/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u32.c.obj 2024-10-08T19:59:12.5502547Z [2167/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-sse41-ld128.c.obj 2024-10-08T19:59:12.5627139Z [2168/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u8.c.obj 2024-10-08T19:59:12.5925444Z [2169/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u8.c.obj 2024-10-08T19:59:12.6131102Z [2170/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u32.c.obj 2024-10-08T19:59:12.6176569Z [2171/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u24.c.obj 2024-10-08T19:59:12.6220753Z [2172/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-requantization\qs8-requantization-rndna-sse41.c.obj 2024-10-08T19:59:12.6520548Z [2173/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u8.c.obj 2024-10-08T19:59:12.6535902Z [2174/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u16.c.obj 2024-10-08T19:59:12.6848022Z [2175/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u16.c.obj 2024-10-08T19:59:12.6975625Z [2176/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse41-u32.c.obj 2024-10-08T19:59:12.6987469Z [2177/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul32-ld32-u32.c.obj 2024-10-08T19:59:12.7285939Z [2178/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-sse41-u8.c.obj 2024-10-08T19:59:12.7406775Z [2179/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse41-u16.c.obj 2024-10-08T19:59:12.7477012Z [2180/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-sse41-mul16-ld64-u24.c.obj 2024-10-08T19:59:12.7523890Z [2181/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-sse41-u8.c.obj 2024-10-08T19:59:12.7618854Z [2182/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse41-u8.c.obj 2024-10-08T19:59:12.7813625Z [2183/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-sse41-u16.c.obj 2024-10-08T19:59:12.7926873Z [2184/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse41-u16.c.obj 2024-10-08T19:59:12.8046395Z [2185/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-sse41-u32.c.obj 2024-10-08T19:59:12.8204360Z [2186/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.obj 2024-10-08T19:59:12.8276962Z [2187/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-sse41-mul16-ld64-u8.c.obj 2024-10-08T19:59:12.8365966Z [2188/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-sse41-u32.c.obj 2024-10-08T19:59:12.8381176Z [2189/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.obj 2024-10-08T19:59:12.8483014Z [2190/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-sse41-mul32-ld32-u24.c.obj 2024-10-08T19:59:12.8497805Z [2191/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-sse41-mul16-ld64-u8.c.obj 2024-10-08T19:59:12.8794263Z [2192/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-sse41-u4.c.obj 2024-10-08T19:59:12.9020799Z [2193/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-sse41-u16.c.obj 2024-10-08T19:59:12.9150809Z [2194/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-10-08T19:59:12.9430493Z [2195/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-sse41-u8.c.obj 2024-10-08T19:59:12.9617210Z [2196/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-10-08T19:59:12.9690258Z [2197/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-10-08T19:59:12.9753784Z [2198/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-10-08T19:59:12.9813969Z [2199/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-10-08T19:59:12.9874231Z [2200/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-10-08T19:59:13.0056027Z [2201/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-10-08T19:59:13.0203689Z [2202/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-10-08T19:59:13.0752925Z [2203/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.obj 2024-10-08T19:59:13.0807250Z [2204/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-10-08T19:59:13.0863150Z [2205/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.obj 2024-10-08T19:59:13.1036803Z [2206/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-10-08T19:59:13.1174102Z [2207/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-sse41-mul32.c.obj 2024-10-08T19:59:13.1262591Z [2208/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-sse41-mul32.c.obj 2024-10-08T19:59:13.1437296Z [2209/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-sse41-mul32.c.obj 2024-10-08T19:59:13.1558793Z [2210/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.obj 2024-10-08T19:59:13.1622029Z [2211/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.obj 2024-10-08T19:59:13.1675211Z [2212/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-sse41-mul16.c.obj 2024-10-08T19:59:13.1836504Z [2213/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-sse41-mul16.c.obj 2024-10-08T19:59:13.1946560Z [2214/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-sse41-mul32.c.obj 2024-10-08T19:59:13.2347231Z [2215/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u24.c.obj 2024-10-08T19:59:13.2395995Z [2216/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u8.c.obj 2024-10-08T19:59:13.2407522Z [2217/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u16.c.obj 2024-10-08T19:59:13.2522695Z [2218/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7x-minmax-fp32-sse41-c8.c.obj 2024-10-08T19:59:13.2593887Z [2219/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-sse41-u32.c.obj 2024-10-08T19:59:13.2837945Z [2220/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7p7x-minmax-fp32-sse41-c8.c.obj 2024-10-08T19:59:13.2979652Z [2221/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7p7x-minmax-fp32-sse41-c16.c.obj 2024-10-08T19:59:13.3074851Z [2222/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7x-minmax-fp32-sse41-c16.c.obj 2024-10-08T19:59:13.3402696Z [2223/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7x-minmax-fp32-sse41-c24.c.obj 2024-10-08T19:59:13.3715214Z [2224/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse41-ld64.c.obj 2024-10-08T19:59:13.3870662Z [2225/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse41-ld128.c.obj 2024-10-08T19:59:13.3926225Z [2226/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse41-ld128.c.obj 2024-10-08T19:59:13.4081295Z [2227/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-sse41-ld64.c.obj 2024-10-08T19:59:13.4171757Z [2228/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-sse41-ld64.c.obj 2024-10-08T19:59:13.4225885Z [2229/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-sse41-ld128.c.obj 2024-10-08T19:59:13.4363120Z [2230/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gavgpool\gen\qu8-gavgpool-7p7x-minmax-fp32-sse41-c24.c.obj 2024-10-08T19:59:13.4575099Z [2231/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse41-ld64.c.obj 2024-10-08T19:59:13.5010869Z [2232/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse41-ld64.c.obj 2024-10-08T19:59:13.5089294Z [2233/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-sse41-ld128.c.obj 2024-10-08T19:59:13.5188729Z [2234/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse41-ld64.c.obj 2024-10-08T19:59:13.5249767Z [2235/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-sse41-ld128.c.obj 2024-10-08T19:59:13.5649223Z [2236/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse41-ld64.c.obj 2024-10-08T19:59:13.5662179Z [2237/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-sse41-ld128.c.obj 2024-10-08T19:59:13.5714575Z [2238/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse41-ld64.c.obj 2024-10-08T19:59:13.5959728Z [2239/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-sse41-ld128.c.obj 2024-10-08T19:59:13.6167599Z [2240/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse41-ld128.c.obj 2024-10-08T19:59:13.6274251Z [2241/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-sse41-ld128.c.obj 2024-10-08T19:59:13.6325598Z [2242/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse41-ld64.c.obj 2024-10-08T19:59:13.6672836Z [2243/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse41-ld128.c.obj 2024-10-08T19:59:13.6884246Z [2244/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-sse41-ld128.c.obj 2024-10-08T19:59:13.6944565Z [2245/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-sse41-ld64.c.obj 2024-10-08T19:59:13.7096533Z [2246/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse41-ld64.c.obj 2024-10-08T19:59:13.7106794Z [2247/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-sse41-ld64.c.obj 2024-10-08T19:59:13.7468647Z [2248/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse41-ld64.c.obj 2024-10-08T19:59:13.7481143Z [2249/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-sse41-ld128.c.obj 2024-10-08T19:59:13.7712709Z [2250/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse41-ld64.c.obj 2024-10-08T19:59:13.7730589Z [2251/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-sse41-ld128.c.obj 2024-10-08T19:59:13.7916542Z [2252/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse41-ld64.c.obj 2024-10-08T19:59:13.8003919Z [2253/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse41-ld64.c.obj 2024-10-08T19:59:13.8219710Z [2254/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-sse41-ld128.c.obj 2024-10-08T19:59:13.8273991Z [2255/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-sse41-ld128.c.obj 2024-10-08T19:59:13.8570750Z [2256/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-sse41-ld128.c.obj 2024-10-08T19:59:13.8788979Z [2257/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse41-ld64.c.obj 2024-10-08T19:59:13.8906889Z [2258/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-sse41-ld128.c.obj 2024-10-08T19:59:13.8966614Z [2259/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse41-ld64.c.obj 2024-10-08T19:59:13.8979633Z [2260/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-sse41-ld64.c.obj 2024-10-08T19:59:13.9135324Z [2261/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-avx-broadcast.c.obj 2024-10-08T19:59:13.9361325Z [2262/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-sse41-ld128.c.obj 2024-10-08T19:59:13.9507798Z [2263/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-7x8-minmax-avx-broadcast.c.obj 2024-10-08T19:59:13.9554678Z [2264/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-avx-2x16.c.obj 2024-10-08T19:59:13.9807576Z [2265/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-rndna-sse41.c.obj 2024-10-08T19:59:13.9852581Z [2266/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-avx-broadcast.c.obj 2024-10-08T19:59:13.9987796Z [2267/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-avx-2x8.c.obj 2024-10-08T19:59:14.0138052Z [2268/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul16-ld64-u8.c.obj 2024-10-08T19:59:14.0153364Z [2269/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-requantization\qu8-requantization-gemmlowp-sse41.c.obj 2024-10-08T19:59:14.0424475Z [2270/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul32-ld32-u8.c.obj 2024-10-08T19:59:14.0474051Z [2271/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse41-ld128.c.obj 2024-10-08T19:59:14.0525250Z [2272/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-sse41-ld64.c.obj 2024-10-08T19:59:14.0605383Z [2273/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul16-ld64-u16.c.obj 2024-10-08T19:59:14.0655438Z [2274/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul32-ld32-u16.c.obj 2024-10-08T19:59:14.0670604Z [2275/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul16-ld64-u8.c.obj 2024-10-08T19:59:14.0923152Z [2276/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul16-ld64-u16.c.obj 2024-10-08T19:59:14.1131353Z [2277/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-sse41-mul32-ld32-u8.c.obj 2024-10-08T19:59:14.1261759Z [2278/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-sse41-u8.c.obj 2024-10-08T19:59:14.1314693Z [2279/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse41-u16.c.obj 2024-10-08T19:59:14.1491210Z [2280/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-sse41-mul32-ld32-u16.c.obj 2024-10-08T19:59:14.1502752Z [2281/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse41-u8.c.obj 2024-10-08T19:59:14.1551489Z [2282/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse41-u16.c.obj 2024-10-08T19:59:14.1680078Z [2283/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-sse41-u32.c.obj 2024-10-08T19:59:14.1725513Z [2284/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-sse41-u16.c.obj 2024-10-08T19:59:14.1924551Z [2285/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse41-u32.c.obj 2024-10-08T19:59:14.2089485Z [2286/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-sse41-u8.c.obj 2024-10-08T19:59:14.2228597Z [2287/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.obj 2024-10-08T19:59:14.2298075Z [2288/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-sse41-c8.c.obj 2024-10-08T19:59:14.2341970Z [2289/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-sse41-mul16-ld64-u8.c.obj 2024-10-08T19:59:14.2403794Z [2290/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-sse41-mul16-ld64-u8.c.obj 2024-10-08T19:59:14.2447773Z [2291/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-sse41-u32.c.obj 2024-10-08T19:59:14.2584609Z [2292/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-maxpool\s8-maxpool-9p8x-minmax-sse41-c16.c.obj 2024-10-08T19:59:14.2780914Z [2293/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-vclamp\s8-vclamp-sse41-u64.c.obj 2024-10-08T19:59:14.2927715Z [2294/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s32-vmul\gen\s32-vmul-sse41.c.obj 2024-10-08T19:59:14.3039051Z [2295/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.obj 2024-10-08T19:59:14.3097683Z [2296/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u24.c.obj 2024-10-08T19:59:14.3110045Z [2297/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-sse41-c8.c.obj 2024-10-08T19:59:14.3155179Z [2298/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s8-ibilinear\gen\s8-ibilinear-sse41-c16.c.obj 2024-10-08T19:59:14.3222545Z [2299/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u16.c.obj 2024-10-08T19:59:14.3292189Z [2300/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s32-vmul\gen\s32-vmulc-sse41.c.obj 2024-10-08T19:59:14.3473300Z [2301/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u8.c.obj 2024-10-08T19:59:14.3557620Z [2302/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\u8-ibilinear\gen\u8-ibilinear-sse41-c16.c.obj 2024-10-08T19:59:14.3686050Z [2303/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int16-u32.c.obj 2024-10-08T19:59:14.3945768Z [2304/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u24.c.obj 2024-10-08T19:59:14.4026933Z [2305/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u32.c.obj 2024-10-08T19:59:14.4219906Z [2306/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u8.c.obj 2024-10-08T19:59:14.4234701Z [2307/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx-int32-u16.c.obj 2024-10-08T19:59:14.4279935Z [2308/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-avx-acc2.c.obj 2024-10-08T19:59:14.4328934Z [2309/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-avx.c.obj 2024-10-08T19:59:14.4718186Z [2310/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-avx.c.obj 2024-10-08T19:59:14.4869682Z [2311/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-avx-acc2.c.obj 2024-10-08T19:59:14.5232723Z [2312/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx-acc2.c.obj 2024-10-08T19:59:14.5405927Z [2313/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx.c.obj 2024-10-08T19:59:14.5605612Z [2314/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-avx.c.obj 2024-10-08T19:59:14.5728333Z [2315/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx-acc2.c.obj 2024-10-08T19:59:14.5873852Z [2316/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-avx-acc2.c.obj 2024-10-08T19:59:14.5945429Z [2317/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx.c.obj 2024-10-08T19:59:14.6054580Z [2318/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-avx.c.obj 2024-10-08T19:59:14.6208276Z [2319/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c8s4r-minmax-avx-acc2.c.obj 2024-10-08T19:59:14.6278331Z [2320/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-avx-acc2.c.obj 2024-10-08T19:59:14.6532918Z [2321/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c8s4r-minmax-avx.c.obj 2024-10-08T19:59:14.6798871Z [2322/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c8s4r-minmax-avx-acc2.c.obj 2024-10-08T19:59:14.6989046Z [2323/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l8c8s4r-minmax-avx.c.obj 2024-10-08T19:59:14.7003425Z [2324/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l8c8s4r-minmax-avx.c.obj 2024-10-08T19:59:14.7192060Z [2325/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-6f6m7l16c8s4r-minmax-avx-acc2.c.obj 2024-10-08T19:59:14.7378834Z [2326/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c8s4r-minmax-avx.c.obj 2024-10-08T19:59:14.7460476Z [2327/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-8f8m9l16c8s4r-minmax-avx-acc2.c.obj 2024-10-08T19:59:14.7561569Z [2328/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-avx.c.obj 2024-10-08T19:59:14.7738394Z [2329/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx.c.obj 2024-10-08T19:59:14.7781924Z [2330/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx-acc2.c.obj 2024-10-08T19:59:14.7883858Z [2331/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u24.c.obj 2024-10-08T19:59:14.8068802Z [2332/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-avx-acc2.c.obj 2024-10-08T19:59:14.8257506Z [2333/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-avx-acc2.c.obj 2024-10-08T19:59:14.8271668Z [2334/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u8.c.obj 2024-10-08T19:59:14.8318354Z [2335/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx-acc2.c.obj 2024-10-08T19:59:14.8426785Z [2336/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u16.c.obj 2024-10-08T19:59:14.8689774Z [2337/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx.c.obj 2024-10-08T19:59:14.8740346Z [2338/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-avx.c.obj 2024-10-08T19:59:14.9105996Z [2339/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx-u32.c.obj 2024-10-08T19:59:14.9293125Z [2340/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x16-minmax-avx-broadcast.c.obj 2024-10-08T19:59:14.9307099Z [2341/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x16-minmax-avx-broadcast.c.obj 2024-10-08T19:59:14.9460089Z [2342/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-avx-broadcast.c.obj 2024-10-08T19:59:14.9590398Z [2343/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16-minmax-avx-broadcast.c.obj 2024-10-08T19:59:14.9654648Z [2344/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-avx-broadcast.c.obj 2024-10-08T19:59:15.0067513Z [2345/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x16-minmax-avx-broadcast.c.obj 2024-10-08T19:59:15.0083692Z [2346/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16-minmax-avx-broadcast.c.obj 2024-10-08T19:59:15.0180587Z [2347/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-avx-broadcast.c.obj 2024-10-08T19:59:15.0491052Z [2348/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-avx-broadcast.c.obj 2024-10-08T19:59:15.0503302Z [2349/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x8-minmax-avx-broadcast.c.obj 2024-10-08T19:59:15.0550737Z [2350/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x16-minmax-avx-broadcast.c.obj 2024-10-08T19:59:15.0768856Z [2351/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16-minmax-avx-broadcast.c.obj 2024-10-08T19:59:15.0850465Z [2352/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-avx-broadcast.c.obj 2024-10-08T19:59:15.1120304Z [2353/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-avx-broadcast.c.obj 2024-10-08T19:59:15.1133904Z [2354/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16-minmax-avx-broadcast.c.obj 2024-10-08T19:59:15.1314520Z [2355/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-avx-broadcast.c.obj 2024-10-08T19:59:15.1688676Z [2356/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16-minmax-avx-broadcast.c.obj 2024-10-08T19:59:15.1823075Z [2357/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-7x8-minmax-avx-broadcast.c.obj 2024-10-08T19:59:15.1871178Z [2358/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-avx-broadcast.c.obj 2024-10-08T19:59:15.1891162Z [2359/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16-minmax-avx-broadcast.c.obj 2024-10-08T19:59:15.2114871Z [2360/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x16-minmax-avx-broadcast.c.obj 2024-10-08T19:59:15.2128639Z [2361/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-avx-broadcast.c.obj 2024-10-08T19:59:15.2185283Z [2362/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-avx-broadcast.c.obj 2024-10-08T19:59:15.2251991Z [2363/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-avx-broadcast.c.obj 2024-10-08T19:59:15.2805023Z [2364/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-avx-broadcast.c.obj 2024-10-08T19:59:15.2860127Z [2365/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x16-minmax-avx-broadcast.c.obj 2024-10-08T19:59:15.3009465Z [2366/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16-minmax-avx-broadcast.c.obj 2024-10-08T19:59:15.3117113Z [2367/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-2x16-minmax-avx-broadcast.c.obj 2024-10-08T19:59:15.3262102Z [2368/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x16-minmax-avx-broadcast.c.obj 2024-10-08T19:59:15.3347697Z [2369/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-3x16-minmax-avx-broadcast.c.obj 2024-10-08T19:59:15.3359129Z [2370/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-5x16-minmax-avx-broadcast.c.obj 2024-10-08T19:59:15.3425378Z [2371/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-1x16-minmax-avx-broadcast.c.obj 2024-10-08T19:59:15.4005078Z [2372/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x16-minmax-avx-broadcast.c.obj 2024-10-08T19:59:15.4082848Z [2373/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-6x16-minmax-avx-broadcast.c.obj 2024-10-08T19:59:15.4638495Z [2374/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-7x16-minmax-avx-broadcast.c.obj 2024-10-08T19:59:15.4680844Z [2375/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-8x16-minmax-avx-broadcast.c.obj 2024-10-08T19:59:15.4813938Z [2376/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x16-minmax-avx-broadcast.c.obj 2024-10-08T19:59:15.4907392Z [2377/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-8x16-minmax-avx-broadcast.c.obj 2024-10-08T19:59:15.4957182Z [2378/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x16-minmax-avx-broadcast.c.obj 2024-10-08T19:59:15.5144883Z [2379/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x16-minmax-avx-broadcast.c.obj 2024-10-08T19:59:15.5193265Z [2380/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u16.c.obj 2024-10-08T19:59:15.5329151Z [2381/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-7x16-minmax-avx-broadcast.c.obj 2024-10-08T19:59:15.5609541Z [2382/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u8.c.obj 2024-10-08T19:59:15.5746223Z [2383/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x16-minmax-avx-broadcast.c.obj 2024-10-08T19:59:15.5758377Z [2384/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u24.c.obj 2024-10-08T19:59:15.5944430Z [2385/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x16-minmax-avx-broadcast.c.obj 2024-10-08T19:59:15.6073578Z [2386/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u24.c.obj 2024-10-08T19:59:15.6122860Z [2387/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx-u32.c.obj 2024-10-08T19:59:15.6202362Z [2388/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u32.c.obj 2024-10-08T19:59:15.6425150Z [2389/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u16.c.obj 2024-10-08T19:59:15.6499419Z [2390/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx-u8.c.obj 2024-10-08T19:59:15.6514888Z [2391/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u8.c.obj 2024-10-08T19:59:15.6857399Z [2392/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx-c64.c.obj 2024-10-08T19:59:15.6925658Z [2393/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u16-acc2.c.obj 2024-10-08T19:59:15.7040095Z [2394/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx-c32.c.obj 2024-10-08T19:59:15.7051886Z [2395/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u24-acc3.c.obj 2024-10-08T19:59:15.7229006Z [2396/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u24-acc3.c.obj 2024-10-08T19:59:15.7319325Z [2397/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u32-acc2.c.obj 2024-10-08T19:59:15.7403144Z [2398/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx-u32-acc4.c.obj 2024-10-08T19:59:15.7453943Z [2399/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx-c16.c.obj 2024-10-08T19:59:15.7740194Z [2400/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u8.c.obj 2024-10-08T19:59:15.7889084Z [2401/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u32-acc2.c.obj 2024-10-08T19:59:15.7975474Z [2402/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u16-acc2.c.obj 2024-10-08T19:59:15.8019931Z [2403/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u32-acc4.c.obj 2024-10-08T19:59:15.8243075Z [2404/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u24-acc3.c.obj 2024-10-08T19:59:15.8255555Z [2405/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u32-acc2.c.obj 2024-10-08T19:59:15.8500086Z [2406/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx-u16-acc2.c.obj 2024-10-08T19:59:15.8545557Z [2407/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u8.c.obj 2024-10-08T19:59:15.8686438Z [2408/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx-u32-acc4.c.obj 2024-10-08T19:59:15.8737079Z [2409/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u32-acc2.c.obj 2024-10-08T19:59:15.8753959Z [2410/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u24-acc3.c.obj 2024-10-08T19:59:15.8832405Z [2411/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u16-acc2.c.obj 2024-10-08T19:59:15.9227895Z [2412/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-avx-u16.c.obj 2024-10-08T19:59:15.9314376Z [2413/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u8.c.obj 2024-10-08T19:59:15.9371563Z [2414/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-avx-u8.c.obj 2024-10-08T19:59:15.9418611Z [2415/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx-u32-acc4.c.obj 2024-10-08T19:59:15.9619447Z [2416/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-avx-u8.c.obj 2024-10-08T19:59:15.9687946Z [2417/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-avx-u8.c.obj 2024-10-08T19:59:15.9736574Z [2418/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-avx-u16.c.obj 2024-10-08T19:59:15.9923127Z [2419/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-avx-u16.c.obj 2024-10-08T19:59:16.0142919Z [2420/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-avx-u8.c.obj 2024-10-08T19:59:16.0234480Z [2421/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-avx-u16.c.obj 2024-10-08T19:59:16.0247016Z [2422/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-avx-u8.c.obj 2024-10-08T19:59:16.0293899Z [2423/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-avx-u16.c.obj 2024-10-08T19:59:16.0467763Z [2424/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-avx-u8.c.obj 2024-10-08T19:59:16.0662619Z [2425/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-avx-u16.c.obj 2024-10-08T19:59:16.0710784Z [2426/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-avx-u8.c.obj 2024-10-08T19:59:16.0901885Z [2427/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-avx-u16.c.obj 2024-10-08T19:59:16.1031377Z [2428/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-avx-u8.c.obj 2024-10-08T19:59:16.1125810Z [2429/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-avx-u16.c.obj 2024-10-08T19:59:16.1174334Z [2430/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-avx-u16.c.obj 2024-10-08T19:59:16.1354168Z [2431/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-avx-u8.c.obj 2024-10-08T19:59:16.1366891Z [2432/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-avx-u16.c.obj 2024-10-08T19:59:16.1781932Z [2433/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-avx-u16.c.obj 2024-10-08T19:59:16.1826284Z [2434/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-avx-u8.c.obj 2024-10-08T19:59:16.2019607Z [2435/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-avx-u8.c.obj 2024-10-08T19:59:16.2080884Z [2436/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-avx-u16.c.obj 2024-10-08T19:59:16.2127785Z [2437/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx-u8.c.obj 2024-10-08T19:59:16.2139456Z [2438/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx-u16.c.obj 2024-10-08T19:59:16.2269041Z [2439/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx-u8.c.obj 2024-10-08T19:59:16.2623824Z [2440/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-avx-u8.c.obj 2024-10-08T19:59:16.2733895Z [2441/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-avx-u8.c.obj 2024-10-08T19:59:16.2968129Z [2442/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-avx-u16.c.obj 2024-10-08T19:59:16.2979381Z [2443/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-avx-u8.c.obj 2024-10-08T19:59:16.3024480Z [2444/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx-u16.c.obj 2024-10-08T19:59:16.3037011Z [2445/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-avx-u16.c.obj 2024-10-08T19:59:16.3171965Z [2446/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-avx-u8.c.obj 2024-10-08T19:59:16.3364410Z [2447/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut4-p4-perm-u8.c.obj 2024-10-08T19:59:16.3450801Z [2448/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcopysign\gen\f32-vcopysignc-avx.c.obj 2024-10-08T19:59:16.3518478Z [2449/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-avx-u16.c.obj 2024-10-08T19:59:16.3994844Z [2450/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcopysign\gen\f32-vcopysign-avx.c.obj 2024-10-08T19:59:16.4041827Z [2451/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcopysign\gen\f32-vrcopysignc-avx.c.obj 2024-10-08T19:59:16.4150264Z [2452/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut4-p4-perm-u16.c.obj 2024-10-08T19:59:16.4163995Z [2453/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut4-p4-perm-u40.c.obj 2024-10-08T19:59:16.4235193Z [2454/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u16.c.obj 2024-10-08T19:59:16.4296880Z [2455/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u8.c.obj 2024-10-08T19:59:16.4403532Z [2456/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut4-p4-perm-u48.c.obj 2024-10-08T19:59:16.4520090Z [2457/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut4-p4-perm-u24.c.obj 2024-10-08T19:59:16.4888093Z [2458/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut4-p4-perm-u32.c.obj 2024-10-08T19:59:16.5097612Z [2459/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u48.c.obj 2024-10-08T19:59:16.5143995Z [2460/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u40.c.obj 2024-10-08T19:59:16.5193925Z [2461/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u8.c.obj 2024-10-08T19:59:16.5309310Z [2462/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u32.c.obj 2024-10-08T19:59:16.5418165Z [2463/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-lut16-p3-u24.c.obj 2024-10-08T19:59:16.5478700Z [2464/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u24.c.obj 2024-10-08T19:59:16.5925313Z [2465/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u32.c.obj 2024-10-08T19:59:16.6222770Z [2466/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u40.c.obj 2024-10-08T19:59:16.6234526Z [2467/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u48.c.obj 2024-10-08T19:59:16.6300786Z [2468/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-avx-u8.c.obj 2024-10-08T19:59:16.6350636Z [2469/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vgelu\gen\f32-vgelu-avx-rational-12-10-div.c.obj 2024-10-08T19:59:16.6366731Z [2470/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx-u8.c.obj 2024-10-08T19:59:16.6429309Z [2471/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx-rr2-p6-u16.c.obj 2024-10-08T19:59:16.6501070Z [2472/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-avx-u8.c.obj 2024-10-08T19:59:16.6936466Z [2473/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-avx-u16.c.obj 2024-10-08T19:59:16.7217197Z [2474/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-avx-u16.c.obj 2024-10-08T19:59:16.7375555Z [2475/7385] 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 2024-10-08T19:59:16.7446473Z [2476/7385] 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 2024-10-08T19:59:16.7661742Z [2477/7385] 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 2024-10-08T19:59:16.7673880Z [2478/7385] 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 2024-10-08T19:59:16.7906309Z [2479/7385] 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 2024-10-08T19:59:16.8111141Z [2480/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx-u16.c.obj 2024-10-08T19:59:16.8243527Z [2481/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-avx-u16.c.obj 2024-10-08T19:59:16.8400885Z [2482/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-avx-u8.c.obj 2024-10-08T19:59:16.8513832Z [2483/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-avx-u8.c.obj 2024-10-08T19:59:16.8579347Z [2484/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-avx-u16.c.obj 2024-10-08T19:59:16.8591811Z [2485/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-avx-u16.c.obj 2024-10-08T19:59:16.8792558Z [2486/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-avx-u8.c.obj 2024-10-08T19:59:16.9094705Z [2487/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-avx-u8.c.obj 2024-10-08T19:59:16.9146613Z [2488/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx-rsqrt-u8.c.obj 2024-10-08T19:59:16.9286996Z [2489/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-avx-u16.c.obj 2024-10-08T19:59:16.9351898Z [2490/7385] 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 2024-10-08T19:59:16.9401934Z [2491/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx-rsqrt-u32.c.obj 2024-10-08T19:59:16.9574161Z [2492/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u8.c.obj 2024-10-08T19:59:16.9641253Z [2493/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx-rsqrt-u16.c.obj 2024-10-08T19:59:16.9992299Z [2494/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u32.c.obj 2024-10-08T19:59:17.0102608Z [2495/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u16.c.obj 2024-10-08T19:59:17.0302965Z [2496/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u40.c.obj 2024-10-08T19:59:17.0351873Z [2497/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u64.c.obj 2024-10-08T19:59:17.0405704Z [2498/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u48.c.obj 2024-10-08T19:59:17.0417555Z [2499/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u24.c.obj 2024-10-08T19:59:17.0464485Z [2500/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u72.c.obj 2024-10-08T19:59:17.0801283Z [2501/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u80.c.obj 2024-10-08T19:59:17.0852618Z [2502/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-div-u56.c.obj 2024-10-08T19:59:17.1133853Z [2503/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u24.c.obj 2024-10-08T19:59:17.1214666Z [2504/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u40.c.obj 2024-10-08T19:59:17.1340473Z [2505/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u32.c.obj 2024-10-08T19:59:17.1352286Z [2506/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u16.c.obj 2024-10-08T19:59:17.1402072Z [2507/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u72.c.obj 2024-10-08T19:59:17.1524200Z [2508/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u8.c.obj 2024-10-08T19:59:17.1783807Z [2509/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u64.c.obj 2024-10-08T19:59:17.1796958Z [2510/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u56.c.obj 2024-10-08T19:59:17.2040217Z [2511/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u80.c.obj 2024-10-08T19:59:17.2233052Z [2512/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-rational-9-6-div.c.obj 2024-10-08T19:59:17.2382546Z [2513/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-sqrt-u16.c.obj 2024-10-08T19:59:17.2557583Z [2514/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx-rr2-p5-nr2-u48.c.obj 2024-10-08T19:59:17.2600287Z [2515/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-rsqrt-u8.c.obj 2024-10-08T19:59:17.2644384Z [2516/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-sqrt-u32.c.obj 2024-10-08T19:59:17.2689634Z [2517/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-rsqrt-u32.c.obj 2024-10-08T19:59:17.2845896Z [2518/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-rsqrt-u16.c.obj 2024-10-08T19:59:17.3067759Z [2519/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx-sqrt-u8.c.obj 2024-10-08T19:59:17.3122993Z [2520/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx-rational-9-6-nr.c.obj 2024-10-08T19:59:17.3367831Z [2521/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vsqr-avx.c.obj 2024-10-08T19:59:17.3495643Z [2522/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vneg-avx.c.obj 2024-10-08T19:59:17.3705571Z [2523/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vabs-avx.c.obj 2024-10-08T19:59:17.3762874Z [2524/7385] 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 2024-10-08T19:59:17.3878770Z [2525/7385] 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 2024-10-08T19:59:17.4194906Z [2526/7385] 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 2024-10-08T19:59:17.4397458Z [2527/7385] 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 2024-10-08T19:59:17.4586250Z [2528/7385] 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 2024-10-08T19:59:17.4641107Z [2529/7385] 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 2024-10-08T19:59:17.4805630Z [2530/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x4c8-minmax-avx-ld128.c.obj 2024-10-08T19:59:17.5019487Z [2531/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-4x4c8-minmax-avx-ld128.c.obj 2024-10-08T19:59:17.5076662Z [2532/7385] 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 2024-10-08T19:59:17.5400050Z [2533/7385] 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 2024-10-08T19:59:17.5475764Z [2534/7385] 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 2024-10-08T19:59:17.5722844Z [2535/7385] 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 2024-10-08T19:59:17.5782649Z [2536/7385] 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 2024-10-08T19:59:17.6063805Z [2537/7385] 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 2024-10-08T19:59:17.6122716Z [2538/7385] 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 2024-10-08T19:59:17.6317671Z [2539/7385] 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 2024-10-08T19:59:17.6418340Z [2540/7385] 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 2024-10-08T19:59:17.6627349Z [2541/7385] 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 2024-10-08T19:59:17.6697627Z [2542/7385] 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 2024-10-08T19:59:17.6863354Z [2543/7385] 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 2024-10-08T19:59:17.6949204Z [2544/7385] 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 2024-10-08T19:59:17.7349345Z [2545/7385] 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 2024-10-08T19:59:17.7409023Z [2546/7385] 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 2024-10-08T19:59:17.7571787Z [2547/7385] 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 2024-10-08T19:59:17.7589380Z [2548/7385] 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 2024-10-08T19:59:17.7812088Z [2549/7385] 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 2024-10-08T19:59:17.7827696Z [2550/7385] 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 2024-10-08T19:59:17.7890543Z [2551/7385] 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 2024-10-08T19:59:17.8377858Z [2552/7385] 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 2024-10-08T19:59:17.8431812Z [2553/7385] 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 2024-10-08T19:59:17.8638675Z [2554/7385] 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 2024-10-08T19:59:17.8693900Z [2555/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.obj 2024-10-08T19:59:17.8865910Z [2556/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.obj 2024-10-08T19:59:17.8925566Z [2557/7385] 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 2024-10-08T19:59:17.8939024Z [2558/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.obj 2024-10-08T19:59:17.8990759Z [2559/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.obj 2024-10-08T19:59:17.9547476Z [2560/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-avx-mul16-add16.c.obj 2024-10-08T19:59:17.9560435Z [2561/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.obj 2024-10-08T19:59:17.9649296Z [2562/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.obj 2024-10-08T19:59:17.9694406Z [2563/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-avx-mul32.c.obj 2024-10-08T19:59:17.9761485Z [2564/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.obj 2024-10-08T19:59:17.9845194Z [2565/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.obj 2024-10-08T19:59:17.9997791Z [2566/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-avx-mul16.c.obj 2024-10-08T19:59:18.0389022Z [2567/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-avx-mul32.c.obj 2024-10-08T19:59:18.0437498Z [2568/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-avx-mul16-add16.c.obj 2024-10-08T19:59:18.0572718Z [2569/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx-mul16.c.obj 2024-10-08T19:59:18.0586976Z [2570/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx-mul32.c.obj 2024-10-08T19:59:18.0632796Z [2571/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u32.c.obj 2024-10-08T19:59:18.0728384Z [2572/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx-mul16.c.obj 2024-10-08T19:59:18.0912030Z [2573/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-avx-mul16.c.obj 2024-10-08T19:59:18.0994070Z [2574/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx-mul32.c.obj 2024-10-08T19:59:18.1158873Z [2575/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u8.c.obj 2024-10-08T19:59:18.1321052Z [2576/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u24.c.obj 2024-10-08T19:59:18.1465303Z [2577/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p16c-minmax-fp32-avx-mul16-add16.c.obj 2024-10-08T19:59:18.1643755Z [2578/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx-u16.c.obj 2024-10-08T19:59:18.1818610Z [2579/7385] 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 2024-10-08T19:59:18.1953266Z [2580/7385] 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 2024-10-08T19:59:18.2055099Z [2581/7385] 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 2024-10-08T19:59:18.2146256Z [2582/7385] 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 2024-10-08T19:59:18.2223216Z [2583/7385] 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 2024-10-08T19:59:18.2485040Z [2584/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.obj 2024-10-08T19:59:18.2558501Z [2585/7385] 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 2024-10-08T19:59:18.2627873Z [2586/7385] 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 2024-10-08T19:59:18.2797299Z [2587/7385] 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 2024-10-08T19:59:18.2855862Z [2588/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.obj 2024-10-08T19:59:18.3251311Z [2589/7385] 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 2024-10-08T19:59:18.3466172Z [2590/7385] 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 2024-10-08T19:59:18.3517289Z [2591/7385] 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 2024-10-08T19:59:18.3588280Z [2592/7385] 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 2024-10-08T19:59:18.3672692Z [2593/7385] 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 2024-10-08T19:59:18.3854820Z [2594/7385] 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 2024-10-08T19:59:18.3906638Z [2595/7385] 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 2024-10-08T19:59:18.4300926Z [2596/7385] 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 2024-10-08T19:59:18.4576120Z [2597/7385] 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 2024-10-08T19:59:18.4696872Z [2598/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x4c8-minmax-fp32-avx-ld128.c.obj 2024-10-08T19:59:18.4870982Z [2599/7385] 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 2024-10-08T19:59:18.4977754Z [2600/7385] 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 2024-10-08T19:59:18.5030385Z [2601/7385] 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 2024-10-08T19:59:18.5264830Z [2602/7385] 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 2024-10-08T19:59:18.5314828Z [2603/7385] 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 2024-10-08T19:59:18.5589000Z [2604/7385] 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 2024-10-08T19:59:18.6050106Z [2605/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x4c8-minmax-fp32-avx-ld128.c.obj 2024-10-08T19:59:18.6133024Z [2606/7385] 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 2024-10-08T19:59:18.6215653Z [2607/7385] 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 2024-10-08T19:59:18.6437595Z [2608/7385] 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 2024-10-08T19:59:18.6494693Z [2609/7385] 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 2024-10-08T19:59:18.6664767Z [2610/7385] 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 2024-10-08T19:59:18.6717619Z [2611/7385] 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 2024-10-08T19:59:18.6734794Z [2612/7385] 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 2024-10-08T19:59:18.7171252Z [2613/7385] 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 2024-10-08T19:59:18.7279366Z [2614/7385] 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 2024-10-08T19:59:18.7347102Z [2615/7385] 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 2024-10-08T19:59:18.7633230Z [2616/7385] 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 2024-10-08T19:59:18.7680893Z [2617/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x4c8-minmax-fp32-avx-ld128.c.obj 2024-10-08T19:59:18.7844644Z [2618/7385] 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 2024-10-08T19:59:18.7862066Z [2619/7385] 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 2024-10-08T19:59:18.8194998Z [2620/7385] 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 2024-10-08T19:59:18.8336668Z [2621/7385] 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 2024-10-08T19:59:18.8626728Z [2622/7385] 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 2024-10-08T19:59:18.8680362Z [2623/7385] 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 2024-10-08T19:59:18.8726228Z [2624/7385] 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 2024-10-08T19:59:18.8996048Z [2625/7385] 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 2024-10-08T19:59:18.9050834Z [2626/7385] 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 2024-10-08T19:59:18.9103635Z [2627/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x4c8-minmax-fp32-avx-ld128.c.obj 2024-10-08T19:59:18.9289457Z [2628/7385] 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 2024-10-08T19:59:18.9612634Z [2629/7385] 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 2024-10-08T19:59:18.9805161Z [2630/7385] 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 2024-10-08T19:59:18.9824084Z [2631/7385] 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 2024-10-08T19:59:18.9986626Z [2632/7385] 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 2024-10-08T19:59:19.0039039Z [2633/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u16.c.obj 2024-10-08T19:59:19.0131467Z [2634/7385] 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 2024-10-08T19:59:19.0178769Z [2635/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u8.c.obj 2024-10-08T19:59:19.0354365Z [2636/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u24.c.obj 2024-10-08T19:59:19.0401392Z [2637/7385] 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 2024-10-08T19:59:19.0520567Z [2638/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u8.c.obj 2024-10-08T19:59:19.0570366Z [2639/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u32.c.obj 2024-10-08T19:59:19.0683267Z [2640/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul16-ld64-u16.c.obj 2024-10-08T19:59:19.0744781Z [2641/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u8.c.obj 2024-10-08T19:59:19.0912976Z [2642/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u16.c.obj 2024-10-08T19:59:19.0924117Z [2643/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u24.c.obj 2024-10-08T19:59:19.1218816Z [2644/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u24.c.obj 2024-10-08T19:59:19.1366020Z [2645/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u8.c.obj 2024-10-08T19:59:19.1480604Z [2646/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx-mul32-ld32-u32.c.obj 2024-10-08T19:59:19.1636564Z [2647/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx-u8.c.obj 2024-10-08T19:59:19.1700813Z [2648/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u16.c.obj 2024-10-08T19:59:19.1769294Z [2649/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul16-ld64-u32.c.obj 2024-10-08T19:59:19.1906709Z [2650/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u32.c.obj 2024-10-08T19:59:19.2049403Z [2651/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-avx-u16.c.obj 2024-10-08T19:59:19.2061516Z [2652/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx-mul32-ld32-u24.c.obj 2024-10-08T19:59:19.2311965Z [2653/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-avx-u8.c.obj 2024-10-08T19:59:19.2326265Z [2654/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx-u16.c.obj 2024-10-08T19:59:19.2409902Z [2655/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx-u32.c.obj 2024-10-08T19:59:19.2779006Z [2656/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vhswish\gen\qs8-vhswish-avx-u32.c.obj 2024-10-08T19:59:19.2790250Z [2657/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx-u32.c.obj 2024-10-08T19:59:19.2952536Z [2658/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-avx-mul16-ld64-u8.c.obj 2024-10-08T19:59:19.3114727Z [2659/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmul\gen\qs8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.obj 2024-10-08T19:59:19.3160947Z [2660/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx-u16.c.obj 2024-10-08T19:59:19.3367181Z [2661/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.obj 2024-10-08T19:59:19.3389774Z [2662/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx-u8.c.obj 2024-10-08T19:59:19.3546287Z [2663/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-avx-u8.c.obj 2024-10-08T19:59:19.3600552Z [2664/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-avx-u4.c.obj 2024-10-08T19:59:19.3951945Z [2665/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.obj 2024-10-08T19:59:19.3998872Z [2666/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vmulc\gen\qs8-vmulc-minmax-fp32-avx-mul16-ld64-u8.c.obj 2024-10-08T19:59:19.4157568Z [2667/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.obj 2024-10-08T19:59:19.4347837Z [2668/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs16-qs8-vcvt\gen\qs16-qs8-vcvt-avx-u16.c.obj 2024-10-08T19:59:19.4408829Z [2669/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-avx-mul16.c.obj 2024-10-08T19:59:19.4778806Z [2670/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.obj 2024-10-08T19:59:19.4834556Z [2671/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.obj 2024-10-08T19:59:19.4846358Z [2672/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.obj 2024-10-08T19:59:19.4968498Z [2673/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx-mul32.c.obj 2024-10-08T19:59:19.5058377Z [2674/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx-mul16.c.obj 2024-10-08T19:59:19.5316783Z [2675/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.obj 2024-10-08T19:59:19.5363248Z [2676/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-avx-mul32.c.obj 2024-10-08T19:59:19.5555280Z [2677/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-avx-mul32.c.obj 2024-10-08T19:59:19.5666537Z [2678/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u8.c.obj 2024-10-08T19:59:19.5714442Z [2679/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx-mul16.c.obj 2024-10-08T19:59:19.5768989Z [2680/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-avx-mul16.c.obj 2024-10-08T19:59:19.5870046Z [2681/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u16.c.obj 2024-10-08T19:59:19.6032782Z [2682/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx-mul32.c.obj 2024-10-08T19:59:19.6236487Z [2683/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u32.c.obj 2024-10-08T19:59:19.6362471Z [2684/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx-u24.c.obj 2024-10-08T19:59:19.6532673Z [2685/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-avx-ld64.c.obj 2024-10-08T19:59:19.6940629Z [2686/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2-minmax-fp32-avx-ld128.c.obj 2024-10-08T19:59:19.7026635Z [2687/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-avx-ld128.c.obj 2024-10-08T19:59:19.7086284Z [2688/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-avx-ld128.c.obj 2024-10-08T19:59:19.7145270Z [2689/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c8-minmax-fp32-avx-ld64.c.obj 2024-10-08T19:59:19.7216127Z [2690/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x4c2s4-minmax-fp32-avx-ld64.c.obj 2024-10-08T19:59:19.7500577Z [2691/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-avx-ld64.c.obj 2024-10-08T19:59:19.7762712Z [2692/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-avx-ld64.c.obj 2024-10-08T19:59:19.7950733Z [2693/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2-minmax-fp32-avx-ld128.c.obj 2024-10-08T19:59:19.8064761Z [2694/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-avx-ld128.c.obj 2024-10-08T19:59:19.8220624Z [2695/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c8-minmax-fp32-avx-ld64.c.obj 2024-10-08T19:59:19.8242648Z [2696/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x4c2s4-minmax-fp32-avx-ld128.c.obj 2024-10-08T19:59:19.8446598Z [2697/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-avx-ld128.c.obj 2024-10-08T19:59:19.8821135Z [2698/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-avx-ld128.c.obj 2024-10-08T19:59:19.8874308Z [2699/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2-minmax-fp32-avx-ld64.c.obj 2024-10-08T19:59:19.9034147Z [2700/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-avx-ld64.c.obj 2024-10-08T19:59:19.9238056Z [2701/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-avx-ld64.c.obj 2024-10-08T19:59:19.9287731Z [2702/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c2s4-minmax-fp32-avx-ld128.c.obj 2024-10-08T19:59:19.9371313Z [2703/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x4c8-minmax-fp32-avx-ld64.c.obj 2024-10-08T19:59:19.9596542Z [2704/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-avx-ld64.c.obj 2024-10-08T19:59:19.9740885Z [2705/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-avx-ld64.c.obj 2024-10-08T19:59:20.0297647Z [2706/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2s4-minmax-fp32-avx-ld128.c.obj 2024-10-08T19:59:20.0531748Z [2707/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x4c2-minmax-fp32-avx-ld128.c.obj 2024-10-08T19:59:20.0723453Z [2708/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-avx-ld64.c.obj 2024-10-08T19:59:20.1002506Z [2709/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-avx-ld64.c.obj 2024-10-08T19:59:20.1208632Z [2710/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-avx-ld128.c.obj 2024-10-08T19:59:20.1520945Z [2711/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2-minmax-fp32-avx-ld128.c.obj 2024-10-08T19:59:20.1908043Z [2712/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c8-minmax-fp32-avx-ld64.c.obj 2024-10-08T19:59:20.2909908Z [2713/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x4c2s4-minmax-fp32-avx-ld128.c.obj 2024-10-08T19:59:23.0514461Z [2714/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-avx-ld64.c.obj 2024-10-08T19:59:23.0732472Z [2715/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-avx-ld64.c.obj 2024-10-08T19:59:23.0978373Z [2716/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2s4-minmax-fp32-avx-ld128.c.obj 2024-10-08T19:59:23.1024235Z [2717/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c2-minmax-fp32-avx-ld128.c.obj 2024-10-08T19:59:23.1076994Z [2718/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-avx-ld64.c.obj 2024-10-08T19:59:23.1158492Z [2719/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-avx-ld64.c.obj 2024-10-08T19:59:23.1175112Z [2720/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x4c8-minmax-fp32-avx-ld128.c.obj 2024-10-08T19:59:23.1227540Z [2721/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2s4-minmax-fp32-avx-ld128.c.obj 2024-10-08T19:59:23.1763166Z [2722/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-avx-ld64.c.obj 2024-10-08T19:59:23.1925549Z [2723/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul16-ld64-u8.c.obj 2024-10-08T19:59:23.2132643Z [2724/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-avx-ld64.c.obj 2024-10-08T19:59:23.2179289Z [2725/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-avx-ld128.c.obj 2024-10-08T19:59:23.2286680Z [2726/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul32-ld32-u8.c.obj 2024-10-08T19:59:23.2379869Z [2727/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c2-minmax-fp32-avx-ld128.c.obj 2024-10-08T19:59:23.2473151Z [2728/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2s4-minmax-fp32-avx-ld128.c.obj 2024-10-08T19:59:23.2749026Z [2729/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x4c8-minmax-fp32-avx-ld64.c.obj 2024-10-08T19:59:23.2983192Z [2730/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul16-ld64-u16.c.obj 2024-10-08T19:59:23.3025652Z [2731/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul32-ld32-u8.c.obj 2024-10-08T19:59:23.3081407Z [2732/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul32-ld32-u16.c.obj 2024-10-08T19:59:23.3179829Z [2733/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul16-ld64-u16.c.obj 2024-10-08T19:59:23.3197150Z [2734/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx-mul32-ld32-u16.c.obj 2024-10-08T19:59:23.3288936Z [2735/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x4c2-minmax-fp32-avx-ld128.c.obj 2024-10-08T19:59:23.3412192Z [2736/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx-mul16-ld64-u8.c.obj 2024-10-08T19:59:23.3528441Z [2737/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx-u16.c.obj 2024-10-08T19:59:23.3785117Z [2738/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-avx-u16.c.obj 2024-10-08T19:59:23.3826564Z [2739/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx-u32.c.obj 2024-10-08T19:59:23.3868922Z [2740/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-avx-u32.c.obj 2024-10-08T19:59:23.4021408Z [2741/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.obj 2024-10-08T19:59:23.4036997Z [2742/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vhswish\gen\qu8-vhswish-avx-u8.c.obj 2024-10-08T19:59:23.4097621Z [2743/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx-u8.c.obj 2024-10-08T19:59:23.4290620Z [2744/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmul\gen\qu8-vmul-minmax-fp32-avx-mul16-ld64-u8.c.obj 2024-10-08T19:59:23.4391594Z [2745/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx-u16.c.obj 2024-10-08T19:59:23.4559041Z [2746/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx-u32.c.obj 2024-10-08T19:59:23.4646822Z [2747/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx-u8.c.obj 2024-10-08T19:59:23.4662718Z [2748/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u16.c.obj 2024-10-08T19:59:23.4763864Z [2749/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-avx-mul16-ld64-u8.c.obj 2024-10-08T19:59:23.4816504Z [2750/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u48.c.obj 2024-10-08T19:59:23.4976326Z [2751/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vmulc\gen\qu8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.obj 2024-10-08T19:59:23.5439670Z [2752/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-avx-u4-prfm.c.obj 2024-10-08T19:59:23.5490495Z [2753/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-avx-u4-prfm.c.obj 2024-10-08T19:59:23.5549030Z [2754/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u64.c.obj 2024-10-08T19:59:23.5820241Z [2755/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-avx-u4.c.obj 2024-10-08T19:59:23.5832980Z [2756/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8s4-gemm-goi-avx-u4-prfm.c.obj 2024-10-08T19:59:23.5883430Z [2757/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-avx-u4.c.obj 2024-10-08T19:59:23.6069301Z [2758/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x8-gemm-goi-avx-u4.c.obj 2024-10-08T19:59:23.6412904Z [2759/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-avx-u4.c.obj 2024-10-08T19:59:23.6459992Z [2760/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16s4-gemm-goi-avx-u4-prfm.c.obj 2024-10-08T19:59:23.6743241Z [2761/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-multi-mov-avx.c.obj 2024-10-08T19:59:23.6905181Z [2762/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-multi-switch-avx.c.obj 2024-10-08T19:59:23.7062673Z [2763/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-reuse-mov-avx.c.obj 2024-10-08T19:59:23.7195417Z [2764/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-multi-mov-avx.c.obj 2024-10-08T19:59:23.7244414Z [2765/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-reuse-mov-avx.c.obj 2024-10-08T19:59:23.7256158Z [2766/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-reuse-multi-avx.c.obj 2024-10-08T19:59:23.7305599Z [2767/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-transposec\gen\x32-transposec-8x8-reuse-switch-avx.c.obj 2024-10-08T19:59:23.7571073Z [2768/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx-u32.c.obj 2024-10-08T19:59:23.7721797Z [2769/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-multi-switch-avx.c.obj 2024-10-08T19:59:23.8107500Z [2770/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-f16c-u8.c.obj 2024-10-08T19:59:23.8165510Z [2771/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-multi-multi-avx.c.obj 2024-10-08T19:59:23.8181649Z [2772/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-reuse-multi-avx.c.obj 2024-10-08T19:59:23.8448574Z [2773/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x64-transposec\gen\x64-transposec-4x4-reuse-switch-avx.c.obj 2024-10-08T19:59:23.8494979Z [2774/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-avgpool\f16-avgpool-9x-minmax-f16c-c8.c.obj 2024-10-08T19:59:23.8544563Z [2775/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-avgpool\f16-avgpool-9p8x-minmax-f16c-c8.c.obj 2024-10-08T19:59:23.8620425Z [2776/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-f16c-c64.c.obj 2024-10-08T19:59:23.8784654Z [2777/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-f16c-u16.c.obj 2024-10-08T19:59:23.9017776Z [2778/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-f16c-c128.c.obj 2024-10-08T19:59:23.9368497Z [2779/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-f16c-c16.c.obj 2024-10-08T19:59:23.9383815Z [2780/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u8.c.obj 2024-10-08T19:59:23.9433610Z [2781/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gavgpool\gen\f16-gavgpool-7p7x-minmax-f16c-c8.c.obj 2024-10-08T19:59:23.9485091Z [2782/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u24-acc3.c.obj 2024-10-08T19:59:23.9539795Z [2783/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-f16c-c32.c.obj 2024-10-08T19:59:23.9553454Z [2784/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u32-acc4.c.obj 2024-10-08T19:59:23.9772694Z [2785/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u16-acc2.c.obj 2024-10-08T19:59:23.9788060Z [2786/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-f16c-u32-acc2.c.obj 2024-10-08T19:59:24.0403476Z [2787/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gavgpool\gen\f16-gavgpool-7p7x-minmax-f16c-c16.c.obj 2024-10-08T19:59:24.0522265Z [2788/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gavgpool\gen\f16-gavgpool-7x-minmax-f16c-c24.c.obj 2024-10-08T19:59:24.0604605Z [2789/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gavgpool\gen\f16-gavgpool-7p7x-minmax-f16c-c32.c.obj 2024-10-08T19:59:24.0651775Z [2790/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gavgpool\gen\f16-gavgpool-7p7x-minmax-f16c-c24.c.obj 2024-10-08T19:59:24.0668617Z [2791/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gavgpool\gen\f16-gavgpool-7x-minmax-f16c-c8.c.obj 2024-10-08T19:59:24.0715537Z [2792/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gavgpool\gen\f16-gavgpool-7x-minmax-f16c-c16.c.obj 2024-10-08T19:59:24.0815030Z [2793/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-maxpool\f16-maxpool-9p8x-minmax-f16c-c8.c.obj 2024-10-08T19:59:24.1170175Z [2794/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gavgpool\gen\f16-gavgpool-7x-minmax-f16c-c32.c.obj 2024-10-08T19:59:24.1224565Z [2795/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\f16-rmax-f16c-u32.c.obj 2024-10-08T19:59:24.1390993Z [2796/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-prelu\gen\f16-prelu-f16c-2x8.c.obj 2024-10-08T19:59:24.1476227Z [2797/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-prelu\gen\f16-prelu-f16c-2x16.c.obj 2024-10-08T19:59:24.1756560Z [2798/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l32c8s4r-minmax-fma3.c.obj 2024-10-08T19:59:24.1818179Z [2799/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l8c8s4r-minmax-fma3-acc2.c.obj 2024-10-08T19:59:24.2269406Z [2800/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l32c8s4r-minmax-fma3-acc2.c.obj 2024-10-08T19:59:24.2373073Z [2801/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l8c8s4r-minmax-fma3.c.obj 2024-10-08T19:59:24.2475300Z [2802/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l16c8s4r-minmax-fma3-acc2.c.obj 2024-10-08T19:59:24.2570957Z [2803/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vdiv-minmax-f16c-u16.c.obj 2024-10-08T19:59:24.2636156Z [2804/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l16c8s4r-minmax-fma3.c.obj 2024-10-08T19:59:24.2749400Z [2805/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vaddc-minmax-f16c-u16.c.obj 2024-10-08T19:59:24.2868501Z [2806/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vaddc-minmax-f16c-u8.c.obj 2024-10-08T19:59:24.2964714Z [2807/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vadd-minmax-f16c-u16.c.obj 2024-10-08T19:59:24.3306417Z [2808/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vdiv-minmax-f16c-u8.c.obj 2024-10-08T19:59:24.3369625Z [2809/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vadd-minmax-f16c-u8.c.obj 2024-10-08T19:59:24.3623858Z [2810/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmax-f16c-u8.c.obj 2024-10-08T19:59:24.3671183Z [2811/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmax-f16c-u16.c.obj 2024-10-08T19:59:24.3722342Z [2812/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vdivc-minmax-f16c-u16.c.obj 2024-10-08T19:59:24.3779395Z [2813/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmaxc-f16c-u16.c.obj 2024-10-08T19:59:24.3792874Z [2814/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmaxc-f16c-u8.c.obj 2024-10-08T19:59:24.3958801Z [2815/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vdivc-minmax-f16c-u8.c.obj 2024-10-08T19:59:24.4498038Z [2816/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vminc-f16c-u8.c.obj 2024-10-08T19:59:24.4689614Z [2817/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmin-f16c-u16.c.obj 2024-10-08T19:59:24.4882570Z [2818/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vminc-f16c-u16.c.obj 2024-10-08T19:59:24.4957850Z [2819/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmin-f16c-u8.c.obj 2024-10-08T19:59:24.5004345Z [2820/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmul-minmax-f16c-u8.c.obj 2024-10-08T19:59:24.5077461Z [2821/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmul-minmax-f16c-u16.c.obj 2024-10-08T19:59:24.5552246Z [2822/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmulc-minmax-f16c-u8.c.obj 2024-10-08T19:59:24.5565278Z [2823/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrsubc-minmax-f16c-u8.c.obj 2024-10-08T19:59:24.5632798Z [2824/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrdivc-minmax-f16c-u8.c.obj 2024-10-08T19:59:24.5705504Z [2825/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrdivc-minmax-f16c-u16.c.obj 2024-10-08T19:59:24.5791781Z [2826/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vmulc-minmax-f16c-u16.c.obj 2024-10-08T19:59:24.5847378Z [2827/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vrsubc-minmax-f16c-u16.c.obj 2024-10-08T19:59:24.5862115Z [2828/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsub-minmax-f16c-u8.c.obj 2024-10-08T19:59:24.5914902Z [2829/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsqrdiffc-f16c-u16.c.obj 2024-10-08T19:59:24.6548089Z [2830/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsqrdiff-f16c-u8.c.obj 2024-10-08T19:59:24.6643869Z [2831/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsubc-minmax-f16c-u8.c.obj 2024-10-08T19:59:24.6746506Z [2832/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vclamp\gen\f16-vclamp-f16c-u8.c.obj 2024-10-08T19:59:24.6757924Z [2833/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vclamp\gen\f16-vclamp-f16c-u16.c.obj 2024-10-08T19:59:24.6812987Z [2834/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsub-minmax-f16c-u16.c.obj 2024-10-08T19:59:24.6951886Z [2835/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsqrdiffc-f16c-u8.c.obj 2024-10-08T19:59:24.7100058Z [2836/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsqrdiff-f16c-u16.c.obj 2024-10-08T19:59:24.7383104Z [2837/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vbinary\gen\f16-vsubc-minmax-f16c-u16.c.obj 2024-10-08T19:59:24.7492673Z [2838/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vhswish\gen\f16-vhswish-f16c-u8.c.obj 2024-10-08T19:59:24.7678670Z [2839/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vlrelu\gen\f16-vlrelu-f16c-u8.c.obj 2024-10-08T19:59:24.7751439Z [2840/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndd-f16c-u8.c.obj 2024-10-08T19:59:24.7763709Z [2841/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndd-f16c-u16.c.obj 2024-10-08T19:59:24.8058962Z [2842/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vhswish\gen\f16-vhswish-f16c-u16.c.obj 2024-10-08T19:59:24.8075103Z [2843/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndne-f16c-u8.c.obj 2024-10-08T19:59:24.8332444Z [2844/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vlrelu\gen\f16-vlrelu-f16c-u16.c.obj 2024-10-08T19:59:24.8385027Z [2845/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndne-f16c-u16.c.obj 2024-10-08T19:59:24.8405056Z [2846/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndu-f16c-u16.c.obj 2024-10-08T19:59:24.8810575Z [2847/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndz-f16c-u8.c.obj 2024-10-08T19:59:24.8858539Z [2848/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrsqrt\gen\f16-vrsqrt-f16c-rsqrt-u32.c.obj 2024-10-08T19:59:24.8913343Z [2849/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-rsqrt-u16.c.obj 2024-10-08T19:59:24.9094945Z [2850/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndz-f16c-u16.c.obj 2024-10-08T19:59:24.9184603Z [2851/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrsqrt\gen\f16-vrsqrt-f16c-rsqrt-u8.c.obj 2024-10-08T19:59:24.9198658Z [2852/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrnd\gen\f16-vrndu-f16c-u8.c.obj 2024-10-08T19:59:24.9321058Z [2853/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vrsqrt\gen\f16-vrsqrt-f16c-rsqrt-u16.c.obj 2024-10-08T19:59:24.9635454Z [2854/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-rsqrt-u8.c.obj 2024-10-08T19:59:24.9850119Z [2855/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-sqrt-u8.c.obj 2024-10-08T19:59:24.9862481Z [2856/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u16.c.obj 2024-10-08T19:59:24.9917062Z [2857/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u8.c.obj 2024-10-08T19:59:24.9995810Z [2858/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-sqrt-u16.c.obj 2024-10-08T19:59:25.0045893Z [2859/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-sqrt-u32.c.obj 2024-10-08T19:59:25.0058891Z [2860/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-f16c-rsqrt-u32.c.obj 2024-10-08T19:59:25.0391289Z [2861/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u32.c.obj 2024-10-08T19:59:25.0755429Z [2862/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u56.c.obj 2024-10-08T19:59:25.0954225Z [2863/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u8.c.obj 2024-10-08T19:59:25.0995140Z [2864/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u48.c.obj 2024-10-08T19:59:25.1168659Z [2865/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u40.c.obj 2024-10-08T19:59:25.1212937Z [2866/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u16.c.obj 2024-10-08T19:59:25.1318946Z [2867/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u24.c.obj 2024-10-08T19:59:25.1466180Z [2868/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u64.c.obj 2024-10-08T19:59:25.1514828Z [2869/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u72.c.obj 2024-10-08T19:59:25.1800850Z [2870/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u24.c.obj 2024-10-08T19:59:25.1996506Z [2871/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u80.c.obj 2024-10-08T19:59:25.2057895Z [2872/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u32.c.obj 2024-10-08T19:59:25.2179182Z [2873/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u64.c.obj 2024-10-08T19:59:25.2399038Z [2874/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u72.c.obj 2024-10-08T19:59:25.2555085Z [2875/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u40.c.obj 2024-10-08T19:59:25.2727019Z [2876/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u48.c.obj 2024-10-08T19:59:25.2783223Z [2877/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u24.c.obj 2024-10-08T19:59:25.3052012Z [2878/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u8.c.obj 2024-10-08T19:59:25.3194212Z [2879/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u80.c.obj 2024-10-08T19:59:25.3298810Z [2880/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u40.c.obj 2024-10-08T19:59:25.3406044Z [2881/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u16.c.obj 2024-10-08T19:59:25.3591563Z [2882/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vsqr-f16c-u8.c.obj 2024-10-08T19:59:25.3608556Z [2883/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u32.c.obj 2024-10-08T19:59:25.3739087Z [2884/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u64.c.obj 2024-10-08T19:59:25.4068612Z [2885/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u80.c.obj 2024-10-08T19:59:25.4338373Z [2886/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u56.c.obj 2024-10-08T19:59:25.4388057Z [2887/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u48.c.obj 2024-10-08T19:59:25.4511805Z [2888/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vunary\gen\f16-vsqr-f16c-u16.c.obj 2024-10-08T19:59:25.4615916Z [2889/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p8c-minmax-fma3-acc2.c.obj 2024-10-08T19:59:25.4661660Z [2890/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-f16c-u16.c.obj 2024-10-08T19:59:25.4712693Z [2891/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-polynomial-p19h9t2-u72.c.obj 2024-10-08T19:59:25.4987824Z [2892/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-f16c-u8.c.obj 2024-10-08T19:59:25.5288043Z [2893/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p8c-minmax-fma3.c.obj 2024-10-08T19:59:25.5300804Z [2894/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p32c-minmax-fma3-acc2.c.obj 2024-10-08T19:59:25.5459476Z [2895/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u56.c.obj 2024-10-08T19:59:25.5555285Z [2896/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p8c-minmax-fma3-acc2.c.obj 2024-10-08T19:59:25.5774065Z [2897/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p16c-minmax-fma3-acc2.c.obj 2024-10-08T19:59:25.5851337Z [2898/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p32c-minmax-fma3.c.obj 2024-10-08T19:59:25.6052982Z [2899/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p8c-minmax-fma3.c.obj 2024-10-08T19:59:25.6199091Z [2900/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-3p16c-minmax-fma3.c.obj 2024-10-08T19:59:25.6246824Z [2901/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p32c-minmax-fma3-acc2.c.obj 2024-10-08T19:59:25.6347336Z [2902/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-5f5m5l8c8s4r-minmax-fma3-acc2.c.obj 2024-10-08T19:59:25.6550276Z [2903/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p16c-minmax-fma3-acc2.c.obj 2024-10-08T19:59:25.6636067Z [2904/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p16c-minmax-fma3.c.obj 2024-10-08T19:59:25.6895884Z [2905/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-4p32c-minmax-fma3.c.obj 2024-10-08T19:59:25.7154577Z [2906/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:25.7241762Z [2907/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16s4-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:25.7259893Z [2908/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x16s4-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:25.7309994Z [2909/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16s4-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:25.7506347Z [2910/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-3x16-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:25.7696868Z [2911/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l32c8s4r-minmax-fma3.c.obj 2024-10-08T19:59:25.7762718Z [2912/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x8-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:25.8062045Z [2913/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l8c8s4r-minmax-fma3.c.obj 2024-10-08T19:59:25.8350099Z [2914/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l8c8s4r-minmax-fma3-acc2.c.obj 2024-10-08T19:59:25.8363156Z [2915/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l16c8s4r-minmax-fma3.c.obj 2024-10-08T19:59:25.8554853Z [2916/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l32c8s4r-minmax-fma3-acc2.c.obj 2024-10-08T19:59:25.8789468Z [2917/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l8c8s4r-minmax-fma3.c.obj 2024-10-08T19:59:25.8801954Z [2918/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-6f6m7l16c8s4r-minmax-fma3-acc2.c.obj 2024-10-08T19:59:25.8896073Z [2919/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l16c8s4r-minmax-fma3.c.obj 2024-10-08T19:59:25.9057551Z [2920/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l32c8s4r-minmax-fma3.c.obj 2024-10-08T19:59:25.9226909Z [2921/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l32c8s4r-minmax-fma3-acc2.c.obj 2024-10-08T19:59:25.9430656Z [2922/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p16c-minmax-fma3-acc2.c.obj 2024-10-08T19:59:25.9443941Z [2923/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-8f8m9l16c8s4r-minmax-fma3-acc2.c.obj 2024-10-08T19:59:25.9693326Z [2924/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p8c-minmax-fma3-acc2.c.obj 2024-10-08T19:59:25.9892042Z [2925/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p8c-minmax-fma3.c.obj 2024-10-08T19:59:25.9958971Z [2926/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p16c-minmax-fma3.c.obj 2024-10-08T19:59:26.0091506Z [2927/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p32c-minmax-fma3.c.obj 2024-10-08T19:59:26.0378072Z [2928/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p32c-minmax-fma3.c.obj 2024-10-08T19:59:26.0491549Z [2929/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p16c-minmax-fma3.c.obj 2024-10-08T19:59:26.0539108Z [2930/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p32c-minmax-fma3-acc2.c.obj 2024-10-08T19:59:26.0593847Z [2931/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-9p32c-minmax-fma3-acc2.c.obj 2024-10-08T19:59:26.0808014Z [2932/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-ibilinear\gen\f16-ibilinear-fma3-c16.c.obj 2024-10-08T19:59:26.0881360Z [2933/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p8c-minmax-fma3.c.obj 2024-10-08T19:59:26.0946046Z [2934/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p8c-minmax-fma3-acc2.c.obj 2024-10-08T19:59:26.0958163Z [2935/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-dwconv\gen\f16-dwconv-25p16c-minmax-fma3-acc2.c.obj 2024-10-08T19:59:26.1275942Z [2936/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-ibilinear\gen\f16-ibilinear-fma3-c8.c.obj 2024-10-08T19:59:26.1358498Z [2937/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u8.c.obj 2024-10-08T19:59:26.1442147Z [2938/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vmulcaddc\gen\f16-vmulcaddc-c8-minmax-fma3-2x.c.obj 2024-10-08T19:59:26.1517009Z [2939/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u16.c.obj 2024-10-08T19:59:26.1738229Z [2940/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u40.c.obj 2024-10-08T19:59:26.1785448Z [2941/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u56.c.obj 2024-10-08T19:59:26.1852256Z [2942/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u64.c.obj 2024-10-08T19:59:26.2295117Z [2943/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u48.c.obj 2024-10-08T19:59:26.2308320Z [2944/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u24.c.obj 2024-10-08T19:59:26.2378283Z [2945/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vmulcaddc\gen\f16-vmulcaddc-c16-minmax-fma3-2x.c.obj 2024-10-08T19:59:26.2390541Z [2946/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u32.c.obj 2024-10-08T19:59:26.2443247Z [2947/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u16.c.obj 2024-10-08T19:59:26.2732857Z [2948/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u80.c.obj 2024-10-08T19:59:26.2798178Z [2949/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u32.c.obj 2024-10-08T19:59:26.3243648Z [2950/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u24.c.obj 2024-10-08T19:59:26.3375769Z [2951/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u8.c.obj 2024-10-08T19:59:26.3428537Z [2952/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u72.c.obj 2024-10-08T19:59:26.3440860Z [2953/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u72.c.obj 2024-10-08T19:59:26.3453314Z [2954/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u40.c.obj 2024-10-08T19:59:26.3555645Z [2955/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u64.c.obj 2024-10-08T19:59:26.3755610Z [2956/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u56.c.obj 2024-10-08T19:59:26.3945309Z [2957/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u48.c.obj 2024-10-08T19:59:26.4111545Z [2958/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u40.c.obj 2024-10-08T19:59:26.4363077Z [2959/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u8.c.obj 2024-10-08T19:59:26.4407588Z [2960/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u24.c.obj 2024-10-08T19:59:26.4453944Z [2961/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u32.c.obj 2024-10-08T19:59:26.4884218Z [2962/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u80.c.obj 2024-10-08T19:59:26.4938532Z [2963/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u16.c.obj 2024-10-08T19:59:26.4999282Z [2964/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-fma3-acc2.c.obj 2024-10-08T19:59:26.5053285Z [2965/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u80.c.obj 2024-10-08T19:59:26.5276302Z [2966/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u56.c.obj 2024-10-08T19:59:26.5523304Z [2967/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u48.c.obj 2024-10-08T19:59:26.5539357Z [2968/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u64.c.obj 2024-10-08T19:59:26.5816415Z [2969/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-fma3-acc2.c.obj 2024-10-08T19:59:26.5867877Z [2970/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p8c-minmax-fma3.c.obj 2024-10-08T19:59:26.5950480Z [2971/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-fma3.c.obj 2024-10-08T19:59:26.5964420Z [2972/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-fma3-polynomial-p19h9t2-u72.c.obj 2024-10-08T19:59:26.6024408Z [2973/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-fma3.c.obj 2024-10-08T19:59:26.6622578Z [2974/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-fma3-acc2.c.obj 2024-10-08T19:59:26.6764827Z [2975/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-fma3.c.obj 2024-10-08T19:59:26.6915630Z [2976/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-fma3.c.obj 2024-10-08T19:59:26.7035700Z [2977/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-fma3-acc2.c.obj 2024-10-08T19:59:26.7086704Z [2978/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c8s4r-minmax-fma3-acc2.c.obj 2024-10-08T19:59:26.7241927Z [2979/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l8c8s4r-minmax-fma3.c.obj 2024-10-08T19:59:26.7303517Z [2980/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c8s4r-minmax-fma3-acc2.c.obj 2024-10-08T19:59:26.7664522Z [2981/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l16c8s4r-minmax-fma3.c.obj 2024-10-08T19:59:26.7754288Z [2982/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c8s4r-minmax-fma3.c.obj 2024-10-08T19:59:26.8101963Z [2983/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p8c-minmax-fma3-acc2.c.obj 2024-10-08T19:59:26.8198048Z [2984/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l8c8s4r-minmax-fma3-acc2.c.obj 2024-10-08T19:59:26.8209997Z [2985/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l8c8s4r-minmax-fma3.c.obj 2024-10-08T19:59:26.8353263Z [2986/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-fma3-acc2.c.obj 2024-10-08T19:59:26.8370392Z [2987/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l32c8s4r-minmax-fma3-acc2.c.obj 2024-10-08T19:59:26.8439769Z [2988/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l16c8s4r-minmax-fma3-acc2.c.obj 2024-10-08T19:59:26.8662451Z [2989/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-fma3.c.obj 2024-10-08T19:59:26.8718390Z [2990/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p8c-minmax-fma3.c.obj 2024-10-08T19:59:26.9302622Z [2991/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-fma3-acc2.c.obj 2024-10-08T19:59:26.9407203Z [2992/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-7f6m6l32c8s4r-minmax-fma3.c.obj 2024-10-08T19:59:26.9453921Z [2993/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-fma3.c.obj 2024-10-08T19:59:26.9475743Z [2994/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x16-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:26.9659677Z [2995/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p8c-minmax-fma3-acc2.c.obj 2024-10-08T19:59:26.9710463Z [2996/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-fma3-acc2.c.obj 2024-10-08T19:59:26.9721833Z [2997/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-fma3.c.obj 2024-10-08T19:59:26.9773825Z [2998/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x8-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.0447752Z [2999/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x16s4-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.0582586Z [3000/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x16-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.0628178Z [3001/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x8-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.0778361Z [3002/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16s4-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.0824342Z [3003/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-3x16s4-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.0871435Z [3004/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.0884334Z [3005/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x8-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.1403958Z [3006/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x8-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.1547836Z [3007/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x16s4-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.1768665Z [3008/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16s4-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.1780980Z [3009/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x16-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.1837442Z [3010/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.1891248Z [3011/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x8-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.2065161Z [3012/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x8-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.2117111Z [3013/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.2492088Z [3014/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-8x8-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.2632913Z [3015/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u72-acc3.c.obj 2024-10-08T19:59:27.2648538Z [3016/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u48.c.obj 2024-10-08T19:59:27.2698945Z [3017/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u64.c.obj 2024-10-08T19:59:27.2761949Z [3018/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u64-acc2.c.obj 2024-10-08T19:59:27.2881751Z [3019/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u64-acc4.c.obj 2024-10-08T19:59:27.3342762Z [3020/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x8-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.3434140Z [3021/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16s4-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.3589829Z [3022/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.3778429Z [3023/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.3790732Z [3024/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16s4-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.3936315Z [3025/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x16-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.3988533Z [3026/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-7x8-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.4163192Z [3027/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x8-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.4635752Z [3028/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-8x8-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.4751339Z [3029/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x16s4-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.4763788Z [3030/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x16-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.4827140Z [3031/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x8-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.4838596Z [3032/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.4849391Z [3033/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x8-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.5184512Z [3034/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16s4-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.5449443Z [3035/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x8-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.5734937Z [3036/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-3x16s4-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.5838070Z [3037/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16s4-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.5889497Z [3038/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-fma3-broadcast-prfm.c.obj 2024-10-08T19:59:27.5946798Z [3039/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16s4-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.5992595Z [3040/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-fma3-broadcast-prfm.c.obj 2024-10-08T19:59:27.6208857Z [3041/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.6259551Z [3042/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.6508166Z [3043/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x8-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.6684217Z [3044/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-7x8-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.6862169Z [3045/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-8x8-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.6962292Z [3046/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-2x16-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.7073601Z [3047/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-3x16-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.7151927Z [3048/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-1x16-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.7313677Z [3049/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-8x16-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.7531360Z [3050/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x16-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.7586187Z [3051/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-7x16-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.7970208Z [3052/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-5x16-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.8062138Z [3053/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-6x16-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.8109644Z [3054/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x16-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.8160734Z [3055/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-7x16-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.8353909Z [3056/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x16-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.8442198Z [3057/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x16-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.8609023Z [3058/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x16-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.8662259Z [3059/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x16-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.9011678Z [3060/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vgelu\gen\f32-vgelu-fma3-rational-12-10-div.c.obj 2024-10-08T19:59:27.9063859Z [3061/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x16-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.9241139Z [3062/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-fma3-u16.c.obj 2024-10-08T19:59:27.9422519Z [3063/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-fma3-rational-3-3-nr.c.obj 2024-10-08T19:59:27.9519706Z [3064/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-fma3-rational-3-3-div.c.obj 2024-10-08T19:59:27.9684963Z [3065/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-fma3-rsqrt-u32.c.obj 2024-10-08T19:59:27.9758487Z [3066/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-8x16-minmax-fma3-broadcast.c.obj 2024-10-08T19:59:27.9813270Z [3067/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-fma3-rsqrt-u8.c.obj 2024-10-08T19:59:27.9906265Z [3068/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-fma3-u8.c.obj 2024-10-08T19:59:28.0050813Z [3069/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-fma3-rsqrt-u16.c.obj 2024-10-08T19:59:28.0188903Z [3070/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-fma3-rsqrt-u16.c.obj 2024-10-08T19:59:28.0304552Z [3071/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-fma3-rsqrt-u32.c.obj 2024-10-08T19:59:28.0551600Z [3072/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-fma3-rsqrt-u8.c.obj 2024-10-08T19:59:28.0765711Z [3073/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-1x16-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:28.0847099Z [3074/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-rational-9-6-nr.c.obj 2024-10-08T19:59:28.1048691Z [3075/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-fma3-rational-9-6-div.c.obj 2024-10-08T19:59:28.1061265Z [3076/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-1x8-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:28.1279461Z [3077/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-3x16-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:28.1335700Z [3078/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-5x8-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:28.1435510Z [3079/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-6x8-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:28.1836505Z [3080/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-5x16-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:28.1893793Z [3081/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-7x8-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:28.1944188Z [3082/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-4x8-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:28.2408566Z [3083/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-1x8-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:28.2422522Z [3084/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-gemm\gen\f16-f32acc-gemm-4x16-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:28.2435138Z [3085/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-5x8-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:28.2486801Z [3086/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-1x16-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:28.2535485Z [3087/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-3x16-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:28.2774125Z [3088/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-4x8-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:28.2890437Z [3089/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-4x16-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:28.2994890Z [3090/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-3x16-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:28.3407006Z [3091/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-7x8-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:28.3506853Z [3092/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-5x16-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:28.3593282Z [3093/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-1x8-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:28.3640728Z [3094/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-igemm\gen\f16-f32acc-igemm-6x8-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:28.3760796Z [3095/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-1x16-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:28.3967572Z [3096/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-5x8-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:28.4141792Z [3097/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-7x8-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:28.4206181Z [3098/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-4x16-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:28.4609265Z [3099/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-4x16-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:28.4653616Z [3100/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-5x16-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:28.4804849Z [3101/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-6x8-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:28.4932467Z [3102/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-4x8-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:28.4987040Z [3103/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-1x8-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:28.5051563Z [3104/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-gemm\gen\f16-gemm-4x8-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:28.5072654Z [3105/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-3x16-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:28.5210863Z [3106/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-1x16-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:28.5872997Z [3107/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-pavgpool\f16-pavgpool-9x-minmax-avx2-c8.c.obj 2024-10-08T19:59:28.5885127Z [3108/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-5x8-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:28.5945037Z [3109/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-pavgpool\f16-pavgpool-9p8x-minmax-avx2-c8.c.obj 2024-10-08T19:59:28.5991241Z [3110/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-7x8-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:28.6041981Z [3111/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u16-acc2.c.obj 2024-10-08T19:59:28.6058879Z [3112/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-5x16-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:28.6107300Z [3113/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-igemm\gen\f16-igemm-6x8-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:28.6389854Z [3114/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u32.c.obj 2024-10-08T19:59:28.6730953Z [3115/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u16.c.obj 2024-10-08T19:59:28.6961472Z [3116/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u40-acc2.c.obj 2024-10-08T19:59:28.7011103Z [3117/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u40-acc5.c.obj 2024-10-08T19:59:28.7023495Z [3118/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u32-acc2.c.obj 2024-10-08T19:59:28.7036300Z [3119/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u48-acc3.c.obj 2024-10-08T19:59:28.7048527Z [3120/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u32-acc4.c.obj 2024-10-08T19:59:28.7096376Z [3121/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u48-acc2.c.obj 2024-10-08T19:59:28.7483693Z [3122/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u40.c.obj 2024-10-08T19:59:28.7544760Z [3123/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u72-acc3.c.obj 2024-10-08T19:59:28.7743800Z [3124/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u80-acc5.c.obj 2024-10-08T19:59:28.7886044Z [3125/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u80.c.obj 2024-10-08T19:59:28.7931516Z [3126/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u80.c.obj 2024-10-08T19:59:28.8084231Z [3127/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u72.c.obj 2024-10-08T19:59:28.8172918Z [3128/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u80-acc2.c.obj 2024-10-08T19:59:28.8184213Z [3129/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96-acc2.c.obj 2024-10-08T19:59:28.8272477Z [3130/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u80-acc2.c.obj 2024-10-08T19:59:28.8342187Z [3131/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc2.c.obj 2024-10-08T19:59:28.8515492Z [3132/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u80-acc5.c.obj 2024-10-08T19:59:28.8720885Z [3133/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96.c.obj 2024-10-08T19:59:28.8733691Z [3134/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u72.c.obj 2024-10-08T19:59:28.8898763Z [3135/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc6.c.obj 2024-10-08T19:59:28.8990296Z [3136/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-raddstoreexpminusmax\gen\f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc3.c.obj 2024-10-08T19:59:28.9047858Z [3137/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u8.c.obj 2024-10-08T19:59:28.9324648Z [3138/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-velu\gen\f16-velu-avx2-rr1-p3-u16.c.obj 2024-10-08T19:59:28.9387586Z [3139/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u16.c.obj 2024-10-08T19:59:28.9435347Z [3140/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-velu\gen\f16-velu-avx2-rr1-p3-u8.c.obj 2024-10-08T19:59:28.9577571Z [3141/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u32.c.obj 2024-10-08T19:59:28.9697649Z [3142/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u40.c.obj 2024-10-08T19:59:28.9806378Z [3143/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u48.c.obj 2024-10-08T19:59:28.9822707Z [3144/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u24.c.obj 2024-10-08T19:59:28.9880811Z [3145/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u56.c.obj 2024-10-08T19:59:29.0238548Z [3146/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-div-u64.c.obj 2024-10-08T19:59:29.0540992Z [3147/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u32.c.obj 2024-10-08T19:59:29.0587551Z [3148/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u40.c.obj 2024-10-08T19:59:29.0633169Z [3149/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u56.c.obj 2024-10-08T19:59:29.0650734Z [3150/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u8.c.obj 2024-10-08T19:59:29.0731116Z [3151/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u24.c.obj 2024-10-08T19:59:29.0833419Z [3152/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u16.c.obj 2024-10-08T19:59:29.0947141Z [3153/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u16.c.obj 2024-10-08T19:59:29.1212916Z [3154/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u64.c.obj 2024-10-08T19:59:29.1486766Z [3155/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u24.c.obj 2024-10-08T19:59:29.1556571Z [3156/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u56.c.obj 2024-10-08T19:59:29.1602716Z [3157/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsigmoid\gen\f16-vsigmoid-avx2-rr1-p2-rcp-u48.c.obj 2024-10-08T19:59:29.1791525Z [3158/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u8.c.obj 2024-10-08T19:59:29.1873076Z [3159/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u32.c.obj 2024-10-08T19:59:29.2109773Z [3160/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u40.c.obj 2024-10-08T19:59:29.2177006Z [3161/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u48.c.obj 2024-10-08T19:59:29.2395362Z [3162/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u64.c.obj 2024-10-08T19:59:29.2441079Z [3163/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u16.c.obj 2024-10-08T19:59:29.2496695Z [3164/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u80.c.obj 2024-10-08T19:59:29.2654097Z [3165/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u24.c.obj 2024-10-08T19:59:29.2716137Z [3166/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u72.c.obj 2024-10-08T19:59:29.3039537Z [3167/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u8.c.obj 2024-10-08T19:59:29.3052362Z [3168/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u72.c.obj 2024-10-08T19:59:29.3198946Z [3169/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u32.c.obj 2024-10-08T19:59:29.3320639Z [3170/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u64.c.obj 2024-10-08T19:59:29.3485401Z [3171/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u56.c.obj 2024-10-08T19:59:29.3693904Z [3172/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u80.c.obj 2024-10-08T19:59:29.3743375Z [3173/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u40.c.obj 2024-10-08T19:59:29.3928145Z [3174/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vtanh\gen\f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u48.c.obj 2024-10-08T19:59:29.4129649Z [3175/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-6x16-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:29.4241352Z [3176/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-1x16-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:29.4684209Z [3177/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-2x16-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:29.4736965Z [3178/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-5x16-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:29.4778833Z [3179/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x8-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:29.4902231Z [3180/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-4x16-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:29.4917049Z [3181/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-3x16-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:29.5101102Z [3182/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x16-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:29.5291599Z [3183/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-8x16-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:29.5466682Z [3184/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x16-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:29.5823515Z [3185/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc4w-gemm\gen\f32-qc4w-gemm-7x16-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:29.5894126Z [3186/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x16s4-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:29.5971347Z [3187/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x16s4-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:29.5984823Z [3188/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x16-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:29.6276864Z [3189/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x16-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:29.6512692Z [3190/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x16s4-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:29.6564701Z [3191/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x16s4-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:29.6619342Z [3192/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x8-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:29.6958668Z [3193/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x16-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:29.7005998Z [3194/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x8-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:29.7053846Z [3195/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x8-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:29.7388416Z [3196/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x16-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:29.7437404Z [3197/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u16.c.obj 2024-10-08T19:59:29.7772592Z [3198/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x16s4-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:29.7882357Z [3199/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-7x8-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:29.7945930Z [3200/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-7x16-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:29.8241651Z [3201/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-8x16-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:29.8345947Z [3202/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u48.c.obj 2024-10-08T19:59:29.8517281Z [3203/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-8x8-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:29.8580536Z [3204/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u64.c.obj 2024-10-08T19:59:29.8630795Z [3205/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u48.c.obj 2024-10-08T19:59:29.8741921Z [3206/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx2-u32.c.obj 2024-10-08T19:59:29.8758359Z [3207/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u32.c.obj 2024-10-08T19:59:29.9040528Z [3208/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u16.c.obj 2024-10-08T19:59:29.9196241Z [3209/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx2-u64.c.obj 2024-10-08T19:59:29.9519267Z [3210/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u32-acc2.c.obj 2024-10-08T19:59:29.9533696Z [3211/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u64-acc2.c.obj 2024-10-08T19:59:29.9576673Z [3212/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u32-acc4.c.obj 2024-10-08T19:59:29.9764564Z [3213/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u32.c.obj 2024-10-08T19:59:29.9840800Z [3214/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u64-acc4.c.obj 2024-10-08T19:59:29.9939667Z [3215/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u80-acc5.c.obj 2024-10-08T19:59:29.9989067Z [3216/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x16s4-minmax-avx2-broadcast.c.obj 2024-10-08T19:59:30.0009427Z [3217/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u72-acc3.c.obj 2024-10-08T19:59:30.0334575Z [3218/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u80.c.obj 2024-10-08T19:59:30.0397477Z [3219/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u80-acc2.c.obj 2024-10-08T19:59:30.0748217Z [3220/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96-acc3.c.obj 2024-10-08T19:59:30.0760818Z [3221/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96.c.obj 2024-10-08T19:59:30.0819382Z [3222/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96-acc2.c.obj 2024-10-08T19:59:30.0834493Z [3223/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u72.c.obj 2024-10-08T19:59:30.0850550Z [3224/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u64.c.obj 2024-10-08T19:59:30.0901102Z [3225/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u32-acc2.c.obj 2024-10-08T19:59:30.1089194Z [3226/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx2-p5-u96-acc6.c.obj 2024-10-08T19:59:30.1307630Z [3227/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u64-acc2.c.obj 2024-10-08T19:59:30.1766632Z [3228/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u80.c.obj 2024-10-08T19:59:30.1778157Z [3229/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u64.c.obj 2024-10-08T19:59:30.1822027Z [3230/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u64-acc4.c.obj 2024-10-08T19:59:30.1832531Z [3231/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u32-acc4.c.obj 2024-10-08T19:59:30.1947309Z [3232/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u8.c.obj 2024-10-08T19:59:30.2195663Z [3233/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u32.c.obj 2024-10-08T19:59:30.2361987Z [3234/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u72.c.obj 2024-10-08T19:59:30.2586233Z [3235/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u32.c.obj 2024-10-08T19:59:30.2598130Z [3236/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96-acc3.c.obj 2024-10-08T19:59:30.2744311Z [3237/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96.c.obj 2024-10-08T19:59:30.2883099Z [3238/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u24.c.obj 2024-10-08T19:59:30.2895326Z [3239/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u16.c.obj 2024-10-08T19:59:30.2945493Z [3240/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u32-acc2.c.obj 2024-10-08T19:59:30.2959466Z [3241/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u32.c.obj 2024-10-08T19:59:30.3353636Z [3242/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx2-p5-u96-acc6.c.obj 2024-10-08T19:59:30.3405445Z [3243/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u64-acc4.c.obj 2024-10-08T19:59:30.3528801Z [3244/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u32-acc4.c.obj 2024-10-08T19:59:30.3572173Z [3245/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u72-acc3.c.obj 2024-10-08T19:59:30.3768401Z [3246/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u72.c.obj 2024-10-08T19:59:30.3884407Z [3247/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u64.c.obj 2024-10-08T19:59:30.4314419Z [3248/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u96-acc3.c.obj 2024-10-08T19:59:30.4370337Z [3249/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u80-acc5.c.obj 2024-10-08T19:59:30.4386161Z [3250/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u96-acc2.c.obj 2024-10-08T19:59:30.4430962Z [3251/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u80.c.obj 2024-10-08T19:59:30.4630626Z [3252/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u96.c.obj 2024-10-08T19:59:30.4643955Z [3253/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u64-acc2.c.obj 2024-10-08T19:59:30.4703944Z [3254/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u96-acc6.c.obj 2024-10-08T19:59:30.4722629Z [3255/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx2-rr1-p5-u80-acc2.c.obj 2024-10-08T19:59:30.5282027Z [3256/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut4-p4-perm-u8.c.obj 2024-10-08T19:59:30.5464594Z [3257/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut4-p4-perm-u32.c.obj 2024-10-08T19:59:30.5559846Z [3258/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut4-p4-perm-u48.c.obj 2024-10-08T19:59:30.5574183Z [3259/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut4-p4-perm-u16.c.obj 2024-10-08T19:59:30.5623035Z [3260/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut4-p4-perm-u40.c.obj 2024-10-08T19:59:30.5641424Z [3261/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut4-p4-perm-u80.c.obj 2024-10-08T19:59:30.5937724Z [3262/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut4-p4-perm-u24.c.obj 2024-10-08T19:59:30.6122064Z [3263/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut4-p4-perm-u64.c.obj 2024-10-08T19:59:30.6351616Z [3264/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut4-p4-perm-u72.c.obj 2024-10-08T19:59:30.6411254Z [3265/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut8-p4-perm-u8.c.obj 2024-10-08T19:59:30.6492469Z [3266/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut4-p4-perm-u56.c.obj 2024-10-08T19:59:30.6564480Z [3267/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut8-p4-perm-u16.c.obj 2024-10-08T19:59:30.6579986Z [3268/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut8-p4-perm-u48.c.obj 2024-10-08T19:59:30.6593516Z [3269/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut8-p4-perm-u24.c.obj 2024-10-08T19:59:30.6796081Z [3270/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut8-p4-perm-u40.c.obj 2024-10-08T19:59:30.7044328Z [3271/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut8-p4-perm-u32.c.obj 2024-10-08T19:59:30.7400371Z [3272/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut8-p4-perm-u80.c.obj 2024-10-08T19:59:30.7447148Z [3273/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut8-p4-perm-u72.c.obj 2024-10-08T19:59:30.7493760Z [3274/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut8-p4-perm-u56.c.obj 2024-10-08T19:59:30.7612636Z [3275/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut16-p3-gather-u56.c.obj 2024-10-08T19:59:30.7691501Z [3276/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut8-p4-perm-u64.c.obj 2024-10-08T19:59:30.7705675Z [3277/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut16-p3-gather-u8.c.obj 2024-10-08T19:59:30.7871755Z [3278/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut16-p3-gather-u48.c.obj 2024-10-08T19:59:30.7924038Z [3279/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut16-p3-gather-u24.c.obj 2024-10-08T19:59:30.8385507Z [3280/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut16-p3-gather-u16.c.obj 2024-10-08T19:59:30.8452194Z [3281/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u24.c.obj 2024-10-08T19:59:30.8496098Z [3282/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut16-p3-gather-u32.c.obj 2024-10-08T19:59:30.8699693Z [3283/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut16-p3-gather-u72.c.obj 2024-10-08T19:59:30.8778821Z [3284/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut16-p3-gather-u80.c.obj 2024-10-08T19:59:30.8792882Z [3285/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut16-p3-gather-u40.c.obj 2024-10-08T19:59:30.8876719Z [3286/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u8.c.obj 2024-10-08T19:59:30.8967439Z [3287/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-lut16-p3-gather-u64.c.obj 2024-10-08T19:59:30.9354092Z [3288/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u16.c.obj 2024-10-08T19:59:30.9537557Z [3289/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u32.c.obj 2024-10-08T19:59:30.9631972Z [3290/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u72.c.obj 2024-10-08T19:59:30.9676572Z [3291/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u40.c.obj 2024-10-08T19:59:30.9730066Z [3292/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u64.c.obj 2024-10-08T19:59:30.9741490Z [3293/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u56.c.obj 2024-10-08T19:59:30.9838452Z [3294/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-avx2-rational-3-3-div.c.obj 2024-10-08T19:59:31.0155465Z [3295/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u80.c.obj 2024-10-08T19:59:31.0313724Z [3296/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u8.c.obj 2024-10-08T19:59:31.0430579Z [3297/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u16.c.obj 2024-10-08T19:59:31.0507003Z [3298/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u40.c.obj 2024-10-08T19:59:31.0519069Z [3299/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u24.c.obj 2024-10-08T19:59:31.0581300Z [3300/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u32.c.obj 2024-10-08T19:59:31.0641853Z [3301/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx2-rr1-p6-u48.c.obj 2024-10-08T19:59:31.0722889Z [3302/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u64.c.obj 2024-10-08T19:59:31.0955683Z [3303/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u56.c.obj 2024-10-08T19:59:31.1132448Z [3304/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u48.c.obj 2024-10-08T19:59:31.1252108Z [3305/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u72.c.obj 2024-10-08T19:59:31.1396234Z [3306/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u80.c.obj 2024-10-08T19:59:31.1410580Z [3307/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u16.c.obj 2024-10-08T19:59:31.1460920Z [3308/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u8.c.obj 2024-10-08T19:59:31.1506120Z [3309/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u96.c.obj 2024-10-08T19:59:31.1837680Z [3310/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u56.c.obj 2024-10-08T19:59:31.1932781Z [3311/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u32.c.obj 2024-10-08T19:59:31.2007087Z [3312/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u48.c.obj 2024-10-08T19:59:31.2156494Z [3313/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx2-p5-u88.c.obj 2024-10-08T19:59:31.2203768Z [3314/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u64.c.obj 2024-10-08T19:59:31.2254576Z [3315/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u40.c.obj 2024-10-08T19:59:31.2305935Z [3316/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u80.c.obj 2024-10-08T19:59:31.2356392Z [3317/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u24.c.obj 2024-10-08T19:59:31.2797981Z [3318/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u16.c.obj 2024-10-08T19:59:31.2849021Z [3319/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u72.c.obj 2024-10-08T19:59:31.2861585Z [3320/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u8.c.obj 2024-10-08T19:59:31.2918833Z [3321/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u88.c.obj 2024-10-08T19:59:31.3033938Z [3322/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx2-p5-u96.c.obj 2024-10-08T19:59:31.3103420Z [3323/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u24.c.obj 2024-10-08T19:59:31.3288272Z [3324/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u40.c.obj 2024-10-08T19:59:31.3384582Z [3325/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u48.c.obj 2024-10-08T19:59:31.3790866Z [3326/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u64.c.obj 2024-10-08T19:59:31.3864358Z [3327/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u56.c.obj 2024-10-08T19:59:31.3920458Z [3328/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u32.c.obj 2024-10-08T19:59:31.3978458Z [3329/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u72.c.obj 2024-10-08T19:59:31.4066147Z [3330/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u16.c.obj 2024-10-08T19:59:31.4111580Z [3331/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u24.c.obj 2024-10-08T19:59:31.4163000Z [3332/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-div-u80.c.obj 2024-10-08T19:59:31.4733155Z [3333/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u48.c.obj 2024-10-08T19:59:31.4817449Z [3334/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u40.c.obj 2024-10-08T19:59:31.4954574Z [3335/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u56.c.obj 2024-10-08T19:59:31.5001884Z [3336/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u40.c.obj 2024-10-08T19:59:31.5075690Z [3337/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u56.c.obj 2024-10-08T19:59:31.5298268Z [3338/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u32.c.obj 2024-10-08T19:59:31.5637788Z [3339/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u48.c.obj 2024-10-08T19:59:31.6033144Z [3340/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u8.c.obj 2024-10-08T19:59:31.6077317Z [3341/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u64.c.obj 2024-10-08T19:59:31.6233144Z [3342/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-3x8c8-minmax-avx2.c.obj 2024-10-08T19:59:31.6283788Z [3343/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr1fma-u64.c.obj 2024-10-08T19:59:31.6339473Z [3344/7385] 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 2024-10-08T19:59:31.6413099Z [3345/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u80.c.obj 2024-10-08T19:59:31.6850430Z [3346/7385] 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 2024-10-08T19:59:31.6946359Z [3347/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx2-rr1-p5-nr2fma-u72.c.obj 2024-10-08T19:59:31.7325618Z [3348/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qb4w-gemm\gen\qd8-f16-qb4w-gemm-1x8c8-minmax-avx2.c.obj 2024-10-08T19:59:31.7418810Z [3349/7385] 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 2024-10-08T19:59:31.7431882Z [3350/7385] 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 2024-10-08T19:59:31.7577577Z [3351/7385] 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 2024-10-08T19:59:31.7640210Z [3352/7385] 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 2024-10-08T19:59:31.7889142Z [3353/7385] 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 2024-10-08T19:59:31.7974132Z [3354/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c.obj 2024-10-08T19:59:31.8098760Z [3355/7385] 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 2024-10-08T19:59:31.8500318Z [3356/7385] 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 2024-10-08T19:59:31.8604980Z [3357/7385] 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 2024-10-08T19:59:31.8659504Z [3358/7385] 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 2024-10-08T19:59:31.8948653Z [3359/7385] 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 2024-10-08T19:59:31.9116285Z [3360/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-4x8c8-minmax-avx2-madd-prfm.c.obj 2024-10-08T19:59:31.9198508Z [3361/7385] 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 2024-10-08T19:59:31.9250007Z [3362/7385] 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 2024-10-08T19:59:31.9335084Z [3363/7385] 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 2024-10-08T19:59:31.9760417Z [3364/7385] 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 2024-10-08T19:59:31.9864175Z [3365/7385] 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 2024-10-08T19:59:31.9918423Z [3366/7385] 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 2024-10-08T19:59:32.0186696Z [3367/7385] 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 2024-10-08T19:59:32.0337488Z [3368/7385] 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 2024-10-08T19:59:32.0475131Z [3369/7385] 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 2024-10-08T19:59:32.0681291Z [3370/7385] 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 2024-10-08T19:59:32.0760890Z [3371/7385] 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 2024-10-08T19:59:32.0968840Z [3372/7385] 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 2024-10-08T19:59:32.1115002Z [3373/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-3x8c8-minmax-avx2.c.obj 2024-10-08T19:59:32.1126029Z [3374/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-1x8c8-minmax-avx2.c.obj 2024-10-08T19:59:32.1327472Z [3375/7385] 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 2024-10-08T19:59:32.1377839Z [3376/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-3x8c8-minmax-avx2.c.obj 2024-10-08T19:59:32.1676103Z [3377/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-1x8c8-minmax-avx2.c.obj 2024-10-08T19:59:32.1846450Z [3378/7385] 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 2024-10-08T19:59:32.1905756Z [3379/7385] 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 2024-10-08T19:59:32.2261921Z [3380/7385] 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 2024-10-08T19:59:32.2334230Z [3381/7385] 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 2024-10-08T19:59:32.2386653Z [3382/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-3x8c8-minmax-avx2.c.obj 2024-10-08T19:59:32.2439085Z [3383/7385] 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 2024-10-08T19:59:32.2759890Z [3384/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx2-madd-prfm.c.obj 2024-10-08T19:59:32.2859047Z [3385/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x8c8-minmax-avx2.c.obj 2024-10-08T19:59:32.3183154Z [3386/7385] 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 2024-10-08T19:59:32.3294181Z [3387/7385] 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 2024-10-08T19:59:32.3615223Z [3388/7385] 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 2024-10-08T19:59:32.3794070Z [3389/7385] 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 2024-10-08T19:59:32.3808748Z [3390/7385] 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 2024-10-08T19:59:32.3901802Z [3391/7385] 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 2024-10-08T19:59:32.4074796Z [3392/7385] 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 2024-10-08T19:59:32.4217458Z [3393/7385] 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 2024-10-08T19:59:32.4532413Z [3394/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-4x8c8-minmax-avx2-madd-prfm.c.obj 2024-10-08T19:59:32.4579746Z [3395/7385] 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 2024-10-08T19:59:32.4937499Z [3396/7385] 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 2024-10-08T19:59:32.4950201Z [3397/7385] 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 2024-10-08T19:59:32.5058464Z [3398/7385] 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 2024-10-08T19:59:32.5171277Z [3399/7385] 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 2024-10-08T19:59:32.5360059Z [3400/7385] 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 2024-10-08T19:59:32.5577482Z [3401/7385] 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 2024-10-08T19:59:32.5683888Z [3402/7385] 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 2024-10-08T19:59:32.5855818Z [3403/7385] 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 2024-10-08T19:59:32.6157150Z [3404/7385] 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 2024-10-08T19:59:32.6247755Z [3405/7385] 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 2024-10-08T19:59:32.6422116Z [3406/7385] 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 2024-10-08T19:59:32.6562879Z [3407/7385] 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 2024-10-08T19:59:32.6618492Z [3408/7385] 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 2024-10-08T19:59:32.7164945Z [3409/7385] 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 2024-10-08T19:59:32.7263136Z [3410/7385] 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 2024-10-08T19:59:32.7356081Z [3411/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-4x8c8-minmax-avx2.c.obj 2024-10-08T19:59:32.7482267Z [3412/7385] 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 2024-10-08T19:59:32.7554542Z [3413/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x8c8-minmax-avx2.c.obj 2024-10-08T19:59:32.7676108Z [3414/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-4x8c8-minmax-avx2.c.obj 2024-10-08T19:59:32.7737476Z [3415/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-10-08T19:59:32.8407532Z [3416/7385] 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 2024-10-08T19:59:32.8510681Z [3417/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-10-08T19:59:32.8569997Z [3418/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x8c8-minmax-avx2.c.obj 2024-10-08T19:59:32.8664791Z [3419/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2024-10-08T19:59:32.8684593Z [3420/7385] 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 2024-10-08T19:59:32.8774044Z [3421/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2024-10-08T19:59:32.8938490Z [3422/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-10-08T19:59:32.9385887Z [3423/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2024-10-08T19:59:32.9710571Z [3424/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2024-10-08T19:59:32.9871751Z [3425/7385] 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 2024-10-08T19:59:32.9888676Z [3426/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2024-10-08T19:59:32.9940754Z [3427/7385] 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 2024-10-08T19:59:32.9954366Z [3428/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-10-08T19:59:33.0109573Z [3429/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2024-10-08T19:59:33.0159086Z [3430/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-10-08T19:59:33.0405011Z [3431/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-10-08T19:59:33.0980892Z [3432/7385] 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 2024-10-08T19:59:33.1027878Z [3433/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-10-08T19:59:33.1129366Z [3434/7385] 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 2024-10-08T19:59:33.1179043Z [3435/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2024-10-08T19:59:33.1227272Z [3436/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-10-08T19:59:33.1448496Z [3437/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2024-10-08T19:59:33.1523803Z [3438/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2024-10-08T19:59:33.1922868Z [3439/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2024-10-08T19:59:33.2109765Z [3440/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-10-08T19:59:33.2257615Z [3441/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2024-10-08T19:59:33.2388180Z [3442/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.obj 2024-10-08T19:59:33.2496548Z [3443/7385] 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 2024-10-08T19:59:33.2572266Z [3444/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2024-10-08T19:59:33.2694861Z [3445/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx2-mul16-vpunpck.c.obj 2024-10-08T19:59:33.2754628Z [3446/7385] 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 2024-10-08T19:59:33.3120108Z [3447/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p8c-minmax-fp32-avx2-mul32.c.obj 2024-10-08T19:59:33.3172661Z [3448/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.obj 2024-10-08T19:59:33.3268945Z [3449/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.obj 2024-10-08T19:59:33.3632744Z [3450/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-10-08T19:59:33.3717218Z [3451/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-10-08T19:59:33.3730022Z [3452/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-10-08T19:59:33.3744035Z [3453/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-10-08T19:59:33.3793280Z [3454/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p8c-minmax-fp32-avx2-mul32.c.obj 2024-10-08T19:59:33.4219033Z [3455/7385] 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 2024-10-08T19:59:33.4275307Z [3456/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p8c-minmax-fp32-avx2-mul32.c.obj 2024-10-08T19:59:33.4419279Z [3457/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p32c-minmax-fp32-avx2-mul16-vpunpck.c.obj 2024-10-08T19:59:33.4664880Z [3458/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p32c-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2024-10-08T19:59:33.4718291Z [3459/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p32c-minmax-fp32-avx2-mul32.c.obj 2024-10-08T19:59:33.4814548Z [3460/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.obj 2024-10-08T19:59:33.4905964Z [3461/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p32c-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2024-10-08T19:59:33.5226516Z [3462/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx2-mul16-vpunpck.c.obj 2024-10-08T19:59:33.5278206Z [3463/7385] 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 2024-10-08T19:59:33.5614401Z [3464/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p32c-minmax-fp32-avx2-mul32.c.obj 2024-10-08T19:59:33.5663275Z [3465/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u16.c.obj 2024-10-08T19:59:33.5675672Z [3466/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p32c-minmax-fp32-avx2-mul16-vpunpck.c.obj 2024-10-08T19:59:33.5858875Z [3467/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u32.c.obj 2024-10-08T19:59:33.5953934Z [3468/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx2-mul16-vpmovsx.c.obj 2024-10-08T19:59:33.5999497Z [3469/7385] 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 2024-10-08T19:59:33.6093033Z [3470/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u24.c.obj 2024-10-08T19:59:33.6192152Z [3471/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f16-vcvt\gen\qs8-f16-vcvt-avx2-u64.c.obj 2024-10-08T19:59:33.6475470Z [3472/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u16.c.obj 2024-10-08T19:59:33.6640357Z [3473/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u8.c.obj 2024-10-08T19:59:33.6827646Z [3474/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u24.c.obj 2024-10-08T19:59:33.6886295Z [3475/7385] 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 2024-10-08T19:59:33.7206038Z [3476/7385] 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 2024-10-08T19:59:33.7218531Z [3477/7385] 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 2024-10-08T19:59:33.7621005Z [3478/7385] 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 2024-10-08T19:59:33.7668430Z [3479/7385] 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 2024-10-08T19:59:33.7747193Z [3480/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx2-u32.c.obj 2024-10-08T19:59:33.7885754Z [3481/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p16c-minmax-fp32-avx2-mul32.c.obj 2024-10-08T19:59:33.7943361Z [3482/7385] 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 2024-10-08T19:59:33.8005259Z [3483/7385] 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 2024-10-08T19:59:33.8206971Z [3484/7385] 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 2024-10-08T19:59:33.8256091Z [3485/7385] 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 2024-10-08T19:59:33.8770536Z [3486/7385] 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 2024-10-08T19:59:33.8909718Z [3487/7385] 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 2024-10-08T19:59:33.9030995Z [3488/7385] 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 2024-10-08T19:59:33.9088065Z [3489/7385] 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 2024-10-08T19:59:33.9227963Z [3490/7385] 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 2024-10-08T19:59:33.9274887Z [3491/7385] 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 2024-10-08T19:59:33.9406028Z [3492/7385] 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 2024-10-08T19:59:33.9533527Z [3493/7385] 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 2024-10-08T19:59:34.0030329Z [3494/7385] 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 2024-10-08T19:59:34.0083976Z [3495/7385] 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 2024-10-08T19:59:34.0102232Z [3496/7385] 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 2024-10-08T19:59:34.0521724Z [3497/7385] 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 2024-10-08T19:59:34.0617962Z [3498/7385] 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 2024-10-08T19:59:34.0731346Z [3499/7385] 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 2024-10-08T19:59:34.0785087Z [3500/7385] 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 2024-10-08T19:59:34.0836573Z [3501/7385] 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 2024-10-08T19:59:34.1142930Z [3502/7385] 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 2024-10-08T19:59:34.1375992Z [3503/7385] 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 2024-10-08T19:59:34.1827300Z [3504/7385] 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 2024-10-08T19:59:34.1881301Z [3505/7385] 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 2024-10-08T19:59:34.1927543Z [3506/7385] 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 2024-10-08T19:59:34.1940428Z [3507/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul32.c.obj 2024-10-08T19:59:34.1988373Z [3508/7385] 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 2024-10-08T19:59:34.2045382Z [3509/7385] 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 2024-10-08T19:59:34.2060046Z [3510/7385] 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 2024-10-08T19:59:34.2412301Z [3511/7385] 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 2024-10-08T19:59:34.2995967Z [3512/7385] 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 2024-10-08T19:59:34.3008273Z [3513/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul32.c.obj 2024-10-08T19:59:34.3126879Z [3514/7385] 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 2024-10-08T19:59:34.3190700Z [3515/7385] 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 2024-10-08T19:59:34.3365475Z [3516/7385] 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 2024-10-08T19:59:34.3378780Z [3517/7385] 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 2024-10-08T19:59:34.3451622Z [3518/7385] 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 2024-10-08T19:59:34.3629337Z [3519/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x8c8-minmax-fp32-avx2.c.obj 2024-10-08T19:59:34.4032763Z [3520/7385] 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 2024-10-08T19:59:34.4214924Z [3521/7385] 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 2024-10-08T19:59:34.4298096Z [3522/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x8c8-minmax-fp32-avx2.c.obj 2024-10-08T19:59:34.4351568Z [3523/7385] 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 2024-10-08T19:59:34.4574653Z [3524/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x8c8-minmax-fp32-avx2.c.obj 2024-10-08T19:59:34.4629919Z [3525/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x8c8-minmax-fp32-avx2.c.obj 2024-10-08T19:59:34.4687790Z [3526/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x8c8-minmax-fp32-avx2.c.obj 2024-10-08T19:59:34.4939172Z [3527/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x8c8-minmax-fp32-avx2.c.obj 2024-10-08T19:59:34.5105779Z [3528/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x8c8-minmax-fp32-avx2.c.obj 2024-10-08T19:59:34.5227714Z [3529/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u64.c.obj 2024-10-08T19:59:34.5389033Z [3530/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-avx2-c32.c.obj 2024-10-08T19:59:34.5454646Z [3531/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u128-acc2.c.obj 2024-10-08T19:59:34.5549452Z [3532/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u64-acc2.c.obj 2024-10-08T19:59:34.5560897Z [3533/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u32.c.obj 2024-10-08T19:59:34.5729177Z [3534/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x8c8-minmax-fp32-avx2.c.obj 2024-10-08T19:59:34.5808014Z [3535/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-avx2-c64.c.obj 2024-10-08T19:59:34.5993093Z [3536/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u128.c.obj 2024-10-08T19:59:34.6392766Z [3537/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u16.c.obj 2024-10-08T19:59:34.6434940Z [3538/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx2-u128-acc4.c.obj 2024-10-08T19:59:34.6480713Z [3539/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u32.c.obj 2024-10-08T19:59:34.6496146Z [3540/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u8.c.obj 2024-10-08T19:59:34.6541742Z [3541/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx2-mul32-ld64-u24.c.obj 2024-10-08T19:59:34.6609441Z [3542/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u8.c.obj 2024-10-08T19:59:34.6988945Z [3543/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u16.c.obj 2024-10-08T19:59:34.7183030Z [3544/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx2-u16.c.obj 2024-10-08T19:59:34.7358816Z [3545/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u24.c.obj 2024-10-08T19:59:34.7468364Z [3546/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-10-08T19:59:34.7605827Z [3547/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx2-u32.c.obj 2024-10-08T19:59:34.7820692Z [3548/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx2-u32.c.obj 2024-10-08T19:59:34.7960624Z [3549/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx2-u64.c.obj 2024-10-08T19:59:34.8103173Z [3550/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vcvt\gen\qs8-vcvt-avx2-u64.c.obj 2024-10-08T19:59:34.8296213Z [3551/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-10-08T19:59:34.8456008Z [3552/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-10-08T19:59:34.8554587Z [3553/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-10-08T19:59:34.8646837Z [3554/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx2-mul32-ld64-u32.c.obj 2024-10-08T19:59:34.8881532Z [3555/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u160-acc2.c.obj 2024-10-08T19:59:34.8935625Z [3556/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u144-acc3.c.obj 2024-10-08T19:59:34.9087708Z [3557/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.obj 2024-10-08T19:59:34.9213439Z [3558/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u160-acc5.c.obj 2024-10-08T19:59:34.9257751Z [3559/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vlrelu\gen\qs8-vlrelu-avx2-u16.c.obj 2024-10-08T19:59:34.9309717Z [3560/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u144.c.obj 2024-10-08T19:59:34.9394583Z [3561/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u160.c.obj 2024-10-08T19:59:34.9472535Z [3562/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u128.c.obj 2024-10-08T19:59:34.9855660Z [3563/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p8c-minmax-fp32-avx2-mul32.c.obj 2024-10-08T19:59:34.9929430Z [3564/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p32c-minmax-fp32-avx2-mul32.c.obj 2024-10-08T19:59:35.0194597Z [3565/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u8.c.obj 2024-10-08T19:59:35.0297931Z [3566/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u24.c.obj 2024-10-08T19:59:35.0349495Z [3567/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p32c-minmax-fp32-avx2-mul32.c.obj 2024-10-08T19:59:35.0417585Z [3568/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.obj 2024-10-08T19:59:35.0563294Z [3569/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-3x8c8-minmax-fp32-avx2.c.obj 2024-10-08T19:59:35.0795129Z [3570/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u16.c.obj 2024-10-08T19:59:35.1094338Z [3571/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x8c8-minmax-fp32-avx2.c.obj 2024-10-08T19:59:35.1351391Z [3572/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx2-mul32-ld64-u16.c.obj 2024-10-08T19:59:35.1411600Z [3573/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-4x8c8-minmax-fp32-avx2.c.obj 2024-10-08T19:59:35.1458808Z [3574/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x8c8-minmax-fp32-avx2.c.obj 2024-10-08T19:59:35.1556446Z [3575/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-3x8c8-minmax-fp32-avx2.c.obj 2024-10-08T19:59:35.1863709Z [3576/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-4x8c8-minmax-fp32-avx2.c.obj 2024-10-08T19:59:35.1911984Z [3577/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-2x8c8-minmax-fp32-avx2.c.obj 2024-10-08T19:59:35.2141057Z [3578/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-2x8c8-minmax-fp32-avx2.c.obj 2024-10-08T19:59:35.2185519Z [3579/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx2-mul32-ld64-u8.c.obj 2024-10-08T19:59:35.2235567Z [3580/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx2-u16.c.obj 2024-10-08T19:59:35.2305727Z [3581/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx2-u32.c.obj 2024-10-08T19:59:35.2351668Z [3582/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vcvt\gen\qu8-vcvt-avx2-u64.c.obj 2024-10-08T19:59:35.2403369Z [3583/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx2-u32.c.obj 2024-10-08T19:59:35.2753281Z [3584/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx2-mul32-ld64-u8.c.obj 2024-10-08T19:59:35.2807007Z [3585/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx2-mul32-ld64-u16.c.obj 2024-10-08T19:59:35.2936137Z [3586/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx2-u16.c.obj 2024-10-08T19:59:35.2992252Z [3587/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx2-u32.c.obj 2024-10-08T19:59:35.3332263Z [3588/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vlrelu\gen\qu8-vlrelu-avx2-u64.c.obj 2024-10-08T19:59:35.3402443Z [3589/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u128.c.obj 2024-10-08T19:59:35.3470174Z [3590/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s32-vmul\gen\s32-vmul-avx2.c.obj 2024-10-08T19:59:35.3737231Z [3591/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u64.c.obj 2024-10-08T19:59:35.3788881Z [3592/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u96.c.obj 2024-10-08T19:59:35.3800509Z [3593/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s32-vmul\gen\s32-vmulc-avx2.c.obj 2024-10-08T19:59:35.3997032Z [3594/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-32x32-reuse-mov-avx2.c.obj 2024-10-08T19:59:35.4314806Z [3595/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx2-u32.c.obj 2024-10-08T19:59:35.4461490Z [3596/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x16-gemm-goi-avx2-u16-prfm.c.obj 2024-10-08T19:59:35.4627127Z [3597/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x8-gemm-goi-avx2-u16-prfm.c.obj 2024-10-08T19:59:35.4685844Z [3598/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x8-gemm-goi-avx2-u16.c.obj 2024-10-08T19:59:35.4703947Z [3599/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-transposec\gen\x8-transposec-32x32-reuse-switch-avx2.c.obj 2024-10-08T19:59:35.4751972Z [3600/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-packw\gen\x16-packw-x16-gemm-goi-avx2-u16.c.obj 2024-10-08T19:59:35.4803245Z [3601/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-16x16-reuse-mov-avx2.c.obj 2024-10-08T19:59:35.5079623Z [3602/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx512f-acc2.c.obj 2024-10-08T19:59:35.5443467Z [3603/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p32c-minmax-avx512f.c.obj 2024-10-08T19:59:35.5555650Z [3604/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx512f-acc2.c.obj 2024-10-08T19:59:35.5680102Z [3605/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p16c-minmax-avx512f.c.obj 2024-10-08T19:59:35.5692378Z [3606/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x16-transposec\gen\x16-transposec-16x16-reuse-switch-avx2.c.obj 2024-10-08T19:59:35.5753117Z [3607/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c16s1r-minmax-avx512f.c.obj 2024-10-08T19:59:35.5958089Z [3608/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c16s1r-minmax-avx512f-acc2.c.obj 2024-10-08T19:59:35.5970138Z [3609/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-3p32c-minmax-avx512f-acc2.c.obj 2024-10-08T19:59:35.6088590Z [3610/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p32c-minmax-avx512f-acc2.c.obj 2024-10-08T19:59:35.6505268Z [3611/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p16c-minmax-avx512f.c.obj 2024-10-08T19:59:35.6692880Z [3612/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-4p32c-minmax-avx512f.c.obj 2024-10-08T19:59:35.6824673Z [3613/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p32c-minmax-avx512f-acc2.c.obj 2024-10-08T19:59:35.6872357Z [3614/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p32c-minmax-avx512f.c.obj 2024-10-08T19:59:35.6945541Z [3615/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx512f-acc2.c.obj 2024-10-08T19:59:35.6993678Z [3616/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx512f-acc2.c.obj 2024-10-08T19:59:35.7081199Z [3617/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l16c16s1r-minmax-avx512f-acc2.c.obj 2024-10-08T19:59:35.7097083Z [3618/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-9p16c-minmax-avx512f.c.obj 2024-10-08T19:59:35.7500616Z [3619/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-5f5m5l32c16s1r-minmax-avx512f.c.obj 2024-10-08T19:59:35.7729883Z [3620/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p32c-minmax-avx512f.c.obj 2024-10-08T19:59:35.8021648Z [3621/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p32c-minmax-avx512f-acc2.c.obj 2024-10-08T19:59:35.8095271Z [3622/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-4x16-minmax-avx512f-broadcast.c.obj 2024-10-08T19:59:35.8147833Z [3623/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-dwconv\gen\f32-dwconv-25p16c-minmax-avx512f.c.obj 2024-10-08T19:59:35.8234698Z [3624/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-1x16-minmax-avx512f-broadcast.c.obj 2024-10-08T19:59:35.8279698Z [3625/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-5x16-minmax-avx512f-broadcast.c.obj 2024-10-08T19:59:35.8359318Z [3626/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-8x16-minmax-avx512f-broadcast.c.obj 2024-10-08T19:59:35.8514374Z [3627/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-4x16-minmax-avx512f-broadcast.c.obj 2024-10-08T19:59:35.9179463Z [3628/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-4x16-minmax-avx512f-broadcast.c.obj 2024-10-08T19:59:35.9276680Z [3629/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-1x16-minmax-avx512f-broadcast.c.obj 2024-10-08T19:59:35.9296215Z [3630/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-7x16-minmax-avx512f-broadcast.c.obj 2024-10-08T19:59:35.9338433Z [3631/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-7x16-minmax-avx512f-broadcast.c.obj 2024-10-08T19:59:35.9386964Z [3632/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-6x16-minmax-avx512f-broadcast.c.obj 2024-10-08T19:59:35.9512887Z [3633/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-5x16-minmax-avx512f-broadcast.c.obj 2024-10-08T19:59:35.9692364Z [3634/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-1x16-minmax-avx512f-broadcast.c.obj 2024-10-08T19:59:36.0025578Z [3635/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemm\gen\f32-gemm-6x16-minmax-avx512f-broadcast.c.obj 2024-10-08T19:59:36.0295261Z [3636/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-6x16-minmax-avx512f-broadcast.c.obj 2024-10-08T19:59:36.0358852Z [3637/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-avx512f-2x16.c.obj 2024-10-08T19:59:36.0637783Z [3638/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-gemminc\gen\f32-gemminc-8x16-minmax-avx512f-broadcast.c.obj 2024-10-08T19:59:36.0690182Z [3639/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-prelu\gen\f32-prelu-avx512f-2x32.c.obj 2024-10-08T19:59:36.0705418Z [3640/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-7x16-minmax-avx512f-broadcast.c.obj 2024-10-08T19:59:36.0719574Z [3641/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-8x16-minmax-avx512f-broadcast.c.obj 2024-10-08T19:59:36.0767543Z [3642/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-igemm\gen\f32-igemm-5x16-minmax-avx512f-broadcast.c.obj 2024-10-08T19:59:36.0920628Z [3643/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u128-acc2.c.obj 2024-10-08T19:59:36.1237853Z [3644/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u64.c.obj 2024-10-08T19:59:36.1254355Z [3645/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u128-acc4.c.obj 2024-10-08T19:59:36.1493581Z [3646/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u64-acc2.c.obj 2024-10-08T19:59:36.1537858Z [3647/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u144.c.obj 2024-10-08T19:59:36.1589098Z [3648/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u160.c.obj 2024-10-08T19:59:36.1641921Z [3649/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u128.c.obj 2024-10-08T19:59:36.1693353Z [3650/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u160-acc2.c.obj 2024-10-08T19:59:36.2026147Z [3651/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u144-acc3.c.obj 2024-10-08T19:59:36.2040811Z [3652/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u160-acc5.c.obj 2024-10-08T19:59:36.2164437Z [3653/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u64-acc4.c.obj 2024-10-08T19:59:36.2264579Z [3654/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192-acc2.c.obj 2024-10-08T19:59:36.2335107Z [3655/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192.c.obj 2024-10-08T19:59:36.2458232Z [3656/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192-acc6.c.obj 2024-10-08T19:59:36.2508491Z [3657/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u64-acc2.c.obj 2024-10-08T19:59:36.2564028Z [3658/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u64-acc4.c.obj 2024-10-08T19:59:36.2813040Z [3659/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddexpminusmax\gen\f32-raddexpminusmax-avx512f-p5-scalef-u192-acc3.c.obj 2024-10-08T19:59:36.2865802Z [3660/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u64.c.obj 2024-10-08T19:59:36.3034594Z [3661/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u128-acc4.c.obj 2024-10-08T19:59:36.3195254Z [3662/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192-acc3.c.obj 2024-10-08T19:59:36.3207857Z [3663/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u128-acc2.c.obj 2024-10-08T19:59:36.3352040Z [3664/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192-acc2.c.obj 2024-10-08T19:59:36.3405789Z [3665/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u64-acc2.c.obj 2024-10-08T19:59:36.3461267Z [3666/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192.c.obj 2024-10-08T19:59:36.3611650Z [3667/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u64-acc4.c.obj 2024-10-08T19:59:36.3660662Z [3668/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddextexp\gen\f32-raddextexp-avx512f-p5-scalef-u192-acc6.c.obj 2024-10-08T19:59:36.3796135Z [3669/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u128-acc2.c.obj 2024-10-08T19:59:36.4064068Z [3670/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u128-acc4.c.obj 2024-10-08T19:59:36.4203920Z [3671/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u64.c.obj 2024-10-08T19:59:36.4261270Z [3672/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u144-acc3.c.obj 2024-10-08T19:59:36.4404720Z [3673/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u160.c.obj 2024-10-08T19:59:36.4456144Z [3674/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u160-acc2.c.obj 2024-10-08T19:59:36.4595669Z [3675/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u160-acc5.c.obj 2024-10-08T19:59:36.4741690Z [3676/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u128.c.obj 2024-10-08T19:59:36.4758368Z [3677/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u192-acc2.c.obj 2024-10-08T19:59:36.4824458Z [3678/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u144.c.obj 2024-10-08T19:59:36.5079943Z [3679/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u192.c.obj 2024-10-08T19:59:36.5096065Z [3680/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx512f-c16.c.obj 2024-10-08T19:59:36.5256155Z [3681/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u192-acc6.c.obj 2024-10-08T19:59:36.5428143Z [3682/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-raddstoreexpminusmax\gen\f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u192-acc3.c.obj 2024-10-08T19:59:36.5621982Z [3683/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u16.c.obj 2024-10-08T19:59:36.5634505Z [3684/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u64-acc4.c.obj 2024-10-08T19:59:36.5690532Z [3685/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx512f-c64.c.obj 2024-10-08T19:59:36.5959491Z [3686/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx512f-c32.c.obj 2024-10-08T19:59:36.5976134Z [3687/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u48-acc3.c.obj 2024-10-08T19:59:36.6058831Z [3688/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u32-acc2.c.obj 2024-10-08T19:59:36.6199641Z [3689/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rdsum\gen\f32-rdsum-7p7x-minmax-avx512f-c128.c.obj 2024-10-08T19:59:36.6218179Z [3690/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmax-avx512f-u64-acc2.c.obj 2024-10-08T19:59:36.6430940Z [3691/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u48-acc3.c.obj 2024-10-08T19:59:36.6647614Z [3692/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u64-acc4.c.obj 2024-10-08T19:59:36.6693214Z [3693/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u64-acc2.c.obj 2024-10-08T19:59:36.6753800Z [3694/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u32-acc2.c.obj 2024-10-08T19:59:36.6800505Z [3695/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u16.c.obj 2024-10-08T19:59:36.7008751Z [3696/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rmin-avx512f-u16.c.obj 2024-10-08T19:59:36.7242908Z [3697/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u64-acc4.c.obj 2024-10-08T19:59:36.7449846Z [3698/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u48-acc3.c.obj 2024-10-08T19:59:36.7495054Z [3699/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u16.c.obj 2024-10-08T19:59:36.7544486Z [3700/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u64-acc2.c.obj 2024-10-08T19:59:36.7556303Z [3701/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u32-acc2.c.obj 2024-10-08T19:59:36.7619909Z [3702/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u48-acc3.c.obj 2024-10-08T19:59:36.8008580Z [3703/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u64-acc4.c.obj 2024-10-08T19:59:36.8257535Z [3704/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-avx512f-u32.c.obj 2024-10-08T19:59:36.8303542Z [3705/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rminmax\gen\f32-rminmax-avx512f-u32-acc2.c.obj 2024-10-08T19:59:36.8441342Z [3706/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vadd-minmax-avx512f-u16.c.obj 2024-10-08T19:59:36.8454144Z [3707/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-avx512f-u32.c.obj 2024-10-08T19:59:36.8629485Z [3708/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdiv-minmax-avx512f-u16.c.obj 2024-10-08T19:59:36.8675660Z [3709/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-rsum\gen\f32-rsum-avx512f-u64-acc2.c.obj 2024-10-08T19:59:36.8853346Z [3710/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-avx512f-u32.c.obj 2024-10-08T19:59:36.9025462Z [3711/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-avx512f-u16.c.obj 2024-10-08T19:59:36.9164375Z [3712/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vdivc-minmax-avx512f-u16.c.obj 2024-10-08T19:59:36.9346105Z [3713/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-avx512f-u16.c.obj 2024-10-08T19:59:36.9392698Z [3714/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-avx512f-u16.c.obj 2024-10-08T19:59:36.9539511Z [3715/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vaddc-minmax-avx512f-u32.c.obj 2024-10-08T19:59:36.9552858Z [3716/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-avx512f-u32.c.obj 2024-10-08T19:59:36.9752251Z [3717/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmax-avx512f-u32.c.obj 2024-10-08T19:59:37.0042794Z [3718/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmin-avx512f-u16.c.obj 2024-10-08T19:59:37.0230632Z [3719/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-avx512f-u32.c.obj 2024-10-08T19:59:37.0297058Z [3720/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-avx512f-u16.c.obj 2024-10-08T19:59:37.0437077Z [3721/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-avx512f-u32.c.obj 2024-10-08T19:59:37.0542991Z [3722/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vminc-avx512f-u16.c.obj 2024-10-08T19:59:37.0554826Z [3723/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmulc-minmax-avx512f-u32.c.obj 2024-10-08T19:59:37.0702779Z [3724/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmul-minmax-avx512f-u16.c.obj 2024-10-08T19:59:37.0769999Z [3725/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vmaxc-avx512f-u32.c.obj 2024-10-08T19:59:37.1022091Z [3726/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx512f-u16.c.obj 2024-10-08T19:59:37.1158903Z [3727/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiff-avx512f-u32.c.obj 2024-10-08T19:59:37.1440137Z [3728/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-avx512f-u32.c.obj 2024-10-08T19:59:37.1451602Z [3729/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-avx512f-u16.c.obj 2024-10-08T19:59:37.1510746Z [3730/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrdivc-minmax-avx512f-u16.c.obj 2024-10-08T19:59:37.1620022Z [3731/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-avx512f-u16.c.obj 2024-10-08T19:59:37.1715779Z [3732/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx512f-u32.c.obj 2024-10-08T19:59:37.1814196Z [3733/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vrsubc-minmax-avx512f-u32.c.obj 2024-10-08T19:59:37.2094247Z [3734/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsqrdiffc-avx512f-u16.c.obj 2024-10-08T19:59:37.2111281Z [3735/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsub-minmax-avx512f-u32.c.obj 2024-10-08T19:59:37.2343966Z [3736/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-avx512f-u32.c.obj 2024-10-08T19:59:37.2423442Z [3737/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vbinary\gen\f32-vsubc-minmax-avx512f-u16.c.obj 2024-10-08T19:59:37.2469510Z [3738/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-avx512f-u16.c.obj 2024-10-08T19:59:37.2550892Z [3739/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcopysign\gen\f32-vcopysign-avx512f.c.obj 2024-10-08T19:59:37.2601798Z [3740/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vclamp\gen\f32-vclamp-avx512f-u32.c.obj 2024-10-08T19:59:37.2827210Z [3741/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcopysign\gen\f32-vcopysignc-avx512f.c.obj 2024-10-08T19:59:37.2905152Z [3742/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vcopysign\gen\f32-vrcopysignc-avx512f.c.obj 2024-10-08T19:59:37.3044435Z [3743/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-lut16-p3-perm-u32.c.obj 2024-10-08T19:59:37.3339058Z [3744/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-lut16-p3-perm-u96.c.obj 2024-10-08T19:59:37.3384992Z [3745/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-lut16-p3-perm-u80.c.obj 2024-10-08T19:59:37.3601640Z [3746/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-lut16-p3-perm-u48.c.obj 2024-10-08T19:59:37.3702841Z [3747/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u64.c.obj 2024-10-08T19:59:37.3943412Z [3748/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-lut16-p3-perm-u16.c.obj 2024-10-08T19:59:37.3993495Z [3749/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-lut16-p3-perm-u64.c.obj 2024-10-08T19:59:37.4011649Z [3750/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u32.c.obj 2024-10-08T19:59:37.4217224Z [3751/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u48.c.obj 2024-10-08T19:59:37.4233717Z [3752/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-lut16-p3-perm-u112.c.obj 2024-10-08T19:59:37.4364459Z [3753/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-lut16-p3-perm-u128.c.obj 2024-10-08T19:59:37.4594322Z [3754/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vgelu\gen\f32-vgelu-avx512f-rational-12-10-nr.c.obj 2024-10-08T19:59:37.4758393Z [3755/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u16.c.obj 2024-10-08T19:59:37.4837218Z [3756/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u80.c.obj 2024-10-08T19:59:37.5066712Z [3757/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vgelu\gen\f32-vgelu-avx512f-rational-12-10-div.c.obj 2024-10-08T19:59:37.5111523Z [3758/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u96.c.obj 2024-10-08T19:59:37.5176286Z [3759/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u128.c.obj 2024-10-08T19:59:37.5265710Z [3760/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-velu\gen\f32-velu-avx512f-rr1-p6-u112.c.obj 2024-10-08T19:59:37.5529054Z [3761/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-avx512f-u16.c.obj 2024-10-08T19:59:37.5582736Z [3762/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-avx512f-u16.c.obj 2024-10-08T19:59:37.5691280Z [3763/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-avx512f-rational-3-3-nr.c.obj 2024-10-08T19:59:37.5912818Z [3764/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vhswish\gen\f32-vhswish-avx512f-u32.c.obj 2024-10-08T19:59:37.6114856Z [3765/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-avx512f-u16.c.obj 2024-10-08T19:59:37.6127563Z [3766/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlog\gen\f32-vlog-avx512f-rational-3-3-div.c.obj 2024-10-08T19:59:37.6194873Z [3767/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndd-avx512f-u32.c.obj 2024-10-08T19:59:37.6284325Z [3768/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx512f-u16.c.obj 2024-10-08T19:59:37.6408122Z [3769/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vlrelu\gen\f32-vlrelu-avx512f-u32.c.obj 2024-10-08T19:59:37.6616248Z [3770/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrelu\gen\f32-vrelu-avx512f-u32.c.obj 2024-10-08T19:59:37.6700685Z [3771/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u128-acc4.c.obj 2024-10-08T19:59:37.6989809Z [3772/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u32-acc2.c.obj 2024-10-08T19:59:37.7035358Z [3773/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u64-acc2.c.obj 2024-10-08T19:59:37.7081583Z [3774/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u16.c.obj 2024-10-08T19:59:37.7168404Z [3775/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-avx512f-u32.c.obj 2024-10-08T19:59:37.7269687Z [3776/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-avx512f-u16.c.obj 2024-10-08T19:59:37.7500894Z [3777/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-avx512f-u32.c.obj 2024-10-08T19:59:37.7629096Z [3778/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u64-acc4.c.obj 2024-10-08T19:59:37.7905577Z [3779/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndu-avx512f-u16.c.obj 2024-10-08T19:59:37.7982095Z [3780/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u32.c.obj 2024-10-08T19:59:37.8052526Z [3781/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u16.c.obj 2024-10-08T19:59:37.8174115Z [3782/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx512f-rsqrt-u16.c.obj 2024-10-08T19:59:37.8233019Z [3783/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndne-avx512f-u16.c.obj 2024-10-08T19:59:37.8433011Z [3784/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx512f-rsqrt-u32.c.obj 2024-10-08T19:59:37.8531312Z [3785/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrsqrt\gen\f32-vrsqrt-avx512f-rsqrt-u64.c.obj 2024-10-08T19:59:37.8584552Z [3786/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vrnd\gen\f32-vrndz-avx512f-u32.c.obj 2024-10-08T19:59:37.8872629Z [3787/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u112.c.obj 2024-10-08T19:59:37.8926618Z [3788/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u64.c.obj 2024-10-08T19:59:37.8979934Z [3789/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u80.c.obj 2024-10-08T19:59:37.9041277Z [3790/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u48.c.obj 2024-10-08T19:59:37.9126802Z [3791/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u96.c.obj 2024-10-08T19:59:37.9200362Z [3792/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u160.c.obj 2024-10-08T19:59:37.9333784Z [3793/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u176.c.obj 2024-10-08T19:59:37.9387016Z [3794/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u128.c.obj 2024-10-08T19:59:37.9855291Z [3795/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u144.c.obj 2024-10-08T19:59:37.9900553Z [3796/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u16.c.obj 2024-10-08T19:59:37.9996573Z [3797/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u112.c.obj 2024-10-08T19:59:38.0010971Z [3798/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u96.c.obj 2024-10-08T19:59:38.0058133Z [3799/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u80.c.obj 2024-10-08T19:59:38.0105703Z [3800/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u48.c.obj 2024-10-08T19:59:38.0161500Z [3801/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u32.c.obj 2024-10-08T19:59:38.0673252Z [3802/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u64.c.obj 2024-10-08T19:59:38.0746219Z [3803/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u144.c.obj 2024-10-08T19:59:38.0830065Z [3804/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u192.c.obj 2024-10-08T19:59:38.0884733Z [3805/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u176.c.obj 2024-10-08T19:59:38.0962930Z [3806/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u160.c.obj 2024-10-08T19:59:38.0977147Z [3807/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleexpminusmax\gen\f32-vscaleexpminusmax-avx512f-p5-scalef-u192.c.obj 2024-10-08T19:59:38.1216696Z [3808/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vscaleextexp\gen\f32-vscaleextexp-avx512f-p5-scalef-u128.c.obj 2024-10-08T19:59:38.1276480Z [3809/7385] 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 2024-10-08T19:59:38.1523714Z [3810/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u80.c.obj 2024-10-08T19:59:38.1704794Z [3811/7385] 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 2024-10-08T19:59:38.1758050Z [3812/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u96.c.obj 2024-10-08T19:59:38.1902753Z [3813/7385] 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 2024-10-08T19:59:38.1952569Z [3814/7385] 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 2024-10-08T19:59:38.2052788Z [3815/7385] 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 2024-10-08T19:59:38.2297917Z [3816/7385] 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 2024-10-08T19:59:38.2345951Z [3817/7385] 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 2024-10-08T19:59:38.2395117Z [3818/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u128.c.obj 2024-10-08T19:59:38.2570095Z [3819/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u112.c.obj 2024-10-08T19:59:38.2834452Z [3820/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u96.c.obj 2024-10-08T19:59:38.2883302Z [3821/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u80.c.obj 2024-10-08T19:59:38.2958253Z [3822/7385] 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 2024-10-08T19:59:38.3104788Z [3823/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u112.c.obj 2024-10-08T19:59:38.3217009Z [3824/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-div-u16.c.obj 2024-10-08T19:59:38.3267699Z [3825/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-div-u32.c.obj 2024-10-08T19:59:38.3282284Z [3826/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u128.c.obj 2024-10-08T19:59:38.3484403Z [3827/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-div-u112.c.obj 2024-10-08T19:59:38.3891648Z [3828/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-div-u96.c.obj 2024-10-08T19:59:38.4103906Z [3829/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-div-u128.c.obj 2024-10-08T19:59:38.4151154Z [3830/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u80.c.obj 2024-10-08T19:59:38.4195034Z [3831/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-div-u48.c.obj 2024-10-08T19:59:38.4604370Z [3832/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-div-u80.c.obj 2024-10-08T19:59:38.4653029Z [3833/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u16.c.obj 2024-10-08T19:59:38.4706440Z [3834/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u64.c.obj 2024-10-08T19:59:38.4777733Z [3835/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u48.c.obj 2024-10-08T19:59:38.4935237Z [3836/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u32.c.obj 2024-10-08T19:59:38.5054485Z [3837/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u96.c.obj 2024-10-08T19:59:38.5215865Z [3838/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u112.c.obj 2024-10-08T19:59:38.5495333Z [3839/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-div-u64.c.obj 2024-10-08T19:59:38.5627562Z [3840/7385] 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 2024-10-08T19:59:38.5685830Z [3841/7385] 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 2024-10-08T19:59:38.5839310Z [3842/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u96.c.obj 2024-10-08T19:59:38.5852487Z [3843/7385] 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 2024-10-08T19:59:38.5929397Z [3844/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u80.c.obj 2024-10-08T19:59:38.6041726Z [3845/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u64.c.obj 2024-10-08T19:59:38.6099051Z [3846/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u128.c.obj 2024-10-08T19:59:38.6552795Z [3847/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u128.c.obj 2024-10-08T19:59:38.6565191Z [3848/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u112.c.obj 2024-10-08T19:59:38.6740003Z [3849/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u96.c.obj 2024-10-08T19:59:38.6824233Z [3850/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u80.c.obj 2024-10-08T19:59:38.6836720Z [3851/7385] 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 2024-10-08T19:59:38.6885129Z [3852/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u112.c.obj 2024-10-08T19:59:38.7167007Z [3853/7385] 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 2024-10-08T19:59:38.7464179Z [3854/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx512f-rsqrt-u16.c.obj 2024-10-08T19:59:38.7632800Z [3855/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512f-rational-9-6-nr.c.obj 2024-10-08T19:59:38.7678963Z [3856/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vtanh\gen\f32-vtanh-avx512f-rational-9-6-div.c.obj 2024-10-08T19:59:38.7691884Z [3857/7385] 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 2024-10-08T19:59:38.7740170Z [3858/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx512f-rsqrt-u48.c.obj 2024-10-08T19:59:38.7843221Z [3859/7385] 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 2024-10-08T19:59:38.7856160Z [3860/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsqrt\gen\f32-vsqrt-avx512f-rsqrt-u32.c.obj 2024-10-08T19:59:38.8137182Z [3861/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vsigmoid\gen\f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u128.c.obj 2024-10-08T19:59:38.8296380Z [3862/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s32-vmul\gen\s32-vmul-avx512f.c.obj 2024-10-08T19:59:38.8675796Z [3863/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx512skx-u16.c.obj 2024-10-08T19:59:38.8726934Z [3864/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vsqr-avx512f.c.obj 2024-10-08T19:59:38.8770103Z [3865/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32-vcvt\gen\f16-f32-vcvt-avx512skx-u32.c.obj 2024-10-08T19:59:38.8818846Z [3866/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vneg-avx512f.c.obj 2024-10-08T19:59:38.8865015Z [3867/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\s32-vmul\gen\s32-vmulc-avx512f.c.obj 2024-10-08T19:59:38.9023341Z [3868/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-avx512skx-c32.c.obj 2024-10-08T19:59:38.9097349Z [3869/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-avx512f-u4.c.obj 2024-10-08T19:59:38.9541425Z [3870/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-vunary\gen\f32-vabs-avx512f.c.obj 2024-10-08T19:59:38.9633193Z [3871/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u48-acc3.c.obj 2024-10-08T19:59:38.9703344Z [3872/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-avx512skx-c16.c.obj 2024-10-08T19:59:38.9717004Z [3873/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-avx512skx-c64.c.obj 2024-10-08T19:59:38.9825977Z [3874/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rdsum\gen\f16-f32acc-rdsum-7p7x-avx512skx-c128.c.obj 2024-10-08T19:59:38.9876209Z [3875/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u16.c.obj 2024-10-08T19:59:38.9890320Z [3876/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-f32acc-rsum\gen\f16-f32acc-rsum-avx512skx-u32-acc2.c.obj 2024-10-08T19:59:39.0109152Z [3877/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x32-packw\gen\x32-packw-x16-gemm-goi-avx512f-u4-prfm.c.obj 2024-10-08T19:59:39.0654426Z [3878/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x16c8-minmax-avx512skx-prfm.c.obj 2024-10-08T19:59:39.0726682Z [3879/7385] 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 2024-10-08T19:59:39.0739029Z [3880/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u64-acc4.c.obj 2024-10-08T19:59:39.0860654Z [3881/7385] 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 2024-10-08T19:59:39.0994908Z [3882/7385] 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 2024-10-08T19:59:39.1055103Z [3883/7385] 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 2024-10-08T19:59:39.1102086Z [3884/7385] 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 2024-10-08T19:59:39.1183271Z [3885/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u16.c.obj 2024-10-08T19:59:39.1570864Z [3886/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u48-acc3.c.obj 2024-10-08T19:59:39.1618998Z [3887/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u48-acc3.c.obj 2024-10-08T19:59:39.1701956Z [3888/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u32-acc2.c.obj 2024-10-08T19:59:39.1747454Z [3889/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmax-avx512skx-u64-acc2.c.obj 2024-10-08T19:59:39.1820714Z [3890/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u32-acc2.c.obj 2024-10-08T19:59:39.1894328Z [3891/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u64-acc2.c.obj 2024-10-08T19:59:39.1997547Z [3892/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rmin-avx512skx-u64-acc4.c.obj 2024-10-08T19:59:39.2117587Z [3893/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u48-acc3.c.obj 2024-10-08T19:59:39.2366718Z [3894/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u64-acc2.c.obj 2024-10-08T19:59:39.2435951Z [3895/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u16.c.obj 2024-10-08T19:59:39.2589434Z [3896/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx512skx-u32.c.obj 2024-10-08T19:59:39.2691106Z [3897/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-rminmax\gen\f16-rminmax-avx512skx-u64-acc4.c.obj 2024-10-08T19:59:39.2733270Z [3898/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-avx512skx-sqrt-u64.c.obj 2024-10-08T19:59:39.2788602Z [3899/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-avx512skx-sqrt-u32.c.obj 2024-10-08T19:59:39.2988345Z [3900/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f16-vsqrt\gen\f16-vsqrt-avx512skx-sqrt-u16.c.obj 2024-10-08T19:59:39.3070852Z [3901/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-f16-vcvt\gen\f32-f16-vcvt-avx512skx-u16.c.obj 2024-10-08T19:59:39.3503624Z [3902/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-2x32-minmax-avx512skx-broadcast.c.obj 2024-10-08T19:59:39.3678136Z [3903/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-3x32-minmax-avx512skx-broadcast.c.obj 2024-10-08T19:59:39.3695944Z [3904/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-5x32-minmax-avx512skx-broadcast.c.obj 2024-10-08T19:59:39.3821330Z [3905/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-1x32-minmax-avx512skx-broadcast.c.obj 2024-10-08T19:59:39.3870351Z [3906/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-6x32-minmax-avx512skx-broadcast.c.obj 2024-10-08T19:59:39.3934929Z [3907/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-4x32-minmax-avx512skx-broadcast.c.obj 2024-10-08T19:59:39.4038489Z [3908/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x16-minmax-avx512skx-broadcast.c.obj 2024-10-08T19:59:39.4549429Z [3909/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x16-minmax-avx512skx-broadcast.c.obj 2024-10-08T19:59:39.4792160Z [3910/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-7x32-minmax-avx512skx-broadcast.c.obj 2024-10-08T19:59:39.4908562Z [3911/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-1x32-minmax-avx512skx-broadcast.c.obj 2024-10-08T19:59:39.4953362Z [3912/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-2x32-minmax-avx512skx-broadcast.c.obj 2024-10-08T19:59:39.4966588Z [3913/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc4w-gemm-8x32-minmax-avx512skx-broadcast.c.obj 2024-10-08T19:59:39.5134977Z [3914/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x16-minmax-avx512skx-broadcast.c.obj 2024-10-08T19:59:39.5202118Z [3915/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x32-minmax-avx512skx-broadcast.c.obj 2024-10-08T19:59:39.5382072Z [3916/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x16-minmax-avx512skx-broadcast.c.obj 2024-10-08T19:59:39.5617913Z [3917/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-3x32-minmax-avx512skx-broadcast.c.obj 2024-10-08T19:59:39.6015982Z [3918/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-4x16-minmax-avx512skx-broadcast.c.obj 2024-10-08T19:59:39.6084701Z [3919/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-5x32-minmax-avx512skx-broadcast.c.obj 2024-10-08T19:59:39.6134498Z [3920/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-7x16-minmax-avx512skx-broadcast.c.obj 2024-10-08T19:59:39.6231346Z [3921/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x32-minmax-avx512skx-broadcast.c.obj 2024-10-08T19:59:39.6321156Z [3922/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-6x16-minmax-avx512skx-broadcast.c.obj 2024-10-08T19:59:39.6366332Z [3923/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-7x32-minmax-avx512skx-broadcast.c.obj 2024-10-08T19:59:39.6528592Z [3924/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-8x16-minmax-avx512skx-broadcast.c.obj 2024-10-08T19:59:39.6995483Z [3925/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u128.c.obj 2024-10-08T19:59:39.7008289Z [3926/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u64.c.obj 2024-10-08T19:59:39.7059444Z [3927/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u32.c.obj 2024-10-08T19:59:39.7070837Z [3928/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qs8-vcvt\gen\f32-qs8-vcvt-avx512skx-u96.c.obj 2024-10-08T19:59:39.7116096Z [3929/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u32.c.obj 2024-10-08T19:59:39.7214753Z [3930/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u64.c.obj 2024-10-08T19:59:39.7229213Z [3931/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qc8w-gemm\gen\f32-qc8w-gemm-8x32-minmax-avx512skx-broadcast.c.obj 2024-10-08T19:59:39.7279405Z [3932/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u128.c.obj 2024-10-08T19:59:39.8216913Z [3933/7385] 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 2024-10-08T19:59:39.8230446Z [3934/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx-madd-prfm.c.obj 2024-10-08T19:59:39.8363562Z [3935/7385] 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 2024-10-08T19:59:39.8416102Z [3936/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\f32-qu8-vcvt\gen\f32-qu8-vcvt-avx512skx-u96.c.obj 2024-10-08T19:59:39.8487388Z [3937/7385] 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 2024-10-08T19:59:39.8535780Z [3938/7385] 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 2024-10-08T19:59:39.8583934Z [3939/7385] 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 2024-10-08T19:59:39.8776066Z [3940/7385] 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 2024-10-08T19:59:39.9462375Z [3941/7385] 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 2024-10-08T19:59:39.9669690Z [3942/7385] 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 2024-10-08T19:59:39.9689361Z [3943/7385] 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 2024-10-08T19:59:39.9775043Z [3944/7385] 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 2024-10-08T19:59:39.9847248Z [3945/7385] 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 2024-10-08T19:59:39.9859651Z [3946/7385] 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 2024-10-08T19:59:39.9952183Z [3947/7385] 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 2024-10-08T19:59:40.0072389Z [3948/7385] 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 2024-10-08T19:59:40.0742283Z [3949/7385] 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 2024-10-08T19:59:40.0969618Z [3950/7385] 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 2024-10-08T19:59:40.1039032Z [3951/7385] 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 2024-10-08T19:59:40.1093663Z [3952/7385] 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 2024-10-08T19:59:40.1230815Z [3953/7385] 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 2024-10-08T19:59:40.1282449Z [3954/7385] 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 2024-10-08T19:59:40.1411228Z [3955/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx-madd-prfm.c.obj 2024-10-08T19:59:40.1557370Z [3956/7385] 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 2024-10-08T19:59:40.2100204Z [3957/7385] 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 2024-10-08T19:59:40.2170507Z [3958/7385] 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 2024-10-08T19:59:40.2345847Z [3959/7385] 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 2024-10-08T19:59:40.2359865Z [3960/7385] 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 2024-10-08T19:59:40.2573799Z [3961/7385] 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 2024-10-08T19:59:40.2619765Z [3962/7385] 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 2024-10-08T19:59:40.2789245Z [3963/7385] 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 2024-10-08T19:59:40.2868609Z [3964/7385] 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 2024-10-08T19:59:40.3359336Z [3965/7385] 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 2024-10-08T19:59:40.3548117Z [3966/7385] 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 2024-10-08T19:59:40.3659669Z [3967/7385] 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 2024-10-08T19:59:40.3843643Z [3968/7385] 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 2024-10-08T19:59:40.3856316Z [3969/7385] 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 2024-10-08T19:59:40.3869537Z [3970/7385] 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 2024-10-08T19:59:40.3987671Z [3971/7385] 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 2024-10-08T19:59:40.4305598Z [3972/7385] 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 2024-10-08T19:59:40.4539102Z [3973/7385] 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 2024-10-08T19:59:40.4749438Z [3974/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-28x16c4-minmax-avx512skx-madd.c.obj 2024-10-08T19:59:40.5088543Z [3975/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x16c8-minmax-avx512skx-prfm.c.obj 2024-10-08T19:59:40.5141170Z [3976/7385] 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 2024-10-08T19:59:40.5189063Z [3977/7385] 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 2024-10-08T19:59:40.5238002Z [3978/7385] 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 2024-10-08T19:59:40.5292344Z [3979/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-28x16c4-minmax-avx512skx-madd-prfm.c.obj 2024-10-08T19:59:40.5414951Z [3980/7385] 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 2024-10-08T19:59:40.5857658Z [3981/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x16c8-minmax-avx512skx-prfm.c.obj 2024-10-08T19:59:40.5984220Z [3982/7385] 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 2024-10-08T19:59:40.6198355Z [3983/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x16c8-minmax-avx512skx-prfm.c.obj 2024-10-08T19:59:40.6443582Z [3984/7385] 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 2024-10-08T19:59:40.6457107Z [3985/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-10-08T19:59:40.6507334Z [3986/7385] 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 2024-10-08T19:59:40.6560137Z [3987/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-10-08T19:59:40.6607313Z [3988/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-10-08T19:59:40.6991144Z [3989/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-10-08T19:59:40.7040454Z [3990/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-10-08T19:59:40.7382741Z [3991/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u32.c.obj 2024-10-08T19:59:40.7428544Z [3992/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.obj 2024-10-08T19:59:40.7580326Z [3993/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.obj 2024-10-08T19:59:40.7746320Z [3994/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-10-08T19:59:40.7758442Z [3995/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u16.c.obj 2024-10-08T19:59:40.7802562Z [3996/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.obj 2024-10-08T19:59:40.7902892Z [3997/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-dwconv\gen\qs8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.obj 2024-10-08T19:59:40.7951787Z [3998/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-3p32c-minmax-fp32-avx512skx-mul32.c.obj 2024-10-08T19:59:40.8286968Z [3999/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u64.c.obj 2024-10-08T19:59:40.8626872Z [4000/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-f32-vcvt\gen\qs8-f32-vcvt-avx512skx-u48.c.obj 2024-10-08T19:59:40.8844784Z [4001/7385] 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 2024-10-08T19:59:40.8913340Z [4002/7385] 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 2024-10-08T19:59:40.8926208Z [4003/7385] 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 2024-10-08T19:59:40.8938482Z [4004/7385] 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 2024-10-08T19:59:40.9084906Z [4005/7385] 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 2024-10-08T19:59:40.9438385Z [4006/7385] 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 2024-10-08T19:59:40.9451647Z [4007/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.obj 2024-10-08T19:59:40.9762054Z [4008/7385] 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 2024-10-08T19:59:40.9970992Z [4009/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-dwconv\gen\qs8-qc8w-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.obj 2024-10-08T19:59:41.0021602Z [4010/7385] 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 2024-10-08T19:59:41.0248101Z [4011/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-10-08T19:59:41.0265357Z [4012/7385] 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 2024-10-08T19:59:41.0360008Z [4013/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512skx.c.obj 2024-10-08T19:59:41.0640002Z [4014/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-10-08T19:59:41.0892172Z [4015/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512skx.c.obj 2024-10-08T19:59:41.0908599Z [4016/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512skx.c.obj 2024-10-08T19:59:41.0994420Z [4017/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c8-minmax-fp32-avx512skx.c.obj 2024-10-08T19:59:41.1292272Z [4018/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512skx.c.obj 2024-10-08T19:59:41.1421839Z [4019/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-10-08T19:59:41.1478215Z [4020/7385] 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 2024-10-08T19:59:41.1491008Z [4021/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-10-08T19:59:41.1809014Z [4022/7385] 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 2024-10-08T19:59:41.2117286Z [4023/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x16c8-minmax-fp32-avx512skx.c.obj 2024-10-08T19:59:41.2168532Z [4024/7385] 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 2024-10-08T19:59:41.2293568Z [4025/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x16c8-minmax-fp32-avx512skx.c.obj 2024-10-08T19:59:41.2344706Z [4026/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u128.c.obj 2024-10-08T19:59:41.2359448Z [4027/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u128-acc2.c.obj 2024-10-08T19:59:41.2373885Z [4028/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-avx512skx-c64.c.obj 2024-10-08T19:59:41.2434640Z [4029/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c8-minmax-fp32-avx512skx.c.obj 2024-10-08T19:59:41.2600879Z [4030/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u64.c.obj 2024-10-08T19:59:41.3084672Z [4031/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rdsum\gen\qs8-rdsum-7p7x-minmax-fp32-avx512skx-c128.c.obj 2024-10-08T19:59:41.3133883Z [4032/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u256-acc4.c.obj 2024-10-08T19:59:41.3145315Z [4033/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u256-acc2.c.obj 2024-10-08T19:59:41.3252084Z [4034/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx512skx-mul32-ld128-u32.c.obj 2024-10-08T19:59:41.3264628Z [4035/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vadd\gen\qs8-vadd-minmax-avx512skx-mul32-ld128-u16.c.obj 2024-10-08T19:59:41.3332406Z [4036/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.obj 2024-10-08T19:59:41.3504646Z [4037/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-vaddc\gen\qs8-vaddc-minmax-avx512skx-mul32-ld128-u32.c.obj 2024-10-08T19:59:41.3636416Z [4038/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512skx-u256.c.obj 2024-10-08T19:59:41.4159396Z [4039/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-10-08T19:59:41.4172446Z [4040/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-10-08T19:59:41.4295588Z [4041/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-10-08T19:59:41.4421145Z [4042/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-10-08T19:59:41.4434683Z [4043/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-10-08T19:59:41.4481470Z [4044/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.obj 2024-10-08T19:59:41.4604890Z [4045/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.obj 2024-10-08T19:59:41.4770340Z [4046/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.obj 2024-10-08T19:59:41.5139402Z [4047/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u16.c.obj 2024-10-08T19:59:41.5226032Z [4048/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.obj 2024-10-08T19:59:41.5273356Z [4049/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u32.c.obj 2024-10-08T19:59:41.5397638Z [4050/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-dwconv\gen\qu8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.obj 2024-10-08T19:59:41.5810467Z [4051/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-5x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-10-08T19:59:41.5823031Z [4052/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u64.c.obj 2024-10-08T19:59:41.5866604Z [4053/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x16c8-minmax-fp32-avx512skx.c.obj 2024-10-08T19:59:41.5955468Z [4054/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-f32-vcvt\gen\qu8-f32-vcvt-avx512skx-u48.c.obj 2024-10-08T19:59:41.6005194Z [4055/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-10-08T19:59:41.6485070Z [4056/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-10-08T19:59:41.6536218Z [4057/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-10-08T19:59:41.6842863Z [4058/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-8x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-10-08T19:59:41.7013752Z [4059/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x16c8-minmax-fp32-avx512skx.c.obj 2024-10-08T19:59:41.7059967Z [4060/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-7x16c8-minmax-fp32-avx512skx.c.obj 2024-10-08T19:59:41.7109905Z [4061/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-8x16c8-minmax-fp32-avx512skx.c.obj 2024-10-08T19:59:41.7546356Z [4062/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-7x16c8-minmax-fp32-avx512skx.c.obj 2024-10-08T19:59:41.7636840Z [4063/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-10-08T19:59:41.7836242Z [4064/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-5x16c8-minmax-fp32-avx512skx.c.obj 2024-10-08T19:59:41.7901635Z [4065/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-8x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-10-08T19:59:41.8074851Z [4066/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-8x16c8-minmax-fp32-avx512skx.c.obj 2024-10-08T19:59:41.8124925Z [4067/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx512skx-mul32-ld128-u32.c.obj 2024-10-08T19:59:41.8165456Z [4068/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-5x16c8-minmax-fp32-avx512skx-prfm.c.obj 2024-10-08T19:59:41.8410858Z [4069/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-5x16c8-minmax-fp32-avx512skx.c.obj 2024-10-08T19:59:41.8422722Z [4070/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vadd\gen\qu8-vadd-minmax-avx512skx-mul32-ld128-u16.c.obj 2024-10-08T19:59:41.8539820Z [4071/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx512skx-mul32-ld128-u32.c.obj 2024-10-08T19:59:41.8923099Z [4072/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u128.c.obj 2024-10-08T19:59:42.0140518Z [4073/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u64.c.obj 2024-10-08T19:59:42.0155659Z [4074/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u128.c.obj 2024-10-08T19:59:42.0168419Z [4075/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.obj 2024-10-08T19:59:42.0182948Z [4076/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u256.c.obj 2024-10-08T19:59:42.0197392Z [4077/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u64.c.obj 2024-10-08T19:59:42.0213556Z [4078/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512skx-vpshufb-u192.c.obj 2024-10-08T19:59:42.0228546Z [4079/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-vaddc\gen\qu8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.obj 2024-10-08T19:59:42.1043540Z [4080/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u256.c.obj 2024-10-08T19:59:42.1150520Z [4081/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\x8-lut\gen\x8-lut-avx512vbmi-vpermx2b-u192.c.obj 2024-10-08T19:59:42.1394719Z [4082/7385] 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 2024-10-08T19:59:42.1442647Z [4083/7385] 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 2024-10-08T19:59:42.1553753Z [4084/7385] 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 2024-10-08T19:59:42.1606558Z [4085/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.obj 2024-10-08T19:59:42.1812494Z [4086/7385] 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 2024-10-08T19:59:42.1826277Z [4087/7385] 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 2024-10-08T19:59:42.2430517Z [4088/7385] 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 2024-10-08T19:59:42.2479233Z [4089/7385] 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 2024-10-08T19:59:42.2547558Z [4090/7385] 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 2024-10-08T19:59:42.2762154Z [4091/7385] 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 2024-10-08T19:59:42.2844153Z [4092/7385] 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 2024-10-08T19:59:42.3089400Z [4093/7385] 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 2024-10-08T19:59:42.3107806Z [4094/7385] 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 2024-10-08T19:59:42.3166651Z [4095/7385] 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 2024-10-08T19:59:42.3609999Z [4096/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512vnni.c.obj 2024-10-08T19:59:42.3801674Z [4097/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-10-08T19:59:42.3847830Z [4098/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-5x16c4-minmax-fp32-avx512vnni.c.obj 2024-10-08T19:59:42.4168918Z [4099/7385] 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 2024-10-08T19:59:42.4419374Z [4100/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x16c4-minmax-fp32-avx512vnni.c.obj 2024-10-08T19:59:42.4556209Z [4101/7385] 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 2024-10-08T19:59:42.4613501Z [4102/7385] 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 2024-10-08T19:59:42.4801805Z [4103/7385] 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 2024-10-08T19:59:42.4945083Z [4104/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.obj 2024-10-08T19:59:42.5075946Z [4105/7385] 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 2024-10-08T19:59:42.5420029Z [4106/7385] 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 2024-10-08T19:59:42.5475264Z [4107/7385] 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 2024-10-08T19:59:42.5536232Z [4108/7385] 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 2024-10-08T19:59:42.5994527Z [4109/7385] 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 2024-10-08T19:59:42.6079990Z [4110/7385] 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 2024-10-08T19:59:42.6218130Z [4111/7385] 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 2024-10-08T19:59:42.6585267Z [4112/7385] 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 2024-10-08T19:59:42.6629123Z [4113/7385] 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 2024-10-08T19:59:42.6821639Z [4114/7385] 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 2024-10-08T19:59:42.6867875Z [4115/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.obj 2024-10-08T19:59:42.7209921Z [4116/7385] 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 2024-10-08T19:59:42.7326460Z [4117/7385] 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 2024-10-08T19:59:42.7379213Z [4118/7385] 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 2024-10-08T19:59:42.7429224Z [4119/7385] 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 2024-10-08T19:59:42.7898765Z [4120/7385] 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 2024-10-08T19:59:42.7958941Z [4121/7385] 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 2024-10-08T19:59:42.8026591Z [4122/7385] 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 2024-10-08T19:59:42.8398575Z [4123/7385] 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 2024-10-08T19:59:42.8448219Z [4124/7385] 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 2024-10-08T19:59:42.8607521Z [4125/7385] 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 2024-10-08T19:59:42.8661193Z [4126/7385] 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 2024-10-08T19:59:42.8771210Z [4127/7385] 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 2024-10-08T19:59:42.9049775Z [4128/7385] 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 2024-10-08T19:59:42.9226200Z [4129/7385] 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 2024-10-08T19:59:42.9334079Z [4130/7385] 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 2024-10-08T19:59:42.9649492Z [4131/7385] 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 2024-10-08T19:59:42.9798123Z [4132/7385] 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 2024-10-08T19:59:42.9902441Z [4133/7385] 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 2024-10-08T19:59:43.0122322Z [4134/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-28x16c4-minmax-avx512vnni-prfm.c.obj 2024-10-08T19:59:43.0179534Z [4135/7385] 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 2024-10-08T19:59:43.0237912Z [4136/7385] 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 2024-10-08T19:59:43.0460827Z [4137/7385] 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 2024-10-08T19:59:43.0739207Z [4138/7385] 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 2024-10-08T19:59:43.0913790Z [4139/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-28x16c4-minmax-avx512vnni.c.obj 2024-10-08T19:59:43.1267424Z [4140/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x16c8-minmax-avx512vnni-prfm.c.obj 2024-10-08T19:59:43.1344219Z [4141/7385] 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 2024-10-08T19:59:43.1460662Z [4142/7385] 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 2024-10-08T19:59:43.1475360Z [4143/7385] 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 2024-10-08T19:59:43.1661407Z [4144/7385] 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 2024-10-08T19:59:43.1762163Z [4145/7385] 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 2024-10-08T19:59:43.1905198Z [4146/7385] 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 2024-10-08T19:59:43.2147520Z [4147/7385] 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 2024-10-08T19:59:43.2599942Z [4148/7385] 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 2024-10-08T19:59:43.2667021Z [4149/7385] 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 2024-10-08T19:59:43.2869926Z [4150/7385] 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 2024-10-08T19:59:43.2884038Z [4151/7385] 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 2024-10-08T19:59:43.3055379Z [4152/7385] 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 2024-10-08T19:59:43.3451497Z [4153/7385] 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 2024-10-08T19:59:43.3527379Z [4154/7385] 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 2024-10-08T19:59:43.3883790Z [4155/7385] 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 2024-10-08T19:59:43.3939442Z [4156/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-10x16c8-minmax-avx512vnni-prfm.c.obj 2024-10-08T19:59:43.3996329Z [4157/7385] 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 2024-10-08T19:59:43.4116021Z [4158/7385] 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 2024-10-08T19:59:43.4192735Z [4159/7385] 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 2024-10-08T19:59:43.4426242Z [4160/7385] 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 2024-10-08T19:59:43.4617027Z [4161/7385] 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 2024-10-08T19:59:43.5279335Z [4162/7385] 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 2024-10-08T19:59:43.5293492Z [4163/7385] 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 2024-10-08T19:59:43.5341243Z [4164/7385] 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 2024-10-08T19:59:43.5490386Z [4165/7385] 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 2024-10-08T19:59:43.5578720Z [4166/7385] 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 2024-10-08T19:59:43.5907262Z [4167/7385] 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 2024-10-08T19:59:43.6091789Z [4168/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-28x16c4-minmax-avx512vnni.c.obj 2024-10-08T19:59:44.7758241Z [4169/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-28x16c4-minmax-avx512vnni-prfm.c.obj 2024-10-08T19:59:44.7985379Z [4170/7385] 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 2024-10-08T19:59:44.8225765Z [4171/7385] 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 2024-10-08T19:59:44.8382771Z [4172/7385] 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 2024-10-08T19:59:44.8826709Z [4173/7385] 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 2024-10-08T19:59:44.9021353Z [4174/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.obj 2024-10-08T19:59:44.9172629Z [4175/7385] 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 2024-10-08T19:59:44.9333666Z [4176/7385] 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 2024-10-08T19:59:44.9413104Z [4177/7385] 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 2024-10-08T19:59:44.9541879Z [4178/7385] 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 2024-10-08T19:59:44.9634880Z [4179/7385] 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 2024-10-08T19:59:44.9651194Z [4180/7385] 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 2024-10-08T19:59:45.0096332Z [4181/7385] 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 2024-10-08T19:59:45.0274584Z [4182/7385] 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 2024-10-08T19:59:45.0722480Z [4183/7385] 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 2024-10-08T19:59:45.0809412Z [4184/7385] 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 2024-10-08T19:59:45.0858254Z [4185/7385] 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 2024-10-08T19:59:45.0910883Z [4186/7385] 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 2024-10-08T19:59:45.1001644Z [4187/7385] 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 2024-10-08T19:59:45.1424793Z [4188/7385] 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 2024-10-08T19:59:45.1551782Z [4189/7385] 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 2024-10-08T19:59:45.1966991Z [4190/7385] 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 2024-10-08T19:59:45.2019927Z [4191/7385] 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 2024-10-08T19:59:45.2032864Z [4192/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-10x16c8-minmax-avx512vnni-prfm.c.obj 2024-10-08T19:59:45.2146314Z [4193/7385] 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 2024-10-08T19:59:45.2161450Z [4194/7385] 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 2024-10-08T19:59:45.2558855Z [4195/7385] 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 2024-10-08T19:59:45.2793922Z [4196/7385] 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 2024-10-08T19:59:45.3220880Z [4197/7385] 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 2024-10-08T19:59:45.3357588Z [4198/7385] 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 2024-10-08T19:59:45.3372747Z [4199/7385] 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 2024-10-08T19:59:45.3659518Z [4200/7385] 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 2024-10-08T19:59:45.3736117Z [4201/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-28x16c4-minmax-avx512vnni.c.obj 2024-10-08T19:59:45.3798366Z [4202/7385] 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 2024-10-08T19:59:45.4134963Z [4203/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-28x16c4-minmax-avx512vnni-prfm.c.obj 2024-10-08T19:59:45.4508053Z [4204/7385] 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 2024-10-08T19:59:45.4633248Z [4205/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512vnni.c.obj 2024-10-08T19:59:45.4748763Z [4206/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x16c4-minmax-fp32-avx512vnni.c.obj 2024-10-08T19:59:45.4846307Z [4207/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512vnni-prfm.c.obj 2024-10-08T19:59:45.4859889Z [4208/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512vnni.c.obj 2024-10-08T19:59:45.5087522Z [4209/7385] 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 2024-10-08T19:59:45.5187309Z [4210/7385] 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 2024-10-08T19:59:45.5200996Z [4211/7385] 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 2024-10-08T19:59:45.5765832Z [4212/7385] 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 2024-10-08T19:59:45.5901672Z [4213/7385] 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 2024-10-08T19:59:45.5982890Z [4214/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-9x16c4-minmax-fp32-avx512vnni.c.obj 2024-10-08T19:59:45.5996702Z [4215/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512vnni.c.obj 2024-10-08T19:59:45.6142858Z [4216/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-8x16c4-minmax-fp32-avx512vnni.c.obj 2024-10-08T19:59:45.6445601Z [4217/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-10x16c4-minmax-fp32-avx512vnni.c.obj 2024-10-08T19:59:45.6465863Z [4218/7385] 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 2024-10-08T19:59:45.6519064Z [4219/7385] 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 2024-10-08T19:59:45.7052890Z [4220/7385] 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 2024-10-08T19:59:45.7147519Z [4221/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-9x16c8-minmax-fp32-avx512vnni.c.obj 2024-10-08T19:59:45.7429938Z [4222/7385] 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 2024-10-08T19:59:45.7507295Z [4223/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-12x16c4-minmax-fp32-avx512vnni.c.obj 2024-10-08T19:59:45.7518955Z [4224/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-10x16c8-minmax-fp32-avx512vnni.c.obj 2024-10-08T19:59:45.7762667Z [4225/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-12x16c8-minmax-fp32-avx512vnni.c.obj 2024-10-08T19:59:45.7818852Z [4226/7385] 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 2024-10-08T19:59:45.8073056Z [4227/7385] 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 2024-10-08T19:59:45.8239544Z [4228/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-14x16c8-minmax-fp32-avx512vnni.c.obj 2024-10-08T19:59:45.8434903Z [4229/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-28x16c4-minmax-fp32-avx512vnni-prfm.c.obj 2024-10-08T19:59:45.8845388Z [4230/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-14x16c4-minmax-fp32-avx512vnni.c.obj 2024-10-08T19:59:45.8948078Z [4231/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-28x16c4-minmax-fp32-avx512vnni.c.obj 2024-10-08T19:59:45.8965224Z [4232/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c4-minmax-avx512vnni-prfm.c.obj 2024-10-08T19:59:45.9180757Z [4233/7385] 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 2024-10-08T19:59:45.9299457Z [4234/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c4-minmax-avx512vnni.c.obj 2024-10-08T19:59:45.9666558Z [4235/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.obj 2024-10-08T19:59:45.9729642Z [4236/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x16c4-minmax-avx512vnni-prfm.c.obj 2024-10-08T19:59:46.0011574Z [4237/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x16c8-minmax-avx512vnni-prfm.c.obj 2024-10-08T19:59:46.0076794Z [4238/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x16c8-minmax-avx512vnni.c.obj 2024-10-08T19:59:46.0094030Z [4239/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x16c4-minmax-avx512vnni.c.obj 2024-10-08T19:59:46.0202885Z [4240/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c4-minmax-avx512vnni-prfm.c.obj 2024-10-08T19:59:46.0332623Z [4241/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x16c8-minmax-avx512vnni.c.obj 2024-10-08T19:59:46.0959360Z [4242/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x16c4-minmax-avx512vnni-prfm.c.obj 2024-10-08T19:59:46.0973907Z [4243/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c8-minmax-avx512vnni.c.obj 2024-10-08T19:59:46.1287439Z [4244/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-9x16c4-minmax-avx512vnni.c.obj 2024-10-08T19:59:46.1337860Z [4245/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c4-minmax-avx512vnni.c.obj 2024-10-08T19:59:46.1350315Z [4246/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x16c8-minmax-avx512vnni-prfm.c.obj 2024-10-08T19:59:46.1400055Z [4247/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x16c8-minmax-avx512vnni-prfm.c.obj 2024-10-08T19:59:46.1529304Z [4248/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x16c8-minmax-avx512vnni.c.obj 2024-10-08T19:59:46.1585640Z [4249/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x16c4-minmax-avx512vnni.c.obj 2024-10-08T19:59:46.2183665Z [4250/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-9x16c8-minmax-avx512vnni-prfm.c.obj 2024-10-08T19:59:46.2510047Z [4251/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-9x16c4-minmax-avx512vnni-prfm.c.obj 2024-10-08T19:59:46.2676201Z [4252/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-10x16c8-minmax-avx512vnni-prfm.c.obj 2024-10-08T19:59:46.2722888Z [4253/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-10x16c4-minmax-avx512vnni.c.obj 2024-10-08T19:59:46.2770267Z [4254/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-10x16c4-minmax-avx512vnni-prfm.c.obj 2024-10-08T19:59:46.2818388Z [4255/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-10x16c8-minmax-avx512vnni.c.obj 2024-10-08T19:59:46.2874955Z [4256/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-9x16c8-minmax-avx512vnni.c.obj 2024-10-08T19:59:46.3110839Z [4257/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-12x16c4-minmax-avx512vnni-prfm.c.obj 2024-10-08T19:59:46.3336935Z [4258/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-14x16c4-minmax-avx512vnni-prfm.c.obj 2024-10-08T19:59:46.3693870Z [4259/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-14x16c4-minmax-avx512vnni.c.obj 2024-10-08T19:59:46.3947221Z [4260/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-12x16c8-minmax-avx512vnni-prfm.c.obj 2024-10-08T19:59:46.3987883Z [4261/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u64.c.obj 2024-10-08T19:59:46.4037493Z [4262/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-12x16c8-minmax-avx512vnni.c.obj 2024-10-08T19:59:46.4228400Z [4263/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-14x16c8-minmax-avx512vnni-prfm.c.obj 2024-10-08T19:59:46.4375681Z [4264/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u128-acc2.c.obj 2024-10-08T19:59:46.4451084Z [4265/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-12x16c4-minmax-avx512vnni.c.obj 2024-10-08T19:59:46.4528131Z [4266/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-28x16c4-minmax-avx512vnni-prfm.c.obj 2024-10-08T19:59:46.4827014Z [4267/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u256.c.obj 2024-10-08T19:59:46.4889258Z [4268/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-28x16c4-minmax-avx512vnni.c.obj 2024-10-08T19:59:46.5008534Z [4269/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u128.c.obj 2024-10-08T19:59:46.5025767Z [4270/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u256-acc2.c.obj 2024-10-08T19:59:46.5091253Z [4271/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-14x16c8-minmax-avx512vnni.c.obj 2024-10-08T19:59:46.5621962Z [4272/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx512vnni-u256-acc4.c.obj 2024-10-08T19:59:46.5933566Z [4273/7385] 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 2024-10-08T19:59:46.5950179Z [4274/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx256skx-madd-prfm.c.obj 2024-10-08T19:59:46.6073952Z [4275/7385] 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 2024-10-08T19:59:46.6258012Z [4276/7385] 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 2024-10-08T19:59:46.6305799Z [4277/7385] 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 2024-10-08T19:59:46.6517870Z [4278/7385] 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 2024-10-08T19:59:46.6794916Z [4279/7385] 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 2024-10-08T19:59:46.6929645Z [4280/7385] 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 2024-10-08T19:59:46.7146851Z [4281/7385] 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 2024-10-08T19:59:46.7447398Z [4282/7385] 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 2024-10-08T19:59:46.7464342Z [4283/7385] 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 2024-10-08T19:59:46.7518825Z [4284/7385] 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 2024-10-08T19:59:46.7578657Z [4285/7385] 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 2024-10-08T19:59:46.7933915Z [4286/7385] 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 2024-10-08T19:59:46.8310804Z [4287/7385] 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 2024-10-08T19:59:46.8391225Z [4288/7385] 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 2024-10-08T19:59:46.8816489Z [4289/7385] 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 2024-10-08T19:59:46.8889945Z [4290/7385] 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 2024-10-08T19:59:46.9009532Z [4291/7385] 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 2024-10-08T19:59:46.9169593Z [4292/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx256skx-madd-prfm.c.obj 2024-10-08T19:59:46.9217478Z [4293/7385] 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 2024-10-08T19:59:46.9406165Z [4294/7385] 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 2024-10-08T19:59:46.9453168Z [4295/7385] 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 2024-10-08T19:59:46.9542569Z [4296/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-1x8c8-minmax-avx256skx.c.obj 2024-10-08T19:59:47.0141611Z [4297/7385] 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 2024-10-08T19:59:47.0158281Z [4298/7385] 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 2024-10-08T19:59:47.0455705Z [4299/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-1x8c8-minmax-avx256skx.c.obj 2024-10-08T19:59:47.0468717Z [4300/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-5x8c8-minmax-avx256skx.c.obj 2024-10-08T19:59:47.0519019Z [4301/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-5x8c8-minmax-avx256skx.c.obj 2024-10-08T19:59:47.0531191Z [4302/7385] 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 2024-10-08T19:59:47.0758039Z [4303/7385] 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 2024-10-08T19:59:47.0773949Z [4304/7385] 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 2024-10-08T19:59:47.1395044Z [4305/7385] 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 2024-10-08T19:59:47.1457537Z [4306/7385] 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 2024-10-08T19:59:47.1753056Z [4307/7385] 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 2024-10-08T19:59:47.1965243Z [4308/7385] 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 2024-10-08T19:59:47.2022128Z [4309/7385] 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 2024-10-08T19:59:47.2225018Z [4310/7385] 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 2024-10-08T19:59:47.2550429Z [4311/7385] 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 2024-10-08T19:59:47.2603446Z [4312/7385] 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 2024-10-08T19:59:47.2654213Z [4313/7385] 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 2024-10-08T19:59:47.2876946Z [4314/7385] 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 2024-10-08T19:59:47.3149335Z [4315/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-8x8c8-minmax-avx256skx-madd-prfm.c.obj 2024-10-08T19:59:47.3237123Z [4316/7385] 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 2024-10-08T19:59:47.3348863Z [4317/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x8c8-minmax-avx256skx-madd-prfm.c.obj 2024-10-08T19:59:47.3418663Z [4318/7385] 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 2024-10-08T19:59:47.3786028Z [4319/7385] 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 2024-10-08T19:59:47.3837852Z [4320/7385] 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 2024-10-08T19:59:47.4055920Z [4321/7385] 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 2024-10-08T19:59:47.4183314Z [4322/7385] 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 2024-10-08T19:59:47.4649424Z [4323/7385] 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 2024-10-08T19:59:47.4985052Z [4324/7385] 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 2024-10-08T19:59:47.5001519Z [4325/7385] 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 2024-10-08T19:59:47.5053840Z [4326/7385] 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 2024-10-08T19:59:47.5102173Z [4327/7385] 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 2024-10-08T19:59:47.5243761Z [4328/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-1x8c8-minmax-avx256skx.c.obj 2024-10-08T19:59:47.5379435Z [4329/7385] 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 2024-10-08T19:59:47.5429684Z [4330/7385] 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 2024-10-08T19:59:47.5769948Z [4331/7385] 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 2024-10-08T19:59:47.6058128Z [4332/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-1x8c8-minmax-avx256skx.c.obj 2024-10-08T19:59:47.6354371Z [4333/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x8c8-minmax-fp32-avx256skx.c.obj 2024-10-08T19:59:47.6414663Z [4334/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-igemm\gen\qd8-f32-qc8w-igemm-8x8c8-minmax-avx256skx.c.obj 2024-10-08T19:59:47.6467209Z [4335/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc8w-gemm\gen\qd8-f32-qc8w-gemm-8x8c8-minmax-avx256skx.c.obj 2024-10-08T19:59:47.6692864Z [4336/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-2x8c8-minmax-fp32-avx256skx.c.obj 2024-10-08T19:59:47.6863760Z [4337/7385] 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 2024-10-08T19:59:47.7088526Z [4338/7385] 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 2024-10-08T19:59:47.7337903Z [4339/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x8c8-minmax-fp32-avx256skx.c.obj 2024-10-08T19:59:47.7499266Z [4340/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-3x8c8-minmax-fp32-avx256skx.c.obj 2024-10-08T19:59:47.7639930Z [4341/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-3x8c8-minmax-fp32-avx256skx.c.obj 2024-10-08T19:59:47.7749068Z [4342/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-2x8c8-minmax-fp32-avx256skx.c.obj 2024-10-08T19:59:47.7802624Z [4343/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-4x8c8-minmax-fp32-avx256skx.c.obj 2024-10-08T19:59:47.7859115Z [4344/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u64.c.obj 2024-10-08T19:59:47.7876627Z [4345/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-4x8c8-minmax-fp32-avx256skx.c.obj 2024-10-08T19:59:47.8281444Z [4346/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u32.c.obj 2024-10-08T19:59:47.8417953Z [4347/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u128.c.obj 2024-10-08T19:59:47.8431673Z [4348/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u128-acc2.c.obj 2024-10-08T19:59:47.8602245Z [4349/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u64-acc2.c.obj 2024-10-08T19:59:47.8877727Z [4350/7385] 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 2024-10-08T19:59:47.8999645Z [4351/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-igemm\gen\qu8-igemm-1x8c8-minmax-fp32-avx256skx.c.obj 2024-10-08T19:59:47.9278963Z [4352/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qu8-gemm\gen\qu8-gemm-1x8c8-minmax-fp32-avx256skx.c.obj 2024-10-08T19:59:47.9355971Z [4353/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256skx-u128-acc4.c.obj 2024-10-08T19:59:47.9421187Z [4354/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-1x8c8-minmax-avx256vnni.c.obj 2024-10-08T19:59:47.9560474Z [4355/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc4w-gemm\gen\qd8-f16-qc4w-gemm-8x8c8-minmax-avx256vnni.c.obj 2024-10-08T19:59:47.9751409Z [4356/7385] 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 2024-10-08T19:59:47.9769113Z [4357/7385] 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 2024-10-08T19:59:48.0129931Z [4358/7385] 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 2024-10-08T19:59:48.0146799Z [4359/7385] 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 2024-10-08T19:59:48.0585982Z [4360/7385] 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 2024-10-08T19:59:48.0695587Z [4361/7385] 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 2024-10-08T19:59:48.0749003Z [4362/7385] 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 2024-10-08T19:59:48.0894285Z [4363/7385] 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 2024-10-08T19:59:48.1085690Z [4364/7385] 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 2024-10-08T19:59:48.1100545Z [4365/7385] 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 2024-10-08T19:59:48.1248940Z [4366/7385] 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 2024-10-08T19:59:48.1964112Z [4367/7385] 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 2024-10-08T19:59:48.2013890Z [4368/7385] 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 2024-10-08T19:59:48.2158536Z [4369/7385] 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 2024-10-08T19:59:48.2422987Z [4370/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-8x8c8-minmax-avx256vnni.c.obj 2024-10-08T19:59:48.2545851Z [4371/7385] 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 2024-10-08T19:59:48.2608904Z [4372/7385] 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 2024-10-08T19:59:48.2626580Z [4373/7385] 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 2024-10-08T19:59:48.3096207Z [4374/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-gemm\gen\qd8-f16-qc8w-gemm-1x8c8-minmax-avx256vnni.c.obj 2024-10-08T19:59:48.3218939Z [4375/7385] 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 2024-10-08T19:59:48.3407908Z [4376/7385] 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 2024-10-08T19:59:48.3463109Z [4377/7385] 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 2024-10-08T19:59:48.3743962Z [4378/7385] 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 2024-10-08T19:59:48.3758553Z [4379/7385] 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 2024-10-08T19:59:48.3807956Z [4380/7385] 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 2024-10-08T19:59:48.4030191Z [4381/7385] 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 2024-10-08T19:59:48.4446705Z [4382/7385] 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 2024-10-08T19:59:48.4622235Z [4383/7385] 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 2024-10-08T19:59:48.4780731Z [4384/7385] 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 2024-10-08T19:59:48.4795598Z [4385/7385] 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 2024-10-08T19:59:48.4973205Z [4386/7385] 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 2024-10-08T19:59:48.5070970Z [4387/7385] 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 2024-10-08T19:59:48.5166107Z [4388/7385] 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 2024-10-08T19:59:48.5762366Z [4389/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-1x8c8-minmax-avx256vnni.c.obj 2024-10-08T19:59:48.5964862Z [4390/7385] 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 2024-10-08T19:59:48.6017566Z [4391/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f16-qc8w-igemm\gen\qd8-f16-qc8w-igemm-8x8c8-minmax-avx256vnni.c.obj 2024-10-08T19:59:48.6074356Z [4392/7385] 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 2024-10-08T19:59:48.6142901Z [4393/7385] 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 2024-10-08T19:59:48.6211397Z [4394/7385] 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 2024-10-08T19:59:48.6377204Z [4395/7385] 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 2024-10-08T19:59:48.6395448Z [4396/7385] 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 2024-10-08T19:59:48.7383616Z [4397/7385] 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 2024-10-08T19:59:48.7471880Z [4398/7385] 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 2024-10-08T19:59:48.7615390Z [4399/7385] 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 2024-10-08T19:59:48.7666954Z [4400/7385] 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 2024-10-08T19:59:48.7680811Z [4401/7385] 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 2024-10-08T19:59:48.7775470Z [4402/7385] 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 2024-10-08T19:59:48.7992662Z [4403/7385] 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 2024-10-08T19:59:48.8096471Z [4404/7385] 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 2024-10-08T19:59:48.8658865Z [4405/7385] 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 2024-10-08T19:59:48.8923884Z [4406/7385] 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 2024-10-08T19:59:48.8993707Z [4407/7385] 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 2024-10-08T19:59:48.9049765Z [4408/7385] 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 2024-10-08T19:59:48.9103740Z [4409/7385] 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 2024-10-08T19:59:48.9248518Z [4410/7385] 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 2024-10-08T19:59:48.9611181Z [4411/7385] 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 2024-10-08T19:59:48.9753906Z [4412/7385] 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 2024-10-08T19:59:48.9878516Z [4413/7385] 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 2024-10-08T19:59:49.0194294Z [4414/7385] 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 2024-10-08T19:59:49.0483260Z [4415/7385] 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 2024-10-08T19:59:49.0542889Z [4416/7385] 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 2024-10-08T19:59:49.0556658Z [4417/7385] 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 2024-10-08T19:59:49.0856897Z [4418/7385] 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 2024-10-08T19:59:49.1011881Z [4419/7385] 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 2024-10-08T19:59:49.1234610Z [4420/7385] 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 2024-10-08T19:59:49.1319466Z [4421/7385] 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 2024-10-08T19:59:49.1372141Z [4422/7385] 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 2024-10-08T19:59:49.1672832Z [4423/7385] 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 2024-10-08T19:59:49.1732401Z [4424/7385] 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 2024-10-08T19:59:49.1818553Z [4425/7385] 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 2024-10-08T19:59:49.1981010Z [4426/7385] 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 2024-10-08T19:59:49.2124287Z [4427/7385] 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 2024-10-08T19:59:49.2479258Z [4428/7385] 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 2024-10-08T19:59:49.2542594Z [4429/7385] 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 2024-10-08T19:59:49.2724610Z [4430/7385] 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 2024-10-08T19:59:49.2959100Z [4431/7385] 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 2024-10-08T19:59:49.3013764Z [4432/7385] 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 2024-10-08T19:59:49.3076699Z [4433/7385] 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 2024-10-08T19:59:49.3388089Z [4434/7385] 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 2024-10-08T19:59:49.3572897Z [4435/7385] 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 2024-10-08T19:59:49.3647385Z [4436/7385] 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 2024-10-08T19:59:49.4033336Z [4437/7385] 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 2024-10-08T19:59:49.4106897Z [4438/7385] 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 2024-10-08T19:59:49.4155547Z [4439/7385] 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 2024-10-08T19:59:49.4233488Z [4440/7385] 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 2024-10-08T19:59:49.4286545Z [4441/7385] 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 2024-10-08T19:59:49.4618795Z [4442/7385] 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 2024-10-08T19:59:49.5016324Z [4443/7385] 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 2024-10-08T19:59:49.5076526Z [4444/7385] 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 2024-10-08T19:59:49.5242462Z [4445/7385] 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 2024-10-08T19:59:49.5385183Z [4446/7385] 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 2024-10-08T19:59:49.5508126Z [4447/7385] 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 2024-10-08T19:59:49.5666580Z [4448/7385] 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 2024-10-08T19:59:49.5721427Z [4449/7385] 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 2024-10-08T19:59:49.6088489Z [4450/7385] 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 2024-10-08T19:59:49.6148698Z [4451/7385] 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 2024-10-08T19:59:49.6265945Z [4452/7385] 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 2024-10-08T19:59:49.6602197Z [4453/7385] 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 2024-10-08T19:59:49.6660867Z [4454/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-1x8c8-minmax-fp32-avx256vnni.c.obj 2024-10-08T19:59:49.6883895Z [4455/7385] 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 2024-10-08T19:59:49.6984922Z [4456/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-5x8c8-minmax-fp32-avx256vnni.c.obj 2024-10-08T19:59:49.7290745Z [4457/7385] 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 2024-10-08T19:59:49.7348665Z [4458/7385] 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 2024-10-08T19:59:49.7623028Z [4459/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-9x8c8-minmax-fp32-avx256vnni.c.obj 2024-10-08T19:59:49.7727824Z [4460/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-7x8c8-minmax-fp32-avx256vnni.c.obj 2024-10-08T19:59:49.7789772Z [4461/7385] 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 2024-10-08T19:59:49.8144044Z [4462/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-8x8c8-minmax-fp32-avx256vnni.c.obj 2024-10-08T19:59:49.8206000Z [4463/7385] 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 2024-10-08T19:59:49.8324038Z [4464/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-12x8c8-minmax-fp32-avx256vnni.c.obj 2024-10-08T19:59:49.8486525Z [4465/7385] 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 2024-10-08T19:59:49.8541671Z [4466/7385] 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 2024-10-08T19:59:49.8800249Z [4467/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-10x8c8-minmax-fp32-avx256vnni.c.obj 2024-10-08T19:59:49.8998917Z [4468/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-gemm\gen\qs8-qc8w-gemm-14x8c8-minmax-fp32-avx256vnni.c.obj 2024-10-08T19:59:49.9191811Z [4469/7385] 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 2024-10-08T19:59:49.9392645Z [4470/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-5x8c8-minmax-fp32-avx256vnni.c.obj 2024-10-08T19:59:49.9566351Z [4471/7385] 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 2024-10-08T19:59:49.9663130Z [4472/7385] 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 2024-10-08T19:59:49.9713463Z [4473/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-1x8c8-minmax-fp32-avx256vnni.c.obj 2024-10-08T19:59:50.0173375Z [4474/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-7x8c8-minmax-fp32-avx256vnni.c.obj 2024-10-08T19:59:50.0279868Z [4475/7385] 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 2024-10-08T19:59:50.0295209Z [4476/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-9x8c8-minmax-fp32-avx256vnni.c.obj 2024-10-08T19:59:50.0351055Z [4477/7385] 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 2024-10-08T19:59:50.0642693Z [4478/7385] 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 2024-10-08T19:59:50.0812739Z [4479/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-8x8c8-minmax-fp32-avx256vnni.c.obj 2024-10-08T19:59:50.1075564Z [4480/7385] 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 2024-10-08T19:59:50.1186722Z [4481/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u32.c.obj 2024-10-08T19:59:50.1405674Z [4482/7385] 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 2024-10-08T19:59:50.1569641Z [4483/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-14x8c8-minmax-fp32-avx256vnni.c.obj 2024-10-08T19:59:50.1618113Z [4484/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-10x8c8-minmax-fp32-avx256vnni.c.obj 2024-10-08T19:59:50.1713801Z [4485/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-qc8w-igemm\gen\qs8-qc8w-igemm-12x8c8-minmax-fp32-avx256vnni.c.obj 2024-10-08T19:59:50.2050401Z [4486/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u128-acc4.c.obj 2024-10-08T19:59:50.2100549Z [4487/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u64-acc2.c.obj 2024-10-08T19:59:50.2203504Z [4488/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u128.c.obj 2024-10-08T19:59:50.2253356Z [4489/7385] 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 2024-10-08T19:59:50.2374455Z [4490/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u128-acc2.c.obj 2024-10-08T19:59:50.2392386Z [4491/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qs8-rsum\gen\qs8-rsum-avx256vnni-u64.c.obj 2024-10-08T19:59:50.2742822Z [4492/7385] 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 2024-10-08T19:59:50.3107883Z [4493/7385] 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 2024-10-08T19:59:50.3203067Z [4494/7385] 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 2024-10-08T19:59:50.3332149Z [4495/7385] 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 2024-10-08T19:59:50.3407434Z [4496/7385] 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 2024-10-08T19:59:50.3693922Z [4497/7385] 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 2024-10-08T19:59:50.3748101Z [4498/7385] 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 2024-10-08T19:59:50.3799748Z [4499/7385] 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 2024-10-08T19:59:50.3882485Z [4500/7385] 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 2024-10-08T19:59:50.4323365Z [4501/7385] 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 2024-10-08T19:59:50.4431490Z [4502/7385] 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 2024-10-08T19:59:50.4539555Z [4503/7385] 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 2024-10-08T19:59:50.4612150Z [4504/7385] 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 2024-10-08T19:59:50.5015588Z [4505/7385] 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 2024-10-08T19:59:50.5124042Z [4506/7385] 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 2024-10-08T19:59:50.5371008Z [4507/7385] 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 2024-10-08T19:59:50.5533672Z [4508/7385] 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 2024-10-08T19:59:50.5649477Z [4509/7385] 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 2024-10-08T19:59:50.5669734Z [4510/7385] 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 2024-10-08T19:59:50.5725647Z [4511/7385] 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 2024-10-08T19:59:50.5784975Z [4512/7385] 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 2024-10-08T19:59:50.6195571Z [4513/7385] 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 2024-10-08T19:59:50.6299442Z [4514/7385] 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 2024-10-08T19:59:50.6519267Z [4515/7385] 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 2024-10-08T19:59:50.6711150Z [4516/7385] 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 2024-10-08T19:59:50.7045866Z [4517/7385] 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 2024-10-08T19:59:50.7165915Z [4518/7385] 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 2024-10-08T19:59:50.7304220Z [4519/7385] 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 2024-10-08T19:59:50.7667078Z [4520/7385] 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 2024-10-08T19:59:50.7679811Z [4521/7385] 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 2024-10-08T19:59:50.7925122Z [4522/7385] 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 2024-10-08T19:59:50.7982327Z [4523/7385] 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 2024-10-08T19:59:50.7998678Z [4524/7385] 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 2024-10-08T19:59:50.8624194Z [4525/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-64.c.obj 2024-10-08T19:59:50.8896238Z [4526/7385] 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 2024-10-08T19:59:50.8960415Z [4527/7385] 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 2024-10-08T19:59:50.9096167Z [4528/7385] 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 2024-10-08T19:59:50.9145755Z [4529/7385] 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 2024-10-08T19:59:50.9168363Z [4530/7385] 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 2024-10-08T19:59:50.9226885Z [4531/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-1x16c8-minmax-avx512vnnigfni-prfm.c.obj 2024-10-08T19:59:50.9240624Z [4532/7385] 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 2024-10-08T19:59:50.9488810Z [4533/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\vlog.c.obj 2024-10-08T19:59:50.9732662Z [4534/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-2048.c.obj 2024-10-08T19:59:51.0500326Z [4535/7385] 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 2024-10-08T19:59:51.0548827Z [4536/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qb4w-gemm\gen\qd8-f32-qb4w-gemm-14x16c8-minmax-avx512vnnigfni-prfm.c.obj 2024-10-08T19:59:51.0732438Z [4537/7385] 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 2024-10-08T19:59:51.0831980Z [4538/7385] 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 2024-10-08T19:59:51.0976296Z [4539/7385] 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 2024-10-08T19:59:51.0988454Z [4540/7385] 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 2024-10-08T19:59:51.1503744Z [4541/7385] Building C object confu-deps\XNNPACK\CMakeFiles\indirection.dir\src\indirection.c.obj 2024-10-08T19:59:51.1678671Z [4542/7385] 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 2024-10-08T19:59:51.1695408Z [4543/7385] 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 2024-10-08T19:59:51.1987195Z [4544/7385] 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 2024-10-08T19:59:51.2124048Z [4545/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnnigfni-prfm.c.obj 2024-10-08T19:59:51.2178596Z [4546/7385] Building C object confu-deps\XNNPACK\CMakeFiles\hardware-config.dir\src\configs\hardware-config.c.obj 2024-10-08T19:59:51.2312930Z [4547/7385] 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 2024-10-08T19:59:51.2328777Z [4548/7385] 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 2024-10-08T19:59:51.2669352Z [4549/7385] 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 2024-10-08T19:59:51.2868237Z [4550/7385] 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 2024-10-08T19:59:51.2886215Z [4551/7385] 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 2024-10-08T19:59:51.3235556Z [4552/7385] 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 2024-10-08T19:59:51.3458430Z [4553/7385] 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 2024-10-08T19:59:51.3592235Z [4554/7385] 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 2024-10-08T19:59:51.3656666Z [4555/7385] 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 2024-10-08T19:59:51.3669544Z [4556/7385] 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 2024-10-08T19:59:51.4054731Z [4557/7385] 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 2024-10-08T19:59:51.4149762Z [4558/7385] 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 2024-10-08T19:59:51.4211181Z [4559/7385] 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 2024-10-08T19:59:51.4442636Z [4560/7385] 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 2024-10-08T19:59:51.4610234Z [4561/7385] 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 2024-10-08T19:59:51.4891439Z [4562/7385] 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 2024-10-08T19:59:51.4984674Z [4563/7385] 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 2024-10-08T19:59:51.5169550Z [4564/7385] 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 2024-10-08T19:59:51.5256541Z [4565/7385] 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 2024-10-08T19:59:51.5371486Z [4566/7385] 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 2024-10-08T19:59:51.5583301Z [4567/7385] 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 2024-10-08T19:59:51.5636478Z [4568/7385] 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 2024-10-08T19:59:51.5980850Z [4569/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2minus-k-over-4.c.obj 2024-10-08T19:59:51.6138330Z [4570/7385] 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 2024-10-08T19:59:51.6158348Z [4571/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2-k-over-2048.c.obj 2024-10-08T19:59:51.6205024Z [4572/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2minus-k-over-8.c.obj 2024-10-08T19:59:51.6217797Z [4573/7385] 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 2024-10-08T19:59:51.6554200Z [4574/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2minus-k-over-16.c.obj 2024-10-08T19:59:51.6610950Z [4575/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-28x16c4-minmax-avx512vnnigfni.c.obj 2024-10-08T19:59:51.6717814Z [4576/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-28x16c4-minmax-avx512vnnigfni-prfm.c.obj 2024-10-08T19:59:51.6762986Z [4577/7385] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\allocation-type.c.obj 2024-10-08T19:59:51.6775624Z [4578/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2minus-k-over-2048.c.obj 2024-10-08T19:59:51.6789152Z [4579/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\qd8-f32-qc4w-gemm\gen\qd8-f32-qc4w-gemm-14x16c8-minmax-avx512vnnigfni-prfm.c.obj 2024-10-08T19:59:51.6832208Z [4580/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2minus-k-over-64.c.obj 2024-10-08T19:59:51.7015851Z [4581/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2-k-over-64.c.obj 2024-10-08T19:59:51.7158360Z [4582/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\vlog.c.obj 2024-10-08T19:59:51.7305746Z [4583/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-all.dir\src\tables\exp2minus-k-over-32.c.obj 2024-10-08T19:59:51.7349252Z [4584/7385] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\node-type.c.obj 2024-10-08T19:59:51.7395311Z [4585/7385] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\operator-type.c.obj 2024-10-08T19:59:51.7406945Z [4586/7385] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\microkernel-type.c.obj 2024-10-08T19:59:51.7457997Z [4587/7385] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\enums\datatype-strings.c.obj 2024-10-08T19:59:51.7974201Z [4588/7385] Building C object confu-deps\XNNPACK\CMakeFiles\normalization.dir\src\normalization.c.obj 2024-10-08T19:59:51.7975439Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:51.8391093Z [4589/7385] Building C object confu-deps\XNNPACK\CMakeFiles\allocator.dir\src\allocator.c.obj 2024-10-08T19:59:51.8443145Z [4590/7385] Building C object confu-deps\XNNPACK\CMakeFiles\packing.dir\src\packing.c.obj 2024-10-08T19:59:51.8445564Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\packing.c(1557): warning C4098: 'xnn_pack_qs8_weights_and_biases': 'void' function returning a value 2024-10-08T19:59:51.8447341Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\packing.c(1588): warning C4098: 'xnn_pack_qs4_weights_and_biases': 'void' function returning a value 2024-10-08T19:59:51.8449404Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\packing.c(1619): warning C4098: 'xnn_pack_qu8_weights_and_biases': 'void' function returning a value 2024-10-08T19:59:51.8528607Z [4591/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernel-utils.dir\src\microkernel-utils.c.obj 2024-10-08T19:59:51.8621290Z [4592/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microparams-init.dir\src\microparams-init.c.obj 2024-10-08T19:59:51.9448277Z [4593/7385] Building C object confu-deps\XNNPACK\CMakeFiles\mutex.dir\src\mutex.c.obj 2024-10-08T19:59:51.9449780Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:51.9837300Z [4594/7385] Building C object confu-deps\XNNPACK\CMakeFiles\memory.dir\src\memory.c.obj 2024-10-08T19:59:52.0250470Z [4595/7385] Building C object confu-deps\XNNPACK\CMakeFiles\logging.dir\src\log.c.obj 2024-10-08T19:59:52.0518614Z [4596/7385] Building C object confu-deps\XNNPACK\CMakeFiles\cache.dir\src\cache.c.obj 2024-10-08T19:59:52.0519643Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:52.0970005Z [4597/7385] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\average-pooling-nhwc.c.obj 2024-10-08T19:59:52.0971769Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\average-pooling-nhwc.c(615): warning C4090: 'function': different 'const' qualifiers 2024-10-08T19:59:52.0972971Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:52.1112103Z [4598/7385] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\batch-matrix-multiply-nc.c.obj 2024-10-08T19:59:52.1113213Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:52.1386179Z [4599/7385] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\argmax-pooling-nhwc.c.obj 2024-10-08T19:59:52.1389133Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\argmax-pooling-nhwc.c(252): warning C4090: 'function': different 'const' qualifiers 2024-10-08T19:59:52.1391479Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:52.1852585Z [4600/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\sse.c.obj 2024-10-08T19:59:52.1865167Z [4601/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\ssse3.c.obj 2024-10-08T19:59:52.2105031Z [4602/7385] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operator-delete.c.obj 2024-10-08T19:59:52.2107664Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operator-delete.c(29): warning C4090: 'function': different 'const' qualifiers 2024-10-08T19:59:52.2109842Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:52.2361668Z [4603/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\sse2.c.obj 2024-10-08T19:59:52.2834718Z [4604/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\scalar.c.obj 2024-10-08T19:59:52.3091804Z [4605/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\sse41.c.obj 2024-10-08T19:59:52.3222381Z [4606/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx512vbmi.c.obj 2024-10-08T19:59:52.3280742Z [4607/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx512f.c.obj 2024-10-08T19:59:52.3294316Z [4608/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\f16c.c.obj 2024-10-08T19:59:52.3656435Z [4609/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\fma3.c.obj 2024-10-08T19:59:52.3758260Z [4610/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx.c.obj 2024-10-08T19:59:52.4000023Z [4611/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2-k-over-64.c.obj 2024-10-08T19:59:52.4230656Z [4612/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx2.c.obj 2024-10-08T19:59:52.4299392Z [4613/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx512vnni.c.obj 2024-10-08T19:59:52.4354298Z [4614/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2-k-over-2048.c.obj 2024-10-08T19:59:52.4664726Z [4615/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx512skx.c.obj 2024-10-08T19:59:52.4675774Z [4616/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx256skx.c.obj 2024-10-08T19:59:52.4762175Z [4617/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx256vnni.c.obj 2024-10-08T19:59:52.4774720Z [4618/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx256vnnigfni.c.obj 2024-10-08T19:59:52.4831352Z [4619/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-16.c.obj 2024-10-08T19:59:52.4877733Z [4620/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\amalgam\gen\avx512vnnigfni.c.obj 2024-10-08T19:59:52.4955671Z [4621/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-32.c.obj 2024-10-08T19:59:52.5257852Z [4622/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-4.c.obj 2024-10-08T19:59:52.5530423Z [4623/7385] Building C object confu-deps\XNNPACK\CMakeFiles\microkernels-prod.dir\src\tables\exp2minus-k-over-8.c.obj 2024-10-08T19:59:52.6921630Z [4624/7385] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\channel-shuffle-nc.c.obj 2024-10-08T19:59:52.6922903Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:52.7212745Z [4625/7385] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\deconvolution-nhwc.c.obj 2024-10-08T19:59:52.7214364Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\deconvolution-nhwc.c(1133): warning C4090: 'function': different 'const' qualifiers 2024-10-08T19:59:52.7216280Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\deconvolution-nhwc.c(1421): warning C4090: 'function': different 'const' qualifiers 2024-10-08T19:59:52.7223510Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:52.7303392Z [4626/7385] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\convolution-nhwc.c.obj 2024-10-08T19:59:52.7304941Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\convolution-nhwc.c(2178): warning C4090: 'function': different 'const' qualifiers 2024-10-08T19:59:52.7306151Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:52.7364679Z [4627/7385] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\binary-elementwise-nd.c.obj 2024-10-08T19:59:52.7366551Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:52.7430423Z [4628/7385] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\convolution-nchw.c.obj 2024-10-08T19:59:52.7432378Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:52.7445396Z [4629/7385] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\constant-pad-nd.c.obj 2024-10-08T19:59:52.7447197Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:52.7783549Z [4630/7385] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\dynamic-fully-connected-nc.c.obj 2024-10-08T19:59:52.7784673Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:52.7982974Z [4631/7385] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\fully-connected-nc.c.obj 2024-10-08T19:59:52.7984791Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:52.9351471Z [4632/7385] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\global-average-pooling-nwc.c.obj 2024-10-08T19:59:52.9352543Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:52.9776325Z [4633/7385] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\global-average-pooling-ncw.c.obj 2024-10-08T19:59:52.9777425Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:52.9791838Z [4634/7385] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\max-pooling-nhwc.c.obj 2024-10-08T19:59:52.9793686Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\max-pooling-nhwc.c(492): warning C4090: 'function': different 'const' qualifiers 2024-10-08T19:59:52.9795335Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:52.9855430Z [4635/7385] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\prelu-nc.c.obj 2024-10-08T19:59:52.9856659Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:52.9942695Z [4636/7385] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\lut-elementwise-nc.c.obj 2024-10-08T19:59:52.9943780Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:53.0123266Z [4637/7385] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\slice-nd.c.obj 2024-10-08T19:59:53.0125024Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:53.0196306Z [4638/7385] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\reduce-nd.c.obj 2024-10-08T19:59:53.0197358Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:53.0538130Z [4639/7385] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\resize-bilinear-nchw.c.obj 2024-10-08T19:59:53.0539931Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\resize-bilinear-nchw.c(206): warning C4090: 'function': different 'const' qualifiers 2024-10-08T19:59:53.0541558Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:53.2044569Z [4640/7385] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\resize-bilinear-nhwc.c.obj 2024-10-08T19:59:53.2046698Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\resize-bilinear-nhwc.c(272): warning C4090: 'function': different 'const' qualifiers 2024-10-08T19:59:53.2048908Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:53.2356749Z [4641/7385] Building C object confu-deps\XNNPACK\CMakeFiles\operator-run.dir\src\operator-run.c.obj 2024-10-08T19:59:53.2358235Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operator-run.c(562): warning C4098: 'xnn_compute_dqgemm_bl': 'void' function returning a value 2024-10-08T19:59:53.2360099Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operator-run.c(1545): warning C4090: 'initializing': different 'const' qualifiers 2024-10-08T19:59:53.2422791Z [4642/7385] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\scaled-dot-product-attention-nhtc.c.obj 2024-10-08T19:59:53.2423888Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:53.2494995Z [4643/7385] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\rope-nthc.c.obj 2024-10-08T19:59:53.2495907Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:53.2509147Z [4644/7385] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\softmax-nc.c.obj 2024-10-08T19:59:53.2510260Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:53.2573669Z [4645/7385] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\unpooling-nhwc.c.obj 2024-10-08T19:59:53.2575246Z C:\actions-runner\_work\pytorch\pytorch\third_party\XNNPACK\src\operators\unpooling-nhwc.c(208): warning C4090: 'function': different 'const' qualifiers 2024-10-08T19:59:53.2576440Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:53.2645084Z [4646/7385] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\transpose-nd.c.obj 2024-10-08T19:59:53.2646277Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:53.2947906Z [4647/7385] Building C object confu-deps\XNNPACK\CMakeFiles\operators.dir\src\operators\unary-elementwise-nc.c.obj 2024-10-08T19:59:53.2949243Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:53.4322095Z [4648/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\abs.c.obj 2024-10-08T19:59:53.4323042Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:53.4820726Z [4649/7385] Building C object confu-deps\XNNPACK\CMakeFiles\operator-utils.dir\src\operator-utils.c.obj 2024-10-08T19:59:53.4887764Z [4650/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\average-pooling-2d.c.obj 2024-10-08T19:59:53.4888724Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:53.4952326Z [4651/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph.c.obj 2024-10-08T19:59:53.4953299Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:53.5190934Z [4652/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\add2.c.obj 2024-10-08T19:59:53.5191869Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:53.5299835Z [4653/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\bankers-rounding.c.obj 2024-10-08T19:59:53.5300827Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:53.5352067Z [4654/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\memory-planner.c.obj 2024-10-08T19:59:53.5353099Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:53.5459546Z [4655/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\runtime.c.obj 2024-10-08T19:59:53.5460388Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:53.6580623Z [4656/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\batch-matrix-multiply.c.obj 2024-10-08T19:59:53.6582449Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:53.7195788Z [4657/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\argmax-pooling-2d.c.obj 2024-10-08T19:59:53.7196875Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:53.7345698Z [4658/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\concatenate.c.obj 2024-10-08T19:59:53.7347330Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:53.7446374Z [4659/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\clamp.c.obj 2024-10-08T19:59:53.7447563Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:53.7531166Z [4660/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\convert.c.obj 2024-10-08T19:59:53.7768650Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:53.7769809Z [4661/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\depth-to-space-2d.c.obj 2024-10-08T19:59:53.7770726Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:53.7878457Z [4662/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\convolution-2d.c.obj 2024-10-08T19:59:53.7879645Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:53.8074963Z [4663/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\ceiling.c.obj 2024-10-08T19:59:53.8076180Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:53.8857312Z [4664/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\depthwise-convolution-2d.c.obj 2024-10-08T19:59:53.8859688Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:53.9541479Z [4665/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\copysign.c.obj 2024-10-08T19:59:53.9542474Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:53.9720201Z [4666/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\copy.c.obj 2024-10-08T19:59:53.9721680Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:53.9877980Z [4667/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\deconvolution-2d.c.obj 2024-10-08T19:59:53.9879446Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:54.0053622Z [4668/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\exp.c.obj 2024-10-08T19:59:54.0054689Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:54.0326324Z [4669/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\divide.c.obj 2024-10-08T19:59:54.0327310Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:54.0430472Z [4670/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\even-split.c.obj 2024-10-08T19:59:54.0431395Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:54.0921115Z [4671/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\elu.c.obj 2024-10-08T19:59:54.0922039Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:54.1107339Z [4672/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\floor.c.obj 2024-10-08T19:59:54.1109040Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:54.1868566Z [4673/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\fully-connected.c.obj 2024-10-08T19:59:54.1940523Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:54.1941432Z [4674/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\gelu.c.obj 2024-10-08T19:59:54.1942357Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:54.2202014Z [4675/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\global-average-pooling.c.obj 2024-10-08T19:59:54.2203831Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:54.2781238Z [4676/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\global-sum-pooling.c.obj 2024-10-08T19:59:54.2782285Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:54.2856592Z [4677/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\fully-connected-sparse.c.obj 2024-10-08T19:59:54.2857899Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:54.2995517Z [4678/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\max-pooling-2d.c.obj 2024-10-08T19:59:54.2996549Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:54.3356647Z [4679/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\maximum2.c.obj 2024-10-08T19:59:54.3357791Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:54.3543619Z [4680/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\hardswish.c.obj 2024-10-08T19:59:54.3544818Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:54.4293464Z [4681/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\leaky-relu.c.obj 2024-10-08T19:59:54.4294519Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:54.4447168Z [4682/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\log.c.obj 2024-10-08T19:59:54.4448171Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:54.4666680Z [4683/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\multiply2.c.obj 2024-10-08T19:59:54.4668319Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:54.5139495Z [4684/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\minimum2.c.obj 2024-10-08T19:59:54.5140516Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:54.5300344Z [4685/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\prelu.c.obj 2024-10-08T19:59:54.5301470Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:54.5569585Z [4686/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\negate.c.obj 2024-10-08T19:59:54.5571120Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:54.5894932Z [4687/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\reciprocal-square-root.c.obj 2024-10-08T19:59:54.5896043Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:54.6072085Z [4688/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\scaled-dot-product-attention.c.obj 2024-10-08T19:59:54.6073518Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:54.6529646Z [4689/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\reshape-helpers.c.obj 2024-10-08T19:59:54.6531706Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:54.6603920Z [4690/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\softmax.c.obj 2024-10-08T19:59:54.6604893Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:54.6984701Z [4691/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\sigmoid.c.obj 2024-10-08T19:59:54.6986626Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:54.7551312Z [4692/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\square-root.c.obj 2024-10-08T19:59:54.7552352Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:54.7880802Z [4693/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\space-to-depth-2d.c.obj 2024-10-08T19:59:54.7882510Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:54.7940433Z [4694/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\square.c.obj 2024-10-08T19:59:54.7941802Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:54.8268485Z [4695/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-constant-pad.c.obj 2024-10-08T19:59:54.8269720Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:54.8502548Z [4696/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\squared-difference.c.obj 2024-10-08T19:59:54.8504577Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:54.8831474Z [4697/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-mean.c.obj 2024-10-08T19:59:54.8833106Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:54.8909429Z [4698/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-resize-bilinear-2d.c.obj 2024-10-08T19:59:54.8911520Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:54.9338618Z [4699/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-transpose.c.obj 2024-10-08T19:59:54.9340524Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:54.9874477Z [4700/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-slice.c.obj 2024-10-08T19:59:54.9876218Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:55.0319819Z [4701/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\subtract.c.obj 2024-10-08T19:59:55.0320822Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:55.0527657Z [4702/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\static-reshape.c.obj 2024-10-08T19:59:55.0529360Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:55.0797248Z [4703/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\tanh.c.obj 2024-10-08T19:59:55.0798187Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:55.0868879Z [4704/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\tensor.c.obj 2024-10-08T19:59:55.0870618Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:55.1201959Z [4705/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\unpooling-2d.c.obj 2024-10-08T19:59:55.1203121Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:55.1533519Z [4706/7385] Building C object confu-deps\XNNPACK\CMakeFiles\subgraph.dir\src\subgraph\validation.c.obj 2024-10-08T19:59:55.1534585Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:55.2596773Z [4707/7385] Generating build_identifier.c 2024-10-08T19:59:55.3347244Z [4708/7385] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock_main.dir\src\gmock_main.cc.obj 2024-10-08T19:59:55.4040072Z [4709/7385] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock.dir\src\gmock-all.cc.obj 2024-10-08T19:59:55.4194494Z [4710/7385] Building CXX object third_party\googletest\googletest\CMakeFiles\gtest_main.dir\src\gtest_main.cc.obj 2024-10-08T19:59:55.4275700Z [4711/7385] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock_main.dir\src\gmock-all.cc.obj 2024-10-08T19:59:55.4791494Z [4712/7385] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock.dir\__\googletest\src\gtest-all.cc.obj 2024-10-08T19:59:55.5635627Z [4713/7385] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\experiments-config.c.obj 2024-10-08T19:59:55.5637476Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:55.5894880Z [4714/7385] Building CXX object third_party\googletest\googletest\CMakeFiles\gtest.dir\src\gtest-all.cc.obj 2024-10-08T19:59:55.5978478Z [4715/7385] Building CXX object third_party\googletest\googlemock\CMakeFiles\gmock_main.dir\__\googletest\src\gtest-all.cc.obj 2024-10-08T19:59:55.6049222Z [4716/7385] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\gavgpool-config.c.obj 2024-10-08T19:59:55.6050167Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:55.7098817Z [4717/7385] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\binary-elementwise-config.c.obj 2024-10-08T19:59:55.7099856Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:55.7360864Z [4718/7385] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\cmul-config.c.obj 2024-10-08T19:59:55.7362573Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:55.7652716Z [4719/7385] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\avgpool-config.c.obj 2024-10-08T19:59:55.7653671Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:55.7983774Z [4720/7385] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\argmaxpool-config.c.obj 2024-10-08T19:59:55.7985661Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:55.9330119Z [4721/7385] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\conv-hwc2chw-config.c.obj 2024-10-08T19:59:55.9331875Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:55.9489980Z [4722/7385] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\ibilinear-chw-config.c.obj 2024-10-08T19:59:55.9490989Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:55.9768293Z [4723/7385] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\dwconv-config.c.obj 2024-10-08T19:59:55.9769300Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:55.9874104Z [4724/7385] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\dwconv2d-chw-config.c.obj 2024-10-08T19:59:56.0771403Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:56.0772403Z [4725/7385] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\gavgpool-cw-config.c.obj 2024-10-08T19:59:56.0773527Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:56.0934830Z [4726/7385] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\gemm-config.c.obj 2024-10-08T19:59:56.0935756Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:56.1122389Z [4727/7385] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\ibilinear-config.c.obj 2024-10-08T19:59:56.1123375Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:56.1267046Z [4728/7385] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\prelu-config.c.obj 2024-10-08T19:59:56.1268698Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:56.2708322Z [4729/7385] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\lut32norm-config.c.obj 2024-10-08T19:59:56.2710055Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:56.3032697Z [4730/7385] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\maxpool-config.c.obj 2024-10-08T19:59:56.3033742Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:56.3869018Z [4731/7385] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\raddstoreexpminusmax-config.c.obj 2024-10-08T19:59:56.3870125Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:56.4230864Z [4732/7385] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\reduce-config.c.obj 2024-10-08T19:59:56.4231798Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:56.4276347Z [4733/7385] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\spmm-config.c.obj 2024-10-08T19:59:56.4277287Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:56.4441634Z [4734/7385] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\transpose-config.c.obj 2024-10-08T19:59:56.4443320Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:56.4630907Z [4735/7385] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\rmax-config.c.obj 2024-10-08T19:59:56.4632632Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:56.5124994Z [4736/7385] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\pavgpool-config.c.obj 2024-10-08T19:59:56.5313209Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:56.5315235Z [4737/7385] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\build_identifier.c.obj 2024-10-08T19:59:56.5316899Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:56.6425435Z [4738/7385] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\unpool-config.c.obj 2024-10-08T19:59:56.6426507Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:56.6628606Z [4739/7385] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\unary-elementwise-config.c.obj 2024-10-08T19:59:56.6629650Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:56.7150992Z [4740/7385] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\params.c.obj 2024-10-08T19:59:56.7151839Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:56.7263679Z [4741/7385] Linking CXX static library lib\gmock.lib 2024-10-08T19:59:56.7498958Z [4742/7385] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\xx-fill-config.c.obj 2024-10-08T19:59:56.7500229Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:56.7646677Z [4743/7385] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\xx-pad-config.c.obj 2024-10-08T19:59:56.7647601Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:56.7810780Z [4744/7385] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\x8-lut-config.c.obj 2024-10-08T19:59:56.7811834Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:56.7928608Z [4745/7385] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\vmulcaddc-config.c.obj 2024-10-08T19:59:56.7929663Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:56.7952053Z [4746/7385] Linking CXX static library lib\gmock_main.lib 2024-10-08T19:59:56.7973094Z [4747/7385] Linking CXX static library lib\gtest.lib 2024-10-08T19:59:56.8243819Z [4748/7385] Linking CXX static library lib\gtest_main.lib 2024-10-08T19:59:56.8531608Z [4749/7385] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\configs\zip-config.c.obj 2024-10-08T19:59:56.8532598Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:56.9448545Z [4750/7385] Building C object confu-deps\XNNPACK\CMakeFiles\XNNPACK.dir\src\init.c.obj 2024-10-08T19:59:56.9449451Z cl : Command line warning D9025 : overriding '/O2' with '/O1' 2024-10-08T19:59:57.0212769Z [4751/7385] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_name.cc.obj 2024-10-08T19:59:57.0330518Z [4752/7385] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_api_internal.cc.obj 2024-10-08T19:59:57.0340184Z [4753/7385] Linking C static library lib\XNNPACK.lib 2024-10-08T19:59:57.0845185Z [4754/7385] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark.cc.obj 2024-10-08T19:59:57.0932329Z [4755/7385] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\json_reporter.cc.obj 2024-10-08T19:59:57.1283183Z [4756/7385] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_runner.cc.obj 2024-10-08T19:59:57.1615023Z [4757/7385] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\benchmark_register.cc.obj 2024-10-08T19:59:57.2618023Z [4758/7385] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\counter.cc.obj 2024-10-08T19:59:57.2772318Z [4759/7385] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\csv_reporter.cc.obj 2024-10-08T19:59:57.3016074Z [4760/7385] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\console_reporter.cc.obj 2024-10-08T19:59:57.3341519Z [4761/7385] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\colorprint.cc.obj 2024-10-08T19:59:57.3530383Z [4762/7385] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\commandlineflags.cc.obj 2024-10-08T19:59:57.3590713Z [4763/7385] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\complexity.cc.obj 2024-10-08T19:59:57.3869016Z [4764/7385] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\string_util.cc.obj 2024-10-08T19:59:57.4522387Z [4765/7385] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\reporter.cc.obj 2024-10-08T19:59:57.5145804Z [4766/7385] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\perf_counters.cc.obj 2024-10-08T19:59:57.5330156Z [4767/7385] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\statistics.cc.obj 2024-10-08T19:59:57.5592082Z [4768/7385] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark_main.dir\benchmark_main.cc.obj 2024-10-08T19:59:57.7255294Z [4769/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64instapi.cpp.obj 2024-10-08T19:59:57.8041774Z [4770/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64emithelper.cpp.obj 2024-10-08T19:59:57.8303696Z [4771/7385] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\sleep.cc.obj 2024-10-08T19:59:57.8738820Z [4772/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64instdb.cpp.obj 2024-10-08T19:59:57.8865969Z [4773/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64func.cpp.obj 2024-10-08T19:59:57.9092171Z [4774/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64formatter.cpp.obj 2024-10-08T19:59:57.9551426Z [4775/7385] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\sysinfo.cc.obj 2024-10-08T19:59:57.9681300Z [4776/7385] Building CXX object third_party\benchmark\src\CMakeFiles\benchmark.dir\timers.cc.obj 2024-10-08T19:59:58.0133284Z [4777/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\ExecuteKernel.cc.obj 2024-10-08T19:59:58.0559299Z [4778/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64operand.cpp.obj 2024-10-08T19:59:58.1591245Z [4779/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmConv.cc.obj 2024-10-08T19:59:58.1594747Z 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 2024-10-08T19:59:58.1597368Z with 2024-10-08T19:59:58.1597824Z [ 2024-10-08T19:59:58.1598240Z T=uint8_t, 2024-10-08T19:59:58.1598685Z accT=int32_t, 2024-10-08T19:59:58.1599129Z inpType=uint8_t 2024-10-08T19:59:58.1599568Z ] 2024-10-08T19:59:58.1601691Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-10-08T19:59:58.1604026Z with 2024-10-08T19:59:58.1604469Z [ 2024-10-08T19:59:58.1604878Z T=uint8_t, 2024-10-08T19:59:58.1605369Z accT=int32_t 2024-10-08T19:59:58.1605869Z ] 2024-10-08T19:59:58.1609184Z 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 2024-10-08T19:59:58.1611194Z with 2024-10-08T19:59:58.1611430Z [ 2024-10-08T19:59:58.1611669Z T=uint8_t, 2024-10-08T19:59:58.1611962Z accT=int32_t 2024-10-08T19:59:58.1612235Z ] 2024-10-08T19:59:58.1613601Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-10-08T19:59:58.1615110Z with 2024-10-08T19:59:58.1615350Z [ 2024-10-08T19:59:58.1615573Z T=uint8_t, 2024-10-08T19:59:58.1615864Z accT=int32_t 2024-10-08T19:59:58.1616146Z ] 2024-10-08T19:59:58.1617906Z 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 2024-10-08T19:59:58.1619777Z with 2024-10-08T19:59:58.1620016Z [ 2024-10-08T19:59:58.1620235Z T=int8_t, 2024-10-08T19:59:58.1620519Z accT=int32_t, 2024-10-08T19:59:58.1620829Z inpType=int8_t 2024-10-08T19:59:58.1621189Z ] 2024-10-08T19:59:58.1622249Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-10-08T19:59:58.1623408Z with 2024-10-08T19:59:58.1623636Z [ 2024-10-08T19:59:58.1623867Z T=int8_t, 2024-10-08T19:59:58.1624147Z accT=int32_t 2024-10-08T19:59:58.1624419Z ] 2024-10-08T19:59:58.1626147Z 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 2024-10-08T19:59:58.1628026Z with 2024-10-08T19:59:58.1628274Z [ 2024-10-08T19:59:58.1628493Z T=int8_t, 2024-10-08T19:59:58.1628818Z accT=int32_t 2024-10-08T19:59:58.1629133Z ] 2024-10-08T19:59:58.1630298Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-10-08T19:59:58.1631598Z with 2024-10-08T19:59:58.1631835Z [ 2024-10-08T19:59:58.1632130Z T=int8_t, 2024-10-08T19:59:58.1632524Z accT=int32_t 2024-10-08T19:59:58.1632913Z ] 2024-10-08T19:59:58.1634706Z 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 2024-10-08T19:59:58.1636622Z with 2024-10-08T19:59:58.1636864Z [ 2024-10-08T19:59:58.1637156Z ACC_T=int32_t, 2024-10-08T19:59:58.1637513Z T=uint8_t, 2024-10-08T19:59:58.1637817Z accT=int32_t, 2024-10-08T19:59:58.1638205Z inpType=uint8_t 2024-10-08T19:59:58.1638505Z ] 2024-10-08T19:59:58.1639681Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-10-08T19:59:58.1641006Z with 2024-10-08T19:59:58.1641244Z [ 2024-10-08T19:59:58.1641485Z ACC_T=int32_t, 2024-10-08T19:59:58.1641775Z T=uint8_t, 2024-10-08T19:59:58.1642219Z accT=int32_t 2024-10-08T19:59:58.1642508Z ] 2024-10-08T19:59:58.1644285Z 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 2024-10-08T19:59:58.1646193Z with 2024-10-08T19:59:58.1646482Z [ 2024-10-08T19:59:58.1646729Z ACC_T=int32_t, 2024-10-08T19:59:58.1647019Z T=uint8_t, 2024-10-08T19:59:58.1647311Z accT=int32_t 2024-10-08T19:59:58.1647758Z ] 2024-10-08T19:59:58.1648912Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-10-08T19:59:58.1650367Z with 2024-10-08T19:59:58.1650619Z [ 2024-10-08T19:59:58.1650851Z ACC_T=int32_t, 2024-10-08T19:59:58.1651158Z T=uint8_t, 2024-10-08T19:59:58.1651446Z accT=int32_t 2024-10-08T19:59:58.1651716Z ] 2024-10-08T19:59:58.1653689Z 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 2024-10-08T19:59:58.1655544Z with 2024-10-08T19:59:58.1655771Z [ 2024-10-08T19:59:58.1656019Z ACC_T=int32_t, 2024-10-08T19:59:58.1656319Z T=uint8_t, 2024-10-08T19:59:58.1656591Z accT=int32_t, 2024-10-08T19:59:58.1656933Z inpType=uint8_t 2024-10-08T19:59:58.1657273Z ] 2024-10-08T19:59:58.1658560Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-10-08T19:59:58.1659872Z with 2024-10-08T19:59:58.1660110Z [ 2024-10-08T19:59:58.1660339Z ACC_T=int32_t, 2024-10-08T19:59:58.1660641Z T=uint8_t, 2024-10-08T19:59:58.1660927Z accT=int32_t 2024-10-08T19:59:58.1661199Z ] 2024-10-08T19:59:58.1662948Z 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 2024-10-08T19:59:58.1666299Z with 2024-10-08T19:59:58.1667632Z [ 2024-10-08T19:59:58.1668102Z ACC_T=int32_t, 2024-10-08T19:59:58.1668595Z T=uint8_t, 2024-10-08T19:59:58.1669025Z accT=int32_t 2024-10-08T19:59:58.1669474Z ] 2024-10-08T19:59:58.1671755Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-10-08T19:59:58.1674167Z with 2024-10-08T19:59:58.1674582Z [ 2024-10-08T19:59:58.1675020Z ACC_T=int32_t, 2024-10-08T19:59:58.1675540Z T=uint8_t, 2024-10-08T19:59:58.1676016Z accT=int32_t 2024-10-08T19:59:58.1676514Z ] 2024-10-08T19:59:58.1679779Z 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 2024-10-08T19:59:58.1683161Z with 2024-10-08T19:59:58.1683558Z [ 2024-10-08T19:59:58.1683968Z ACC_T=int32_t, 2024-10-08T19:59:58.1684668Z T=uint8_t, 2024-10-08T19:59:58.1685172Z accT=int32_t, 2024-10-08T19:59:58.1685708Z inpType=uint8_t 2024-10-08T19:59:58.1686225Z ] 2024-10-08T19:59:58.1688295Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-10-08T19:59:58.1690457Z with 2024-10-08T19:59:58.1690887Z [ 2024-10-08T19:59:58.1691287Z ACC_T=int32_t, 2024-10-08T19:59:58.1691821Z T=uint8_t, 2024-10-08T19:59:58.1692313Z accT=int32_t 2024-10-08T19:59:58.1692979Z ] 2024-10-08T19:59:58.1696189Z 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 2024-10-08T19:59:58.1699571Z with 2024-10-08T19:59:58.1699982Z [ 2024-10-08T19:59:58.1700404Z ACC_T=int32_t, 2024-10-08T19:59:58.1700931Z T=uint8_t, 2024-10-08T19:59:58.1701407Z accT=int32_t 2024-10-08T19:59:58.1701889Z ] 2024-10-08T19:59:58.1703984Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-10-08T19:59:58.1706230Z with 2024-10-08T19:59:58.1706652Z [ 2024-10-08T19:59:58.1707089Z ACC_T=int32_t, 2024-10-08T19:59:58.1707593Z T=uint8_t, 2024-10-08T19:59:58.1708075Z accT=int32_t 2024-10-08T19:59:58.1708570Z ] 2024-10-08T19:59:58.1711558Z 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 2024-10-08T19:59:58.1717125Z 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 2024-10-08T19:59:58.1722562Z 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 2024-10-08T19:59:58.1728045Z 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 2024-10-08T19:59:58.1733525Z 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 2024-10-08T19:59:58.1737391Z [4780/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64rapass.cpp.obj 2024-10-08T19:59:58.1859813Z [4781/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmBfloat16Convert.cc.obj 2024-10-08T19:59:58.2175650Z [4782/7385] Linking CXX static library lib\benchmark.lib 2024-10-08T19:59:58.2416064Z [4783/7385] Linking CXX static library lib\benchmark_main.lib 2024-10-08T19:59:58.2609492Z [4784/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\EmbeddingSpMDMNBit.cc.obj 2024-10-08T19:59:58.3157418Z [4785/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\Fbgemm.cc.obj 2024-10-08T19:59:58.3161327Z 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 2024-10-08T19:59:58.3164072Z with 2024-10-08T19:59:58.3164402Z [ 2024-10-08T19:59:58.3164739Z inpType=uint8_t 2024-10-08T19:59:58.3165288Z ] 2024-10-08T19:59:58.3166974Z 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' 2024-10-08T19:59:58.3170794Z 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 2024-10-08T19:59:58.3173638Z 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' 2024-10-08T19:59:58.3176626Z 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 2024-10-08T19:59:58.3178561Z with 2024-10-08T19:59:58.3178788Z [ 2024-10-08T19:59:58.3179030Z inpType=int8_t 2024-10-08T19:59:58.3179325Z ] 2024-10-08T19:59:58.3180492Z 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' 2024-10-08T19:59:58.3183277Z 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 2024-10-08T19:59:58.3187090Z 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' 2024-10-08T19:59:58.3190391Z 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 2024-10-08T19:59:58.3192431Z with 2024-10-08T19:59:58.3192673Z [ 2024-10-08T19:59:58.3192994Z inpType=uint8_t 2024-10-08T19:59:58.3193283Z ] 2024-10-08T19:59:58.3194487Z 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' 2024-10-08T19:59:58.3197371Z 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 2024-10-08T19:59:58.3200529Z 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' 2024-10-08T19:59:58.3203667Z 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 2024-10-08T19:59:58.3205713Z with 2024-10-08T19:59:58.3205955Z [ 2024-10-08T19:59:58.3206282Z inpType=int8_t 2024-10-08T19:59:58.3206655Z ] 2024-10-08T19:59:58.3208646Z 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' 2024-10-08T19:59:58.3213902Z 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 2024-10-08T19:59:58.3218820Z 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' 2024-10-08T19:59:58.3224134Z 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 2024-10-08T19:59:58.3226374Z with 2024-10-08T19:59:58.3226618Z [ 2024-10-08T19:59:58.3226893Z inpType=uint8_t 2024-10-08T19:59:58.3227197Z ] 2024-10-08T19:59:58.3228512Z 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' 2024-10-08T19:59:58.3231652Z 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 2024-10-08T19:59:58.3234875Z 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' 2024-10-08T19:59:58.3238105Z 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 2024-10-08T19:59:58.3240599Z with 2024-10-08T19:59:58.3240845Z [ 2024-10-08T19:59:58.3241171Z inpType=uint8_t 2024-10-08T19:59:58.3241573Z ] 2024-10-08T19:59:58.3242863Z 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' 2024-10-08T19:59:58.3246170Z 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 2024-10-08T19:59:58.3251478Z 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' 2024-10-08T19:59:58.3256353Z 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 2024-10-08T19:59:58.3260301Z with 2024-10-08T19:59:58.3260702Z [ 2024-10-08T19:59:58.3262348Z inpType=uint8_t 2024-10-08T19:59:58.3262805Z ] 2024-10-08T19:59:58.3265464Z 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' 2024-10-08T19:59:58.3269563Z 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 2024-10-08T19:59:58.3273230Z 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' 2024-10-08T19:59:58.3276663Z 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 2024-10-08T19:59:58.3278831Z with 2024-10-08T19:59:58.3279073Z [ 2024-10-08T19:59:58.3279365Z inpType=uint8_t 2024-10-08T19:59:58.3279813Z ] 2024-10-08T19:59:58.3281128Z 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' 2024-10-08T19:59:58.3284447Z 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 2024-10-08T19:59:58.3287793Z 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' 2024-10-08T19:59:58.3291200Z 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 2024-10-08T19:59:58.3293138Z with 2024-10-08T19:59:58.3293379Z [ 2024-10-08T19:59:58.3293610Z inpType=uint8_t 2024-10-08T19:59:58.3293914Z ] 2024-10-08T19:59:58.3295091Z 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' 2024-10-08T19:59:58.3298247Z 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 2024-10-08T19:59:58.3301375Z 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' 2024-10-08T19:59:58.3304881Z 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 2024-10-08T19:59:58.3306903Z with 2024-10-08T19:59:58.3307145Z [ 2024-10-08T19:59:58.3307376Z inpType=uint8_t 2024-10-08T19:59:58.3307681Z ] 2024-10-08T19:59:58.3309038Z 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' 2024-10-08T19:59:58.3313783Z 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 2024-10-08T19:59:58.3319000Z 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' 2024-10-08T19:59:58.3324247Z 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 2024-10-08T19:59:58.3327644Z with 2024-10-08T19:59:58.3328056Z [ 2024-10-08T19:59:58.3328457Z inpType=uint8_t 2024-10-08T19:59:58.3328994Z ] 2024-10-08T19:59:58.3331096Z 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' 2024-10-08T19:59:58.3335731Z 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 2024-10-08T19:59:58.3338723Z 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' 2024-10-08T19:59:58.3341757Z 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 2024-10-08T19:59:58.3345465Z with 2024-10-08T19:59:58.3345930Z [ 2024-10-08T19:59:58.3346339Z inpType=uint8_t 2024-10-08T19:59:58.3346867Z ] 2024-10-08T19:59:58.3349266Z 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' 2024-10-08T19:59:58.3353735Z 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 2024-10-08T19:59:58.3358209Z 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' 2024-10-08T19:59:58.3362583Z 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 2024-10-08T19:59:58.3365492Z with 2024-10-08T19:59:58.3365902Z [ 2024-10-08T19:59:58.3366435Z inpType=uint8_t 2024-10-08T19:59:58.3366949Z ] 2024-10-08T19:59:58.3368794Z 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' 2024-10-08T19:59:58.3373160Z 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 2024-10-08T19:59:58.3377564Z 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' 2024-10-08T19:59:58.3382014Z 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 2024-10-08T19:59:58.3384784Z with 2024-10-08T19:59:58.3385237Z [ 2024-10-08T19:59:58.3385646Z inpType=uint8_t 2024-10-08T19:59:58.3386149Z ] 2024-10-08T19:59:58.3387897Z 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' 2024-10-08T19:59:58.3393367Z 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 2024-10-08T19:59:58.3397129Z 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' 2024-10-08T19:59:58.3399916Z 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 2024-10-08T19:59:58.3402569Z with 2024-10-08T19:59:58.3402812Z [ 2024-10-08T19:59:58.3403045Z inpType=int8_t 2024-10-08T19:59:58.3403341Z ] 2024-10-08T19:59:58.3404481Z 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' 2024-10-08T19:59:58.3408211Z 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 2024-10-08T19:59:58.3411133Z 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' 2024-10-08T19:59:58.3414904Z 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 2024-10-08T19:59:58.3416875Z with 2024-10-08T19:59:58.3417477Z [ 2024-10-08T19:59:58.3417766Z inpType=uint8_t 2024-10-08T19:59:58.3418369Z ] 2024-10-08T19:59:58.3419881Z 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' 2024-10-08T19:59:58.3423534Z 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 2024-10-08T19:59:58.3426555Z 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' 2024-10-08T19:59:58.3429380Z 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 2024-10-08T19:59:58.3431468Z with 2024-10-08T19:59:58.3431696Z [ 2024-10-08T19:59:58.3431949Z inpType=int8_t 2024-10-08T19:59:58.3432276Z ] 2024-10-08T19:59:58.3433519Z 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' 2024-10-08T19:59:58.3436679Z 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 2024-10-08T19:59:58.3440184Z 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' 2024-10-08T19:59:58.3443179Z 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 2024-10-08T19:59:58.3445092Z with 2024-10-08T19:59:58.3445317Z [ 2024-10-08T19:59:58.3445562Z inpType=uint8_t 2024-10-08T19:59:58.3445862Z ] 2024-10-08T19:59:58.3447043Z 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' 2024-10-08T19:59:58.3450011Z 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 2024-10-08T19:59:58.3453070Z 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' 2024-10-08T19:59:58.3456145Z 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 2024-10-08T19:59:58.3458007Z with 2024-10-08T19:59:58.3458288Z [ 2024-10-08T19:59:58.3458579Z inpType=uint8_t 2024-10-08T19:59:58.3458931Z ] 2024-10-08T19:59:58.3460307Z 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' 2024-10-08T19:59:58.3463235Z 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 2024-10-08T19:59:58.3466134Z 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' 2024-10-08T19:59:58.3469069Z 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 2024-10-08T19:59:58.3471712Z with 2024-10-08T19:59:58.3472063Z [ 2024-10-08T19:59:58.3472428Z inpType=uint8_t 2024-10-08T19:59:58.3472917Z ] 2024-10-08T19:59:58.3474285Z 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' 2024-10-08T19:59:58.3477282Z 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 2024-10-08T19:59:58.3480157Z 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' 2024-10-08T19:59:58.3483667Z 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 2024-10-08T19:59:58.3485698Z with 2024-10-08T19:59:58.3485931Z [ 2024-10-08T19:59:58.3486183Z inpType=uint8_t 2024-10-08T19:59:58.3486628Z ] 2024-10-08T19:59:58.3488688Z 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' 2024-10-08T19:59:58.3492643Z 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 2024-10-08T19:59:58.3495809Z 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' 2024-10-08T19:59:58.3498965Z 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 2024-10-08T19:59:58.3502831Z with 2024-10-08T19:59:58.3503274Z [ 2024-10-08T19:59:58.3503736Z inpType=uint8_t 2024-10-08T19:59:58.3504270Z ] 2024-10-08T19:59:58.3506584Z 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' 2024-10-08T19:59:58.3512170Z 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 2024-10-08T19:59:58.3517759Z 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' 2024-10-08T19:59:58.3523428Z 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 2024-10-08T19:59:58.3528892Z with 2024-10-08T19:59:58.3529772Z [ 2024-10-08T19:59:58.3530238Z inpType=uint8_t 2024-10-08T19:59:58.3530602Z ] 2024-10-08T19:59:58.3532307Z 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' 2024-10-08T19:59:58.3538045Z 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 2024-10-08T19:59:58.3543582Z 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' 2024-10-08T19:59:58.3549004Z 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 2024-10-08T19:59:58.3552322Z with 2024-10-08T19:59:58.3552813Z [ 2024-10-08T19:59:58.3553242Z inpType=uint8_t 2024-10-08T19:59:58.3553753Z ] 2024-10-08T19:59:58.3555963Z 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' 2024-10-08T19:59:58.3561088Z 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 2024-10-08T19:59:58.3566599Z 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' 2024-10-08T19:59:58.3572378Z 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 2024-10-08T19:59:58.3576298Z with 2024-10-08T19:59:58.3576744Z [ 2024-10-08T19:59:58.3577194Z inpType=uint8_t 2024-10-08T19:59:58.3577741Z ] 2024-10-08T19:59:58.3579986Z 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' 2024-10-08T19:59:58.3585540Z 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 2024-10-08T19:59:58.3590966Z 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' 2024-10-08T19:59:58.3596745Z 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 2024-10-08T19:59:58.3598805Z with 2024-10-08T19:59:58.3599048Z [ 2024-10-08T19:59:58.3599301Z inpType=uint8_t 2024-10-08T19:59:58.3599693Z ] 2024-10-08T19:59:58.3603228Z 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' 2024-10-08T19:59:58.3609786Z 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 2024-10-08T19:59:58.3616587Z 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' 2024-10-08T19:59:58.3623175Z 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 2024-10-08T19:59:58.3630348Z 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 2024-10-08T19:59:58.3638676Z 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 2024-10-08T19:59:58.3646067Z 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 2024-10-08T19:59:58.3653245Z 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 2024-10-08T19:59:58.3659043Z 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 2024-10-08T19:59:58.3665145Z 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 2024-10-08T19:59:58.3670831Z 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 2024-10-08T19:59:58.3676528Z 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 2024-10-08T19:59:58.3682502Z 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 2024-10-08T19:59:58.3688349Z 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 2024-10-08T19:59:58.3694167Z 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 2024-10-08T19:59:58.3700070Z 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 2024-10-08T19:59:58.3703623Z [4786/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmFPCommon.cc.obj 2024-10-08T19:59:58.3705505Z [4787/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\ExecuteKernelU8S8.cc.obj 2024-10-08T19:59:58.3951117Z [4788/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmFP16.cc.obj 2024-10-08T19:59:58.4369317Z [4789/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmFloat16Convert.cc.obj 2024-10-08T19:59:58.4995083Z [4790/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmI8Spmdm.cc.obj 2024-10-08T19:59:58.5583716Z [4791/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernel.cc.obj 2024-10-08T19:59:58.6143572Z [4792/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmSparseDense.cc.obj 2024-10-08T19:59:58.6242493Z [4793/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\EmbeddingSpMDM.cc.obj 2024-10-08T19:59:58.7179184Z [4794/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelDirectConvU8S8S32ACC32.cc.obj 2024-10-08T19:59:58.7598397Z [4795/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\FbgemmI64.cc.obj 2024-10-08T19:59:58.8079321Z [4796/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC16.cc.obj 2024-10-08T19:59:58.8455013Z [4797/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC32.cc.obj 2024-10-08T19:59:58.9351078Z [4798/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GroupwiseConv.cc.obj 2024-10-08T19:59:58.9460849Z [4799/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC32Avx512VNNI.cc.obj 2024-10-08T19:59:58.9603609Z [4800/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAWithRowOffset.cc.obj 2024-10-08T19:59:58.9607181Z 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 2024-10-08T19:59:58.9610223Z with 2024-10-08T19:59:58.9610628Z [ 2024-10-08T19:59:58.9611049Z T=uint8_t, 2024-10-08T19:59:58.9611527Z accT=int32_t, 2024-10-08T19:59:58.9612029Z inpType=uint8_t 2024-10-08T19:59:58.9612530Z ] 2024-10-08T19:59:58.9614375Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-10-08T19:59:58.9616254Z with 2024-10-08T19:59:58.9616665Z [ 2024-10-08T19:59:58.9617077Z T=uint8_t, 2024-10-08T19:59:58.9617514Z accT=int32_t 2024-10-08T19:59:58.9617975Z ] 2024-10-08T19:59:58.9620821Z 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 2024-10-08T19:59:58.9623599Z with 2024-10-08T19:59:58.9624005Z [ 2024-10-08T19:59:58.9624409Z T=uint8_t, 2024-10-08T19:59:58.9624869Z accT=int32_t 2024-10-08T19:59:58.9625374Z ] 2024-10-08T19:59:58.9627232Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-10-08T19:59:58.9629165Z with 2024-10-08T19:59:58.9629555Z [ 2024-10-08T19:59:58.9629950Z T=uint8_t, 2024-10-08T19:59:58.9630409Z accT=int32_t 2024-10-08T19:59:58.9630885Z ] 2024-10-08T19:59:58.9634356Z 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 2024-10-08T19:59:58.9638532Z with 2024-10-08T19:59:58.9639021Z [ 2024-10-08T19:59:58.9639501Z T=uint8_t, 2024-10-08T19:59:58.9640445Z accT=int16_t, 2024-10-08T19:59:58.9641427Z inpType=uint8_t 2024-10-08T19:59:58.9641955Z ] 2024-10-08T19:59:58.9644763Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-10-08T19:59:58.9647389Z with 2024-10-08T19:59:58.9647869Z [ 2024-10-08T19:59:58.9648329Z T=uint8_t, 2024-10-08T19:59:58.9648909Z accT=int16_t 2024-10-08T19:59:58.9649839Z ] 2024-10-08T19:59:58.9652836Z 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 2024-10-08T19:59:58.9655671Z with 2024-10-08T19:59:58.9656056Z [ 2024-10-08T19:59:58.9656474Z T=uint8_t, 2024-10-08T19:59:58.9656955Z accT=int16_t 2024-10-08T19:59:58.9657422Z ] 2024-10-08T19:59:58.9659224Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-10-08T19:59:58.9661410Z with 2024-10-08T19:59:58.9661853Z [ 2024-10-08T19:59:58.9662237Z T=uint8_t, 2024-10-08T19:59:58.9662730Z accT=int16_t 2024-10-08T19:59:58.9663220Z ] 2024-10-08T19:59:58.9665945Z 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 2024-10-08T19:59:58.9668880Z with 2024-10-08T19:59:58.9669299Z [ 2024-10-08T19:59:58.9669688Z T=uint8_t, 2024-10-08T19:59:58.9670174Z accT=int32_t, 2024-10-08T19:59:58.9670689Z inpType=uint8_t 2024-10-08T19:59:58.9671197Z ] 2024-10-08T19:59:58.9673037Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-10-08T19:59:58.9674982Z with 2024-10-08T19:59:58.9675368Z [ 2024-10-08T19:59:58.9675782Z T=uint8_t, 2024-10-08T19:59:58.9676259Z accT=int32_t 2024-10-08T19:59:58.9676713Z ] 2024-10-08T19:59:58.9679438Z 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 2024-10-08T19:59:58.9682246Z with 2024-10-08T19:59:58.9682654Z [ 2024-10-08T19:59:58.9683029Z T=uint8_t, 2024-10-08T19:59:58.9683500Z accT=int32_t 2024-10-08T19:59:58.9683993Z ] 2024-10-08T19:59:58.9685862Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-10-08T19:59:58.9687801Z with 2024-10-08T19:59:58.9688188Z [ 2024-10-08T19:59:58.9688580Z T=uint8_t, 2024-10-08T19:59:58.9689061Z accT=int32_t 2024-10-08T19:59:58.9689523Z ] 2024-10-08T19:59:58.9692317Z 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 2024-10-08T19:59:58.9695185Z with 2024-10-08T19:59:58.9695583Z [ 2024-10-08T19:59:58.9695965Z T=uint8_t, 2024-10-08T19:59:58.9696449Z accT=int16_t, 2024-10-08T19:59:58.9696905Z inpType=uint8_t 2024-10-08T19:59:58.9697196Z ] 2024-10-08T19:59:58.9698563Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-10-08T19:59:58.9699801Z with 2024-10-08T19:59:58.9700025Z [ 2024-10-08T19:59:58.9700255Z T=uint8_t, 2024-10-08T19:59:58.9700536Z accT=int16_t 2024-10-08T19:59:58.9700804Z ] 2024-10-08T19:59:58.9702751Z 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 2024-10-08T19:59:58.9704671Z with 2024-10-08T19:59:58.9704907Z [ 2024-10-08T19:59:58.9705251Z T=uint8_t, 2024-10-08T19:59:58.9705537Z accT=int16_t 2024-10-08T19:59:58.9705814Z ] 2024-10-08T19:59:58.9707107Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-10-08T19:59:58.9708412Z with 2024-10-08T19:59:58.9708649Z [ 2024-10-08T19:59:58.9708866Z T=uint8_t, 2024-10-08T19:59:58.9709149Z accT=int16_t 2024-10-08T19:59:58.9709428Z ] 2024-10-08T19:59:58.9711215Z 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 2024-10-08T19:59:58.9714426Z 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 2024-10-08T19:59:59.0146449Z [4801/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC16Avx512VNNI.cc.obj 2024-10-08T19:59:59.0228168Z [4802/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAMatrix.cc.obj 2024-10-08T19:59:59.0232446Z 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 2024-10-08T19:59:59.0235801Z with 2024-10-08T19:59:59.0236194Z [ 2024-10-08T19:59:59.0236591Z T=uint8_t, 2024-10-08T19:59:59.0237077Z accT=int32_t, 2024-10-08T19:59:59.0237639Z inpType=uint8_t 2024-10-08T19:59:59.0238098Z ] 2024-10-08T19:59:59.0239374Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-10-08T19:59:59.0241438Z with 2024-10-08T19:59:59.0241907Z [ 2024-10-08T19:59:59.0242315Z T=uint8_t, 2024-10-08T19:59:59.0242775Z accT=int32_t 2024-10-08T19:59:59.0243293Z ] 2024-10-08T19:59:59.0246290Z 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 2024-10-08T19:59:59.0249456Z with 2024-10-08T19:59:59.0262375Z [ 2024-10-08T19:59:59.0262810Z T=uint8_t, 2024-10-08T19:59:59.0263288Z accT=int32_t 2024-10-08T19:59:59.0264609Z ] 2024-10-08T19:59:59.0268511Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-10-08T19:59:59.0271224Z with 2024-10-08T19:59:59.0271504Z [ 2024-10-08T19:59:59.0271749Z T=uint8_t, 2024-10-08T19:59:59.0272185Z accT=int32_t 2024-10-08T19:59:59.0272523Z ] 2024-10-08T19:59:59.0275589Z 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 2024-10-08T19:59:59.0279463Z with 2024-10-08T19:59:59.0279963Z [ 2024-10-08T19:59:59.0280202Z T=uint8_t, 2024-10-08T19:59:59.0280536Z accT=int16_t, 2024-10-08T19:59:59.0281012Z inpType=uint8_t 2024-10-08T19:59:59.0281575Z ] 2024-10-08T19:59:59.0283952Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-10-08T19:59:59.0286297Z with 2024-10-08T19:59:59.0286746Z [ 2024-10-08T19:59:59.0287172Z T=uint8_t, 2024-10-08T19:59:59.0287697Z accT=int16_t 2024-10-08T19:59:59.0288212Z ] 2024-10-08T19:59:59.0291520Z 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 2024-10-08T19:59:59.0295119Z with 2024-10-08T19:59:59.0295546Z [ 2024-10-08T19:59:59.0295991Z T=uint8_t, 2024-10-08T19:59:59.0296527Z accT=int16_t 2024-10-08T19:59:59.0296984Z ] 2024-10-08T19:59:59.0298210Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-10-08T19:59:59.0299439Z with 2024-10-08T19:59:59.0299698Z [ 2024-10-08T19:59:59.0299978Z T=uint8_t, 2024-10-08T19:59:59.0300264Z accT=int16_t 2024-10-08T19:59:59.0300600Z ] 2024-10-08T19:59:59.0302454Z 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 2024-10-08T19:59:59.0304406Z with 2024-10-08T19:59:59.0304699Z [ 2024-10-08T19:59:59.0304933Z T=uint8_t, 2024-10-08T19:59:59.0305213Z accT=int32_t, 2024-10-08T19:59:59.0305522Z inpType=uint8_t 2024-10-08T19:59:59.0305823Z ] 2024-10-08T19:59:59.0306924Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-10-08T19:59:59.0308235Z with 2024-10-08T19:59:59.0308497Z [ 2024-10-08T19:59:59.0308828Z T=uint8_t, 2024-10-08T19:59:59.0309103Z accT=int32_t 2024-10-08T19:59:59.0309403Z ] 2024-10-08T19:59:59.0312181Z 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 2024-10-08T19:59:59.0314284Z with 2024-10-08T19:59:59.0314607Z [ 2024-10-08T19:59:59.0314890Z T=uint8_t, 2024-10-08T19:59:59.0315201Z accT=int32_t 2024-10-08T19:59:59.0315488Z ] 2024-10-08T19:59:59.0316816Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-10-08T19:59:59.0319323Z with 2024-10-08T19:59:59.0319783Z [ 2024-10-08T19:59:59.0320216Z T=uint8_t, 2024-10-08T19:59:59.0320740Z accT=int32_t 2024-10-08T19:59:59.0321273Z ] 2024-10-08T19:59:59.0324583Z 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 2024-10-08T19:59:59.0328141Z with 2024-10-08T19:59:59.0328553Z [ 2024-10-08T19:59:59.0328950Z T=uint8_t, 2024-10-08T19:59:59.0329475Z accT=int16_t, 2024-10-08T19:59:59.0330298Z inpType=uint8_t 2024-10-08T19:59:59.0330909Z ] 2024-10-08T19:59:59.0333273Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-10-08T19:59:59.0335416Z with 2024-10-08T19:59:59.0335826Z [ 2024-10-08T19:59:59.0336221Z T=uint8_t, 2024-10-08T19:59:59.0336919Z accT=int16_t 2024-10-08T19:59:59.0337462Z ] 2024-10-08T19:59:59.0340797Z 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 2024-10-08T19:59:59.0344005Z with 2024-10-08T19:59:59.0344439Z [ 2024-10-08T19:59:59.0345288Z T=uint8_t, 2024-10-08T19:59:59.0345994Z accT=int16_t 2024-10-08T19:59:59.0346457Z ] 2024-10-08T19:59:59.0348235Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-10-08T19:59:59.0349915Z with 2024-10-08T19:59:59.0350344Z [ 2024-10-08T19:59:59.0350966Z T=uint8_t, 2024-10-08T19:59:59.0351444Z accT=int16_t 2024-10-08T19:59:59.0351764Z ] 2024-10-08T19:59:59.0353561Z 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 2024-10-08T19:59:59.0357108Z 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 2024-10-08T19:59:59.0360419Z [4803/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateKernelU8S8S32ACC16Avx512.cc.obj 2024-10-08T19:59:59.1464220Z [4804/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAWithIm2Col.cc.obj 2024-10-08T19:59:59.1468153Z 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 2024-10-08T19:59:59.1470207Z with 2024-10-08T19:59:59.1470457Z [ 2024-10-08T19:59:59.1470700Z T=uint8_t, 2024-10-08T19:59:59.1470986Z accT=int32_t, 2024-10-08T19:59:59.1471298Z inpType=uint8_t 2024-10-08T19:59:59.1471604Z ] 2024-10-08T19:59:59.1473079Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-10-08T19:59:59.1474323Z with 2024-10-08T19:59:59.1474568Z [ 2024-10-08T19:59:59.1474791Z T=uint8_t, 2024-10-08T19:59:59.1475086Z accT=int32_t 2024-10-08T19:59:59.1475374Z ] 2024-10-08T19:59:59.1477158Z 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 2024-10-08T19:59:59.1479231Z with 2024-10-08T19:59:59.1479474Z [ 2024-10-08T19:59:59.1479860Z T=uint8_t, 2024-10-08T19:59:59.1480294Z accT=int32_t 2024-10-08T19:59:59.1480770Z ] 2024-10-08T19:59:59.1482867Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-10-08T19:59:59.1485113Z with 2024-10-08T19:59:59.1485526Z [ 2024-10-08T19:59:59.1485918Z T=uint8_t, 2024-10-08T19:59:59.1486410Z accT=int32_t 2024-10-08T19:59:59.1486908Z ] 2024-10-08T19:59:59.1490178Z 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 2024-10-08T19:59:59.1493648Z with 2024-10-08T19:59:59.1494076Z [ 2024-10-08T19:59:59.1494480Z T=uint8_t, 2024-10-08T19:59:59.1494977Z accT=int16_t, 2024-10-08T19:59:59.1495530Z inpType=uint8_t 2024-10-08T19:59:59.1496054Z ] 2024-10-08T19:59:59.1498081Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-10-08T19:59:59.1500347Z with 2024-10-08T19:59:59.1500761Z [ 2024-10-08T19:59:59.1501157Z T=uint8_t, 2024-10-08T19:59:59.1501664Z accT=int16_t 2024-10-08T19:59:59.1502161Z ] 2024-10-08T19:59:59.1505378Z 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 2024-10-08T19:59:59.1508711Z with 2024-10-08T19:59:59.1509131Z [ 2024-10-08T19:59:59.1509538Z T=uint8_t, 2024-10-08T19:59:59.1510033Z accT=int16_t 2024-10-08T19:59:59.1510520Z ] 2024-10-08T19:59:59.1512615Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-10-08T19:59:59.1515032Z with 2024-10-08T19:59:59.1515447Z [ 2024-10-08T19:59:59.1515851Z T=uint8_t, 2024-10-08T19:59:59.1516322Z accT=int16_t 2024-10-08T19:59:59.1516808Z ] 2024-10-08T19:59:59.1518634Z 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 2024-10-08T19:59:59.1520584Z with 2024-10-08T19:59:59.1520811Z [ 2024-10-08T19:59:59.1521227Z T=uint8_t, 2024-10-08T19:59:59.1521510Z accT=int32_t, 2024-10-08T19:59:59.1521822Z inpType=uint8_t 2024-10-08T19:59:59.1522125Z ] 2024-10-08T19:59:59.1523273Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-10-08T19:59:59.1524490Z with 2024-10-08T19:59:59.1524728Z [ 2024-10-08T19:59:59.1524962Z T=uint8_t, 2024-10-08T19:59:59.1525236Z accT=int32_t 2024-10-08T19:59:59.1525520Z ] 2024-10-08T19:59:59.1527352Z 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 2024-10-08T19:59:59.1529925Z with 2024-10-08T19:59:59.1530178Z [ 2024-10-08T19:59:59.1530416Z T=uint8_t, 2024-10-08T19:59:59.1530692Z accT=int32_t 2024-10-08T19:59:59.1530980Z ] 2024-10-08T19:59:59.1532206Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-10-08T19:59:59.1533447Z with 2024-10-08T19:59:59.1533684Z [ 2024-10-08T19:59:59.1533918Z T=uint8_t, 2024-10-08T19:59:59.1534197Z accT=int32_t 2024-10-08T19:59:59.1534478Z ] 2024-10-08T19:59:59.1536326Z 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 2024-10-08T19:59:59.1538210Z with 2024-10-08T19:59:59.1538437Z [ 2024-10-08T19:59:59.1538673Z T=uint8_t, 2024-10-08T19:59:59.1538966Z accT=int16_t, 2024-10-08T19:59:59.1539264Z inpType=uint8_t 2024-10-08T19:59:59.1539566Z ] 2024-10-08T19:59:59.1540815Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-10-08T19:59:59.1542028Z with 2024-10-08T19:59:59.1542270Z [ 2024-10-08T19:59:59.1542505Z T=uint8_t, 2024-10-08T19:59:59.1542778Z accT=int16_t 2024-10-08T19:59:59.1543112Z ] 2024-10-08T19:59:59.1544870Z 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 2024-10-08T19:59:59.1546774Z with 2024-10-08T19:59:59.1547012Z [ 2024-10-08T19:59:59.1547250Z T=uint8_t, 2024-10-08T19:59:59.1547525Z accT=int16_t 2024-10-08T19:59:59.1547809Z ] 2024-10-08T19:59:59.1549024Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-10-08T19:59:59.1550281Z with 2024-10-08T19:59:59.1550514Z [ 2024-10-08T19:59:59.1550745Z T=uint8_t, 2024-10-08T19:59:59.1551030Z accT=int16_t 2024-10-08T19:59:59.1551315Z ] 2024-10-08T19:59:59.1553333Z 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 2024-10-08T19:59:59.1555207Z with 2024-10-08T19:59:59.1555433Z [ 2024-10-08T19:59:59.1555670Z T=uint8_t, 2024-10-08T19:59:59.1556000Z accT=int32_t, 2024-10-08T19:59:59.1556302Z inpType=uint8_t 2024-10-08T19:59:59.1556606Z ] 2024-10-08T19:59:59.1557753Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-10-08T19:59:59.1559010Z with 2024-10-08T19:59:59.1559354Z [ 2024-10-08T19:59:59.1559589Z T=uint8_t, 2024-10-08T19:59:59.1559862Z accT=int32_t 2024-10-08T19:59:59.1560151Z ] 2024-10-08T19:59:59.1561918Z 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 2024-10-08T19:59:59.1563822Z with 2024-10-08T19:59:59.1564053Z [ 2024-10-08T19:59:59.1564287Z T=uint8_t, 2024-10-08T19:59:59.1564561Z accT=int32_t 2024-10-08T19:59:59.1564848Z ] 2024-10-08T19:59:59.1566021Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-10-08T19:59:59.1567430Z with 2024-10-08T19:59:59.1567666Z [ 2024-10-08T19:59:59.1567903Z T=uint8_t, 2024-10-08T19:59:59.1568188Z accT=int32_t 2024-10-08T19:59:59.1568460Z ] 2024-10-08T19:59:59.1570311Z 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 2024-10-08T19:59:59.1572185Z with 2024-10-08T19:59:59.1572410Z [ 2024-10-08T19:59:59.1572645Z T=uint8_t, 2024-10-08T19:59:59.1572936Z accT=int16_t, 2024-10-08T19:59:59.1573231Z inpType=uint8_t 2024-10-08T19:59:59.1573533Z ] 2024-10-08T19:59:59.1574724Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-10-08T19:59:59.1575949Z with 2024-10-08T19:59:59.1576189Z [ 2024-10-08T19:59:59.1576507Z T=uint8_t, 2024-10-08T19:59:59.1576845Z accT=int16_t 2024-10-08T19:59:59.1577132Z ] 2024-10-08T19:59:59.1578885Z 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 2024-10-08T19:59:59.1580873Z with 2024-10-08T19:59:59.1581181Z [ 2024-10-08T19:59:59.1581584Z T=uint8_t, 2024-10-08T19:59:59.1582014Z accT=int16_t 2024-10-08T19:59:59.1582488Z ] 2024-10-08T19:59:59.1584462Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-10-08T19:59:59.1587267Z with 2024-10-08T19:59:59.1587704Z [ 2024-10-08T19:59:59.1588103Z T=uint8_t, 2024-10-08T19:59:59.1588654Z accT=int16_t 2024-10-08T19:59:59.1589338Z ] 2024-10-08T19:59:59.1593130Z 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 2024-10-08T19:59:59.1596719Z with 2024-10-08T19:59:59.1597303Z [ 2024-10-08T19:59:59.1597632Z T=uint8_t, 2024-10-08T19:59:59.1598967Z accT=int32_t, 2024-10-08T19:59:59.1599283Z inpType=uint8_t 2024-10-08T19:59:59.1599591Z ] 2024-10-08T19:59:59.1600828Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-10-08T19:59:59.1602246Z with 2024-10-08T19:59:59.1602537Z [ 2024-10-08T19:59:59.1602771Z T=uint8_t, 2024-10-08T19:59:59.1603380Z accT=int32_t 2024-10-08T19:59:59.1604883Z ] 2024-10-08T19:59:59.1606680Z 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 2024-10-08T19:59:59.1608644Z with 2024-10-08T19:59:59.1608951Z [ 2024-10-08T19:59:59.1609235Z T=uint8_t, 2024-10-08T19:59:59.1610100Z accT=int32_t 2024-10-08T19:59:59.1610832Z ] 2024-10-08T19:59:59.1612031Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-10-08T19:59:59.1613359Z with 2024-10-08T19:59:59.1613587Z [ 2024-10-08T19:59:59.1613827Z T=uint8_t, 2024-10-08T19:59:59.1614116Z accT=int32_t 2024-10-08T19:59:59.1614393Z ] 2024-10-08T19:59:59.1617151Z 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 2024-10-08T19:59:59.1619351Z with 2024-10-08T19:59:59.1619598Z [ 2024-10-08T19:59:59.1619823Z T=uint8_t, 2024-10-08T19:59:59.1620182Z accT=int16_t, 2024-10-08T19:59:59.1620494Z inpType=uint8_t 2024-10-08T19:59:59.1620808Z ] 2024-10-08T19:59:59.1623231Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-10-08T19:59:59.1624510Z with 2024-10-08T19:59:59.1624739Z [ 2024-10-08T19:59:59.1624995Z T=uint8_t, 2024-10-08T19:59:59.1625312Z accT=int16_t 2024-10-08T19:59:59.1625585Z ] 2024-10-08T19:59:59.1628263Z 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 2024-10-08T19:59:59.1630250Z with 2024-10-08T19:59:59.1630482Z [ 2024-10-08T19:59:59.1630719Z T=uint8_t, 2024-10-08T19:59:59.1631016Z accT=int16_t 2024-10-08T19:59:59.1631327Z ] 2024-10-08T19:59:59.1633162Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-10-08T19:59:59.1635229Z with 2024-10-08T19:59:59.1635464Z [ 2024-10-08T19:59:59.1635846Z T=uint8_t, 2024-10-08T19:59:59.1636185Z accT=int16_t 2024-10-08T19:59:59.1636457Z ] 2024-10-08T19:59:59.1638334Z 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 2024-10-08T19:59:59.1641816Z with 2024-10-08T19:59:59.1642241Z [ 2024-10-08T19:59:59.1642652Z T=uint8_t, 2024-10-08T19:59:59.1643133Z accT=int32_t, 2024-10-08T19:59:59.1643592Z inpType=uint8_t 2024-10-08T19:59:59.1643899Z ] 2024-10-08T19:59:59.1646008Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-10-08T19:59:59.1647418Z with 2024-10-08T19:59:59.1647665Z [ 2024-10-08T19:59:59.1647887Z T=uint8_t, 2024-10-08T19:59:59.1648179Z accT=int32_t 2024-10-08T19:59:59.1648463Z ] 2024-10-08T19:59:59.1651123Z 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 2024-10-08T19:59:59.1653231Z with 2024-10-08T19:59:59.1653532Z [ 2024-10-08T19:59:59.1653762Z T=uint8_t, 2024-10-08T19:59:59.1654106Z accT=int32_t 2024-10-08T19:59:59.1654395Z ] 2024-10-08T19:59:59.1655612Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-10-08T19:59:59.1657778Z with 2024-10-08T19:59:59.1658025Z [ 2024-10-08T19:59:59.1658245Z T=uint8_t, 2024-10-08T19:59:59.1658578Z accT=int32_t 2024-10-08T19:59:59.1658929Z ] 2024-10-08T19:59:59.1660846Z 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 2024-10-08T19:59:59.1663993Z with 2024-10-08T19:59:59.1664639Z [ 2024-10-08T19:59:59.1664997Z T=uint8_t, 2024-10-08T19:59:59.1665346Z accT=int16_t, 2024-10-08T19:59:59.1666137Z inpType=uint8_t 2024-10-08T19:59:59.1666719Z ] 2024-10-08T19:59:59.1669010Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-10-08T19:59:59.1671227Z with 2024-10-08T19:59:59.1671504Z [ 2024-10-08T19:59:59.1671735Z T=uint8_t, 2024-10-08T19:59:59.1672043Z accT=int16_t 2024-10-08T19:59:59.1672332Z ] 2024-10-08T19:59:59.1674344Z 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 2024-10-08T19:59:59.1676197Z with 2024-10-08T19:59:59.1676437Z [ 2024-10-08T19:59:59.1676662Z T=uint8_t, 2024-10-08T19:59:59.1676952Z accT=int16_t 2024-10-08T19:59:59.1677259Z ] 2024-10-08T19:59:59.1678661Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-10-08T19:59:59.1680019Z with 2024-10-08T19:59:59.1680261Z [ 2024-10-08T19:59:59.1680497Z T=uint8_t, 2024-10-08T19:59:59.1680776Z accT=int16_t 2024-10-08T19:59:59.1681063Z ] 2024-10-08T19:59:59.1682908Z 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 2024-10-08T19:59:59.1685542Z with 2024-10-08T19:59:59.1685991Z [ 2024-10-08T19:59:59.1686276Z T=uint8_t, 2024-10-08T19:59:59.1686572Z accT=int32_t, 2024-10-08T19:59:59.1686888Z inpType=uint8_t 2024-10-08T19:59:59.1687199Z ] 2024-10-08T19:59:59.1688450Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-10-08T19:59:59.1689744Z with 2024-10-08T19:59:59.1689986Z [ 2024-10-08T19:59:59.1690210Z T=uint8_t, 2024-10-08T19:59:59.1690501Z accT=int32_t 2024-10-08T19:59:59.1690843Z ] 2024-10-08T19:59:59.1692866Z 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 2024-10-08T19:59:59.1694952Z with 2024-10-08T19:59:59.1695190Z [ 2024-10-08T19:59:59.1695432Z T=uint8_t, 2024-10-08T19:59:59.1695784Z accT=int32_t 2024-10-08T19:59:59.1696313Z ] 2024-10-08T19:59:59.1697897Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-10-08T19:59:59.1699336Z with 2024-10-08T19:59:59.1699686Z [ 2024-10-08T19:59:59.1699925Z T=uint8_t, 2024-10-08T19:59:59.1700275Z accT=int32_t 2024-10-08T19:59:59.1700645Z ] 2024-10-08T19:59:59.1703676Z 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 2024-10-08T19:59:59.1706827Z with 2024-10-08T19:59:59.1707460Z [ 2024-10-08T19:59:59.1707852Z T=uint8_t, 2024-10-08T19:59:59.1708313Z accT=int16_t, 2024-10-08T19:59:59.1708924Z inpType=uint8_t 2024-10-08T19:59:59.1709452Z ] 2024-10-08T19:59:59.1711360Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-10-08T19:59:59.1712624Z with 2024-10-08T19:59:59.1712953Z [ 2024-10-08T19:59:59.1713181Z T=uint8_t, 2024-10-08T19:59:59.1713475Z accT=int16_t 2024-10-08T19:59:59.1713847Z ] 2024-10-08T19:59:59.1715694Z 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 2024-10-08T19:59:59.1717638Z with 2024-10-08T19:59:59.1717881Z [ 2024-10-08T19:59:59.1718118Z T=uint8_t, 2024-10-08T19:59:59.1718399Z accT=int16_t 2024-10-08T19:59:59.1718842Z ] 2024-10-08T19:59:59.1720035Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-10-08T19:59:59.1721384Z with 2024-10-08T19:59:59.1721626Z [ 2024-10-08T19:59:59.1721864Z T=uint8_t, 2024-10-08T19:59:59.1722141Z accT=int16_t 2024-10-08T19:59:59.1722428Z ] 2024-10-08T19:59:59.1724161Z 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 2024-10-08T19:59:59.1727582Z 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 2024-10-08T19:59:59.1730864Z 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 2024-10-08T19:59:59.1734699Z 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 2024-10-08T19:59:59.1738170Z 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 2024-10-08T19:59:59.1741571Z 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 2024-10-08T19:59:59.1744100Z [4805/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackAWithQuantRowOffset.cc.obj 2024-10-08T19:59:59.1748676Z 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 2024-10-08T19:59:59.1750970Z with 2024-10-08T19:59:59.1751206Z [ 2024-10-08T19:59:59.1751443Z T=uint8_t, 2024-10-08T19:59:59.1751730Z accT=int32_t, 2024-10-08T19:59:59.1752167Z inpType=uint8_t 2024-10-08T19:59:59.1752472Z ] 2024-10-08T19:59:59.1753753Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-10-08T19:59:59.1755022Z with 2024-10-08T19:59:59.1755311Z [ 2024-10-08T19:59:59.1755551Z T=uint8_t, 2024-10-08T19:59:59.1755872Z accT=int32_t 2024-10-08T19:59:59.1756156Z ] 2024-10-08T19:59:59.1758037Z 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 2024-10-08T19:59:59.1759912Z with 2024-10-08T19:59:59.1760152Z [ 2024-10-08T19:59:59.1760619Z T=uint8_t, 2024-10-08T19:59:59.1760900Z accT=int32_t 2024-10-08T19:59:59.1761232Z ] 2024-10-08T19:59:59.1762539Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-10-08T19:59:59.1764558Z with 2024-10-08T19:59:59.1764979Z [ 2024-10-08T19:59:59.1765421Z T=uint8_t, 2024-10-08T19:59:59.1765942Z accT=int32_t 2024-10-08T19:59:59.1766461Z ] 2024-10-08T19:59:59.1770146Z 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 2024-10-08T19:59:59.1774203Z with 2024-10-08T19:59:59.1774646Z [ 2024-10-08T19:59:59.1775089Z T=uint8_t, 2024-10-08T19:59:59.1775633Z accT=int32_t, 2024-10-08T19:59:59.1776199Z inpType=uint8_t 2024-10-08T19:59:59.1776746Z ] 2024-10-08T19:59:59.1779132Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-10-08T19:59:59.1781557Z with 2024-10-08T19:59:59.1782008Z [ 2024-10-08T19:59:59.1782445Z T=uint8_t, 2024-10-08T19:59:59.1782962Z accT=int32_t 2024-10-08T19:59:59.1783487Z ] 2024-10-08T19:59:59.1787125Z 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 2024-10-08T19:59:59.1790889Z with 2024-10-08T19:59:59.1791338Z [ 2024-10-08T19:59:59.1791770Z T=uint8_t, 2024-10-08T19:59:59.1792303Z accT=int32_t 2024-10-08T19:59:59.1793730Z ] 2024-10-08T19:59:59.1796781Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-10-08T19:59:59.1800712Z with 2024-10-08T19:59:59.1801097Z [ 2024-10-08T19:59:59.1801495Z T=uint8_t, 2024-10-08T19:59:59.1801992Z accT=int32_t 2024-10-08T19:59:59.1802647Z ] 2024-10-08T19:59:59.1804503Z 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 2024-10-08T19:59:59.1830915Z [4806/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackWeightsForConv.cc.obj 2024-10-08T19:59:59.1834665Z 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 2024-10-08T19:59:59.1837510Z with 2024-10-08T19:59:59.1837916Z [ 2024-10-08T19:59:59.1838191Z T=int8_t, 2024-10-08T19:59:59.1838590Z accT=int32_t, 2024-10-08T19:59:59.1838908Z inpType=int8_t 2024-10-08T19:59:59.1839192Z ] 2024-10-08T19:59:59.1840411Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-10-08T19:59:59.1841738Z with 2024-10-08T19:59:59.1842069Z [ 2024-10-08T19:59:59.1842323Z T=int8_t, 2024-10-08T19:59:59.1842652Z accT=int32_t 2024-10-08T19:59:59.1842977Z ] 2024-10-08T19:59:59.1844853Z 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 2024-10-08T19:59:59.1846695Z with 2024-10-08T19:59:59.1847011Z [ 2024-10-08T19:59:59.1847341Z T=int8_t, 2024-10-08T19:59:59.1847710Z accT=int32_t 2024-10-08T19:59:59.1848074Z ] 2024-10-08T19:59:59.1849232Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-10-08T19:59:59.1850604Z with 2024-10-08T19:59:59.1850841Z [ 2024-10-08T19:59:59.1851111Z T=int8_t, 2024-10-08T19:59:59.1851569Z accT=int32_t 2024-10-08T19:59:59.1852042Z ] 2024-10-08T19:59:59.1854876Z 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 2024-10-08T19:59:59.1923306Z [4807/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GroupwiseConvAcc32Avx2.cc.obj 2024-10-08T19:59:59.1927108Z 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 2024-10-08T19:59:59.1931425Z 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' 2024-10-08T19:59:59.1936157Z 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 2024-10-08T19:59:59.1941062Z 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' 2024-10-08T19:59:59.1945466Z 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 2024-10-08T19:59:59.1950954Z 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' 2024-10-08T19:59:59.1955826Z 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 2024-10-08T19:59:59.1960549Z 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' 2024-10-08T19:59:59.1964668Z 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 2024-10-08T19:59:59.1968065Z 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' 2024-10-08T19:59:59.1972932Z 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 2024-10-08T19:59:59.1977807Z 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' 2024-10-08T19:59:59.1982543Z 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 2024-10-08T19:59:59.1987360Z 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' 2024-10-08T19:59:59.1991733Z 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 2024-10-08T19:59:59.1994841Z 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' 2024-10-08T19:59:59.1998935Z 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 2024-10-08T19:59:59.2002902Z 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' 2024-10-08T19:59:59.2007253Z 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 2024-10-08T19:59:59.2011749Z 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' 2024-10-08T19:59:59.2015704Z 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 2024-10-08T19:59:59.2019832Z 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' 2024-10-08T19:59:59.2025145Z 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 2024-10-08T19:59:59.2030330Z 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' 2024-10-08T19:59:59.2034714Z 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 2024-10-08T19:59:59.2037438Z 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' 2024-10-08T19:59:59.2040142Z 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 2024-10-08T19:59:59.2043172Z 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' 2024-10-08T19:59:59.2046398Z 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 2024-10-08T19:59:59.2049238Z 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' 2024-10-08T19:59:59.2051846Z 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 2024-10-08T19:59:59.2054373Z 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' 2024-10-08T19:59:59.2057345Z 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 2024-10-08T19:59:59.2060785Z 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' 2024-10-08T19:59:59.2063958Z 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 2024-10-08T19:59:59.2066781Z 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' 2024-10-08T19:59:59.2069388Z 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 2024-10-08T19:59:59.2071894Z 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' 2024-10-08T19:59:59.2075008Z 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 2024-10-08T19:59:59.2077985Z 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' 2024-10-08T19:59:59.2082050Z 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 2024-10-08T19:59:59.2087011Z 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' 2024-10-08T19:59:59.2092185Z 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 2024-10-08T19:59:59.2097258Z 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' 2024-10-08T19:59:59.2102033Z 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 2024-10-08T19:59:59.2105331Z 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' 2024-10-08T19:59:59.2108658Z 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 2024-10-08T19:59:59.2111815Z 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' 2024-10-08T19:59:59.2115747Z 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 2024-10-08T19:59:59.2121389Z 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' 2024-10-08T19:59:59.2126278Z 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 2024-10-08T19:59:59.2131137Z 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' 2024-10-08T19:59:59.2136192Z 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 2024-10-08T19:59:59.2141156Z 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' 2024-10-08T19:59:59.2146264Z 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 2024-10-08T19:59:59.2150877Z 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' 2024-10-08T19:59:59.2155758Z 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 2024-10-08T19:59:59.2160657Z 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' 2024-10-08T19:59:59.2165738Z 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 2024-10-08T19:59:59.2170834Z 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' 2024-10-08T19:59:59.2451945Z [4808/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\QuantUtils.cc.obj 2024-10-08T19:59:59.2601984Z [4809/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackBMatrix.cc.obj 2024-10-08T19:59:59.2606634Z 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 2024-10-08T19:59:59.2610195Z with 2024-10-08T19:59:59.2610657Z [ 2024-10-08T19:59:59.2611086Z T=int8_t, 2024-10-08T19:59:59.2611612Z accT=int32_t, 2024-10-08T19:59:59.2612155Z inpType=int8_t 2024-10-08T19:59:59.2612706Z ] 2024-10-08T19:59:59.2614909Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-10-08T19:59:59.2617188Z with 2024-10-08T19:59:59.2617623Z [ 2024-10-08T19:59:59.2618032Z T=int8_t, 2024-10-08T19:59:59.2618550Z accT=int32_t 2024-10-08T19:59:59.2619072Z ] 2024-10-08T19:59:59.2622411Z 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 2024-10-08T19:59:59.2625870Z with 2024-10-08T19:59:59.2626295Z [ 2024-10-08T19:59:59.2626711Z T=int8_t, 2024-10-08T19:59:59.2627223Z accT=int32_t 2024-10-08T19:59:59.2627721Z ] 2024-10-08T19:59:59.2629987Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-10-08T19:59:59.2632234Z with 2024-10-08T19:59:59.2632485Z [ 2024-10-08T19:59:59.2632793Z T=int8_t, 2024-10-08T19:59:59.2633206Z accT=int32_t 2024-10-08T19:59:59.2633603Z ] 2024-10-08T19:59:59.2636904Z 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 2024-10-08T19:59:59.2640745Z with 2024-10-08T19:59:59.2641311Z [ 2024-10-08T19:59:59.2641742Z T=int8_t, 2024-10-08T19:59:59.2642270Z accT=int16_t, 2024-10-08T19:59:59.2642811Z inpType=int8_t 2024-10-08T19:59:59.2643358Z ] 2024-10-08T19:59:59.2645493Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-10-08T19:59:59.2647959Z with 2024-10-08T19:59:59.2648254Z [ 2024-10-08T19:59:59.2648789Z T=int8_t, 2024-10-08T19:59:59.2649151Z accT=int16_t 2024-10-08T19:59:59.2649538Z ] 2024-10-08T19:59:59.2651437Z 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 2024-10-08T19:59:59.2653473Z with 2024-10-08T19:59:59.2653698Z [ 2024-10-08T19:59:59.2654010Z T=int8_t, 2024-10-08T19:59:59.2654290Z accT=int16_t 2024-10-08T19:59:59.2654561Z ] 2024-10-08T19:59:59.2655853Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-10-08T19:59:59.2657155Z with 2024-10-08T19:59:59.2657379Z [ 2024-10-08T19:59:59.2657614Z T=int8_t, 2024-10-08T19:59:59.2657931Z accT=int16_t 2024-10-08T19:59:59.2658200Z ] 2024-10-08T19:59:59.2661114Z 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 2024-10-08T19:59:59.2664045Z with 2024-10-08T19:59:59.2664352Z [ 2024-10-08T19:59:59.2664577Z T=int8_t, 2024-10-08T19:59:59.2664868Z accT=int32_t, 2024-10-08T19:59:59.2665201Z inpType=int8_t 2024-10-08T19:59:59.2665496Z ] 2024-10-08T19:59:59.2666792Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-10-08T19:59:59.2668923Z with 2024-10-08T19:59:59.2669384Z [ 2024-10-08T19:59:59.2669774Z T=int8_t, 2024-10-08T19:59:59.2670271Z accT=int32_t 2024-10-08T19:59:59.2670793Z ] 2024-10-08T19:59:59.2674070Z 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 2024-10-08T19:59:59.2677502Z with 2024-10-08T19:59:59.2677926Z [ 2024-10-08T19:59:59.2678338Z T=int8_t, 2024-10-08T19:59:59.2678866Z accT=int32_t 2024-10-08T19:59:59.2679384Z ] 2024-10-08T19:59:59.2681578Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-10-08T19:59:59.2683972Z with 2024-10-08T19:59:59.2684402Z [ 2024-10-08T19:59:59.2684826Z T=int8_t, 2024-10-08T19:59:59.2685335Z accT=int32_t 2024-10-08T19:59:59.2685848Z ] 2024-10-08T19:59:59.2690666Z 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 2024-10-08T19:59:59.2694268Z with 2024-10-08T19:59:59.2694709Z [ 2024-10-08T19:59:59.2695126Z T=int8_t, 2024-10-08T19:59:59.2695628Z accT=int16_t, 2024-10-08T19:59:59.2696197Z inpType=int8_t 2024-10-08T19:59:59.2696718Z ] 2024-10-08T19:59:59.2698857Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(106): note: see declaration of 'fbgemm::PackMatrix,T,accT>::PackMatrix' 2024-10-08T19:59:59.2701301Z with 2024-10-08T19:59:59.2701705Z [ 2024-10-08T19:59:59.2702131Z T=int8_t, 2024-10-08T19:59:59.2702642Z accT=int16_t 2024-10-08T19:59:59.2703138Z ] 2024-10-08T19:59:59.2706197Z 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 2024-10-08T19:59:59.2709562Z with 2024-10-08T19:59:59.2709973Z [ 2024-10-08T19:59:59.2710385Z T=int8_t, 2024-10-08T19:59:59.2710898Z accT=int16_t 2024-10-08T19:59:59.2711411Z ] 2024-10-08T19:59:59.2713683Z C:\actions-runner\_work\pytorch\pytorch\third_party\fbgemm\include\fbgemm/Fbgemm.h(137): note: see declaration of 'fbgemm::PackMatrix,T,accT>::packedBufferSize' 2024-10-08T19:59:59.2716040Z with 2024-10-08T19:59:59.2716414Z [ 2024-10-08T19:59:59.2716875Z T=int8_t, 2024-10-08T19:59:59.2717380Z accT=int16_t 2024-10-08T19:59:59.2717873Z ] 2024-10-08T19:59:59.2720935Z 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 2024-10-08T19:59:59.2726675Z 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 2024-10-08T19:59:59.3357148Z [4810/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GroupwiseConvAcc32Avx512.cc.obj 2024-10-08T19:59:59.3360635Z 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 2024-10-08T19:59:59.3365030Z 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' 2024-10-08T19:59:59.3370246Z 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 2024-10-08T19:59:59.3375592Z 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' 2024-10-08T19:59:59.3380224Z 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 2024-10-08T19:59:59.3383625Z 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' 2024-10-08T19:59:59.3386532Z 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 2024-10-08T19:59:59.3389277Z 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' 2024-10-08T19:59:59.3392896Z 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 2024-10-08T19:59:59.3395988Z 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' 2024-10-08T19:59:59.3398756Z 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 2024-10-08T19:59:59.3401353Z 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' 2024-10-08T19:59:59.3404685Z 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 2024-10-08T19:59:59.3408545Z 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' 2024-10-08T19:59:59.3411610Z 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 2024-10-08T19:59:59.3414383Z 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' 2024-10-08T19:59:59.3417381Z 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 2024-10-08T19:59:59.3422505Z 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' 2024-10-08T19:59:59.3427776Z 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 2024-10-08T19:59:59.3432776Z 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' 2024-10-08T19:59:59.3437763Z 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 2024-10-08T19:59:59.3442371Z 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' 2024-10-08T19:59:59.3447251Z 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 2024-10-08T19:59:59.3452345Z 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' 2024-10-08T19:59:59.3456988Z 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 2024-10-08T19:59:59.3461726Z 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' 2024-10-08T19:59:59.3466533Z 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 2024-10-08T19:59:59.3472801Z 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' 2024-10-08T19:59:59.3479035Z 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 2024-10-08T19:59:59.3485258Z 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' 2024-10-08T19:59:59.3491202Z 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 2024-10-08T19:59:59.3495988Z 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' 2024-10-08T19:59:59.3501022Z 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 2024-10-08T19:59:59.3505027Z 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' 2024-10-08T19:59:59.3510190Z 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 2024-10-08T19:59:59.3515319Z 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' 2024-10-08T19:59:59.3520136Z 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 2024-10-08T19:59:59.3525123Z 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' 2024-10-08T19:59:59.3531198Z 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 2024-10-08T19:59:59.3536577Z 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' 2024-10-08T19:59:59.3540315Z 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 2024-10-08T19:59:59.3542869Z 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' 2024-10-08T19:59:59.3545787Z 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 2024-10-08T19:59:59.3548799Z 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' 2024-10-08T19:59:59.3551851Z 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 2024-10-08T19:59:59.3555456Z 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' 2024-10-08T19:59:59.3558057Z 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 2024-10-08T19:59:59.3560905Z 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' 2024-10-08T19:59:59.3563919Z 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 2024-10-08T19:59:59.3566750Z 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' 2024-10-08T19:59:59.3569737Z 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 2024-10-08T19:59:59.3572496Z 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' 2024-10-08T19:59:59.3575308Z 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 2024-10-08T19:59:59.3578508Z 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' 2024-10-08T19:59:59.3581289Z 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 2024-10-08T19:59:59.3583953Z 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' 2024-10-08T19:59:59.3586548Z 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 2024-10-08T19:59:59.3589478Z 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' 2024-10-08T19:59:59.3592725Z 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 2024-10-08T19:59:59.3596059Z 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' 2024-10-08T19:59:59.3599701Z 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 2024-10-08T19:59:59.3602423Z 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' 2024-10-08T19:59:59.3605427Z 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 2024-10-08T19:59:59.3608185Z 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' 2024-10-08T19:59:59.3611025Z 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 2024-10-08T19:59:59.3613802Z 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' 2024-10-08T19:59:59.3616446Z 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 2024-10-08T19:59:59.3618934Z 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' 2024-10-08T19:59:59.3623775Z 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 2024-10-08T19:59:59.3628370Z 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' 2024-10-08T19:59:59.3632055Z 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 2024-10-08T19:59:59.3634878Z 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' 2024-10-08T19:59:59.3637715Z 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 2024-10-08T19:59:59.3640482Z 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' 2024-10-08T19:59:59.3643223Z 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 2024-10-08T19:59:59.3645921Z 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' 2024-10-08T19:59:59.3648665Z 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 2024-10-08T19:59:59.3651460Z 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' 2024-10-08T19:59:59.3654295Z 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 2024-10-08T19:59:59.3657189Z 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' 2024-10-08T19:59:59.3660225Z 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 2024-10-08T19:59:59.3662845Z 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' 2024-10-08T19:59:59.3665792Z 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 2024-10-08T19:59:59.3668584Z 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' 2024-10-08T19:59:59.3671159Z 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 2024-10-08T19:59:59.3673804Z 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' 2024-10-08T19:59:59.3676389Z 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 2024-10-08T19:59:59.3679589Z 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' 2024-10-08T19:59:59.3684748Z 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 2024-10-08T19:59:59.3689904Z 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' 2024-10-08T19:59:59.3694943Z 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 2024-10-08T19:59:59.3697883Z 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' 2024-10-08T19:59:59.3700544Z 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 2024-10-08T19:59:59.3703285Z 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' 2024-10-08T19:59:59.3705940Z 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 2024-10-08T19:59:59.3712060Z 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' 2024-10-08T19:59:59.3716778Z 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 2024-10-08T19:59:59.3721662Z 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' 2024-10-08T19:59:59.3727001Z 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 2024-10-08T19:59:59.3732320Z 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' 2024-10-08T19:59:59.3737276Z 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 2024-10-08T19:59:59.3742021Z 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' 2024-10-08T19:59:59.3747107Z 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 2024-10-08T19:59:59.3752510Z 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' 2024-10-08T19:59:59.3757634Z 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 2024-10-08T19:59:59.3762608Z 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' 2024-10-08T19:59:59.3767548Z 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 2024-10-08T19:59:59.3772453Z 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' 2024-10-08T19:59:59.3777705Z 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 2024-10-08T19:59:59.3782978Z 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' 2024-10-08T19:59:59.3788148Z 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 2024-10-08T19:59:59.3793060Z 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' 2024-10-08T19:59:59.3798120Z 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 2024-10-08T19:59:59.3803568Z 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' 2024-10-08T19:59:59.3808690Z 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 2024-10-08T19:59:59.3813844Z 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' 2024-10-08T19:59:59.3819003Z 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 2024-10-08T19:59:59.3823678Z 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' 2024-10-08T19:59:59.3828661Z 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 2024-10-08T19:59:59.3834071Z 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' 2024-10-08T19:59:59.3837244Z [4811/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\TransposeUtils.cc.obj 2024-10-08T19:59:59.3907486Z [4812/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackWeightMatrixForGConv.cc.obj 2024-10-08T19:59:59.4512508Z [4813/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackMatrix.cc.obj 2024-10-08T19:59:59.4515007Z 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 2024-10-08T19:59:59.4518571Z 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 2024-10-08T19:59:59.4524542Z 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 2024-10-08T19:59:59.4531417Z 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 2024-10-08T19:59:59.4537805Z 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 2024-10-08T19:59:59.4545352Z 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 2024-10-08T19:59:59.4551363Z 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 2024-10-08T19:59:59.4555614Z 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 2024-10-08T19:59:59.4562334Z 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 2024-10-08T19:59:59.4568741Z 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 2024-10-08T19:59:59.4574161Z 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 2024-10-08T19:59:59.4577860Z 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 2024-10-08T19:59:59.4583101Z 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 2024-10-08T19:59:59.4586011Z [4814/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\spmmUtils.cc.obj 2024-10-08T19:59:59.5145951Z [4815/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\RefImplementations.cc.obj 2024-10-08T19:59:59.6011847Z [4816/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\GenerateI8Depthwise.cc.obj 2024-10-08T19:59:59.6069387Z [4817/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\EmbeddingSpMDMAvx2.cc.obj 2024-10-08T19:59:59.6200144Z [4818/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\PackWeightsForDirectConv.cc.obj 2024-10-08T19:59:59.6464513Z [4819/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmFloat16ConvertAvx2.cc.obj 2024-10-08T19:59:59.6466454Z 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' 2024-10-08T19:59:59.6468591Z 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' 2024-10-08T19:59:59.7193972Z [4820/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmBfloat16ConvertAvx2.cc.obj 2024-10-08T19:59:59.7385684Z [4821/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\SparseAdagrad.cc.obj 2024-10-08T19:59:59.7515174Z [4822/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\Utils.cc.obj 2024-10-08T19:59:59.8309751Z [4823/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmI8Depthwise3DAvx2.cc.obj 2024-10-08T19:59:59.8366917Z [4824/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_generic.dir\src\RowWiseSparseAdagradFused.cc.obj 2024-10-08T19:59:59.8430340Z [4825/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\OptimizedKernelsAvx2.cc.obj 2024-10-08T19:59:59.8446205Z [4826/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmI8DepthwiseAvx2.cc.obj 2024-10-08T19:59:59.8529211Z [4827/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmI8DepthwisePerChannelQuantAvx2.cc.obj 2024-10-08T19:59:59.9097297Z [4828/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmSparseDenseAvx2.cc.obj 2024-10-08T19:59:59.9153482Z [4829/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmSparseDenseInt8Avx2.cc.obj 2024-10-08T19:59:59.9315625Z [4830/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\UtilsAvx2.cc.obj 2024-10-08T19:59:59.9509338Z [4831/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\PackDepthwiseConvMatrixAvx2.cc.obj 2024-10-08T20:00:00.0333625Z [4832/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\spmmUtilsAvx2.cc.obj 2024-10-08T20:00:00.0493617Z [4833/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmBfloat16ConvertAvx512.cc.obj 2024-10-08T20:00:00.1062118Z [4834/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmFloat16ConvertAvx512.cc.obj 2024-10-08T20:00:00.1212535Z [4835/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\FbgemmFP16UKernelsIntrinsicAvx2.cc.obj 2024-10-08T20:00:00.1289402Z [4836/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmSparseDenseInt8Avx512.cc.obj 2024-10-08T20:00:00.1643956Z [4837/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmSparseDenseAvx512.cc.obj 2024-10-08T20:00:00.1705314Z [4838/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\EmbeddingSpMDMAvx512.cc.obj 2024-10-08T20:00:00.2417731Z [4839/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmSparseDenseVectorInt8Avx512.cc.obj 2024-10-08T20:00:00.2586524Z [4840/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\QuantUtilsAvx512.cc.obj 2024-10-08T20:00:00.2676600Z [4841/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx2.dir\src\QuantUtilsAvx2.cc.obj 2024-10-08T20:00:00.2678287Z 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' 2024-10-08T20:00:00.2681414Z 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' 2024-10-08T20:00:00.2684545Z 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 2024-10-08T20:00:00.2687461Z 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' 2024-10-08T20:00:00.2689731Z 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' 2024-10-08T20:00:00.2691765Z 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' 2024-10-08T20:00:00.2693940Z 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' 2024-10-08T20:00:00.2695908Z 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' 2024-10-08T20:00:00.2698157Z 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' 2024-10-08T20:00:00.2700282Z 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' 2024-10-08T20:00:00.2702412Z 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' 2024-10-08T20:00:00.2705303Z 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 2024-10-08T20:00:00.2748027Z [4842/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\UtilsAvx512.cc.obj 2024-10-08T20:00:00.3879617Z [4843/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmFP16UKernelsIntrinsicAvx512.cc.obj 2024-10-08T20:00:00.4317426Z [4844/7385] Building CXX object third_party\fbgemm\CMakeFiles\fbgemm_avx512.dir\src\FbgemmFP16UKernelsIntrinsicAvx512_256.cc.obj 2024-10-08T20:00:00.5071935Z [4845/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86assembler.cpp.obj 2024-10-08T20:00:00.5507693Z [4846/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\archtraits.cpp.obj 2024-10-08T20:00:00.5905311Z [4847/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\codeholder.cpp.obj 2024-10-08T20:00:00.6236375Z [4848/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\builder.cpp.obj 2024-10-08T20:00:00.6367952Z [4849/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\assembler.cpp.obj 2024-10-08T20:00:00.7429759Z [4850/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\compiler.cpp.obj 2024-10-08T20:00:00.7510521Z [4851/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\emithelper.cpp.obj 2024-10-08T20:00:00.7871866Z [4852/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\codewriter.cpp.obj 2024-10-08T20:00:00.8008337Z [4853/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\constpool.cpp.obj 2024-10-08T20:00:00.8741029Z [4854/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\emitterutils.cpp.obj 2024-10-08T20:00:00.9232277Z [4855/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\cpuinfo.cpp.obj 2024-10-08T20:00:00.9363201Z [4856/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\errorhandler.cpp.obj 2024-10-08T20:00:00.9617149Z [4857/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\emitter.cpp.obj 2024-10-08T20:00:01.0763961Z [4858/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\func.cpp.obj 2024-10-08T20:00:01.0840614Z [4859/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\globals.cpp.obj 2024-10-08T20:00:01.1335691Z [4860/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\environment.cpp.obj 2024-10-08T20:00:01.1678384Z [4861/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\funcargscontext.cpp.obj 2024-10-08T20:00:01.2562980Z [4862/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\jitruntime.cpp.obj 2024-10-08T20:00:01.2637795Z [4863/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\inst.cpp.obj 2024-10-08T20:00:01.2653998Z [4864/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\formatter.cpp.obj 2024-10-08T20:00:01.2890212Z [4865/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\logger.cpp.obj 2024-10-08T20:00:01.3925377Z [4866/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\operand.cpp.obj 2024-10-08T20:00:01.4141703Z [4867/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\osutils.cpp.obj 2024-10-08T20:00:01.4484622Z [4868/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\jitallocator.cpp.obj 2024-10-08T20:00:01.5204811Z [4869/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\ralocal.cpp.obj 2024-10-08T20:00:01.5829686Z [4870/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\support.cpp.obj 2024-10-08T20:00:01.6005499Z [4871/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\string.cpp.obj 2024-10-08T20:00:01.6721108Z [4872/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\rastack.cpp.obj 2024-10-08T20:00:01.6899243Z [4873/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\rapass.cpp.obj 2024-10-08T20:00:01.7057974Z [4874/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\target.cpp.obj 2024-10-08T20:00:01.7282108Z [4875/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\type.cpp.obj 2024-10-08T20:00:01.7844285Z [4876/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\virtmem.cpp.obj 2024-10-08T20:00:01.8368495Z [4877/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zone.cpp.obj 2024-10-08T20:00:01.9040450Z [4878/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonestack.cpp.obj 2024-10-08T20:00:01.9174417Z [4879/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonelist.cpp.obj 2024-10-08T20:00:02.0145492Z [4880/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonetree.cpp.obj 2024-10-08T20:00:02.0547706Z [4881/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonehash.cpp.obj 2024-10-08T20:00:02.0989087Z [4882/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64compiler.cpp.obj 2024-10-08T20:00:02.1068230Z [4883/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\core\zonevector.cpp.obj 2024-10-08T20:00:02.1149066Z [4884/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64assembler.cpp.obj 2024-10-08T20:00:02.1907919Z [4885/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\a64builder.cpp.obj 2024-10-08T20:00:02.2918164Z [4886/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\arm\armformatter.cpp.obj 2024-10-08T20:00:02.3159993Z [4887/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86compiler.cpp.obj 2024-10-08T20:00:02.4043098Z [4888/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86builder.cpp.obj 2024-10-08T20:00:02.4060376Z [4889/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86func.cpp.obj 2024-10-08T20:00:02.4767728Z [4890/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86emithelper.cpp.obj 2024-10-08T20:00:02.5096383Z [4891/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86instdb.cpp.obj 2024-10-08T20:00:02.5309699Z [4892/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86instapi.cpp.obj 2024-10-08T20:00:02.5467704Z [4893/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86formatter.cpp.obj 2024-10-08T20:00:02.6539351Z [4894/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86operand.cpp.obj 2024-10-08T20:00:02.6936503Z [4895/7385] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allreduce_local.cc.obj 2024-10-08T20:00:02.7065301Z [4896/7385] Building CXX object third_party\fbgemm\asmjit\CMakeFiles\asmjit.dir\src\asmjit\x86\x86rapass.cpp.obj 2024-10-08T20:00:02.7702254Z [4897/7385] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allgatherv.cc.obj 2024-10-08T20:00:02.7765155Z [4898/7385] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allgather.cc.obj 2024-10-08T20:00:02.7904330Z [4899/7385] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\allreduce.cc.obj 2024-10-08T20:00:02.8037077Z [4900/7385] Linking CXX shared library bin\asmjit.dll 2024-10-08T20:00:02.8945890Z [4901/7385] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\algorithm.cc.obj 2024-10-08T20:00:02.9207063Z [4902/7385] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\gather.cc.obj 2024-10-08T20:00:03.0238736Z [4903/7385] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\context.cc.obj 2024-10-08T20:00:03.0333283Z [4904/7385] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\alltoall.cc.obj 2024-10-08T20:00:03.0386678Z [4905/7385] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\broadcast.cc.obj 2024-10-08T20:00:03.1384947Z [4906/7385] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\alltoallv.cc.obj 2024-10-08T20:00:03.2067966Z [4907/7385] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\barrier.cc.obj 2024-10-08T20:00:03.2583480Z [4908/7385] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\scatter.cc.obj 2024-10-08T20:00:03.2753621Z [4909/7385] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\common\logging.cc.obj 2024-10-08T20:00:03.2916415Z [4910/7385] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\gatherv.cc.obj 2024-10-08T20:00:03.3247603Z [4911/7385] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\types.cc.obj 2024-10-08T20:00:03.3319929Z [4912/7385] Building C object third_party\ittapi\CMakeFiles\ittnotify.dir\src\ittnotify\jitprofiling.c.obj 2024-10-08T20:00:03.3321637Z 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 2024-10-08T20:00:03.3360388Z [4913/7385] Linking CXX shared library bin\fbgemm.dll 2024-10-08T20:00:03.3438499Z [4914/7385] Building C object third_party\ittapi\CMakeFiles\ittnotify.dir\src\ittnotify\ittnotify_static.c.obj 2024-10-08T20:00:03.3441435Z 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 2024-10-08T20:00:03.3873949Z [4915/7385] Linking C static library lib\libittnotify.lib 2024-10-08T20:00:03.4592318Z [4916/7385] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\buffer.cc.obj 2024-10-08T20:00:03.5120450Z [4917/7385] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\reduce.cc.obj 2024-10-08T20:00:03.5401935Z [4918/7385] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\prefix_store.cc.obj 2024-10-08T20:00:03.5837557Z [4919/7385] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\hash_store.cc.obj 2024-10-08T20:00:03.5898906Z [4920/7385] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\file_store.cc.obj 2024-10-08T20:00:03.6441197Z [4921/7385] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\context.cc.obj 2024-10-08T20:00:03.7251637Z [4922/7385] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\device.cc.obj 2024-10-08T20:00:03.7503248Z [4923/7385] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\common\utils.cc.obj 2024-10-08T20:00:03.7572837Z [4924/7385] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\address.cc.obj 2024-10-08T20:00:03.7650850Z [4925/7385] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\rendezvous\store.cc.obj 2024-10-08T20:00:03.8010128Z [4926/7385] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\context.cc.obj 2024-10-08T20:00:03.8887009Z [4927/7385] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\common\win.cc.obj 2024-10-08T20:00:03.9336761Z [4928/7385] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\unbound_buffer.cc.obj 2024-10-08T20:00:03.9704445Z [4929/7385] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\pair.cc.obj 2024-10-08T20:00:04.0267943Z [4930/7385] Running gen_proto.py on onnx/onnx.in.proto 2024-10-08T20:00:04.0269134Z Processing C:\actions-runner\_work\pytorch\pytorch\third_party\onnx\onnx\onnx.in.proto 2024-10-08T20:00:04.0270918Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_onnx_torch-ml.proto 2024-10-08T20:00:04.0273033Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_onnx_torch-ml.proto3 2024-10-08T20:00:04.0274919Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-ml.pb.h 2024-10-08T20:00:04.0276690Z generating C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_pb.py 2024-10-08T20:00:04.1135623Z [4931/7385] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\unbound_buffer.cc.obj 2024-10-08T20:00:04.1908853Z [4932/7385] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\address.cc.obj 2024-10-08T20:00:04.2140432Z [4933/7385] Building RC object third_party\ideep\mkl-dnn\src\CMakeFiles\dnnl.dir\version.rc.res 2024-10-08T20:00:04.2142066Z Microsoft (R) Windows (R) Resource Compiler Version 10.0.10011.16384 2024-10-08T20:00:04.2142827Z 2024-10-08T20:00:04.2143229Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-10-08T20:00:04.2143907Z 2024-10-08T20:00:04.2143916Z 2024-10-08T20:00:04.2394238Z [4934/7385] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\context.cc.obj 2024-10-08T20:00:04.3071232Z [4935/7385] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\libuv.cc.obj 2024-10-08T20:00:04.3074087Z 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 2024-10-08T20:00:04.3080135Z 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 2024-10-08T20:00:04.3084404Z with 2024-10-08T20:00:04.3084782Z [ 2024-10-08T20:00:04.3085319Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-10-08T20:00:04.3086034Z ] 2024-10-08T20:00:04.3090101Z 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 2024-10-08T20:00:04.3094327Z with 2024-10-08T20:00:04.3094675Z [ 2024-10-08T20:00:04.3095693Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-10-08T20:00:04.3096369Z ] 2024-10-08T20:00:04.3100605Z 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 2024-10-08T20:00:04.3105399Z with 2024-10-08T20:00:04.3105808Z [ 2024-10-08T20:00:04.3106453Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-10-08T20:00:04.3107274Z ] 2024-10-08T20:00:04.3111950Z 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 2024-10-08T20:00:04.3116531Z with 2024-10-08T20:00:04.3116939Z [ 2024-10-08T20:00:04.3117522Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-10-08T20:00:04.3118769Z T=gloo::transport::uv::libuv::detail::WriteRequest 2024-10-08T20:00:04.3119626Z ] 2024-10-08T20:00:04.3124359Z 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 2024-10-08T20:00:04.3129154Z with 2024-10-08T20:00:04.3129602Z [ 2024-10-08T20:00:04.3130305Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-10-08T20:00:04.3131389Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2024-10-08T20:00:04.3132251Z U=uv_write_t 2024-10-08T20:00:04.3132756Z ] 2024-10-08T20:00:04.3138601Z 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 2024-10-08T20:00:04.3143513Z with 2024-10-08T20:00:04.3143953Z [ 2024-10-08T20:00:04.3144547Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-10-08T20:00:04.3145564Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2024-10-08T20:00:04.3146416Z U=uv_write_t 2024-10-08T20:00:04.3146910Z ] 2024-10-08T20:00:04.3151335Z 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 2024-10-08T20:00:04.3154755Z with 2024-10-08T20:00:04.3155005Z [ 2024-10-08T20:00:04.3155371Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-10-08T20:00:04.3155815Z ] 2024-10-08T20:00:04.3526137Z [4936/7385] Running C++ protocol buffer compiler on C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2024-10-08T20:00:04.4199323Z [4937/7385] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\device.cc.obj 2024-10-08T20:00:04.4201349Z 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 2024-10-08T20:00:04.4205240Z 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 2024-10-08T20:00:04.4208286Z with 2024-10-08T20:00:04.4208519Z [ 2024-10-08T20:00:04.4208939Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-10-08T20:00:04.4209394Z ] 2024-10-08T20:00:04.4211946Z 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 2024-10-08T20:00:04.4214636Z with 2024-10-08T20:00:04.4214868Z [ 2024-10-08T20:00:04.4215223Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-10-08T20:00:04.4215672Z ] 2024-10-08T20:00:04.4218259Z 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 2024-10-08T20:00:04.4221130Z with 2024-10-08T20:00:04.4221411Z [ 2024-10-08T20:00:04.4221762Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-10-08T20:00:04.4222201Z ] 2024-10-08T20:00:04.4224790Z 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 2024-10-08T20:00:04.4227373Z with 2024-10-08T20:00:04.4227614Z [ 2024-10-08T20:00:04.4227952Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-10-08T20:00:04.4228570Z T=gloo::transport::uv::libuv::detail::WriteRequest 2024-10-08T20:00:04.4229060Z ] 2024-10-08T20:00:04.4231807Z 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 2024-10-08T20:00:04.4235396Z with 2024-10-08T20:00:04.4235766Z [ 2024-10-08T20:00:04.4236127Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-10-08T20:00:04.4236689Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2024-10-08T20:00:04.4237148Z U=uv_write_t 2024-10-08T20:00:04.4237565Z ] 2024-10-08T20:00:04.4240562Z 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 2024-10-08T20:00:04.4243303Z with 2024-10-08T20:00:04.4243545Z [ 2024-10-08T20:00:04.4243936Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-10-08T20:00:04.4244533Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2024-10-08T20:00:04.4244990Z U=uv_write_t 2024-10-08T20:00:04.4245277Z ] 2024-10-08T20:00:04.4247605Z 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 2024-10-08T20:00:04.4250110Z with 2024-10-08T20:00:04.4250390Z [ 2024-10-08T20:00:04.4250745Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-10-08T20:00:04.4251184Z ] 2024-10-08T20:00:04.4251590Z [4938/7385] Running gen_proto.py on onnx/onnx-operators.in.proto 2024-10-08T20:00:04.4252462Z Processing C:\actions-runner\_work\pytorch\pytorch\third_party\onnx\onnx\onnx-operators.in.proto 2024-10-08T20:00:04.4253591Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-operators_onnx_torch-ml.proto 2024-10-08T20:00:04.4254849Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-operators_onnx_torch-ml.proto3 2024-10-08T20:00:04.4256076Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-operators-ml.pb.h 2024-10-08T20:00:04.4257155Z generating C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_operators_pb.py 2024-10-08T20:00:04.4897762Z [4939/7385] Building CXX object third_party\gloo\gloo\CMakeFiles\gloo.dir\transport\uv\pair.cc.obj 2024-10-08T20:00:04.4900311Z 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 2024-10-08T20:00:04.4904239Z 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 2024-10-08T20:00:04.4907233Z with 2024-10-08T20:00:04.4907475Z [ 2024-10-08T20:00:04.4907817Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-10-08T20:00:04.4908273Z ] 2024-10-08T20:00:04.4910825Z 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 2024-10-08T20:00:04.4913653Z with 2024-10-08T20:00:04.4913879Z [ 2024-10-08T20:00:04.4914228Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-10-08T20:00:04.4914686Z ] 2024-10-08T20:00:04.4917223Z 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 2024-10-08T20:00:04.4919849Z with 2024-10-08T20:00:04.4920089Z [ 2024-10-08T20:00:04.4920491Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-10-08T20:00:04.4920952Z ] 2024-10-08T20:00:04.4923438Z 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 2024-10-08T20:00:04.4925924Z with 2024-10-08T20:00:04.4926207Z [ 2024-10-08T20:00:04.4926575Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-10-08T20:00:04.4927136Z T=gloo::transport::uv::libuv::detail::WriteRequest 2024-10-08T20:00:04.4927578Z ] 2024-10-08T20:00:04.4930227Z 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 2024-10-08T20:00:04.4932844Z with 2024-10-08T20:00:04.4933079Z [ 2024-10-08T20:00:04.4933427Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-10-08T20:00:04.4933987Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2024-10-08T20:00:04.4934445Z U=uv_write_t 2024-10-08T20:00:04.4934863Z ] 2024-10-08T20:00:04.4937483Z 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 2024-10-08T20:00:04.4940114Z with 2024-10-08T20:00:04.4940355Z [ 2024-10-08T20:00:04.4941458Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest, 2024-10-08T20:00:04.4942198Z T=gloo::transport::uv::libuv::detail::WriteRequest, 2024-10-08T20:00:04.4942672Z U=uv_write_t 2024-10-08T20:00:04.4942961Z ] 2024-10-08T20:00:04.4945263Z 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 2024-10-08T20:00:04.4947766Z with 2024-10-08T20:00:04.4948013Z [ 2024-10-08T20:00:04.4948360Z _Ty=gloo::transport::uv::libuv::detail::WriteRequest 2024-10-08T20:00:04.4948802Z ] 2024-10-08T20:00:04.4986379Z [4940/7385] Running gen_proto.py on onnx/onnx-data.in.proto 2024-10-08T20:00:04.4987361Z Processing C:\actions-runner\_work\pytorch\pytorch\third_party\onnx\onnx\onnx-data.in.proto 2024-10-08T20:00:04.4988433Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-data_onnx_torch.proto 2024-10-08T20:00:04.4989823Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-data_onnx_torch.proto3 2024-10-08T20:00:04.4990941Z Writing C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx-data.pb.h 2024-10-08T20:00:04.4991940Z generating C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx\onnx_data_pb.py 2024-10-08T20:00:04.5895101Z [4941/7385] Running C++ protocol buffer compiler on C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2024-10-08T20:00:04.5987756Z [4942/7385] Running C++ protocol buffer compiler on C:/actions-runner/_work/pytorch/pytorch/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2024-10-08T20:00:04.6841556Z [4943/7385] Linking CXX static library lib\gloo.lib 2024-10-08T20:00:04.8582460Z [4944/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\status.cc.obj 2024-10-08T20:00:04.9696848Z [4945/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\attr_proto_util.cc.obj 2024-10-08T20:00:05.0791434Z [4946/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_resampling_list.cpp.obj 2024-10-08T20:00:05.1718152Z [4947/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_sum.cpp.obj 2024-10-08T20:00:05.1873705Z [4948/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_reduction_list.cpp.obj 2024-10-08T20:00:05.1899621Z [4949/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\float16.cpp.obj 2024-10-08T20:00:05.2792164Z [4950/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_rnn_list.cpp.obj 2024-10-08T20:00:05.3467877Z [4951/7385] Building CXX object third_party\onnx\CMakeFiles\onnx_proto.dir\onnx\onnx_onnx_torch-ml.pb.cc.obj 2024-10-08T20:00:05.3622112Z [4952/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\assertions.cc.obj 2024-10-08T20:00:05.3919690Z [4953/7385] Building CXX object third_party\onnx\CMakeFiles\onnx_proto.dir\onnx\onnx-data_onnx_torch.pb.cc.obj 2024-10-08T20:00:05.4458243Z [4954/7385] Building CXX object third_party\onnx\CMakeFiles\onnx_proto.dir\onnx\onnx-operators_onnx_torch-ml.pb.cc.obj 2024-10-08T20:00:05.4910910Z [4955/7385] Linking CXX static library lib\onnx_proto.lib 2024-10-08T20:00:05.5624975Z [4956/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\ir_pb_converter.cc.obj 2024-10-08T20:00:05.5724828Z [4957/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\model_helpers.cc.obj 2024-10-08T20:00:05.5994571Z [4958/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_convolution.cpp.obj 2024-10-08T20:00:05.6114446Z [4959/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\interned_strings.cc.obj 2024-10-08T20:00:05.8113217Z [4960/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\controlflow\defs.cc.obj 2024-10-08T20:00:05.8706658Z [4961/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\data_type_utils.cc.obj 2024-10-08T20:00:06.0092252Z [4962/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\controlflow\old.cc.obj 2024-10-08T20:00:06.0408164Z [4963/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\logical\defs.cc.obj 2024-10-08T20:00:06.0464343Z [4964/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\controlflow\utils.cc.obj 2024-10-08T20:00:06.0775281Z [4965/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\function.cc.obj 2024-10-08T20:00:06.0944164Z [4966/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\common\path.cc.obj 2024-10-08T20:00:06.1391603Z [4967/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\checker.cc.obj 2024-10-08T20:00:06.2943763Z [4968/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\image\defs.cc.obj 2024-10-08T20:00:06.3734597Z [4969/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\generator\defs.cc.obj 2024-10-08T20:00:06.4196405Z [4970/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\math\utils.cc.obj 2024-10-08T20:00:06.4294416Z [4971/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\generator\utils.cc.obj 2024-10-08T20:00:06.5358290Z [4972/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\math\old.cc.obj 2024-10-08T20:00:06.5527427Z [4973/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\nn\defs.cc.obj 2024-10-08T20:00:06.5701328Z [4974/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\generator\old.cc.obj 2024-10-08T20:00:06.5948588Z [4975/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\math\defs.cc.obj 2024-10-08T20:00:06.6993712Z [4976/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\nn\old.cc.obj 2024-10-08T20:00:06.7903261Z [4977/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\logical\old.cc.obj 2024-10-08T20:00:06.8180827Z [4978/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\parser.cc.obj 2024-10-08T20:00:06.9387049Z [4979/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\optional\defs.cc.obj 2024-10-08T20:00:06.9516351Z [4980/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\optional\old.cc.obj 2024-10-08T20:00:06.9590720Z [4981/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\object_detection\old.cc.obj 2024-10-08T20:00:07.0702005Z [4982/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\object_detection\defs.cc.obj 2024-10-08T20:00:07.0929369Z [4983/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\quantization\defs.cc.obj 2024-10-08T20:00:07.1077713Z [4984/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\quantization\old.cc.obj 2024-10-08T20:00:07.2063597Z [4985/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\reduction\defs.cc.obj 2024-10-08T20:00:07.2351232Z [4986/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\reduction\old.cc.obj 2024-10-08T20:00:07.4017204Z [4987/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\sequence\defs.cc.obj 2024-10-08T20:00:07.4356418Z [4988/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\printer.cc.obj 2024-10-08T20:00:07.4500906Z [4989/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\reduction\utils.cc.obj 2024-10-08T20:00:07.5200728Z [4990/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\rnn\old.cc.obj 2024-10-08T20:00:07.5953200Z [4991/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor_proto_util.cc.obj 2024-10-08T20:00:07.6007307Z [4992/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\schema.cc.obj 2024-10-08T20:00:07.6107684Z [4993/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\rnn\defs.cc.obj 2024-10-08T20:00:07.7446514Z [4994/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\shape_inference.cc.obj 2024-10-08T20:00:07.8965017Z [4995/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor\defs.cc.obj 2024-10-08T20:00:07.9055086Z [4996/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\text\defs.cc.obj 2024-10-08T20:00:07.9135815Z [4997/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor\old.cc.obj 2024-10-08T20:00:08.0316016Z [4998/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor\utils.cc.obj 2024-10-08T20:00:08.0445187Z [4999/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\traditionalml\old.cc.obj 2024-10-08T20:00:08.0808438Z [5000/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\traditionalml\defs.cc.obj 2024-10-08T20:00:08.1031964Z [5001/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\training\defs.cc.obj 2024-10-08T20:00:08.1948545Z [5002/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\defs\tensor_util.cc.obj 2024-10-08T20:00:08.2963478Z [5003/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\inliner\inliner.cc.obj 2024-10-08T20:00:08.3330486Z [5004/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\version_converter\convert.cc.obj 2024-10-08T20:00:08.4334344Z [5005/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\version_converter\helper.cc.obj 2024-10-08T20:00:08.8336463Z [5006/7385] Building CXX object third_party\onnx\CMakeFiles\onnx.dir\onnx\shape_inference\implementation.cc.obj 2024-10-08T20:00:09.0480973Z [5007/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_softmax_list.cpp.obj 2024-10-08T20:00:09.0980886Z [5008/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_inner_product_list.cpp.obj 2024-10-08T20:00:09.1364345Z [5009/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_shuffle_list.cpp.obj 2024-10-08T20:00:09.2953190Z [5010/7385] Linking CXX static library lib\onnx.lib 2024-10-08T20:00:09.3114655Z [5011/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_lrn_list.cpp.obj 2024-10-08T20:00:09.3550855Z [5012/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_pooling_list.cpp.obj 2024-10-08T20:00:09.3763787Z [5013/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_layer_normalization_list.cpp.obj 2024-10-08T20:00:09.4744753Z [5014/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_group_normalization_list.cpp.obj 2024-10-08T20:00:09.6126499Z [5015/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\bfloat16.cpp.obj 2024-10-08T20:00:09.7103789Z [5016/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\dnnl_debug_autogenerated.cpp.obj 2024-10-08T20:00:09.8742174Z [5017/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\cache_blob_id.cpp.obj 2024-10-08T20:00:09.9623420Z [5018/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\batch_normalization.cpp.obj 2024-10-08T20:00:09.9864560Z [5019/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_prelu_list.cpp.obj 2024-10-08T20:00:10.1707280Z [5020/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\broadcast_strategy.cpp.obj 2024-10-08T20:00:10.2071066Z [5021/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\concat.cpp.obj 2024-10-08T20:00:10.2683084Z [5022/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\binary.cpp.obj 2024-10-08T20:00:10.3276974Z [5023/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\dnnl_debug.cpp.obj 2024-10-08T20:00:10.5128336Z [5024/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\convolution.cpp.obj 2024-10-08T20:00:10.5243653Z [5025/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\float8.cpp.obj 2024-10-08T20:00:10.5842585Z [5026/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\dnnl_threadpool.cpp.obj 2024-10-08T20:00:10.6055079Z [5027/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\fpmath_mode.cpp.obj 2024-10-08T20:00:10.6697097Z [5028/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\experimental.cpp.obj 2024-10-08T20:00:10.8645311Z [5029/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\deconvolution.cpp.obj 2024-10-08T20:00:10.8910275Z [5030/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\convolution_pd.cpp.obj 2024-10-08T20:00:10.9287704Z [5031/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\engine.cpp.obj 2024-10-08T20:00:11.0315309Z [5032/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\eltwise.cpp.obj 2024-10-08T20:00:11.3308041Z [5033/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify.cpp.obj 2024-10-08T20:00:11.4013662Z [5034/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\layer_normalization.cpp.obj 2024-10-08T20:00:11.4375839Z [5035/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\inner_product.cpp.obj 2024-10-08T20:00:11.4465195Z [5036/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\kernel_cache.cpp.obj 2024-10-08T20:00:11.4989699Z [5037/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\gemm.cpp.obj 2024-10-08T20:00:11.6746499Z [5038/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\group_normalization.cpp.obj 2024-10-08T20:00:11.7054407Z [5039/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\lrn.cpp.obj 2024-10-08T20:00:11.9790856Z [5040/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\matmul.cpp.obj 2024-10-08T20:00:12.0572271Z [5041/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_debug.cpp.obj 2024-10-08T20:00:12.2347770Z [5042/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_desc.cpp.obj 2024-10-08T20:00:12.2449345Z [5043/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory.cpp.obj 2024-10-08T20:00:12.3115040Z [5044/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\pooling.cpp.obj 2024-10-08T20:00:12.3860309Z [5045/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_desc_wrapper.cpp.obj 2024-10-08T20:00:12.5586461Z [5046/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_zero_pad.cpp.obj 2024-10-08T20:00:12.5811413Z [5047/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive.cpp.obj 2024-10-08T20:00:12.7713565Z [5048/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_storage.cpp.obj 2024-10-08T20:00:12.9072171Z [5049/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\memory_tracking.cpp.obj 2024-10-08T20:00:13.0451952Z [5050/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\prelu.cpp.obj 2024-10-08T20:00:13.1279834Z [5051/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_hashing.cpp.obj 2024-10-08T20:00:13.2249268Z [5052/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_exec_types.cpp.obj 2024-10-08T20:00:13.4805235Z [5053/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_attr.cpp.obj 2024-10-08T20:00:13.4827203Z [5054/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_cache.cpp.obj 2024-10-08T20:00:13.4891719Z [5055/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_iface.cpp.obj 2024-10-08T20:00:13.6546053Z [5056/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\primitive_desc_iface.cpp.obj 2024-10-08T20:00:13.7711253Z [5057/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\resampling.cpp.obj 2024-10-08T20:00:13.8771877Z [5058/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\query.cpp.obj 2024-10-08T20:00:13.9562075Z [5059/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\reduction.cpp.obj 2024-10-08T20:00:14.0876532Z [5060/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\rnn.cpp.obj 2024-10-08T20:00:14.2297076Z [5061/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\rw_mutex.cpp.obj 2024-10-08T20:00:14.4281283Z [5062/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\reorder.cpp.obj 2024-10-08T20:00:14.4507850Z [5063/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\shuffle.cpp.obj 2024-10-08T20:00:14.4880099Z [5064/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\serialization.cpp.obj 2024-10-08T20:00:14.7200725Z [5065/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\softmax.cpp.obj 2024-10-08T20:00:14.7334175Z [5066/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\scratchpad.cpp.obj 2024-10-08T20:00:14.7576930Z [5067/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\scratchpad_debug.cpp.obj 2024-10-08T20:00:14.7679504Z [5068/7385] Building C object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify\jitprofiling.c.obj 2024-10-08T20:00:14.7709502Z [5069/7385] Building ASM_MASM object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify\ittptmark64.asm.obj 2024-10-08T20:00:14.7710683Z Microsoft (R) Macro Assembler (x64) Version 14.29.30154.0 2024-10-08T20:00:14.7711364Z Copyright (C) Microsoft Corporation. All rights reserved. 2024-10-08T20:00:14.7711827Z 2024-10-08T20:00:14.7712588Z Assembling: C:\actions-runner\_work\pytorch\pytorch\third_party\ideep\mkl-dnn\src\common\ittnotify\ittptmark64.asm 2024-10-08T20:00:14.9488782Z [5070/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\stream.cpp.obj 2024-10-08T20:00:15.2052851Z [5071/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\utils.cpp.obj 2024-10-08T20:00:15.2388697Z [5072/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\stream_profiler.cpp.obj 2024-10-08T20:00:15.4813378Z [5073/7385] Building C object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\ittnotify\ittnotify_static.c.obj 2024-10-08T20:00:15.5098160Z [5074/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\verbose.cpp.obj 2024-10-08T20:00:15.6034929Z [5075/7385] Building CXX object third_party\ideep\mkl-dnn\src\common\CMakeFiles\dnnl_common.dir\sum.cpp.obj 2024-10-08T20:00:15.6867286Z [5076/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_batch_normalization_utils.cpp.obj 2024-10-08T20:00:15.8412601Z [5077/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\bfloat16.cpp.obj 2024-10-08T20:00:15.8829469Z [5078/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_convolution_list.cpp.obj 2024-10-08T20:00:16.0590454Z [5079/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\binary_injector_utils.cpp.obj 2024-10-08T20:00:16.2565525Z [5080/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_batch_normalization_list.cpp.obj 2024-10-08T20:00:16.4469323Z [5081/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_concat.cpp.obj 2024-10-08T20:00:16.5402046Z [5082/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_binary_list.cpp.obj 2024-10-08T20:00:16.5919992Z [5083/7385] 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 2024-10-08T20:00:16.5921225Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:16.7056275Z [5084/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_engine.cpp.obj 2024-10-08T20:00:16.7762053Z [5085/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_eltwise_list.cpp.obj 2024-10-08T20:00:17.0130415Z [5086/7385] 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 2024-10-08T20:00:17.0131739Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:17.0542645Z [5087/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\cpu_deconvolution_list.cpp.obj 2024-10-08T20:00:17.2384158Z [5088/7385] 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 2024-10-08T20:00:17.2385695Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:17.3715566Z [5089/7385] 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 2024-10-08T20:00:17.3716802Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:17.4790630Z [5090/7385] 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 2024-10-08T20:00:17.4792103Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:17.5814777Z [5091/7385] 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 2024-10-08T20:00:17.5817219Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:17.6109076Z [5092/7385] 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 2024-10-08T20:00:17.6111490Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:17.6686814Z [5093/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_conv_zp_src_pad_comp.cpp.obj 2024-10-08T20:00:17.9711427Z [5094/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_inner_product_utils.cpp.obj 2024-10-08T20:00:18.0896411Z [5095/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_inner_product.cpp.obj 2024-10-08T20:00:18.2244471Z [5096/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_convolution_utils.cpp.obj 2024-10-08T20:00:18.3705922Z [5097/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_convolution_utils.cpp.obj 2024-10-08T20:00:18.4365201Z [5098/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ncsp_group_normalization.cpp.obj 2024-10-08T20:00:18.4656894Z [5099/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_convolution.cpp.obj 2024-10-08T20:00:18.5659721Z [5100/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\nchw_pooling.cpp.obj 2024-10-08T20:00:18.6547142Z [5101/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm_x8s8s32x_inner_product.cpp.obj 2024-10-08T20:00:18.9179952Z [5102/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\nspc_batch_normalization.cpp.obj 2024-10-08T20:00:19.0144773Z [5103/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ncsp_batch_normalization.cpp.obj 2024-10-08T20:00:19.1223608Z [5104/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\nhwc_pooling.cpp.obj 2024-10-08T20:00:19.3011293Z [5105/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_binary.cpp.obj 2024-10-08T20:00:19.4313598Z [5106/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_convolution.cpp.obj 2024-10-08T20:00:19.5036326Z [5107/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\platform.cpp.obj 2024-10-08T20:00:19.5290594Z [5108/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\primitive_attr_postops.cpp.obj 2024-10-08T20:00:19.6044385Z [5109/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_batch_normalization.cpp.obj 2024-10-08T20:00:19.8157427Z [5110/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_convolution_int8.cpp.obj 2024-10-08T20:00:19.9733068Z [5111/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_lrn.cpp.obj 2024-10-08T20:00:20.0789342Z [5112/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_deconvolution.cpp.obj 2024-10-08T20:00:20.2385440Z [5113/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_inner_product.cpp.obj 2024-10-08T20:00:20.3596849Z [5114/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_inner_product_int8.cpp.obj 2024-10-08T20:00:20.3872104Z [5115/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_layer_normalization.cpp.obj 2024-10-08T20:00:20.4647600Z [5116/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_eltwise.cpp.obj 2024-10-08T20:00:20.5860778Z [5117/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_group_normalization.cpp.obj 2024-10-08T20:00:20.7595127Z [5118/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_prelu.cpp.obj 2024-10-08T20:00:20.9009563Z [5119/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_pooling.cpp.obj 2024-10-08T20:00:20.9971774Z [5120/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_reduction.cpp.obj 2024-10-08T20:00:21.1219852Z [5121/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_resampling.cpp.obj 2024-10-08T20:00:21.2276231Z [5122/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_shuffle.cpp.obj 2024-10-08T20:00:21.3244439Z [5123/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_layer_normalization.cpp.obj 2024-10-08T20:00:21.3680519Z [5124/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\scale_utils.cpp.obj 2024-10-08T20:00:21.5490145Z [5125/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_concat.cpp.obj 2024-10-08T20:00:21.5672208Z [5126/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\bf16\ref_gemm_bf16.cpp.obj 2024-10-08T20:00:21.7024467Z [5127/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_resampling.cpp.obj 2024-10-08T20:00:21.7343344Z [5128/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\f32\ref_gemm_f32.cpp.obj 2024-10-08T20:00:21.9255298Z [5129/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\simple_sum.cpp.obj 2024-10-08T20:00:21.9579122Z [5130/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\f32\gemm_utils_f32.cpp.obj 2024-10-08T20:00:22.0265897Z [5131/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\ref_softmax.cpp.obj 2024-10-08T20:00:22.0583750Z [5132/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\zero_point_utils.cpp.obj 2024-10-08T20:00:22.2476546Z [5133/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\gemm.cpp.obj 2024-10-08T20:00:22.4904187Z [5134/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\gemm_pack.cpp.obj 2024-10-08T20:00:22.5756762Z [5135/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\ref_matmul.cpp.obj 2024-10-08T20:00:22.6148137Z [5136/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\s8x8s32\simple_gemm_s8s8s32.cpp.obj 2024-10-08T20:00:22.8519491Z [5137/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\gemm\s8x8s32\ref_gemm_s8x8s32.cpp.obj 2024-10-08T20:00:22.9423436Z [5138/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\gemm_bf16_matmul.cpp.obj 2024-10-08T20:00:23.0797493Z [5139/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\gemm_x8s8s32x_matmul.cpp.obj 2024-10-08T20:00:23.1741539Z [5140/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\cpu_matmul_list.cpp.obj 2024-10-08T20:00:23.3097377Z [5141/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\gemm_f32_matmul.cpp.obj 2024-10-08T20:00:23.4578851Z [5142/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_comp_bf16_s8.cpp.obj 2024-10-08T20:00:23.7045402Z [5143/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_comp_f32_s8.cpp.obj 2024-10-08T20:00:23.7496326Z [5144/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder.cpp.obj 2024-10-08T20:00:23.8008359Z [5145/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\ref_sparse_matmul.cpp.obj 2024-10-08T20:00:23.9290221Z [5146/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_comp_s8_s8.cpp.obj 2024-10-08T20:00:23.9438927Z [5147/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\matmul\ref_matmul_int8.cpp.obj 2024-10-08T20:00:24.2594523Z [5148/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_f16.cpp.obj 2024-10-08T20:00:24.3315563Z [5149/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f16.cpp.obj 2024-10-08T20:00:24.4640758Z [5150/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_bf16.cpp.obj 2024-10-08T20:00:24.7691972Z [5151/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_f32.cpp.obj 2024-10-08T20:00:24.9338016Z [5152/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_fp8.cpp.obj 2024-10-08T20:00:24.9875765Z [5153/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_s32.cpp.obj 2024-10-08T20:00:25.0364718Z [5154/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_bf16.cpp.obj 2024-10-08T20:00:25.1119321Z [5155/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_s4.cpp.obj 2024-10-08T20:00:25.4470473Z [5156/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_s8.cpp.obj 2024-10-08T20:00:25.6105515Z [5157/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_s8.cpp.obj 2024-10-08T20:00:25.7185628Z [5158/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_fp8.cpp.obj 2024-10-08T20:00:25.7837390Z [5159/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_f32_u8.cpp.obj 2024-10-08T20:00:25.8704677Z [5160/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_s32.cpp.obj 2024-10-08T20:00:25.9647722Z [5161/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\cell_common.cpp.obj 2024-10-08T20:00:26.0466505Z [5162/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\cell_gru_lbr.cpp.obj 2024-10-08T20:00:26.1530321Z [5163/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_u8.cpp.obj 2024-10-08T20:00:26.4709778Z [5164/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\reorder\cpu_reorder_regular_u4.cpp.obj 2024-10-08T20:00:26.7191226Z [5165/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\cell_gru.cpp.obj 2024-10-08T20:00:26.7421470Z [5166/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_lstm.cpp.obj 2024-10-08T20:00:26.7712043Z [5167/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_lstm_projection.cpp.obj 2024-10-08T20:00:26.7806946Z [5168/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\brgemm_cell_common.cpp.obj 2024-10-08T20:00:26.8122053Z [5169/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\jit_utils\linux_perf\linux_perf.cpp.obj 2024-10-08T20:00:27.0654250Z [5170/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_rnn.cpp.obj 2024-10-08T20:00:27.0984877Z [5171/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_rnn.cpp.obj 2024-10-08T20:00:27.1839786Z [5172/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_gru.cpp.obj 2024-10-08T20:00:27.4420562Z [5173/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\ref_postgemm_gru_lbr.cpp.obj 2024-10-08T20:00:27.7402391Z [5174/7385] 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 2024-10-08T20:00:27.7403542Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:27.8044331Z [5175/7385] 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 2024-10-08T20:00:27.8045859Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:27.8394003Z [5176/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\jit_utils\jit_utils.cpp.obj 2024-10-08T20:00:27.8488125Z [5177/7385] 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 2024-10-08T20:00:27.8490272Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:27.8619379Z [5178/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\CMakeFiles\dnnl_cpu.dir\rnn\rnn_utils.cpp.obj 2024-10-08T20:00:27.9806091Z [5179/7385] 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 2024-10-08T20:00:27.9808261Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:28.0755220Z [5180/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\amx_tile_configure.cpp.obj 2024-10-08T20:00:28.3215994Z [5181/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\brgemm_utils.cpp.obj 2024-10-08T20:00:28.7349193Z [5182/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\jit_brdgmm_kernel.cpp.obj 2024-10-08T20:00:28.7582586Z [5183/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\capi\brgemm_api.cpp.obj 2024-10-08T20:00:28.7804208Z [5184/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\brgemm_containers.cpp.obj 2024-10-08T20:00:28.8723218Z [5185/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\jit_brgemm_amx_uker.cpp.obj 2024-10-08T20:00:28.8819991Z [5186/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\brgemm.cpp.obj 2024-10-08T20:00:28.9823555Z [5187/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\cpu_reducer.cpp.obj 2024-10-08T20:00:29.1321324Z [5188/7385] 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 2024-10-08T20:00:29.2471578Z [5189/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\cpu_isa_traits.cpp.obj 2024-10-08T20:00:29.7413626Z [5190/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\brgemm\jit_brgemm_kernel.cpp.obj 2024-10-08T20:00:29.7861732Z [5191/7385] 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 2024-10-08T20:00:29.8088799Z [5192/7385] 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 2024-10-08T20:00:29.9356295Z [5193/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\cpu_barrier.cpp.obj 2024-10-08T20:00:29.9987930Z [5194/7385] 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 2024-10-08T20:00:30.0360304Z [5195/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_fp16cvt.cpp.obj 2024-10-08T20:00:30.0844540Z [5196/7385] 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 2024-10-08T20:00:30.0845908Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:30.1126155Z [5197/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_resampling.cpp.obj 2024-10-08T20:00:30.7993986Z [5198/7385] 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 2024-10-08T20:00:30.8119289Z [5199/7385] 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 2024-10-08T20:00:30.8322969Z [5200/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_fp8cvt.cpp.obj 2024-10-08T20:00:30.8981117Z [5201/7385] 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 2024-10-08T20:00:30.9298062Z [5202/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_scale_precompute.cpp.obj 2024-10-08T20:00:30.9982388Z [5203/7385] 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 2024-10-08T20:00:30.9983801Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:31.0120625Z [5204/7385] 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 2024-10-08T20:00:31.1064009Z [5205/7385] 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 2024-10-08T20:00:31.7194526Z [5206/7385] 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 2024-10-08T20:00:31.7839214Z [5207/7385] 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 2024-10-08T20:00:31.7932314Z [5208/7385] 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 2024-10-08T20:00:31.7933672Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:31.7989243Z [5209/7385] 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 2024-10-08T20:00:31.7990520Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:31.9217948Z [5210/7385] 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 2024-10-08T20:00:31.9219128Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:31.9710442Z [5211/7385] 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 2024-10-08T20:00:31.9711656Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:31.9773565Z [5212/7385] 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 2024-10-08T20:00:31.9774768Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:32.0348745Z [5213/7385] 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 2024-10-08T20:00:32.0349902Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:32.6404795Z [5214/7385] 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 2024-10-08T20:00:32.7642169Z [5215/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\f32\jit_avx_gemm_f32.cpp.obj 2024-10-08T20:00:32.7725681Z [5216/7385] 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 2024-10-08T20:00:32.8079330Z [5217/7385] 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 2024-10-08T20:00:32.8905566Z [5218/7385] 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 2024-10-08T20:00:32.8907726Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:32.9004853Z [5219/7385] 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 2024-10-08T20:00:33.0287101Z [5220/7385] 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 2024-10-08T20:00:33.0599817Z [5221/7385] 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 2024-10-08T20:00:33.6109734Z [5222/7385] 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 2024-10-08T20:00:33.6111841Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:33.7195629Z [5223/7385] 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 2024-10-08T20:00:33.7784934Z [5224/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemm_pack.cpp.obj 2024-10-08T20:00:33.7866842Z [5225/7385] 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 2024-10-08T20:00:33.7868101Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:33.8389441Z [5226/7385] 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 2024-10-08T20:00:33.8390778Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:33.9128497Z [5227/7385] 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 2024-10-08T20:00:33.9129948Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:33.9200101Z [5228/7385] 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 2024-10-08T20:00:34.0418202Z [5229/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemv_driver.cpp.obj 2024-10-08T20:00:34.5793894Z [5230/7385] 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 2024-10-08T20:00:34.5795096Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:34.6594930Z [5231/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemm_info.cpp.obj 2024-10-08T20:00:34.6793242Z [5232/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm\gemm_driver.cpp.obj 2024-10-08T20:00:34.7812326Z [5233/7385] 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 2024-10-08T20:00:34.7814820Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:34.7891609Z [5234/7385] 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 2024-10-08T20:00:34.7892847Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:34.8509297Z [5235/7385] 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 2024-10-08T20:00:34.8510628Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:34.8945509Z [5236/7385] 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 2024-10-08T20:00:34.8947074Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:34.9215045Z [5237/7385] 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 2024-10-08T20:00:34.9217136Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:35.4341473Z [5238/7385] 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 2024-10-08T20:00:35.4342691Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:35.5773744Z [5239/7385] 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 2024-10-08T20:00:35.5775094Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:35.6410737Z [5240/7385] 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 2024-10-08T20:00:35.6413036Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:35.6637868Z [5241/7385] 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 2024-10-08T20:00:35.6639135Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:35.8055582Z [5242/7385] 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 2024-10-08T20:00:35.8057860Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:35.8255386Z [5243/7385] 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 2024-10-08T20:00:35.8256824Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:35.8972338Z [5244/7385] 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 2024-10-08T20:00:35.8973670Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:35.9186756Z [5245/7385] 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 2024-10-08T20:00:35.9188440Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:36.4602388Z [5246/7385] 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 2024-10-08T20:00:36.4960048Z [5247/7385] 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 2024-10-08T20:00:36.5657539Z [5248/7385] 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 2024-10-08T20:00:36.5658910Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:36.6751587Z [5249/7385] 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 2024-10-08T20:00:36.7630453Z [5250/7385] 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 2024-10-08T20:00:36.7631691Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:36.7971782Z [5251/7385] 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 2024-10-08T20:00:36.7973961Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:36.8066135Z [5252/7385] 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 2024-10-08T20:00:36.8067340Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:36.8434996Z [5253/7385] 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 2024-10-08T20:00:36.8436291Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:37.4499919Z [5254/7385] 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 2024-10-08T20:00:37.4501279Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:37.4867990Z [5255/7385] 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 2024-10-08T20:00:37.4870380Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:37.4975040Z [5256/7385] 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 2024-10-08T20:00:37.6021445Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:37.6022866Z [5257/7385] 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 2024-10-08T20:00:37.6024226Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:37.6367906Z [5258/7385] 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 2024-10-08T20:00:37.6370520Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:37.7781575Z [5259/7385] 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 2024-10-08T20:00:37.7782841Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:37.7988756Z [5260/7385] 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 2024-10-08T20:00:37.7991220Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:37.8296876Z [5261/7385] 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 2024-10-08T20:00:37.8298294Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:38.4157257Z [5262/7385] 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 2024-10-08T20:00:38.4158504Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:38.4513366Z [5263/7385] 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 2024-10-08T20:00:38.4515689Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:38.5174923Z [5264/7385] 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 2024-10-08T20:00:38.5176232Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:38.5746763Z [5265/7385] 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 2024-10-08T20:00:38.5748093Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:38.6751854Z [5266/7385] 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 2024-10-08T20:00:38.6753406Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:38.6900547Z [5267/7385] 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 2024-10-08T20:00:38.6902755Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:38.7093268Z [5268/7385] 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 2024-10-08T20:00:38.7094617Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:38.8114985Z [5269/7385] 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 2024-10-08T20:00:38.8116649Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:39.3201589Z [5270/7385] 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 2024-10-08T20:00:39.3202913Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:39.3400863Z [5271/7385] 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 2024-10-08T20:00:39.3402047Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:39.4930530Z [5272/7385] 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 2024-10-08T20:00:39.4931864Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:39.5518158Z [5273/7385] 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 2024-10-08T20:00:39.5520526Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:39.6024748Z [5274/7385] 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 2024-10-08T20:00:39.6026057Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:39.6114157Z [5275/7385] 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 2024-10-08T20:00:39.6115350Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:39.6391291Z [5276/7385] 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 2024-10-08T20:00:39.6393120Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:39.7655005Z [5277/7385] 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 2024-10-08T20:00:39.7656411Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:40.3198751Z [5278/7385] 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 2024-10-08T20:00:40.3200358Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:40.3642448Z [5279/7385] 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 2024-10-08T20:00:40.3643913Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:40.4600725Z [5280/7385] 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 2024-10-08T20:00:40.4602975Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:40.5672926Z [5281/7385] 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 2024-10-08T20:00:40.5674219Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:40.5772626Z [5282/7385] 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 2024-10-08T20:00:40.5773921Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:40.5938266Z [5283/7385] 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 2024-10-08T20:00:40.5940121Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:40.6421810Z [5284/7385] 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 2024-10-08T20:00:40.6423125Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:40.7131200Z [5285/7385] 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 2024-10-08T20:00:40.7134647Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:41.2147966Z [5286/7385] 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 2024-10-08T20:00:41.2150227Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:41.3279677Z [5287/7385] 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 2024-10-08T20:00:41.3280982Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:41.3624870Z [5288/7385] 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 2024-10-08T20:00:41.3626717Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:41.4980365Z [5289/7385] 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 2024-10-08T20:00:41.4982482Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:41.5874849Z [5290/7385] 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 2024-10-08T20:00:41.5876076Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:41.6441556Z [5291/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\jit_uni_postops_injector.cpp.obj 2024-10-08T20:00:41.7009937Z [5292/7385] 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 2024-10-08T20:00:41.7011225Z cl : Command line warning D9025 : overriding '/O2' with '/Od' 2024-10-08T20:00:41.7411803Z [5293/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm_bf16_convolution.cpp.obj 2024-10-08T20:00:42.2247409Z [5294/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\jit_uni_eltwise_injector.cpp.obj 2024-10-08T20:00:42.3216138Z [5295/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\gemm_bf16_inner_product.cpp.obj 2024-10-08T20:00:42.3405807Z [5296/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\jit_uni_binary_injector.cpp.obj 2024-10-08T20:00:42.3580104Z [5297/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\injectors\injector_utils.cpp.obj 2024-10-08T20:00:42.5100304Z [5298/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx2_convolution.cpp.obj 2024-10-08T20:00:42.6965800Z [5299/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx2_conv_kernel_f32.cpp.obj 2024-10-08T20:00:42.7439155Z [5300/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx2_1x1_convolution.cpp.obj 2024-10-08T20:00:42.7519783Z [5301/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\ip_convolution.cpp.obj 2024-10-08T20:00:43.2514849Z [5302/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_common_1x1_conv_kernel.cpp.obj 2024-10-08T20:00:43.3287846Z [5303/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx2_1x1_conv_kernel_f32.cpp.obj 2024-10-08T20:00:43.3354154Z [5304/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_common_conv_kernel.cpp.obj 2024-10-08T20:00:43.3464203Z [5305/7385] 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 2024-10-08T20:00:43.5409168Z [5306/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_amx_1x1_convolution.cpp.obj 2024-10-08T20:00:43.7455825Z [5307/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_common_1x1_convolution.cpp.obj 2024-10-08T20:00:43.7623988Z [5308/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_amx_conv_kernel.cpp.obj 2024-10-08T20:00:43.8194713Z [5309/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_common_convolution.cpp.obj 2024-10-08T20:00:44.2803541Z [5310/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_amx_deconvolution.cpp.obj 2024-10-08T20:00:44.3273478Z [5311/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_bf16_convolution.cpp.obj 2024-10-08T20:00:44.3829043Z [5312/7385] 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 2024-10-08T20:00:44.4432031Z [5313/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_amx_convolution.cpp.obj 2024-10-08T20:00:44.6087521Z [5314/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_bf16_conv_kernel.cpp.obj 2024-10-08T20:00:44.6870686Z [5315/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\op_schema.cpp.obj 2024-10-08T20:00:44.8101334Z [5316/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_bf16_1x1_convolution.cpp.obj 2024-10-08T20:00:44.8180024Z [5317/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition.cpp.obj 2024-10-08T20:00:45.1825492Z [5318/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition_cache.cpp.obj 2024-10-08T20:00:45.2299335Z [5319/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\op_def_constraint.cpp.obj 2024-10-08T20:00:45.2553228Z [5320/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition_hashing.cpp.obj 2024-10-08T20:00:45.2752591Z [5321/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_sparse_decompress_kernel.cpp.obj 2024-10-08T20:00:45.6265057Z [5322/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brdgmm_dw_conv.cpp.obj 2024-10-08T20:00:45.7697707Z [5323/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_x8s8s32x_1x1_convolution.cpp.obj 2024-10-08T20:00:45.8019412Z [5324/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_x8s8s32x_conv_kernel.cpp.obj 2024-10-08T20:00:45.8786301Z [5325/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_x8s8s32x_deconvolution.cpp.obj 2024-10-08T20:00:46.1435226Z [5326/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_avx512_core_x8s8s32x_convolution.cpp.obj 2024-10-08T20:00:46.3255593Z [5327/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv.cpp.obj 2024-10-08T20:00:46.3346950Z [5328/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_utils.cpp.obj 2024-10-08T20:00:46.4347613Z [5329/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_1x1_conv.cpp.obj 2024-10-08T20:00:46.5850666Z [5330/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_copy_kernel.cpp.obj 2024-10-08T20:00:46.7377386Z [5331/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_trans_kernel.cpp.obj 2024-10-08T20:00:46.7970801Z [5332/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd.cpp.obj 2024-10-08T20:00:46.8699948Z [5333/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_strided.cpp.obj 2024-10-08T20:00:47.1812380Z [5334/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_deconv.cpp.obj 2024-10-08T20:00:47.3414270Z [5335/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_utils.cpp.obj 2024-10-08T20:00:47.4613663Z [5336/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_trans_kernel.cpp.obj 2024-10-08T20:00:47.4746918Z [5337/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_inner_product.cpp.obj 2024-10-08T20:00:47.6764468Z [5338/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_comp_pad_kernel.cpp.obj 2024-10-08T20:00:47.7081718Z [5339/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_conv_bwd_w.cpp.obj 2024-10-08T20:00:47.7216781Z [5340/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_transpose_utils.cpp.obj 2024-10-08T20:00:47.7413154Z [5341/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_primitive_conf.cpp.obj 2024-10-08T20:00:48.1640253Z [5342/7385] 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 2024-10-08T20:00:48.2226006Z [5343/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_gemm_x8s8s32x_convolution_utils.cpp.obj 2024-10-08T20:00:48.4141937Z [5344/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_brgemm_inner_product_utils.cpp.obj 2024-10-08T20:00:48.4817988Z [5345/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_gemm_inner_product_utils.cpp.obj 2024-10-08T20:00:48.6178963Z [5346/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_generator.cpp.obj 2024-10-08T20:00:48.6661532Z [5347/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_transpose_utils.cpp.obj 2024-10-08T20:00:48.7168243Z [5348/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_sse41_conv_kernel_f32.cpp.obj 2024-10-08T20:00:48.7549991Z [5349/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_sse41_1x1_conv_kernel_f32.cpp.obj 2024-10-08T20:00:49.1903554Z [5350/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_batch_normalization.cpp.obj 2024-10-08T20:00:49.2441639Z [5351/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_sse41_1x1_convolution.cpp.obj 2024-10-08T20:00:49.4163334Z [5352/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_sse41_convolution.cpp.obj 2024-10-08T20:00:49.5280611Z [5353/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_batch_normalization_s8.cpp.obj 2024-10-08T20:00:49.6057260Z [5354/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_binary.cpp.obj 2024-10-08T20:00:49.6627945Z [5355/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_dw_conv_kernel_f32.cpp.obj 2024-10-08T20:00:49.6814296Z [5356/7385] 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 2024-10-08T20:00:49.7220644Z [5357/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_convert_xf16.cpp.obj 2024-10-08T20:00:50.2956063Z [5358/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_binary_kernel.cpp.obj 2024-10-08T20:00:50.3067629Z [5359/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_i8i8_pooling.cpp.obj 2024-10-08T20:00:50.4784455Z [5360/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_layer_normalization.cpp.obj 2024-10-08T20:00:50.4886769Z [5361/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_eltwise_int.cpp.obj 2024-10-08T20:00:50.6228092Z [5362/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_group_normalization.cpp.obj 2024-10-08T20:00:50.6827899Z [5363/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_dw_conv_kernel_utils.cpp.obj 2024-10-08T20:00:50.7191814Z [5364/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_dw_convolution.cpp.obj 2024-10-08T20:00:50.7643511Z [5365/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_eltwise.cpp.obj 2024-10-08T20:00:51.3012848Z [5366/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reorder.cpp.obj 2024-10-08T20:00:51.3112418Z [5367/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reduction_kernel.cpp.obj 2024-10-08T20:00:51.3540411Z [5368/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reorder_utils.cpp.obj 2024-10-08T20:00:51.5308483Z [5369/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_pooling.cpp.obj 2024-10-08T20:00:51.6799771Z [5370/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_resampling.cpp.obj 2024-10-08T20:00:51.7513096Z [5371/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_reduction.cpp.obj 2024-10-08T20:00:51.7605293Z [5372/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_pool_kernel.cpp.obj 2024-10-08T20:00:51.9045048Z [5373/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_resampling_kernel.cpp.obj 2024-10-08T20:00:52.3809620Z [5374/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_1x1_convolution.cpp.obj 2024-10-08T20:00:52.4198460Z [5375/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_1x1_conv_kernel.cpp.obj 2024-10-08T20:00:52.4360490Z [5376/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_tbb_batch_normalization.cpp.obj 2024-10-08T20:00:52.5293616Z [5377/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_softmax.cpp.obj 2024-10-08T20:00:52.6499066Z [5378/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_deconvolution.cpp.obj 2024-10-08T20:00:52.6860020Z [5379/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_convolution.cpp.obj 2024-10-08T20:00:52.7305892Z [5380/7385] 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 2024-10-08T20:00:53.0137577Z [5381/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_xf16_sum.cpp.obj 2024-10-08T20:00:53.3938615Z [5382/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\jit_uni_x8s8s32x_conv_kernel.cpp.obj 2024-10-08T20:00:53.4652291Z [5383/7385] 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 2024-10-08T20:00:53.5019810Z [5384/7385] 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 2024-10-08T20:00:53.5233346Z [5385/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_avx512_common_lrn.cpp.obj 2024-10-08T20:00:53.5648207Z [5386/7385] 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 2024-10-08T20:00:53.6376405Z [5387/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_uni_lrn.cpp.obj 2024-10-08T20:00:53.7344577Z [5388/7385] 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 2024-10-08T20:00:53.9179976Z [5389/7385] 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 2024-10-08T20:00:54.2616410Z [5390/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\lrn\jit_uni_lrn_kernel.cpp.obj 2024-10-08T20:00:54.5193982Z [5391/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_backward.cpp.obj 2024-10-08T20:00:54.5298640Z [5392/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\jit_uni_sparse_matmul.cpp.obj 2024-10-08T20:00:54.5366801Z [5393/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_base_kernel.cpp.obj 2024-10-08T20:00:54.5595115Z [5394/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul_copy_utils.cpp.obj 2024-10-08T20:00:54.7177210Z [5395/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul.cpp.obj 2024-10-08T20:00:54.7246587Z [5396/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul_utils.cpp.obj 2024-10-08T20:00:54.9111439Z [5397/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\matmul\brgemm_matmul_reorders.cpp.obj 2024-10-08T20:00:55.1178781Z [5398/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_forward.cpp.obj 2024-10-08T20:00:55.4556003Z [5399/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_bwd.cpp.obj 2024-10-08T20:00:55.4712450Z [5400/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_uni_prelu_forward_kernel.cpp.obj 2024-10-08T20:00:55.5525440Z [5401/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_uni_prelu_backward_kernel.cpp.obj 2024-10-08T20:00:55.5818137Z [5402/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_reduction_kernel.cpp.obj 2024-10-08T20:00:55.6685551Z [5403/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\prelu\jit_prelu_utils.cpp.obj 2024-10-08T20:00:55.7731773Z [5404/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\jit_diff_weights_peephole.cpp.obj 2024-10-08T20:00:55.8778237Z [5405/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_reorders.cpp.obj 2024-10-08T20:00:56.0800045Z [5406/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\jit_gates_reduction.cpp.obj 2024-10-08T20:00:56.2766092Z [5407/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_utils.cpp.obj 2024-10-08T20:00:56.4899049Z [5408/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\jit_brgemm_transpose_single_row.cpp.obj 2024-10-08T20:00:56.4917996Z [5409/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\brgemm_cell_common_fwd.cpp.obj 2024-10-08T20:00:56.6598265Z [5410/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\shuffle\jit_uni_shuffle.cpp.obj 2024-10-08T20:00:56.6853756Z [5411/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\partition_impl.cpp.obj 2024-10-08T20:00:56.7299067Z [5412/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\utils\jit_io_helper.cpp.obj 2024-10-08T20:00:56.7327730Z [5413/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\shape_infer.cpp.obj 2024-10-08T20:00:57.0285192Z [5414/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\rnn_brgemm_utils.cpp.obj 2024-10-08T20:00:57.2857004Z [5415/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\backend.cpp.obj 2024-10-08T20:00:57.3486736Z [5416/7385] Building CXX object third_party\ideep\mkl-dnn\src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\shuffle\jit_uni_shuffle_kernel.cpp.obj 2024-10-08T20:00:57.3973053Z [5417/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\allocator.cpp.obj 2024-10-08T20:00:57.5563109Z [5418/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\constant_tensor_cache.cpp.obj 2024-10-08T20:00:57.6335244Z [5419/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\logical_tensor.cpp.obj 2024-10-08T20:00:57.6709139Z [5420/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\op.cpp.obj 2024-10-08T20:00:57.7255623Z [5421/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\graph.cpp.obj 2024-10-08T20:00:57.8609461Z [5422/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\value.cpp.obj 2024-10-08T20:00:58.1145561Z [5423/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\interface\CMakeFiles\dnnl_graph_interface.dir\tensor.cpp.obj 2024-10-08T20:00:58.3067073Z [5424/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\fake\CMakeFiles\dnnl_graph_backend_fake.dir\fake_backend.cpp.obj 2024-10-08T20:00:58.3901281Z [5425/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\common.cpp.obj 2024-10-08T20:00:58.4934301Z [5426/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\dnnl_shape_infer.cpp.obj 2024-10-08T20:00:58.5728773Z [5427/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\fusion_info.cpp.obj 2024-10-08T20:00:58.6651294Z [5428/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\layout_id_mgr.cpp.obj 2024-10-08T20:00:58.7368800Z [5429/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\dnnl_backend.cpp.obj 2024-10-08T20:00:58.8376909Z [5430/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\layout_propagator.cpp.obj 2024-10-08T20:00:59.2702275Z [5431/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\kernels\large_partition.cpp.obj 2024-10-08T20:00:59.3495470Z [5432/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\subgraph.cpp.obj 2024-10-08T20:00:59.3585441Z [5433/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\platform.cpp.obj 2024-10-08T20:00:59.3774633Z [5434/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\op_executable.cpp.obj 2024-10-08T20:00:59.6306222Z [5435/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\lower.cpp.obj 2024-10-08T20:00:59.6940176Z [5436/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\layout_propagation.cpp.obj 2024-10-08T20:00:59.7263750Z [5437/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\insert_ops.cpp.obj 2024-10-08T20:00:59.8344722Z [5438/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\compile_ops.cpp.obj 2024-10-08T20:01:00.2978081Z [5439/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\constant_propagation.cpp.obj 2024-10-08T20:01:00.3865179Z [5440/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\memory_planning.cpp.obj 2024-10-08T20:01:00.3967833Z [5441/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\bn_fusion.cpp.obj 2024-10-08T20:01:00.4039303Z [5442/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\transform.cpp.obj 2024-10-08T20:01:00.6829047Z [5443/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\passes\utils.cpp.obj 2024-10-08T20:01:00.7399447Z [5444/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\binary_fusion.cpp.obj 2024-10-08T20:01:00.7543712Z [5445/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\conv_block_fusion.cpp.obj 2024-10-08T20:01:00.8189705Z [5446/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\concat_fusion.cpp.obj 2024-10-08T20:01:01.3590974Z [5447/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\eltwise_fusion.cpp.obj 2024-10-08T20:01:01.3917779Z [5448/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\conv_post_ops.cpp.obj 2024-10-08T20:01:01.4479224Z [5449/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\interpolate_fusion.cpp.obj 2024-10-08T20:01:01.5211314Z [5450/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\convtranspose_fusion.cpp.obj 2024-10-08T20:01:01.7369881Z [5451/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\layernorm_fusion.cpp.obj 2024-10-08T20:01:01.7874932Z [5452/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\matmul_post_ops.cpp.obj 2024-10-08T20:01:01.7895732Z [5453/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\reduction_fusion.cpp.obj 2024-10-08T20:01:01.8201288Z [5454/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\quantize_fusion.cpp.obj 2024-10-08T20:01:02.2091080Z [5455/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\alloc.cpp.obj 2024-10-08T20:01:02.4799317Z [5456/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\pool_post_ops.cpp.obj 2024-10-08T20:01:02.4946070Z [5457/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\shuffle_fusion.cpp.obj 2024-10-08T20:01:02.5224064Z [5458/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\sdp.cpp.obj 2024-10-08T20:01:02.5551838Z [5459/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\reorder_fusion.cpp.obj 2024-10-08T20:01:02.6361295Z [5460/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\ocl_usm_utils.cpp.obj 2024-10-08T20:01:02.7655487Z [5461/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\softmax_post_ops.cpp.obj 2024-10-08T20:01:02.8697930Z [5462/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\sum_fusion.cpp.obj 2024-10-08T20:01:02.8981951Z [5463/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\debug.cpp.obj 2024-10-08T20:01:02.9394926Z [5464/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\id.cpp.obj 2024-10-08T20:01:03.0539757Z [5465/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\backend\dnnl\CMakeFiles\dnnl_graph_backend_dnnl.dir\patterns\single_op_pattern.cpp.obj 2024-10-08T20:01:03.0995189Z [5466/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\pass_base.cpp.obj 2024-10-08T20:01:03.3252189Z [5467/7385] Building CXX object c10\CMakeFiles\c10.dir\util\LeftRight.cpp.obj 2024-10-08T20:01:03.3270432Z [5468/7385] Building CXX object third_party\fmt\CMakeFiles\fmt.dir\src\os.cc.obj 2024-10-08T20:01:03.3830385Z [5469/7385] Building CXX object third_party\fmt\CMakeFiles\fmt.dir\src\format.cc.obj 2024-10-08T20:01:03.4175821Z [5470/7385] Linking CXX static library lib\fmt.lib 2024-10-08T20:01:03.4460520Z [5471/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\pbuilder.cpp.obj 2024-10-08T20:01:03.4559541Z [5472/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\pass_manager.cpp.obj 2024-10-08T20:01:03.4702550Z [5473/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\pm\nested_matcher.cpp.obj 2024-10-08T20:01:03.5263549Z [5474/7385] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e5m2fnuz.cpp.obj 2024-10-08T20:01:03.6679855Z [5475/7385] Building CXX object c10\CMakeFiles\c10.dir\util\Logging.cpp.obj 2024-10-08T20:01:03.6754018Z [5476/7385] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e5m2.cpp.obj 2024-10-08T20:01:03.7419640Z [5477/7385] Building CXX object c10\CMakeFiles\c10.dir\util\Gauge.cpp.obj 2024-10-08T20:01:03.7434608Z [5478/7385] Building CXX object c10\CMakeFiles\c10.dir\util\Half.cpp.obj 2024-10-08T20:01:03.7561189Z [5479/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\utils.cpp.obj 2024-10-08T20:01:03.8694687Z [5480/7385] Building CXX object third_party\ideep\mkl-dnn\src\graph\utils\CMakeFiles\dnnl_graph_utils.dir\verbose.cpp.obj 2024-10-08T20:01:03.8893544Z [5481/7385] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_api.dir\src\ThreadUtil.cpp.obj 2024-10-08T20:01:03.8896819Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp(19): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-10-08T20:01:03.8899970Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-10-08T20:01:03.8903035Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp(20): warning C4005: 'NOGDI': macro redefinition 2024-10-08T20:01:03.8905907Z C:\actions-runner\_work\pytorch\pytorch\third_party\kineto\libkineto\src\ThreadUtil.cpp: note: see previous definition of 'NOGDI' 2024-10-08T20:01:03.9985898Z [5482/7385] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ConfigLoader.cpp.obj 2024-10-08T20:01:04.0042569Z [5483/7385] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ActivityProfilerProxy.cpp.obj 2024-10-08T20:01:04.0693355Z [5484/7385] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\Config.cpp.obj 2024-10-08T20:01:04.0838847Z [5485/7385] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ActivityProfilerController.cpp.obj 2024-10-08T20:01:04.1051214Z [5486/7385] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ActivityType.cpp.obj 2024-10-08T20:01:04.1416953Z [5487/7385] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\CuptiActivityProfiler.cpp.obj 2024-10-08T20:01:04.1612448Z [5488/7385] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\Demangle.cpp.obj 2024-10-08T20:01:04.1875585Z [5489/7385] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\DaemonConfigLoader.cpp.obj 2024-10-08T20:01:04.2954366Z [5490/7385] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\IpcFabricConfigClient.cpp.obj 2024-10-08T20:01:04.3180731Z [5491/7385] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\CuptiActivityApi.cpp.obj 2024-10-08T20:01:04.3577444Z [5492/7385] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\DeviceProperties.cpp.obj 2024-10-08T20:01:04.3687639Z [5493/7385] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\AbstractConfig.cpp.obj 2024-10-08T20:01:04.4704654Z [5494/7385] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\GenericTraceActivity.cpp.obj 2024-10-08T20:01:04.5159368Z [5495/7385] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\Logger.cpp.obj 2024-10-08T20:01:04.5346642Z [5496/7385] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\LoggingAPI.cpp.obj 2024-10-08T20:01:04.5454259Z [5497/7385] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\ILoggerObserver.cpp.obj 2024-10-08T20:01:04.6058023Z [5498/7385] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\DeviceUtil.cpp.obj 2024-10-08T20:01:04.7613460Z [5499/7385] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\output_json.cpp.obj 2024-10-08T20:01:04.7682615Z [5500/7385] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\output_csv.cpp.obj 2024-10-08T20:01:04.7787741Z [5501/7385] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\arena.c.obj 2024-10-08T20:01:04.7843870Z [5502/7385] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\alloc-posix.c.obj 2024-10-08T20:01:04.7976012Z [5503/7385] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_api.dir\src\libkineto_api.cpp.obj 2024-10-08T20:01:04.8285493Z [5504/7385] Building CXX object third_party\kineto\libkineto\CMakeFiles\kineto_base.dir\src\init.cpp.obj 2024-10-08T20:01:04.9894706Z [5505/7385] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\bitmap.c.obj 2024-10-08T20:01:04.9908794Z [5506/7385] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\alloc-aligned.c.obj 2024-10-08T20:01:04.9910889Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-10-08T20:01:04.9912521Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\alloc-aligned.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-10-08T20:01:05.0138439Z [5507/7385] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\segment.c.obj 2024-10-08T20:01:05.0824355Z [5508/7385] Linking CXX static library lib\kineto.lib 2024-10-08T20:01:05.0980937Z [5509/7385] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\heap.c.obj 2024-10-08T20:01:05.0982917Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-10-08T20:01:05.0984674Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\heap.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-10-08T20:01:05.1545579Z [5510/7385] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\os.c.obj 2024-10-08T20:01:05.1547012Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-10-08T20:01:05.1548616Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\os.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-10-08T20:01:05.1617263Z [5511/7385] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\alloc.c.obj 2024-10-08T20:01:05.1618687Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-10-08T20:01:05.1620281Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\alloc.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-10-08T20:01:05.1675585Z [5512/7385] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\page.c.obj 2024-10-08T20:01:05.3631373Z [5513/7385] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\init.c.obj 2024-10-08T20:01:05.3633855Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-10-08T20:01:05.3636774Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\init.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-10-08T20:01:05.3707196Z [5514/7385] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\options.c.obj 2024-10-08T20:01:05.3709052Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-10-08T20:01:05.3710716Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\options.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-10-08T20:01:05.4256735Z [5515/7385] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\segment-map.c.obj 2024-10-08T20:01:05.4394650Z [5516/7385] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\random.c.obj 2024-10-08T20:01:05.4396091Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-10-08T20:01:05.4397739Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\random.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-10-08T20:01:05.4687805Z [5517/7385] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\stats.c.obj 2024-10-08T20:01:05.4690529Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-10-08T20:01:05.4693572Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\stats.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-10-08T20:01:05.4736585Z [5518/7385] Building CXX object c10\CMakeFiles\c10.dir\core\AutogradState.cpp.obj 2024-10-08T20:01:05.5385253Z [5519/7385] Building CXX object c10\CMakeFiles\c10.dir\core\CPUAllocator.cpp.obj 2024-10-08T20:01:05.7863724Z [5520/7385] Building CXX object c10\CMakeFiles\c10.dir\core\Allocator.cpp.obj 2024-10-08T20:01:05.7877372Z [5521/7385] Building CXX object c10\CMakeFiles\c10.dir\core\Device.cpp.obj 2024-10-08T20:01:05.7889359Z [5522/7385] Building CXX object c10\CMakeFiles\c10.dir\core\DeviceType.cpp.obj 2024-10-08T20:01:05.7902050Z [5523/7385] Building CXX object c10\CMakeFiles\c10.dir\core\DispatchKey.cpp.obj 2024-10-08T20:01:05.7952172Z [5524/7385] Building CXX object c10\CMakeFiles\c10.dir\core\CopyBytes.cpp.obj 2024-10-08T20:01:05.8211319Z [5525/7385] Building CXX object c10\CMakeFiles\c10.dir\core\DefaultDtype.cpp.obj 2024-10-08T20:01:05.8568054Z [5526/7385] Building CXX object c10\CMakeFiles\c10.dir\core\GradMode.cpp.obj 2024-10-08T20:01:06.0400852Z [5527/7385] Building CXX object c10\CMakeFiles\c10.dir\core\InferenceMode.cpp.obj 2024-10-08T20:01:06.1592424Z [5528/7385] Building CXX object c10\CMakeFiles\c10.dir\core\RefcountedDeleter.cpp.obj 2024-10-08T20:01:06.2416882Z [5529/7385] Building CXX object c10\CMakeFiles\c10.dir\core\ConstantSymNodeImpl.cpp.obj 2024-10-08T20:01:06.2491947Z [5530/7385] Building CXX object c10\CMakeFiles\c10.dir\core\ScalarType.cpp.obj 2024-10-08T20:01:06.2858346Z [5531/7385] Building CXX object c10\CMakeFiles\c10.dir\core\Stream.cpp.obj 2024-10-08T20:01:06.3079057Z [5532/7385] Building CXX object c10\CMakeFiles\c10.dir\core\DispatchKeySet.cpp.obj 2024-10-08T20:01:06.3206867Z [5533/7385] Building CXX object third_party\mimalloc\CMakeFiles\mimalloc-static.dir\src\prim\prim.c.obj 2024-10-08T20:01:06.3209464Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\include\mimalloc/prim.h(136): warning C4005: 'WIN32_LEAN_AND_MEAN': macro redefinition 2024-10-08T20:01:06.3212609Z C:\actions-runner\_work\pytorch\pytorch\third_party\mimalloc\src\prim\prim.c: note: see previous definition of 'WIN32_LEAN_AND_MEAN' 2024-10-08T20:01:07.5064136Z [5534/7385] Building CXX object c10\CMakeFiles\c10.dir\core\GeneratorImpl.cpp.obj 2024-10-08T20:01:07.5419266Z [5535/7385] Building CXX object c10\CMakeFiles\c10.dir\core\SymFloat.cpp.obj 2024-10-08T20:01:07.5474447Z [5536/7385] Building CXX object c10\CMakeFiles\c10.dir\core\SafePyObject.cpp.obj 2024-10-08T20:01:07.5488190Z [5537/7385] Building CXX object c10\CMakeFiles\c10.dir\core\Storage.cpp.obj 2024-10-08T20:01:07.5501009Z [5538/7385] Building CXX object c10\CMakeFiles\c10.dir\core\StorageImpl.cpp.obj 2024-10-08T20:01:07.5514349Z [5539/7385] Building CXX object c10\CMakeFiles\c10.dir\core\Scalar.cpp.obj 2024-10-08T20:01:07.8192093Z [5540/7385] Building CXX object c10\CMakeFiles\c10.dir\core\SymIntArrayRef.cpp.obj 2024-10-08T20:01:07.8990833Z [5541/7385] Building CXX object c10\CMakeFiles\c10.dir\core\SymNodeImpl.cpp.obj 2024-10-08T20:01:08.4524477Z [5542/7385] Linking CXX static library lib\mimalloc-static.lib 2024-10-08T20:01:08.4585805Z [5543/7385] Building CXX object c10\CMakeFiles\c10.dir\core\SymBool.cpp.obj 2024-10-08T20:01:08.4598960Z [5544/7385] Building CXX object c10\CMakeFiles\c10.dir\core\SymbolicShapeMeta.cpp.obj 2024-10-08T20:01:08.4655694Z [5545/7385] Building CXX object c10\CMakeFiles\c10.dir\core\SymInt.cpp.obj 2024-10-08T20:01:08.4670829Z [5546/7385] Building CXX object c10\CMakeFiles\c10.dir\core\impl\COW.cpp.obj 2024-10-08T20:01:08.4723498Z [5547/7385] Building CXX object c10\CMakeFiles\c10.dir\core\UndefinedTensorImpl.cpp.obj 2024-10-08T20:01:08.6247574Z [5548/7385] Building CXX object c10\CMakeFiles\c10.dir\core\impl\HermeticPyObjectTLS.cpp.obj 2024-10-08T20:01:08.8635680Z [5549/7385] Building CXX object c10\CMakeFiles\c10.dir\core\WrapDimMinimal.cpp.obj 2024-10-08T20:01:09.4327202Z [5550/7385] Building CXX object c10\CMakeFiles\c10.dir\core\TensorImpl.cpp.obj 2024-10-08T20:01:09.4514607Z [5551/7385] Building CXX object c10\CMakeFiles\c10.dir\core\impl\COWDeleter.cpp.obj 2024-10-08T20:01:09.4583722Z [5552/7385] Building CXX object c10\CMakeFiles\c10.dir\core\TensorOptions.cpp.obj 2024-10-08T20:01:09.4597732Z [5553/7385] Building CXX object c10\CMakeFiles\c10.dir\core\impl\PyObjectSlot.cpp.obj 2024-10-08T20:01:09.4600030Z 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 2024-10-08T20:01:09.4644741Z [5554/7385] Building CXX object c10\CMakeFiles\c10.dir\core\impl\GPUTrace.cpp.obj 2024-10-08T20:01:09.4711044Z [5555/7385] Building CXX object c10\CMakeFiles\c10.dir\core\impl\DeviceGuardImplInterface.cpp.obj 2024-10-08T20:01:09.4834759Z [5556/7385] Linking CXX static library lib\dnnl.lib 2024-10-08T20:01:09.6764017Z [5557/7385] Building CXX object c10\CMakeFiles\c10.dir\util\C++17.cpp.obj 2024-10-08T20:01:09.7139418Z [5558/7385] Building CXX object c10\CMakeFiles\c10.dir\core\impl\LocalDispatchKeySet.cpp.obj 2024-10-08T20:01:09.7494558Z [5559/7385] Building CXX object c10\CMakeFiles\c10.dir\core\impl\SizesAndStrides.cpp.obj 2024-10-08T20:01:09.8338449Z [5560/7385] Building CXX object c10\CMakeFiles\c10.dir\core\impl\TorchDispatchModeTLS.cpp.obj 2024-10-08T20:01:09.8579386Z [5561/7385] Building CXX object c10\CMakeFiles\c10.dir\core\impl\alloc_cpu.cpp.obj 2024-10-08T20:01:09.8957288Z [5562/7385] Building CXX object c10\CMakeFiles\c10.dir\core\thread_pool.cpp.obj 2024-10-08T20:01:09.9725606Z [5563/7385] Building CXX object c10\CMakeFiles\c10.dir\core\impl\PyInterpreter.cpp.obj 2024-10-08T20:01:10.0236464Z [5564/7385] Building CXX object c10\CMakeFiles\c10.dir\util\Bfloat16.cpp.obj 2024-10-08T20:01:10.0296982Z [5565/7385] Building CXX object c10\CMakeFiles\c10.dir\mobile\CPUProfilingAllocator.cpp.obj 2024-10-08T20:01:10.0735351Z [5566/7385] Building CXX object c10\CMakeFiles\c10.dir\core\impl\PythonDispatcherTLS.cpp.obj 2024-10-08T20:01:10.1344738Z [5567/7385] Building CXX object c10\CMakeFiles\c10.dir\util\Backtrace.cpp.obj 2024-10-08T20:01:10.1591009Z [5568/7385] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e4m3fnuz.cpp.obj 2024-10-08T20:01:10.1761155Z [5569/7385] Building CXX object c10\CMakeFiles\c10.dir\util\ApproximateClock.cpp.obj 2024-10-08T20:01:10.2034644Z [5570/7385] Building CXX object c10\CMakeFiles\c10.dir\util\DynamicCounter.cpp.obj 2024-10-08T20:01:10.2084681Z [5571/7385] Building CXX object c10\CMakeFiles\c10.dir\util\Float8_e4m3fn.cpp.obj 2024-10-08T20:01:10.2925644Z [5572/7385] Building CXX object c10\CMakeFiles\c10.dir\util\DeadlockDetection.cpp.obj 2024-10-08T20:01:10.3041870Z [5573/7385] Building CXX object c10\CMakeFiles\c10.dir\mobile\CPUCachingAllocator.cpp.obj 2024-10-08T20:01:10.3794767Z [5574/7385] Building CXX object c10\CMakeFiles\c10.dir\util\ParallelGuard.cpp.obj 2024-10-08T20:01:10.4276423Z [5575/7385] Building CXX object c10\CMakeFiles\c10.dir\util\MathConstants.cpp.obj 2024-10-08T20:01:10.4561916Z [5576/7385] Building CXX object c10\CMakeFiles\c10.dir\util\SmallVector.cpp.obj 2024-10-08T20:01:10.4915689Z [5577/7385] Building CXX object c10\test\CMakeFiles\c10_exception_test.dir\util\exception_test.cpp.obj 2024-10-08T20:01:10.5183436Z [5578/7385] Building CXX object c10\CMakeFiles\c10.dir\util\Exception.cpp.obj 2024-10-08T20:01:10.5698239Z [5579/7385] Building CXX object c10\CMakeFiles\c10.dir\util\Metaprogramming.cpp.obj 2024-10-08T20:01:10.5777835Z [5580/7385] Building CXX object c10\CMakeFiles\c10.dir\util\NetworkFlow.cpp.obj 2024-10-08T20:01:10.5950210Z [5581/7385] Building CXX object c10\CMakeFiles\c10.dir\util\Optional.cpp.obj 2024-10-08T20:01:10.6043947Z [5582/7385] Building CXX object c10\CMakeFiles\c10.dir\util\TypeTraits.cpp.obj 2024-10-08T20:01:10.6281374Z [5583/7385] Building CXX object c10\test\CMakeFiles\c10_flags_test.dir\util\flags_test.cpp.obj 2024-10-08T20:01:10.6628752Z [5584/7385] Building CXX object c10\CMakeFiles\c10.dir\util\Type_demangle.cpp.obj 2024-10-08T20:01:10.7028628Z [5585/7385] Building CXX object c10\CMakeFiles\c10.dir\util\ThreadLocalDebugInfo.cpp.obj 2024-10-08T20:01:10.7902891Z [5586/7385] Building CXX object c10\CMakeFiles\c10.dir\util\Type_no_demangle.cpp.obj 2024-10-08T20:01:10.7919586Z [5587/7385] Building CXX object c10\CMakeFiles\c10.dir\util\TypeCast.cpp.obj 2024-10-08T20:01:10.8381234Z [5588/7385] Building CXX object c10\CMakeFiles\c10.dir\util\complex_math.cpp.obj 2024-10-08T20:01:10.8660767Z [5589/7385] Building CXX object c10\CMakeFiles\c10.dir\util\flags_use_gflags.cpp.obj 2024-10-08T20:01:10.9001830Z [5590/7385] Building CXX object c10\CMakeFiles\c10.dir\util\TypeList.cpp.obj 2024-10-08T20:01:10.9119113Z [5591/7385] Building CXX object c10\CMakeFiles\c10.dir\util\WaitCounter.cpp.obj 2024-10-08T20:01:10.9608486Z [5592/7385] Building CXX object c10\CMakeFiles\c10.dir\util\UniqueVoidPtr.cpp.obj 2024-10-08T20:01:10.9739302Z [5593/7385] Building CXX object c10\CMakeFiles\c10.dir\util\StringUtil.cpp.obj 2024-10-08T20:01:10.9961843Z [5594/7385] Building CXX object c10\CMakeFiles\c10.dir\util\Unicode.cpp.obj 2024-10-08T20:01:11.1193717Z [5595/7385] Building CXX object c10\CMakeFiles\c10.dir\util\env.cpp.obj 2024-10-08T20:01:11.1597779Z [5596/7385] Building CXX object c10\CMakeFiles\c10.dir\util\thread_name.cpp.obj 2024-10-08T20:01:11.1878602Z [5597/7385] Building CXX object c10\CMakeFiles\c10.dir\util\numa.cpp.obj 2024-10-08T20:01:11.1967116Z [5598/7385] Building CXX object c10\CMakeFiles\c10.dir\util\int128.cpp.obj 2024-10-08T20:01:11.2168753Z [5599/7385] Building CXX object c10\CMakeFiles\c10.dir\util\intrusive_ptr.cpp.obj 2024-10-08T20:01:11.2731057Z [5600/7385] Building CXX object c10\CMakeFiles\c10.dir\util\flags_use_no_gflags.cpp.obj 2024-10-08T20:01:11.3000314Z [5601/7385] Building CXX object c10\CMakeFiles\c10.dir\util\typeid.cpp.obj 2024-10-08T20:01:11.3066491Z [5602/7385] Building CXX object c10\CMakeFiles\c10.dir\util\signal_handler.cpp.obj 2024-10-08T20:01:11.4613955Z [5603/7385] Building CXX object c10\test\CMakeFiles\c10_CompileTimeFunctionPointer_test.dir\core\CompileTimeFunctionPointer_test.cpp.obj 2024-10-08T20:01:11.5249025Z [5604/7385] Building CXX object c10\test\CMakeFiles\c10_DeviceGuard_test.dir\core\DeviceGuard_test.cpp.obj 2024-10-08T20:01:11.5389229Z [5605/7385] Building CXX object c10\test\CMakeFiles\c10_Device_test.dir\core\Device_test.cpp.obj 2024-10-08T20:01:11.5718648Z [5606/7385] Building CXX object c10\test\CMakeFiles\c10_StreamGuard_test.dir\core\StreamGuard_test.cpp.obj 2024-10-08T20:01:11.6548218Z [5607/7385] Building CXX object c10\test\CMakeFiles\c10_DispatchKeySet_test.dir\core\DispatchKeySet_test.cpp.obj 2024-10-08T20:01:11.6625350Z [5608/7385] Building CXX object c10\CMakeFiles\c10.dir\util\tempfile.cpp.obj 2024-10-08T20:01:11.6944497Z [5609/7385] Building CXX object c10\test\CMakeFiles\c10_Scalar_test.dir\core\Scalar_test.cpp.obj 2024-10-08T20:01:11.7133653Z [5610/7385] Building CXX object c10\test\CMakeFiles\c10_InlineDeviceGuard_test.dir\core\impl\InlineDeviceGuard_test.cpp.obj 2024-10-08T20:01:11.7903844Z [5611/7385] Building CXX object c10\test\CMakeFiles\c10_generic_math_test.dir\util\generic_math_test.cpp.obj 2024-10-08T20:01:11.8665783Z [5612/7385] Building CXX object c10\test\CMakeFiles\c10_SymInt_test.dir\core\SymInt_test.cpp.obj 2024-10-08T20:01:11.9408961Z [5613/7385] Building CXX object c10\test\CMakeFiles\c10_ConstexprCrc_test.dir\util\ConstexprCrc_test.cpp.obj 2024-10-08T20:01:11.9743089Z [5614/7385] Building CXX object c10\test\CMakeFiles\c10_InlineStreamGuard_test.dir\core\impl\InlineStreamGuard_test.cpp.obj 2024-10-08T20:01:11.9886307Z [5615/7385] Building CXX object c10\test\CMakeFiles\c10_SizesAndStrides_test.dir\core\impl\SizesAndStrides_test.cpp.obj 2024-10-08T20:01:12.0397189Z [5616/7385] Building CXX object c10\test\CMakeFiles\c10_Bitset_test.dir\util\Bitset_test.cpp.obj 2024-10-08T20:01:12.1065020Z [5617/7385] Linking CXX shared library bin\c10.dll 2024-10-08T20:01:12.1291918Z [5618/7385] Building CXX object c10\test\CMakeFiles\c10_cow_test.dir\core\impl\cow_test.cpp.obj 2024-10-08T20:01:12.1365126Z [5619/7385] Building CXX object c10\test\CMakeFiles\c10_Half_test.dir\util\Half_test.cpp.obj 2024-10-08T20:01:12.1697833Z [5620/7385] Building CXX object c10\test\CMakeFiles\c10_DeadlockDetection_test.dir\util\DeadlockDetection_test.cpp.obj 2024-10-08T20:01:12.2244536Z [5621/7385] Linking CXX executable bin\c10_flags_test.exe 2024-10-08T20:01:12.2573769Z [5622/7385] Linking CXX executable bin\c10_CompileTimeFunctionPointer_test.exe 2024-10-08T20:01:12.2583861Z [5623/7385] Linking CXX executable bin\c10_exception_test.exe 2024-10-08T20:01:12.2799859Z [5624/7385] Linking CXX executable bin\c10_DeviceGuard_test.exe 2024-10-08T20:01:12.3008932Z [5625/7385] Building CXX object c10\test\CMakeFiles\c10_NetworkFlow_test.dir\util\NetworkFlow_test.cpp.obj 2024-10-08T20:01:12.3119775Z [5626/7385] Building CXX object c10\test\CMakeFiles\c10_Metaprogramming_test.dir\util\Metaprogramming_test.cpp.obj 2024-10-08T20:01:12.3499783Z [5627/7385] Building CXX object c10\test\CMakeFiles\c10_LeftRight_test.dir\util\LeftRight_test.cpp.obj 2024-10-08T20:01:12.3687524Z [5628/7385] Linking CXX executable bin\c10_Scalar_test.exe 2024-10-08T20:01:12.3760452Z [5629/7385] Linking CXX executable bin\c10_DispatchKeySet_test.exe 2024-10-08T20:01:12.3814560Z [5630/7385] Building CXX object c10\test\CMakeFiles\c10_Synchronized_test.dir\util\Synchronized_test.cpp.obj 2024-10-08T20:01:12.3906799Z [5631/7385] Linking CXX executable bin\c10_StreamGuard_test.exe 2024-10-08T20:01:12.4310708Z [5632/7385] Linking CXX executable bin\c10_SizesAndStrides_test.exe 2024-10-08T20:01:12.4354111Z [5633/7385] Linking CXX executable bin\c10_Device_test.exe 2024-10-08T20:01:12.4674832Z [5634/7385] Linking CXX executable bin\c10_InlineDeviceGuard_test.exe 2024-10-08T20:01:12.5013779Z [5635/7385] Linking CXX executable bin\c10_InlineStreamGuard_test.exe 2024-10-08T20:01:12.5150871Z [5636/7385] Linking CXX executable bin\c10_DeadlockDetection_test.exe 2024-10-08T20:01:12.5163166Z [5637/7385] Linking CXX executable bin\c10_cow_test.exe 2024-10-08T20:01:12.5176468Z [5638/7385] Linking CXX executable bin\c10_Bitset_test.exe 2024-10-08T20:01:12.5422934Z [5639/7385] Linking CXX executable bin\c10_SymInt_test.exe 2024-10-08T20:01:12.5465728Z [5640/7385] Linking CXX executable bin\c10_ConstexprCrc_test.exe 2024-10-08T20:01:12.5491621Z [5641/7385] Linking CXX executable bin\c10_Half_test.exe 2024-10-08T20:01:12.5883419Z [5642/7385] Linking CXX executable bin\c10_LeftRight_test.exe 2024-10-08T20:01:12.6232746Z [5643/7385] Linking CXX executable bin\c10_Metaprogramming_test.exe 2024-10-08T20:01:12.6350376Z [5644/7385] Linking CXX executable bin\c10_Synchronized_test.exe 2024-10-08T20:01:12.6401206Z [5645/7385] Linking CXX executable bin\c10_NetworkFlow_test.exe 2024-10-08T20:01:12.8840572Z [5646/7385] Building CXX object c10\test\CMakeFiles\c10_TypeTraits_test.dir\util\TypeTraits_test.cpp.obj 2024-10-08T20:01:12.8961742Z [5647/7385] Building CXX object c10\test\CMakeFiles\c10_TypeIndex_test.dir\util\TypeIndex_test.cpp.obj 2024-10-08T20:01:12.9088503Z [5648/7385] Building CXX object c10\test\CMakeFiles\c10_accumulate_test.dir\util\accumulate_test.cpp.obj 2024-10-08T20:01:12.9203634Z [5649/7385] Building CXX object c10\test\CMakeFiles\c10_TypeList_test.dir\util\TypeList_test.cpp.obj 2024-10-08T20:01:12.9524427Z [5650/7385] Building CXX object c10\test\CMakeFiles\c10_ThreadLocal_test.dir\util\ThreadLocal_test.cpp.obj 2024-10-08T20:01:13.0002862Z [5651/7385] Building CXX object c10\test\CMakeFiles\c10_bfloat16_test.dir\util\bfloat16_test.cpp.obj 2024-10-08T20:01:13.0014145Z [5652/7385] Linking CXX executable bin\c10_TypeTraits_test.exe 2024-10-08T20:01:13.0065595Z [5653/7385] Linking CXX executable bin\c10_TypeIndex_test.exe 2024-10-08T20:01:13.0126179Z [5654/7385] Building CXX object c10\test\CMakeFiles\c10_bit_cast_test.dir\util\bit_cast_test.cpp.obj 2024-10-08T20:01:13.0228455Z [5655/7385] Linking CXX executable bin\c10_accumulate_test.exe 2024-10-08T20:01:13.0268160Z [5656/7385] Linking CXX executable bin\c10_TypeList_test.exe 2024-10-08T20:01:13.0463622Z [5657/7385] Building CXX object c10\test\CMakeFiles\c10_complex_math_test.dir\util\complex_math_test.cpp.obj 2024-10-08T20:01:13.0700695Z [5658/7385] Linking CXX executable bin\c10_ThreadLocal_test.exe 2024-10-08T20:01:13.1236228Z [5659/7385] Linking CXX executable bin\c10_bit_cast_test.exe 2024-10-08T20:01:13.1247445Z [5660/7385] Linking CXX executable bin\c10_generic_math_test.exe 2024-10-08T20:01:13.2160833Z [5661/7385] Linking CXX executable bin\c10_complex_math_test.exe 2024-10-08T20:01:13.2445800Z [5662/7385] Linking CXX executable bin\c10_bfloat16_test.exe 2024-10-08T20:01:13.3819904Z [5663/7385] Building CXX object c10\test\CMakeFiles\c10_irange_test.dir\util\irange_test.cpp.obj 2024-10-08T20:01:13.4567848Z [5664/7385] Building CXX object c10\test\CMakeFiles\c10_intrusive_ptr_test.dir\util\intrusive_ptr_test.cpp.obj 2024-10-08T20:01:13.4671282Z [5665/7385] Building CXX object c10\test\CMakeFiles\c10_complex_test.dir\util\complex_test.cpp.obj 2024-10-08T20:01:13.4737803Z [5666/7385] Building CXX object c10\test\CMakeFiles\c10_lazy_test.dir\util\lazy_test.cpp.obj 2024-10-08T20:01:13.4882581Z [5667/7385] Linking CXX executable bin\c10_irange_test.exe 2024-10-08T20:01:13.5263403Z [5668/7385] Building CXX object c10\test\CMakeFiles\c10_optional_test.dir\util\optional_test.cpp.obj 2024-10-08T20:01:13.5264977Z C:\actions-runner\_work\pytorch\pytorch\c10\test\util\optional_test.cpp(70): warning C4834: discarding return value of function with 'nodiscard' attribute 2024-10-08T20:01:13.5267075Z 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)' 2024-10-08T20:01:13.5268536Z with 2024-10-08T20:01:13.5268764Z [ 2024-10-08T20:01:13.5268995Z T=Type 2024-10-08T20:01:13.5269255Z ] 2024-10-08T20:01:13.5270945Z C:\actions-runner\_work\pytorch\pytorch\cmake\..\third_party\googletest\googletest\include\gtest/internal/gtest-internal.h(515): note: see reference to class template instantiation '`anonymous-namespace'::OptionalTest_Empty_Test' being compiled 2024-10-08T20:01:13.5272553Z with 2024-10-08T20:01:13.5272878Z [ 2024-10-08T20:01:13.5273112Z T=Type 2024-10-08T20:01:13.5273350Z ] 2024-10-08T20:01:13.5274776Z C:\actions-runner\_work\pytorch\pytorch\cmake\..\third_party\googletest\googletest\include\gtest/internal/gtest-internal.h(729): note: see reference to class template instantiation 'testing::internal::SuiteApiResolver' being compiled 2024-10-08T20:01:13.5279135Z C:\actions-runner\_work\pytorch\pytorch\cmake\..\third_party\googletest\googletest\include\gtest/internal/gtest-internal.h(721): 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 *,const testing::internal::CodeLocation &,const char *,const char *,int,const std::vector> &)' 2024-10-08T20:01:13.5284972Z 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 *,const testing::internal::CodeLocation &,const char *,const char *,int,const std::vector> &)' being compiled 2024-10-08T20:01:13.5289638Z 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 2024-10-08T20:01:13.5351287Z [5669/7385] Building CXX object c10\test\CMakeFiles\c10_logging_test.dir\util\logging_test.cpp.obj 2024-10-08T20:01:13.5658875Z [5670/7385] Building CXX object c10\test\CMakeFiles\c10_registry_test.dir\util\registry_test.cpp.obj 2024-10-08T20:01:13.5845117Z [5671/7385] Linking CXX executable bin\c10_complex_test.exe 2024-10-08T20:01:13.5858426Z [5672/7385] Linking CXX executable bin\c10_lazy_test.exe 2024-10-08T20:01:13.6575780Z [5673/7385] Linking CXX executable bin\c10_intrusive_ptr_test.exe 2024-10-08T20:01:13.6610184Z [5674/7385] Linking CXX executable bin\c10_logging_test.exe 2024-10-08T20:01:13.6830474Z [5675/7385] Linking CXX executable bin\c10_optional_test.exe 2024-10-08T20:01:13.6873655Z [5676/7385] Linking CXX executable bin\c10_registry_test.exe 2024-10-08T20:01:13.7044981Z [5677/7385] Building CXX object c10\test\CMakeFiles\c10_ordered_preserving_dict_test.dir\util\ordered_preserving_dict_test.cpp.obj 2024-10-08T20:01:13.8290777Z [5678/7385] Linking CXX executable bin\c10_ordered_preserving_dict_test.exe 2024-10-08T20:01:13.8884832Z [5679/7385] Building C object caffe2\CMakeFiles\torch_global_deps.dir\__\torch\csrc\empty.c.obj 2024-10-08T20:01:13.8981733Z [5680/7385] Building CXX object c10\test\CMakeFiles\c10_small_vector_test.dir\util\small_vector_test.cpp.obj 2024-10-08T20:01:13.9499564Z [5681/7385] Building CXX object c10\test\CMakeFiles\c10_tempfile_test.dir\util\tempfile_test.cpp.obj 2024-10-08T20:01:13.9555769Z [5682/7385] Building CXX object c10\test\CMakeFiles\c10_string_view_test.dir\util\string_view_test.cpp.obj 2024-10-08T20:01:13.9636902Z [5683/7385] Building CXX object c10\benchmark\CMakeFiles\c10_intrusive_ptr_benchmark.dir\intrusive_ptr_benchmark.cpp.obj 2024-10-08T20:01:13.9652851Z [5684/7385] Building CXX object c10\test\CMakeFiles\c10_ssize_test.dir\util\ssize_test.cpp.obj 2024-10-08T20:01:13.9829628Z [5685/7385] Linking C shared library bin\torch_global_deps.dll 2024-10-08T20:01:14.0167769Z [5686/7385] Building CXX object c10\test\CMakeFiles\c10_string_util_test.dir\util\string_util_test.cpp.obj 2024-10-08T20:01:14.0663512Z [5687/7385] Linking CXX executable bin\c10_tempfile_test.exe 2024-10-08T20:01:14.0797857Z [5688/7385] Linking CXX executable bin\c10_string_view_test.exe 2024-10-08T20:01:14.0857327Z [5689/7385] Linking CXX executable bin\c10_small_vector_test.exe 2024-10-08T20:01:14.0872371Z [5690/7385] Linking CXX executable bin\c10_intrusive_ptr_benchmark.exe 2024-10-08T20:01:14.0925571Z [5691/7385] Building C object sleef\src\common\CMakeFiles\common.dir\common.c.obj 2024-10-08T20:01:14.1299999Z [5692/7385] Linking CXX executable bin\c10_string_util_test.exe 2024-10-08T20:01:14.1496615Z [5693/7385] Building CXX object c10\test\CMakeFiles\c10_typeid_test.dir\util\typeid_test.cpp.obj 2024-10-08T20:01:14.1857876Z [5694/7385] Linking CXX executable bin\c10_ssize_test.exe 2024-10-08T20:01:14.1998419Z [5695/7385] Generating ../../../torch/utils/data/datapipes/datapipe.pyi 2024-10-08T20:01:14.2118424Z [5696/7385] Building C object sleef\src\common\CMakeFiles\addSuffix.dir\addSuffix.c.obj 2024-10-08T20:01:14.2951482Z [5697/7385] Linking C executable sleef\bin\addSuffix.exe 2024-10-08T20:01:14.2962001Z [5698/7385] Linking CXX executable bin\c10_typeid_test.exe 2024-10-08T20:01:14.3071674Z [5699/7385] Building C object sleef\src\common\CMakeFiles\arraymap.dir\arraymap.c.obj 2024-10-08T20:01:14.3297514Z [5700/7385] Building C object sleef\src\libm\CMakeFiles\mkrename.dir\mkrename.c.obj 2024-10-08T20:01:14.3916434Z [5701/7385] Building C object sleef\src\libm\CMakeFiles\mkdisp.dir\mkdisp.c.obj 2024-10-08T20:01:14.3977012Z [5702/7385] Building C object sleef\src\libm\CMakeFiles\mkmasked_gnuabi.dir\mkmasked_gnuabi.c.obj 2024-10-08T20:01:14.4012955Z [5703/7385] Linking C executable sleef\bin\mkrename.exe 2024-10-08T20:01:14.4025616Z [5704/7385] Building C object sleef\src\libm\CMakeFiles\mkrename_gnuabi.dir\mkrename_gnuabi.c.obj 2024-10-08T20:01:14.4169085Z [5705/7385] Generating include/renamefma4.h 2024-10-08T20:01:14.4169654Z Generating renamefma4.h: mkrename "finz_" "4" "8" "fma4" 2024-10-08T20:01:14.4278793Z [5706/7385] Generating include/renameavx.h 2024-10-08T20:01:14.4279823Z Generating renameavx.h: mkrename "cinz_" "4" "8" "avx" 2024-10-08T20:01:14.4291159Z [5707/7385] Generating include/renamesse4.h 2024-10-08T20:01:14.4292119Z Generating renamesse4.h: mkrename "cinz_" "2" "4" "sse4" 2024-10-08T20:01:14.4577325Z [5708/7385] Generating include/renamecuda.h 2024-10-08T20:01:14.4578340Z Generating renamecuda.h: mkrename "finz_" "1" "1" "cuda" 2024-10-08T20:01:14.4591100Z [5709/7385] Generating include/renamepurecfma_scalar.h 2024-10-08T20:01:14.4592324Z Generating renamepurecfma_scalar.h: mkrename "finz_" "1" "1" "purecfma" 2024-10-08T20:01:14.4705164Z [5710/7385] Generating sleeflibm_AVX.h.tmp 2024-10-08T20:01:14.4726696Z [5711/7385] Generating include/renamepurec_scalar.h 2024-10-08T20:01:14.4727800Z Generating renamepurec_scalar.h: mkrename "cinz_" "1" "1" "purec" 2024-10-08T20:01:14.4840796Z [5712/7385] Generating include/renamesse2.h 2024-10-08T20:01:14.4851336Z Generating renamesse2.h: mkrename "cinz_" "2" "4" "sse2" 2024-10-08T20:01:14.4851978Z [5713/7385] Linking C executable sleef\bin\mkmasked_gnuabi.exe 2024-10-08T20:01:14.4860255Z [5714/7385] Generating sleeflibm_AVX2.h.tmp 2024-10-08T20:01:14.4905913Z [5715/7385] Building C object sleef\src\libm\CMakeFiles\mkalias.dir\mkalias.c.obj 2024-10-08T20:01:14.4981681Z [5716/7385] Generating include/renameavx512fnofma.h 2024-10-08T20:01:14.4982384Z Generating renameavx512fnofma.h: mkrename "cinz_" "8" "16" "avx512fnofma" 2024-10-08T20:01:14.4992031Z [5717/7385] Generating sleeflibm_AVX2128.h.tmp 2024-10-08T20:01:14.5002481Z [5718/7385] Generating include/renameavx512f.h 2024-10-08T20:01:14.5003539Z Generating renameavx512f.h: mkrename "finz_" "8" "16" "avx512f" 2024-10-08T20:01:14.5033633Z [5719/7385] Generating include/renameavx2128.h 2024-10-08T20:01:14.5034877Z Generating renameavx2128.h: mkrename "finz_" "2" "4" "avx2128" 2024-10-08T20:01:14.5106514Z [5720/7385] Generating include/renameavx2.h 2024-10-08T20:01:14.5107141Z Generating renameavx2.h: mkrename "finz_" "4" "8" "avx2" 2024-10-08T20:01:14.5118182Z [5721/7385] Generating sleeflibm_AVX512F_.h.tmp 2024-10-08T20:01:14.5127107Z [5722/7385] Generating sleeflibm_AVX_.h.tmp 2024-10-08T20:01:14.5154530Z [5723/7385] Generating sleeflibm_PURECFMA_SCALAR.h.tmp 2024-10-08T20:01:14.5235035Z [5724/7385] Generating sleeflibm_SSE4.h.tmp 2024-10-08T20:01:14.5244393Z [5725/7385] Generating sleeflibm_AVX512FNOFMA.h.tmp 2024-10-08T20:01:14.5255154Z [5726/7385] Generating sleeflibm_PUREC_SCALAR.h.tmp 2024-10-08T20:01:14.5356236Z [5727/7385] Generating sleeflibm_SSE2.h.tmp 2024-10-08T20:01:14.5885132Z [5728/7385] Generating sleeflibm_DSP_SCALAR.h.tmp 2024-10-08T20:01:14.5902016Z [5729/7385] Generating sleeflibm_FMA4.h.tmp 2024-10-08T20:01:14.5918746Z [5730/7385] Generating include/renamedspscalar.h 2024-10-08T20:01:14.5942965Z [5731/7385] Generating sleeflibm_SSE_.h.tmp 2024-10-08T20:01:14.6027655Z [5732/7385] Generating include/renamedsp128.h 2024-10-08T20:01:14.6043284Z [5733/7385] Generating include/renamedsp256.h 2024-10-08T20:01:14.7019372Z [5734/7385] Building C object sleef\src\libm\CMakeFiles\sleefdetfma4.dir\sleefsimdsp.c.obj 2024-10-08T20:01:14.7285994Z [5735/7385] Building C object sleef\src\libm\CMakeFiles\sleeffma4.dir\sleefsimdsp.c.obj 2024-10-08T20:01:14.7639599Z [5736/7385] Building C object sleef\src\libm\CMakeFiles\sleeffma4.dir\sleefsimddp.c.obj 2024-10-08T20:01:14.7888347Z [5737/7385] Generating ../../../torch/version.py 2024-10-08T20:01:14.7934582Z [5738/7385] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2.dir\sleefsimddp.c.obj 2024-10-08T20:01:14.8081259Z [5739/7385] Building C object sleef\src\libm\CMakeFiles\sleefdetfma4.dir\sleefsimddp.c.obj 2024-10-08T20:01:14.8239668Z [5740/7385] Building C object sleef\src\libm\CMakeFiles\sleefdetpurecfma_scalar.dir\sleefsimddp.c.obj 2024-10-08T20:01:14.8547831Z [5741/7385] Building C object sleef\src\libm\CMakeFiles\sleefpurecfma_scalar.dir\sleefsimdsp.c.obj 2024-10-08T20:01:14.8788251Z [5742/7385] Building C object sleef\src\libm\CMakeFiles\sleefdetpurecfma_scalar.dir\sleefsimdsp.c.obj 2024-10-08T20:01:14.9017539Z [5743/7385] Building C object sleef\src\libm\CMakeFiles\sleefavx2128.dir\sleefsimdsp.c.obj 2024-10-08T20:01:14.9782265Z [5744/7385] Building C object sleef\src\libm\CMakeFiles\sleefpurecfma_scalar.dir\sleefsimddp.c.obj 2024-10-08T20:01:14.9831921Z [5745/7385] Building C object sleef\src\libm\CMakeFiles\sleefavx2128.dir\sleefsimddp.c.obj 2024-10-08T20:01:14.9843009Z [5746/7385] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2128.dir\sleefsimdsp.c.obj 2024-10-08T20:01:14.9854262Z [5747/7385] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2128.dir\sleefsimddp.c.obj 2024-10-08T20:01:15.0070880Z [5748/7385] Building C object sleef\src\libm\CMakeFiles\sleefdetavx.dir\sleefsimddp.c.obj 2024-10-08T20:01:15.0831736Z [5749/7385] Building C object sleef\src\libm\CMakeFiles\sleefdetavx.dir\sleefsimdsp.c.obj 2024-10-08T20:01:15.1178727Z [5750/7385] Building C object sleef\src\libm\CMakeFiles\sleefavx.dir\sleefsimddp.c.obj 2024-10-08T20:01:15.1495630Z [5751/7385] Building C object sleef\src\libm\CMakeFiles\sleefavx.dir\sleefsimdsp.c.obj 2024-10-08T20:01:15.1642668Z [5752/7385] Building C object sleef\src\libm\CMakeFiles\sleefsse2.dir\sleefsimddp.c.obj 2024-10-08T20:01:15.1839050Z [5753/7385] Building C object sleef\src\libm\CMakeFiles\sleefdetsse2.dir\sleefsimdsp.c.obj 2024-10-08T20:01:15.2069567Z [5754/7385] Building C object sleef\src\libm\CMakeFiles\sleefsse2.dir\sleefsimdsp.c.obj 2024-10-08T20:01:15.2145400Z [5755/7385] Building C object sleef\src\libm\CMakeFiles\sleefdetsse2.dir\sleefsimddp.c.obj 2024-10-08T20:01:15.2413869Z [5756/7385] Building C object sleef\src\libm\CMakeFiles\sleefdetsse4.dir\sleefsimdsp.c.obj 2024-10-08T20:01:15.2954977Z [5757/7385] Building C object sleef\src\libm\CMakeFiles\sleefdetsse4.dir\sleefsimddp.c.obj 2024-10-08T20:01:15.3173992Z [5758/7385] Building C object sleef\src\libm\CMakeFiles\sleefsse4.dir\sleefsimdsp.c.obj 2024-10-08T20:01:15.3254060Z [5759/7385] Building C object sleef\src\libm\CMakeFiles\sleefdetpurec_scalar.dir\sleefsimdsp.c.obj 2024-10-08T20:01:15.3756949Z [5760/7385] Building C object sleef\src\libm\CMakeFiles\sleefsse4.dir\sleefsimddp.c.obj 2024-10-08T20:01:15.3918032Z [5761/7385] Building C object sleef\src\libm\CMakeFiles\sleefdetpurec_scalar.dir\sleefsimddp.c.obj 2024-10-08T20:01:15.3997575Z [5762/7385] Building C object sleef\src\libm\CMakeFiles\sleefpurec_scalar.dir\sleefsimddp.c.obj 2024-10-08T20:01:15.4089810Z [5763/7385] Building C object sleef\src\libm\CMakeFiles\sleefpurec_scalar.dir\sleefsimdsp.c.obj 2024-10-08T20:01:15.4474438Z [5764/7385] Linking C executable sleef\bin\mkalias.exe 2024-10-08T20:01:15.4627967Z [5765/7385] Generating alias_AVX512F_sp.h.tmp 2024-10-08T20:01:15.4751535Z [5766/7385] Generating alias_AVX512F_dp.h.tmp 2024-10-08T20:01:15.4960419Z [5767/7385] Generating include/alias_avx512f.h 2024-10-08T20:01:15.4999098Z [5768/7385] Linking C executable sleef\bin\mkrename_gnuabi.exe 2024-10-08T20:01:15.5383531Z [5769/7385] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512fnofma.dir\sleefsimdsp.c.obj 2024-10-08T20:01:15.5787174Z [5770/7385] Linking C executable sleef\bin\mkdisp.exe 2024-10-08T20:01:15.5925561Z [5771/7385] Generating dispsse.c.tmp 2024-10-08T20:01:15.6004723Z [5772/7385] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512fnofma.dir\sleefsimddp.c.obj 2024-10-08T20:01:15.6126296Z [5773/7385] Generating dispscalar.c.body 2024-10-08T20:01:15.6136908Z [5774/7385] Building C object sleef\src\libm\CMakeFiles\sleefavx512fnofma.dir\sleefsimddp.c.obj 2024-10-08T20:01:15.6156445Z [5775/7385] Generating dispsse.c 2024-10-08T20:01:15.6257795Z [5776/7385] Generating dispavx.c.tmp 2024-10-08T20:01:15.6341385Z [5777/7385] Generating dispscalar.c 2024-10-08T20:01:15.6466200Z [5778/7385] Generating dispavx.c 2024-10-08T20:01:15.6854670Z [5779/7385] Building C object sleef\src\libm\CMakeFiles\sleefavx2.dir\sleefsimddp.c.obj 2024-10-08T20:01:15.6947748Z [5780/7385] Building C object sleef\src\libm\CMakeFiles\sleefavx512fnofma.dir\sleefsimdsp.c.obj 2024-10-08T20:01:15.7364756Z [5781/7385] Building C object sleef\src\libm\CMakeFiles\sleefavx512f.dir\sleefsimdsp.c.obj 2024-10-08T20:01:15.7656969Z [5782/7385] Building C object sleef\src\libm\CMakeFiles\sleefavx512f.dir\sleefsimddp.c.obj 2024-10-08T20:01:15.7774950Z [5783/7385] Generating sleeflibm_AVX512F.h.tmp 2024-10-08T20:01:15.7969650Z [5784/7385] Building C object sleef\src\libm\CMakeFiles\sleefavx2.dir\sleefsimdsp.c.obj 2024-10-08T20:01:15.8041082Z [5785/7385] Generating ../../../include/sleef.h 2024-10-08T20:01:15.8061265Z [5786/7385] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512f.dir\sleefsimddp.c.obj 2024-10-08T20:01:15.8142263Z [5787/7385] Building C object sleef\src\libm\CMakeFiles\sleefdetavx512f.dir\sleefsimdsp.c.obj 2024-10-08T20:01:15.8528675Z [5788/7385] Building C object sleef\src\libm\CMakeFiles\sleefdetavx2.dir\sleefsimdsp.c.obj 2024-10-08T20:01:15.8576986Z [5789/7385] Generating sources 2024-10-08T20:01:15.9097117Z [5790/7385] Building C object sleef\src\libm\CMakeFiles\dispscalar_obj.dir\dispscalar.c.obj 2024-10-08T20:01:15.9101536Z [5791/7385] Building C object sleef\src\libm\CMakeFiles\sleef.dir\rempitab.c.obj 2024-10-08T20:01:15.9251216Z [5792/7385] Building C object sleef\src\libm\CMakeFiles\dispsse_obj.dir\dispsse.c.obj 2024-10-08T20:01:15.9384717Z [5793/7385] Building C object sleef\src\libm\CMakeFiles\dispavx_obj.dir\dispavx.c.obj 2024-10-08T20:01:16.0149415Z [5794/7385] Linking C static library sleef\lib\sleef.lib 2024-10-08T20:01:22.6122753Z [5795/7385] Generating ../../../torch/_C/__init__.pyi, ../../../torch/_C/_VariableFunctions.pyi, ../../../torch/nn/functional.pyi 2024-10-08T20:01:26.0752180Z [5796/7385] 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 2024-10-08T20:01:26.1818527Z [5797/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SequenceNumber.cpp.obj 2024-10-08T20:01:26.5495812Z [5798/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorGeometry.cpp.obj 2024-10-08T20:01:26.6118812Z [5799/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ThreadLocalPythonObjects.cpp.obj 2024-10-08T20:01:26.9370345Z [5800/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorIndexing.cpp.obj 2024-10-08T20:01:26.9513795Z [5801/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorMeta.cpp.obj 2024-10-08T20:01:26.9908115Z [5802/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ScalarOps.cpp.obj 2024-10-08T20:01:27.0377421Z [5803/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorIterator.cpp.obj 2024-10-08T20:01:27.4703877Z [5804/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorNames.cpp.obj 2024-10-08T20:01:27.9294353Z [5805/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\StorageUtils.cpp.obj 2024-10-08T20:01:28.8448330Z [5806/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\VmapModeRegistrations.cpp.obj 2024-10-08T20:01:28.9008288Z [5807/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Utils.cpp.obj 2024-10-08T20:01:29.0078517Z [5808/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SparseCsrTensorImpl.cpp.obj 2024-10-08T20:01:29.0226846Z [5809/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\cpu\FlushDenormal.cpp.obj 2024-10-08T20:01:29.0740266Z [5810/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SparseTensorImpl.cpp.obj 2024-10-08T20:01:29.4538032Z [5811/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\PythonTorchFunctionTLS.cpp.obj 2024-10-08T20:01:29.4816236Z [5812/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\SavedTensorHooks.cpp.obj 2024-10-08T20:01:29.7178941Z [5813/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Version.cpp.obj 2024-10-08T20:01:29.8377581Z [5814/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\TensorUtils.cpp.obj 2024-10-08T20:01:29.8618269Z [5815/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Dispatch.cpp.obj 2024-10-08T20:01:29.8982483Z [5816/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelThreadPoolNative.cpp.obj 2024-10-08T20:01:29.9274366Z [5817/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ThreadLocalState.cpp.obj 2024-10-08T20:01:29.9899320Z [5818/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ZeroTensorFallback.cpp.obj 2024-10-08T20:01:30.3711224Z [5819/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\EmptyTensor.cpp.obj 2024-10-08T20:01:30.3788277Z [5820/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\DeviceAccelerator.cpp.obj 2024-10-08T20:01:30.4911994Z [5821/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\autocast_mode.cpp.obj 2024-10-08T20:01:30.5072277Z [5822/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelOpenMP.cpp.obj 2024-10-08T20:01:30.5950676Z [5823/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\DynamicLibrary.cpp.obj 2024-10-08T20:01:30.6224100Z [5824/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FuncTorchTLS.cpp.obj 2024-10-08T20:01:30.8088920Z [5825/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ExpandUtils.cpp.obj 2024-10-08T20:01:30.9225945Z [5826/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyVmapMode.cpp.obj 2024-10-08T20:01:31.2648821Z [5827/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalStorageImpl.cpp.obj 2024-10-08T20:01:31.3789606Z [5828/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalTensorWrapper.cpp.obj 2024-10-08T20:01:31.5613628Z [5829/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalizeFallbackKernel.cpp.obj 2024-10-08T20:01:31.6567755Z [5830/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyBatchedTensorImpl.cpp.obj 2024-10-08T20:01:32.0707387Z [5831/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\MemoryOverlap.cpp.obj 2024-10-08T20:01:32.1655642Z [5832/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelCommon.cpp.obj 2024-10-08T20:01:32.2475073Z [5833/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ParallelNative.cpp.obj 2024-10-08T20:01:32.7053716Z [5834/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\MapAllocator.cpp.obj 2024-10-08T20:01:32.8520561Z [5835/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\DLConvertor.cpp.obj 2024-10-08T20:01:32.9659504Z [5836/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\FunctionalInverses.cpp.obj 2024-10-08T20:01:33.0563763Z [5837/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\AccumulateType.cpp.obj 2024-10-08T20:01:33.1110108Z [5838/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\NamedTensorUtils.cpp.obj 2024-10-08T20:01:33.3557127Z [5839/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Context.cpp.obj 2024-10-08T20:01:33.5346358Z [5840/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyVmapTransforms.cpp.obj 2024-10-08T20:01:33.6888201Z [5841/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\CPUGeneratorImpl.cpp.obj 2024-10-08T20:01:33.7451124Z [5842/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\CUDAHooksInterface.cpp.obj 2024-10-08T20:01:33.8430736Z [5843/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\CPUGuardImpl.cpp.obj 2024-10-08T20:01:33.8930160Z [5844/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\ConjugateFallback.cpp.obj 2024-10-08T20:01:33.9427357Z [5845/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\cpu\Utils.cpp.obj 2024-10-08T20:01:34.1210216Z [5846/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyBatchingRegistrations.cpp.obj 2024-10-08T20:01:34.1565193Z [5847/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\HIPHooksInterface.cpp.obj 2024-10-08T20:01:34.1936593Z [5848/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\IPUHooksInterface.cpp.obj 2024-10-08T20:01:34.2240095Z [5849/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\LegacyBatchedFallback.cpp.obj 2024-10-08T20:01:34.2692975Z [5850/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MAIAHooksInterface.cpp.obj 2024-10-08T20:01:34.2708731Z [5851/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MTIAHooksInterface.cpp.obj 2024-10-08T20:01:34.4814970Z [5852/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MetaGuardImpl.cpp.obj 2024-10-08T20:01:34.5078366Z [5853/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\NestedTensorImpl.cpp.obj 2024-10-08T20:01:34.5929107Z [5854/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\PrivateUse1HooksInterface.cpp.obj 2024-10-08T20:01:34.6739170Z [5855/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\MPSHooksInterface.cpp.obj 2024-10-08T20:01:34.9076281Z [5856/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\detail\XPUHooksInterface.cpp.obj 2024-10-08T20:01:35.1524802Z [5857/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\ADInterpreters.cpp.obj 2024-10-08T20:01:35.3525076Z [5858/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveMaxPooling3d.cpp.obj 2024-10-08T20:01:36.0171800Z [5859/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\CachedTensorUtils.cpp.obj 2024-10-08T20:01:37.3230945Z [5860/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesConvolution.cpp.obj 2024-10-08T20:01:37.4348013Z [5861/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesBinaryOps.cpp.obj 2024-10-08T20:01:37.5466964Z [5862/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesActivation.cpp.obj 2024-10-08T20:01:37.7341055Z [5863/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesFactory.cpp.obj 2024-10-08T20:01:37.9968446Z [5864/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesHelper.cpp.obj 2024-10-08T20:01:38.3521015Z [5865/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesIndexing.cpp.obj 2024-10-08T20:01:38.4497094Z [5866/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesDynamic.cpp.obj 2024-10-08T20:01:39.2298046Z [5867/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesDecompositions.cpp.obj 2024-10-08T20:01:40.3287881Z [5868/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesNorm.cpp.obj 2024-10-08T20:01:40.5819086Z [5869/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesLoss.cpp.obj 2024-10-08T20:01:40.6583496Z [5870/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesModules.cpp.obj 2024-10-08T20:01:40.7389254Z [5871/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesPooling.cpp.obj 2024-10-08T20:01:40.9560330Z [5872/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesLinearAlgebra.cpp.obj 2024-10-08T20:01:41.5367946Z [5873/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesReduceOps.cpp.obj 2024-10-08T20:01:41.5906083Z [5874/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\Interpreter.cpp.obj 2024-10-08T20:01:41.6131895Z [5875/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesScatterOps.cpp.obj 2024-10-08T20:01:41.6282137Z [5876/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\FunctionalizeInterpreter.cpp.obj 2024-10-08T20:01:41.7452495Z [5877/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchedTensorImpl.cpp.obj 2024-10-08T20:01:42.2981261Z [5878/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesViews.cpp.obj 2024-10-08T20:01:42.5351460Z [5879/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\TensorWrapper.cpp.obj 2024-10-08T20:01:42.5436624Z [5880/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\PlumbingHelper.cpp.obj 2024-10-08T20:01:43.4100234Z [5881/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\record_function.cpp.obj 2024-10-08T20:01:43.5660514Z [5882/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesUnaryOps.cpp.obj 2024-10-08T20:01:43.6389328Z [5883/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\ATenGeneral.cpp.obj 2024-10-08T20:01:43.8634133Z [5884/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchRulesRandomness.cpp.obj 2024-10-08T20:01:44.1898160Z [5885/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\VmapInterpreter.cpp.obj 2024-10-08T20:01:44.4639682Z [5886/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\BackendSelectFallbackKernel.cpp.obj 2024-10-08T20:01:44.5174156Z [5887/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\BatchedFallback.cpp.obj 2024-10-08T20:01:44.6904878Z [5888/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\DynamicLayer.cpp.obj 2024-10-08T20:01:44.7284055Z [5889/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\LegacyVmapTransforms.cpp.obj 2024-10-08T20:01:44.8451214Z [5890/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Dimname.cpp.obj 2024-10-08T20:01:44.9326880Z [5891/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\DeprecatedTypeProperties.cpp.obj 2024-10-08T20:01:45.1854161Z [5892/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\DeprecatedTypePropertiesRegistry.cpp.obj 2024-10-08T20:01:45.3218280Z [5893/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\LegacyBatchingRegistrations.cpp.obj 2024-10-08T20:01:45.3542213Z [5894/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Dict.cpp.obj 2024-10-08T20:01:45.4695641Z [5895/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Formatting.cpp.obj 2024-10-08T20:01:45.5420215Z [5896/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\PyTorchOperatorHacks.cpp.obj 2024-10-08T20:01:45.7142245Z [5897/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Generator.cpp.obj 2024-10-08T20:01:45.7448868Z [5898/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\MetaFallbackKernel.cpp.obj 2024-10-08T20:01:45.7726086Z [5899/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\GeneratorForPrivateuseone.cpp.obj 2024-10-08T20:01:45.9307361Z [5900/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\NamedTensor.cpp.obj 2024-10-08T20:01:45.9868390Z [5901/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\NamedRegistrations.cpp.obj 2024-10-08T20:01:46.0728317Z [5902/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\NestedIntSymNodeImpl.cpp.obj 2024-10-08T20:01:46.0872270Z [5903/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Range.cpp.obj 2024-10-08T20:01:46.1722921Z [5904/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\List.cpp.obj 2024-10-08T20:01:46.3163565Z [5905/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Vitals.cpp.obj 2024-10-08T20:01:46.5466743Z [5906/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\PythonFallbackKernel.cpp.obj 2024-10-08T20:01:46.5813530Z [5907/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\Tensor.cpp.obj 2024-10-08T20:01:46.7207809Z [5908/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\PythonOpRegistrationTrampoline.cpp.obj 2024-10-08T20:01:46.7862254Z [5909/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\VariableHooksInterface.cpp.obj 2024-10-08T20:01:46.8549437Z [5910/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\functorch\VmapModeRegistrations.cpp.obj 2024-10-08T20:01:46.8945287Z [5911/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\TorchDispatchUtils.cpp.obj 2024-10-08T20:01:47.0207028Z [5912/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\adaption.cpp.obj 2024-10-08T20:01:47.1277827Z [5913/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\VariableFallbackKernel.cpp.obj 2024-10-08T20:01:47.2140143Z [5914/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\blob.cpp.obj 2024-10-08T20:01:47.3643421Z [5915/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\class_type.cpp.obj 2024-10-08T20:01:47.4681757Z [5916/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\custom_class.cpp.obj 2024-10-08T20:01:47.5586580Z [5917/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\interned_strings.cpp.obj 2024-10-08T20:01:47.6592153Z [5918/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\OperatorEntry.cpp.obj 2024-10-08T20:01:47.6659965Z [5919/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\ObservedOperators.cpp.obj 2024-10-08T20:01:47.6743426Z [5920/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\DispatchKeyExtractor.cpp.obj 2024-10-08T20:01:47.6829306Z [5921/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\boxing\KernelFunction.cpp.obj 2024-10-08T20:01:47.8053739Z [5922/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\function_schema.cpp.obj 2024-10-08T20:01:48.0173566Z [5923/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\operator_name.cpp.obj 2024-10-08T20:01:48.0672201Z [5924/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dispatch\Dispatcher.cpp.obj 2024-10-08T20:01:48.2992951Z [5925/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\dynamic_type.cpp.obj 2024-10-08T20:01:48.3637506Z [5926/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\library.cpp.obj 2024-10-08T20:01:48.4795627Z [5927/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\error_report.cpp.obj 2024-10-08T20:01:48.5214812Z [5928/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\op_registration\infer_schema.cpp.obj 2024-10-08T20:01:48.5361384Z [5929/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\ivalue.cpp.obj 2024-10-08T20:01:48.5470351Z [5930/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\op_registration\op_registration.cpp.obj 2024-10-08T20:01:48.5622603Z [5931/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\type.cpp.obj 2024-10-08T20:01:48.7244453Z [5932/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\register_symbols.cpp.obj 2024-10-08T20:01:48.7656734Z [5933/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\strtod.cpp.obj 2024-10-08T20:01:48.9226315Z [5934/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\type_factory.cpp.obj 2024-10-08T20:01:48.9332345Z [5935/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\lexer.cpp.obj 2024-10-08T20:01:49.1462156Z [5936/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\tensor_type.cpp.obj 2024-10-08T20:01:49.4330866Z [5937/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\union_type.cpp.obj 2024-10-08T20:01:49.4530780Z [5938/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\source_range.cpp.obj 2024-10-08T20:01:49.4633112Z [5939/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\function_schema_parser.cpp.obj 2024-10-08T20:01:49.4828192Z [5940/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveMaxPooling2d.cpp.obj 2024-10-08T20:01:49.6805577Z [5941/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\schema_type_parser.cpp.obj 2024-10-08T20:01:49.6952996Z [5942/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveAveragePooling3d.cpp.obj 2024-10-08T20:01:49.9920500Z [5943/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Activation.cpp.obj 2024-10-08T20:01:49.9950232Z [5944/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AdaptiveAveragePooling.cpp.obj 2024-10-08T20:01:50.2794138Z [5945/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorIteratorReduce.cpp.obj 2024-10-08T20:01:50.3100844Z [5946/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorTransformations.cpp.obj 2024-10-08T20:01:50.4078712Z [5947/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TestOps.cpp.obj 2024-10-08T20:01:50.4970465Z [5948/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorShape.cpp.obj 2024-10-08T20:01:50.5124256Z [5949/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorProperties.cpp.obj 2024-10-08T20:01:50.5320497Z [5950/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AutogradComposite.cpp.obj 2024-10-08T20:01:50.8053202Z [5951/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AffineGridGenerator.cpp.obj 2024-10-08T20:01:50.8461645Z [5952/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AveragePool3d.cpp.obj 2024-10-08T20:01:50.8735939Z [5953/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BlasKernel.cpp.obj 2024-10-08T20:01:51.1102474Z [5954/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AveragePool2d.cpp.obj 2024-10-08T20:01:51.3242620Z [5955/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\AmpKernels.cpp.obj 2024-10-08T20:01:51.3650547Z [5956/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Blas.cpp.obj 2024-10-08T20:01:51.4180299Z [5957/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BatchLinearAlgebraKernel.cpp.obj 2024-10-08T20:01:51.5059644Z [5958/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Bucketization.cpp.obj 2024-10-08T20:01:51.6844497Z [5959/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Constraints.cpp.obj 2024-10-08T20:01:51.7691001Z [5960/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BinaryOps.cpp.obj 2024-10-08T20:01:51.7914910Z [5961/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\BatchLinearAlgebra.cpp.obj 2024-10-08T20:01:52.0273660Z [5962/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Col2Im.cpp.obj 2024-10-08T20:01:52.1792649Z [5963/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ComparisonUtils.cpp.obj 2024-10-08T20:01:52.2693250Z [5964/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ChanelShuffle.cpp.obj 2024-10-08T20:01:52.3881976Z [5965/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\CPUFallback.cpp.obj 2024-10-08T20:01:52.4809908Z [5966/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\CPUBlas.cpp.obj 2024-10-08T20:01:52.6265615Z [5967/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Convolution.cpp.obj 2024-10-08T20:01:52.6787186Z [5968/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Copy.cpp.obj 2024-10-08T20:01:52.6820332Z [5969/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ConvolutionMM3d.cpp.obj 2024-10-08T20:01:52.9011960Z [5970/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ConvolutionMM2d.cpp.obj 2024-10-08T20:01:52.9738422Z [5971/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\DispatchStub.cpp.obj 2024-10-08T20:01:53.0085767Z [5972/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ConvolutionTBC.cpp.obj 2024-10-08T20:01:53.2405899Z [5973/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Cross.cpp.obj 2024-10-08T20:01:53.2806474Z [5974/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\DilatedMaxPool3d.cpp.obj 2024-10-08T20:01:53.3365293Z [5975/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\DilatedMaxPool2d.cpp.obj 2024-10-08T20:01:53.4615401Z [5976/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Correlation.cpp.obj 2024-10-08T20:01:53.5762020Z [5977/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Distance.cpp.obj 2024-10-08T20:01:53.7584853Z [5978/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Fill.cpp.obj 2024-10-08T20:01:53.8210275Z [5979/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Dropout.cpp.obj 2024-10-08T20:01:53.8719801Z [5980/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Embedding.cpp.obj 2024-10-08T20:01:54.1972370Z [5981/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\EmbeddingBag.cpp.obj 2024-10-08T20:01:54.2130578Z [5982/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Distributions.cpp.obj 2024-10-08T20:01:54.3042125Z [5983/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ForeachOpsKernels.cpp.obj 2024-10-08T20:01:54.3072847Z [5984/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FusedAdagrad.cpp.obj 2024-10-08T20:01:54.4077040Z [5985/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FunctionOfAMatrixUtils.cpp.obj 2024-10-08T20:01:54.5538657Z [5986/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FractionalMaxPool2d.cpp.obj 2024-10-08T20:01:54.5659164Z [5987/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FractionalMaxPool3d.cpp.obj 2024-10-08T20:01:54.7420585Z [5988/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FusedSGD.cpp.obj 2024-10-08T20:01:55.1498719Z [5989/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Histogram.cpp.obj 2024-10-08T20:01:55.1790025Z [5990/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\GatedLinearUnit.cpp.obj 2024-10-08T20:01:55.1834026Z [5991/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\GridSampler.cpp.obj 2024-10-08T20:01:55.2163367Z [5992/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Im2Col.cpp.obj 2024-10-08T20:01:55.2724245Z [5993/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\FusedAdam.cpp.obj 2024-10-08T20:01:55.3442440Z [5994/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Integration.cpp.obj 2024-10-08T20:01:55.4724491Z [5995/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LegacyBatching.cpp.obj 2024-10-08T20:01:55.5204788Z [5996/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Lerp.cpp.obj 2024-10-08T20:01:55.9747613Z [5997/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Itertools.cpp.obj 2024-10-08T20:01:56.0355816Z [5998/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Linear.cpp.obj 2024-10-08T20:01:56.0559291Z [5999/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\IndexingUtils.cpp.obj 2024-10-08T20:01:56.1403125Z [6000/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossCTC.cpp.obj 2024-10-08T20:01:56.3053021Z [6001/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LinearAlgebra.cpp.obj 2024-10-08T20:01:56.3172294Z [6002/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Loss.cpp.obj 2024-10-08T20:01:56.3258837Z [6003/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossMultiLabelMargin.cpp.obj 2024-10-08T20:01:56.5207615Z [6004/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossNLL.cpp.obj 2024-10-08T20:01:56.7770566Z [6005/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\MetaTensor.cpp.obj 2024-10-08T20:01:56.8018693Z [6006/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossMultiMargin.cpp.obj 2024-10-08T20:01:56.8932478Z [6007/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\MaxPooling.cpp.obj 2024-10-08T20:01:57.0273593Z [6008/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Memory.cpp.obj 2024-10-08T20:01:57.1242281Z [6009/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\MaxUnpooling.cpp.obj 2024-10-08T20:01:57.2744585Z [6010/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NegateFallback.cpp.obj 2024-10-08T20:01:57.3243142Z [6011/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\LossNLL2d.cpp.obj 2024-10-08T20:01:57.4088006Z [6012/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NamedTensor.cpp.obj 2024-10-08T20:01:57.5791990Z [6013/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NaiveConvolutionTranspose3d.cpp.obj 2024-10-08T20:01:57.7505805Z [6014/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NaiveConvolutionTranspose2d.cpp.obj 2024-10-08T20:01:57.8553157Z [6015/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NaiveDilatedConvolution.cpp.obj 2024-10-08T20:01:57.8664680Z [6016/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\NNPACK.cpp.obj 2024-10-08T20:01:58.0492350Z [6017/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Normalization.cpp.obj 2024-10-08T20:01:58.1428078Z [6018/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PackedSequence.cpp.obj 2024-10-08T20:01:58.2446654Z [6019/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PixelShuffle.cpp.obj 2024-10-08T20:01:58.3142028Z [6020/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Onehot.cpp.obj 2024-10-08T20:01:58.3955491Z [6021/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PadNd.cpp.obj 2024-10-08T20:01:58.4550745Z [6022/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\PointwiseOps.cpp.obj 2024-10-08T20:01:58.6802352Z [6023/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Pow.cpp.obj 2024-10-08T20:01:58.9104104Z [6024/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\RangeFactories.cpp.obj 2024-10-08T20:01:58.9835750Z [6025/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\RNN.cpp.obj 2024-10-08T20:01:59.0919585Z [6026/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\QuantizedLinear.cpp.obj 2024-10-08T20:01:59.1876224Z [6027/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReduceAllOps.cpp.obj 2024-10-08T20:01:59.2167786Z [6028/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Pooling.cpp.obj 2024-10-08T20:01:59.2514587Z [6029/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Repeat.cpp.obj 2024-10-08T20:01:59.3419799Z [6030/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Resize.cpp.obj 2024-10-08T20:01:59.4975019Z [6031/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReflectionPad.cpp.obj 2024-10-08T20:01:59.8358637Z [6032/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReplicationPadding.cpp.obj 2024-10-08T20:01:59.8456418Z [6033/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ReduceOps.cpp.obj 2024-10-08T20:01:59.9170509Z [6034/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SobolEngineOps.cpp.obj 2024-10-08T20:02:00.0234508Z [6035/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Scalar.cpp.obj 2024-10-08T20:02:00.0264761Z [6036/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\RowwisePrune.cpp.obj 2024-10-08T20:02:00.1506620Z [6037/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SegmentReduce.cpp.obj 2024-10-08T20:02:00.2140251Z [6038/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SobolEngineOpsUtils.cpp.obj 2024-10-08T20:02:00.7232278Z [6039/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Sorting.cpp.obj 2024-10-08T20:02:00.7416198Z [6040/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SoftMax.cpp.obj 2024-10-08T20:02:00.8882200Z [6041/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SpectralOps.cpp.obj 2024-10-08T20:02:00.9297578Z [6042/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SummaryOps.cpp.obj 2024-10-08T20:02:01.1736949Z [6043/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorFactories.cpp.obj 2024-10-08T20:02:01.1916228Z [6044/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorCompare.cpp.obj 2024-10-08T20:02:01.5897275Z [6045/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Unfold2d.cpp.obj 2024-10-08T20:02:01.7097395Z [6046/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qgelu.cpp.obj 2024-10-08T20:02:01.8783721Z [6047/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qhardswish.cpp.obj 2024-10-08T20:02:01.9114942Z [6048/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qlinear.cpp.obj 2024-10-08T20:02:02.0451404Z [6049/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qhardsigmoid.cpp.obj 2024-10-08T20:02:02.4130417Z [6050/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorAdvancedIndexing.cpp.obj 2024-10-08T20:02:02.6067217Z [6051/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TypeProperties.cpp.obj 2024-10-08T20:02:02.6206347Z [6052/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UnfoldBackward.cpp.obj 2024-10-08T20:02:02.7963494Z [6053/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UnaryOps.cpp.obj 2024-10-08T20:02:02.8654177Z [6054/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\SparseTensorUtils.cpp.obj 2024-10-08T20:02:02.9158136Z [6055/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Unfold3d.cpp.obj 2024-10-08T20:02:02.9332106Z [6056/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TriangularOps.cpp.obj 2024-10-08T20:02:03.1843605Z [6057/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSample.cpp.obj 2024-10-08T20:02:03.5177641Z [6058/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleLinear1d.cpp.obj 2024-10-08T20:02:03.6021777Z [6059/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\TensorConversions.cpp.obj 2024-10-08T20:02:03.6153064Z [6060/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleBilinear2d.cpp.obj 2024-10-08T20:02:03.7380631Z [6061/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleBicubic2d.cpp.obj 2024-10-08T20:02:03.7719733Z [6062/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\VariableMethodStubs.cpp.obj 2024-10-08T20:02:03.7867748Z [6063/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\Unique.cpp.obj 2024-10-08T20:02:04.0014680Z [6064/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qlinear_dynamic.cpp.obj 2024-10-08T20:02:04.0486609Z [6065/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleNearest3d.cpp.obj 2024-10-08T20:02:04.5527622Z [6066/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleTrilinear3d.cpp.obj 2024-10-08T20:02:04.6322264Z [6067/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\prim_native_functions.cpp.obj 2024-10-08T20:02:04.6416526Z [6068/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleNearest1d.cpp.obj 2024-10-08T20:02:04.6523550Z [6069/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\UpSampleNearest2d.cpp.obj 2024-10-08T20:02:04.6655150Z [6070/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\layer_norm.cpp.obj 2024-10-08T20:02:04.8166987Z [6071/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\group_norm.cpp.obj 2024-10-08T20:02:04.9216116Z [6072/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\library.cpp.obj 2024-10-08T20:02:04.9776247Z [6073/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\verbose_wrapper.cpp.obj 2024-10-08T20:02:05.4595510Z [6074/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\WeightNorm.cpp.obj 2024-10-08T20:02:05.5036508Z [6075/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\fbgemm_utils.cpp.obj 2024-10-08T20:02:05.5339958Z [6076/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_prepack.cpp.obj 2024-10-08T20:02:05.5484031Z [6077/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear.cpp.obj 2024-10-08T20:02:05.7564824Z [6078/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_dynamic.cpp.obj 2024-10-08T20:02:05.8910454Z [6079/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseBinaryOpIntersectionKernel.cpp.obj 2024-10-08T20:02:05.9291478Z [6080/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\FlattenIndicesKernel.cpp.obj 2024-10-08T20:02:06.3310958Z [6081/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\ParamUtils.cpp.obj 2024-10-08T20:02:06.4036316Z [6082/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_unpack.cpp.obj 2024-10-08T20:02:06.4266353Z [6083/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SoftMax.cpp.obj 2024-10-08T20:02:06.6154102Z [6084/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseFactories.cpp.obj 2024-10-08T20:02:06.8587555Z [6085/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseBlas.cpp.obj 2024-10-08T20:02:06.8955888Z [6086/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseCsrTensorMath.cpp.obj 2024-10-08T20:02:07.2411018Z [6087/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseBlasImpl.cpp.obj 2024-10-08T20:02:07.3206583Z [6088/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseCsrTensor.cpp.obj 2024-10-08T20:02:07.4595236Z [6089/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\ValidateCompressedIndicesKernel.cpp.obj 2024-10-08T20:02:07.4804533Z [6090/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseUnaryOps.cpp.obj 2024-10-08T20:02:07.5535356Z [6091/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_deserialize.cpp.obj 2024-10-08T20:02:07.7643065Z [6092/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseTensor.cpp.obj 2024-10-08T20:02:07.8945361Z [6093/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseMatMul.cpp.obj 2024-10-08T20:02:08.1495080Z [6094/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\sparse\SparseTensorMath.cpp.obj 2024-10-08T20:02:08.3713269Z [6095/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\ao_sparse\quantized\cpu\qlinear_serialize.cpp.obj 2024-10-08T20:02:09.3079117Z [6096/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\AffineQuantizer.cpp.obj 2024-10-08T20:02:10.1518338Z [6097/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorUtils.cpp.obj 2024-10-08T20:02:10.2710706Z [6098/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorBinaryOps.cpp.obj 2024-10-08T20:02:10.4507467Z [6099/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorBackward.cpp.obj 2024-10-08T20:02:10.4625890Z [6100/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorAliases.cpp.obj 2024-10-08T20:02:10.5173951Z [6101/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorFactories.cpp.obj 2024-10-08T20:02:10.6726430Z [6102/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorMath.cpp.obj 2024-10-08T20:02:10.7970370Z [6103/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorUnaryOps.cpp.obj 2024-10-08T20:02:10.8054345Z [6104/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\AffineQuantizerBase.cpp.obj 2024-10-08T20:02:11.2131533Z [6105/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorMatmul.cpp.obj 2024-10-08T20:02:11.6343841Z [6106/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\AveragePool2d.cpp.obj 2024-10-08T20:02:13.0975437Z [6107/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\nested\NestedTensorTransformerFunctions.cpp.obj 2024-10-08T20:02:13.2460439Z [6108/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\QTensor.cpp.obj 2024-10-08T20:02:13.3933026Z [6109/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\Copy.cpp.obj 2024-10-08T20:02:13.5440329Z [6110/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\FakeQuantPerTensorAffine.cpp.obj 2024-10-08T20:02:13.7038002Z [6111/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\TensorCompare.cpp.obj 2024-10-08T20:02:13.7727942Z [6112/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\FakeQuantPerChannelAffine.cpp.obj 2024-10-08T20:02:13.9152843Z [6113/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\AdaptiveAveragePooling.cpp.obj 2024-10-08T20:02:13.9801647Z [6114/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\RuyUtils.cpp.obj 2024-10-08T20:02:14.1104894Z [6115/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\BinaryOps.cpp.obj 2024-10-08T20:02:14.1937004Z [6116/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\TensorAdvancedIndexing.cpp.obj 2024-10-08T20:02:14.5087195Z [6117/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\ChannelShuffle.cpp.obj 2024-10-08T20:02:14.5615992Z [6118/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\TensorFactories.cpp.obj 2024-10-08T20:02:14.5923202Z [6119/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\LinearUnpackImpl.cpp.obj 2024-10-08T20:02:14.6109290Z [6120/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\IntReprQuant.cpp.obj 2024-10-08T20:02:14.6386437Z [6121/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\AveragePool3d.cpp.obj 2024-10-08T20:02:14.8272095Z [6122/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\MakePerTensorQuantizedTensor.cpp.obj 2024-10-08T20:02:15.0829268Z [6123/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\ReduceOps.cpp.obj 2024-10-08T20:02:15.1176200Z [6124/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\Normalization.cpp.obj 2024-10-08T20:02:15.3968148Z [6125/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\Pooling.cpp.obj 2024-10-08T20:02:15.4782499Z [6126/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\Sorting.cpp.obj 2024-10-08T20:02:15.4995226Z [6127/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\TensorOperators.cpp.obj 2024-10-08T20:02:15.5366180Z [6128/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\TensorShape.cpp.obj 2024-10-08T20:02:15.5538100Z [6129/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\UpSampleBilinear2d.cpp.obj 2024-10-08T20:02:15.5598716Z [6130/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\init_qnnpack.cpp.obj 2024-10-08T20:02:15.6913894Z [6131/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\UpSampleNearest2d.cpp.obj 2024-10-08T20:02:16.0403241Z [6132/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\UpSampleNearest3d.cpp.obj 2024-10-08T20:02:16.2987031Z [6133/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\fbgemm_utils.cpp.obj 2024-10-08T20:02:16.3157825Z [6134/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\fused_obs_fake_quant.cpp.obj 2024-10-08T20:02:16.7267435Z [6135/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv.cpp.obj 2024-10-08T20:02:16.7355861Z [6136/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv_prepack.cpp.obj 2024-10-08T20:02:16.9373228Z [6137/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qclamp.cpp.obj 2024-10-08T20:02:16.9568498Z [6138/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv_dynamic.cpp.obj 2024-10-08T20:02:17.2906214Z [6139/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qembeddingbag.cpp.obj 2024-10-08T20:02:17.3028893Z [6140/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qembeddingbag_prepack.cpp.obj 2024-10-08T20:02:17.7487541Z [6141/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qembeddingbag_unpack.cpp.obj 2024-10-08T20:02:17.9174753Z [6142/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qelu.cpp.obj 2024-10-08T20:02:18.1992239Z [6143/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qrelu.cpp.obj 2024-10-08T20:02:18.3865594Z [6144/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qlinear_prepack.cpp.obj 2024-10-08T20:02:18.4136350Z [6145/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\XnnpackUtils.cpp.obj 2024-10-08T20:02:18.6045050Z [6146/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qconv_unpack_impl.cpp.obj 2024-10-08T20:02:18.8709466Z [6147/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qmul.cpp.obj 2024-10-08T20:02:18.9042277Z [6148/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qnormalization.cpp.obj 2024-10-08T20:02:19.1153765Z [6149/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qsigmoid.cpp.obj 2024-10-08T20:02:19.1723082Z [6150/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qthreshold.cpp.obj 2024-10-08T20:02:19.2846515Z [6151/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qtanh.cpp.obj 2024-10-08T20:02:19.3886532Z [6152/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int4mm_kernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:19.7315929Z [6153/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\LinearAlgebra.cpp.obj 2024-10-08T20:02:19.8294200Z [6154/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qdropout.cpp.obj 2024-10-08T20:02:19.9291368Z [6155/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qmatmul.cpp.obj 2024-10-08T20:02:20.1759029Z [6156/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\SparseBlasImpl.cpp.obj 2024-10-08T20:02:20.3355494Z [6157/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\library.cpp.obj 2024-10-08T20:02:20.4379180Z [6158/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\qconv_unpack.cpp.obj 2024-10-08T20:02:20.7113633Z [6159/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\BinaryOps.cpp.obj 2024-10-08T20:02:20.7418063Z [6160/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Copy.cpp.obj 2024-10-08T20:02:21.2332224Z [6161/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\SpectralOps.cpp.obj 2024-10-08T20:02:21.3067578Z [6162/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkl\SparseCsrLinearAlgebra.cpp.obj 2024-10-08T20:02:21.4138401Z [6163/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Conv.cpp.obj 2024-10-08T20:02:21.8663383Z [6164/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\qsoftmax.cpp.obj 2024-10-08T20:02:21.9736332Z [6165/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\qlinear_unpack.cpp.obj 2024-10-08T20:02:21.9837289Z [6166/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\IDeepRegistration.cpp.obj 2024-10-08T20:02:22.0163343Z [6167/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\MKLDNNConversions.cpp.obj 2024-10-08T20:02:22.0262191Z [6168/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Linear.cpp.obj 2024-10-08T20:02:22.2970110Z [6169/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Gelu.cpp.obj 2024-10-08T20:02:22.4172846Z [6170/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\MKLDNNCommon.cpp.obj 2024-10-08T20:02:22.8085021Z [6171/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Matmul.cpp.obj 2024-10-08T20:02:22.9825297Z [6172/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\MkldnnTensorMath.cpp.obj 2024-10-08T20:02:22.9957810Z [6173/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Pooling.cpp.obj 2024-10-08T20:02:23.0085518Z [6174/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\ConvPrepack.cpp.obj 2024-10-08T20:02:23.0532605Z [6175/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Normalization.cpp.obj 2024-10-08T20:02:23.3036693Z [6176/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\SoftMax.cpp.obj 2024-10-08T20:02:23.6553783Z [6177/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\TensorFactories.cpp.obj 2024-10-08T20:02:23.9023266Z [6178/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\transformers\sdp_utils_cpp.cpp.obj 2024-10-08T20:02:23.9750365Z [6179/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Relu.cpp.obj 2024-10-08T20:02:24.0979808Z [6180/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\UnaryOps.cpp.obj 2024-10-08T20:02:24.5427264Z [6181/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\transformers\attention.cpp.obj 2024-10-08T20:02:24.8216826Z [6182/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\TensorShape.cpp.obj 2024-10-08T20:02:24.8569068Z [6183/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Utils.cpp.obj 2024-10-08T20:02:24.9377745Z [6184/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\utils\Factory.cpp.obj 2024-10-08T20:02:25.0981313Z [6185/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\OpContext.cpp.obj 2024-10-08T20:02:25.2385203Z [6186/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\RegisterMkldnnOpContextClass.cpp.obj 2024-10-08T20:02:25.3561390Z [6187/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Activation.cpp.obj 2024-10-08T20:02:25.6533639Z [6188/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\ChannelShuffle.cpp.obj 2024-10-08T20:02:25.6654361Z [6189/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\AveragePooling.cpp.obj 2024-10-08T20:02:25.8193978Z [6190/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\transformers\transformer.cpp.obj 2024-10-08T20:02:25.9123223Z [6191/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Convolution.cpp.obj 2024-10-08T20:02:25.9528261Z [6192/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\Prelu.cpp.obj 2024-10-08T20:02:25.9650399Z [6193/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Init.cpp.obj 2024-10-08T20:02:26.0084637Z [6194/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Linear.cpp.obj 2024-10-08T20:02:26.0262287Z [6195/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\mkldnn\RNN.cpp.obj 2024-10-08T20:02:26.0275860Z [6196/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\Shim.cpp.obj 2024-10-08T20:02:26.0934063Z [6197/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\MaxPooling.cpp.obj 2024-10-08T20:02:26.5553838Z [6198/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\OpContext.cpp.obj 2024-10-08T20:02:26.8222963Z [6199/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\xnnpack\RegisterOpContextClass.cpp.obj 2024-10-08T20:02:27.1954201Z [6200/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_0.cpp.obj 2024-10-08T20:02:27.2972468Z [6201/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_4.cpp.obj 2024-10-08T20:02:27.3935547Z [6202/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_1.cpp.obj 2024-10-08T20:02:27.6421535Z [6203/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterBackendSelect.cpp.obj 2024-10-08T20:02:27.6644410Z [6204/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_3.cpp.obj 2024-10-08T20:02:27.9003013Z [6205/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Functions.cpp.obj 2024-10-08T20:02:28.0410688Z [6206/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\CompositeViewCopyKernels.cpp.obj 2024-10-08T20:02:28.1687345Z [6207/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCPU.cpp.obj 2024-10-08T20:02:28.4352670Z [6208/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\Operators_2.cpp.obj 2024-10-08T20:02:28.5152641Z [6209/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeImplicitAutogradNestedTensor.cpp.obj 2024-10-08T20:02:28.8071892Z [6210/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_1.cpp.obj 2024-10-08T20:02:28.9547873Z [6211/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_0.cpp.obj 2024-10-08T20:02:28.9683856Z [6212/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeImplicitAutograd.cpp.obj 2024-10-08T20:02:29.0888822Z [6213/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterMkldnnCPU.cpp.obj 2024-10-08T20:02:30.0655826Z [6214/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeExplicitAutograd.cpp.obj 2024-10-08T20:02:30.0777604Z [6215/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterQuantizedMeta.cpp.obj 2024-10-08T20:02:30.0896658Z [6216/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterNestedTensorCPU.cpp.obj 2024-10-08T20:02:30.1033522Z [6217/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterNestedTensorMeta.cpp.obj 2024-10-08T20:02:30.1372636Z [6218/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_2.cpp.obj 2024-10-08T20:02:30.1418445Z [6219/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterFunctionalization_3.cpp.obj 2024-10-08T20:02:30.1624722Z [6220/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterCompositeExplicitAutogradNonFunctional.cpp.obj 2024-10-08T20:02:30.4118174Z [6221/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterMeta.cpp.obj 2024-10-08T20:02:30.6301985Z [6222/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPU_add.cpp.obj 2024-10-08T20:02:30.9682920Z [6223/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSchema.cpp.obj 2024-10-08T20:02:31.0226554Z [6224/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseMeta.cpp.obj 2024-10-08T20:02:31.0751163Z [6225/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterQuantizedCPU.cpp.obj 2024-10-08T20:02:31.0835477Z [6226/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCPU.cpp.obj 2024-10-08T20:02:31.2244409Z [6227/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterZeroTensor.cpp.obj 2024-10-08T20:02:31.2594686Z [6228/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCsrMeta.cpp.obj 2024-10-08T20:02:31.3064316Z [6229/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterXPU.cpp.obj 2024-10-08T20:02:31.5665235Z [6230/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\RegisterSparseCsrCPU.cpp.obj 2024-10-08T20:02:31.6300523Z [6231/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_wrapper.cpp.obj 2024-10-08T20:02:31.7443901Z [6232/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\ATenOpList.cpp.obj 2024-10-08T20:02:31.7511377Z [6233/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\quantized\QTensorImpl.cpp.obj 2024-10-08T20:02:31.8642562Z [6234/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\core\TensorMethods.cpp.obj 2024-10-08T20:02:32.1220225Z [6235/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_model_loader.cpp.obj 2024-10-08T20:02:32.3031170Z [6236/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\spherical_bessel_j0.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:32.3419911Z [6237/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPUKernel_add.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:32.3762998Z [6238/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k1.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:32.5683796Z [6239/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\kernels\QuantizedOpKernels.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:32.6683669Z [6240/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k0.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:33.1501615Z [6241/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int8mm_kernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:33.2403151Z [6242/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\layer_norm_kernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:33.4179710Z [6243/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\forward_grad.cpp.obj 2024-10-08T20:02:33.9405768Z [6244/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\quantized\Quantizer.cpp.obj 2024-10-08T20:02:34.0251579Z [6245/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_bind.cpp.obj 2024-10-08T20:02:34.2841453Z [6246/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\nnapi\nnapi_register.cpp.obj 2024-10-08T20:02:34.3002815Z [6247/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleKernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:34.9178296Z [6248/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\group_norm_kernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:34.9398191Z [6249/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\batch_norm_kernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:35.0763177Z [6250/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleMoreKernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:35.1372424Z [6251/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\WeightNormKernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:35.3131906Z [6252/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\accumulate_grad.cpp.obj 2024-10-08T20:02:35.4511056Z [6253/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\tensor.cpp.obj 2024-10-08T20:02:35.4898541Z [6254/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SumKernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:35.5441831Z [6255/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\airy_ai.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:35.9996845Z [6256/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Unfold2d.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:36.0494223Z [6257/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SortingKernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:36.0869791Z [6258/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\TensorCompareKernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:36.0997376Z [6259/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnfoldBackwardKernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:36.1268131Z [6260/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\function.cpp.obj 2024-10-08T20:02:36.2061414Z [6261/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\basic_ops.cpp.obj 2024-10-08T20:02:36.2392388Z [6262/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnaryOpsKernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:36.4735691Z [6263/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SpmmReduceKernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:36.6617547Z [6264/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SparseFactories.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:36.7608470Z [6265/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RenormKernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:36.9018858Z [6266/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\StackKernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:36.9473393Z [6267/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SoftMaxKernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:36.9627230Z [6268/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceOpsKernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:37.0042336Z [6269/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SampledAddmmKernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:37.0365246Z [6270/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RangeFactoriesKernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:37.1244715Z [6271/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceAllOpsKernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:37.2847454Z [6272/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PixelShuffleKernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:37.5679136Z [6273/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PowKernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:37.5878608Z [6274/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PointwiseOpsKernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:37.6059538Z [6275/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ScatterGatherKernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:37.7105397Z [6276/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\NativeMultiheadAttnKernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:37.7170556Z [6277/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LerpKernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:37.7326509Z [6278/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PaddingKernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:37.7923551Z [6279/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MultinomialKernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:38.0438496Z [6280/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxUnpoolKernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:38.3135602Z [6281/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\GridSamplerKernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:38.3210881Z [6282/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\IndexKernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:38.3371779Z [6283/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LinearAlgebraKernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:38.3738762Z [6284/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPooling.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:38.4626269Z [6285/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPoolKernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:38.4919315Z [6286/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedSGDKernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:38.5407019Z [6287/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdagradKernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:38.7984218Z [6288/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdamKernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:38.8812881Z [6289/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FunctionOfAMatrixUtilsKernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:39.0182731Z [6290/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FillKernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:39.1524668Z [6291/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\HistogramKernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:39.2188942Z [6292/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FlashAttentionKernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:39.2975002Z [6293/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistanceOpsKernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:39.2977791Z 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 2024-10-08T20:02:39.2980924Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(112): note: see reference to class template instantiation 'at::vec::VecReduceAllSIMD' being compiled 2024-10-08T20:02:39.2983900Z with 2024-10-08T20:02:39.2984365Z [ 2024-10-08T20:02:39.2985034Z scalar_t=float, 2024-10-08T20:02:39.2986653Z Op=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &) 2024-10-08T20:02:39.2988185Z ] 2024-10-08T20:02:39.2991720Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(218): note: see reference to function template instantiation 'scalar_t at::vec::vec_reduce_all(Op (__cdecl &),const at::vec::DEFAULT::Vectorized &)' being compiled 2024-10-08T20:02:39.2994877Z with 2024-10-08T20:02:39.2995318Z [ 2024-10-08T20:02:39.2995792Z scalar_t=float, 2024-10-08T20:02:39.2997423Z ReduceOp=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &), 2024-10-08T20:02:39.3000031Z Op=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &) 2024-10-08T20:02:39.3001588Z ] 2024-10-08T20:02:39.3006736Z 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 2024-10-08T20:02:39.3011931Z with 2024-10-08T20:02:39.3012383Z [ 2024-10-08T20:02:39.3012851Z scalar_t=scalar_t, 2024-10-08T20:02:39.3013604Z data_t=at::vec::DEFAULT::Vectorized, 2024-10-08T20:02:39.3015698Z MapOp=at::native::`anonymous-namespace'::Dist::run_parallel_pdist::::()::, 2024-10-08T20:02:39.3018615Z ReduceOp=at::vec::DEFAULT::Vectorized (const at::vec::DEFAULT::Vectorized &,const at::vec::DEFAULT::Vectorized &) 2024-10-08T20:02:39.3020248Z ] 2024-10-08T20:02:39.3024440Z 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 2024-10-08T20:02:39.3028783Z with 2024-10-08T20:02:39.3029223Z [ 2024-10-08T20:02:39.3029671Z scalar_t=scalar_t 2024-10-08T20:02:39.3030580Z ] 2024-10-08T20:02:39.3034813Z 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 2024-10-08T20:02:39.3039122Z with 2024-10-08T20:02:39.3039549Z [ 2024-10-08T20:02:39.3040018Z scalar_t=scalar_t 2024-10-08T20:02:39.3040603Z ] 2024-10-08T20:02:39.3043591Z 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)' 2024-10-08T20:02:39.3047051Z with 2024-10-08T20:02:39.3047504Z [ 2024-10-08T20:02:39.3047970Z scalar_t=scalar_t 2024-10-08T20:02:39.3048557Z ] 2024-10-08T20:02:39.3051718Z 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 2024-10-08T20:02:39.3055044Z with 2024-10-08T20:02:39.3055468Z [ 2024-10-08T20:02:39.3055924Z scalar_t=scalar_t 2024-10-08T20:02:39.3056496Z ] 2024-10-08T20:02:39.3059017Z 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 2024-10-08T20:02:39.3145887Z [6294/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CopyKernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:39.3672847Z [6295/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ChannelShuffleKernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:39.6930503Z [6296/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistributionKernels.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:39.7024315Z [6297/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CatKernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:39.8805249Z [6298/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BlasKernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:39.8880402Z [6299/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ComplexKernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:40.0223608Z [6300/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CrossKernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:40.1004142Z [6301/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BinaryOpsKernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:40.1007391Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp(517): warning C4333: '>>': right shift by too large amount, data loss 2024-10-08T20:02:40.1010672Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/vec_base.h(894): warning C4333: '>>': right shift by too large amount, data loss 2024-10-08T20:02:40.1015678Z 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 2024-10-08T20:02:40.1299322Z [6302/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AmpGradScalerKernels.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:40.1397318Z [6303/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DepthwiseConvKernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:40.1830965Z [6304/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\mkl\SparseBlas.cpp.obj 2024-10-08T20:02:40.4308691Z [6305/7385] Building C object caffe2\CMakeFiles\torch_cpu.dir\__\third_party\miniz-2.1.0\miniz.c.obj 2024-10-08T20:02:40.4423720Z [6306/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\core\common.cc.obj 2024-10-08T20:02:40.4475590Z [6307/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AvgPoolKernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:40.5359717Z [6308/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveMaxPoolKernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:40.5865900Z [6309/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\metal\Context.cpp.obj 2024-10-08T20:02:40.6446893Z [6310/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\read_adapter_interface.cc.obj 2024-10-08T20:02:40.7131283Z [6311/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\crc.cc.obj 2024-10-08T20:02:40.7149797Z [6312/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\istream_adapter.cc.obj 2024-10-08T20:02:40.7311450Z [6313/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Activation.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:40.7469187Z [6314/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\file_adapter.cc.obj 2024-10-08T20:02:40.8165500Z [6315/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\threadpool\thread_pool_guard.cpp.obj 2024-10-08T20:02:40.8547189Z [6316/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\vulkan\Context.cpp.obj 2024-10-08T20:02:40.9965790Z [6317/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\string_utils.cc.obj 2024-10-08T20:02:40.9982502Z [6318/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\proto_wrap.cc.obj 2024-10-08T20:02:41.0060338Z [6319/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveAvgPoolKernel.cpp.DEFAULT.cpp.obj 2024-10-08T20:02:41.0366997Z [6320/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\serialize\inline_container.cc.obj 2024-10-08T20:02:41.0944118Z [6321/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\threadpool\ThreadPool.cc.obj 2024-10-08T20:02:41.2503397Z [6322/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\utils\threadpool\pthreadpool-cpp.cc.obj 2024-10-08T20:02:42.0592478Z [6323/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\ViewFuncs.cpp.obj 2024-10-08T20:02:42.6821913Z [6324/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_0.cpp.obj 2024-10-08T20:02:43.4116674Z [6325/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_1.cpp.obj 2024-10-08T20:02:43.9515043Z [6326/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_2.cpp.obj 2024-10-08T20:02:43.9921410Z [6327/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\Functions.cpp.obj 2024-10-08T20:02:44.1393934Z [6328/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_2.cpp.obj 2024-10-08T20:02:44.2703618Z [6329/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_1.cpp.obj 2024-10-08T20:02:44.2857983Z [6330/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\functions\utils.cpp.obj 2024-10-08T20:02:44.3827176Z [6331/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_3.cpp.obj 2024-10-08T20:02:44.5540350Z [6332/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_4.cpp.obj 2024-10-08T20:02:44.6715412Z [6333/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\VariableType_0.cpp.obj 2024-10-08T20:02:44.8109026Z [6334/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\generated\c_shim_cpu.cpp.obj 2024-10-08T20:02:45.4838174Z [6335/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\anomaly_mode.cpp.obj 2024-10-08T20:02:45.4953769Z [6336/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\generated\RegisterAutogradLazy.cpp.obj 2024-10-08T20:02:45.5170689Z [6337/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_3.cpp.obj 2024-10-08T20:02:45.5313116Z [6338/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\TraceType_4.cpp.obj 2024-10-08T20:02:45.7080945Z [6339/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\ADInplaceOrViewType_1.cpp.obj 2024-10-08T20:02:45.8743354Z [6340/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\generated\RegisterLazy.cpp.obj 2024-10-08T20:02:45.9577708Z [6341/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\generated\ADInplaceOrViewType_0.cpp.obj 2024-10-08T20:02:46.3060469Z [6342/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\cpp_hook.cpp.obj 2024-10-08T20:02:46.3716734Z [6343/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\autograd.cpp.obj 2024-10-08T20:02:46.4121120Z [6344/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\engine.cpp.obj 2024-10-08T20:02:46.5663126Z [6345/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\autograd_meta.cpp.obj 2024-10-08T20:02:46.7783345Z [6346/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\autograd_not_implemented_fallback.cpp.obj 2024-10-08T20:02:46.9099129Z [6347/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\constant_propagation.cpp.obj 2024-10-08T20:02:47.2602187Z [6348/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\constant_pooling.cpp.obj 2024-10-08T20:02:47.3820970Z [6349/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\dbr_quantization\remove_redundant_aliases.cpp.obj 2024-10-08T20:02:47.4719949Z [6350/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\create_functional_graphs.cpp.obj 2024-10-08T20:02:47.5849503Z [6351/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\create_autodiff_subgraphs.cpp.obj 2024-10-08T20:02:47.7033317Z [6352/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\profiler_kineto.cpp.obj 2024-10-08T20:02:47.7153519Z [6353/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\profiler_legacy.cpp.obj 2024-10-08T20:02:47.8640492Z [6354/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\generated\LazyNativeFunctions.cpp.obj 2024-10-08T20:02:48.0557654Z [6355/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\utils\warnings.cpp.obj 2024-10-08T20:02:48.0936065Z [6356/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\input_metadata.cpp.obj 2024-10-08T20:02:48.3249819Z [6357/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\jit_decomp_interface.cpp.obj 2024-10-08T20:02:48.4745419Z [6358/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\custom_function.cpp.obj 2024-10-08T20:02:48.6141994Z [6359/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\saved_variable.cpp.obj 2024-10-08T20:02:48.7779041Z [6360/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\variable_info.cpp.obj 2024-10-08T20:02:49.0602810Z [6361/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_package\model_package_loader.cpp.obj 2024-10-08T20:02:49.0690183Z [6362/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\record_function_ops.cpp.obj 2024-10-08T20:02:49.1526101Z [6363/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_runner\model_container_runner_cpu.cpp.obj 2024-10-08T20:02:49.5116326Z [6364/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\mkldnn_tensor.cpp.obj 2024-10-08T20:02:49.5903807Z [6365/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\shim_common.cpp.obj 2024-10-08T20:02:49.8180483Z [6366/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\oss_proxy_executor.cpp.obj 2024-10-08T20:02:49.9003957Z [6367/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\shim_mkldnn.cpp.obj 2024-10-08T20:02:50.0949241Z [6368/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_runner\model_container_runner.cpp.obj 2024-10-08T20:02:50.1864433Z [6369/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\input_buffer.cpp.obj 2024-10-08T20:02:50.3168591Z [6370/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\module.cpp.obj 2024-10-08T20:02:50.5835225Z [6371/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\aoti_torch\tensor_converter.cpp.obj 2024-10-08T20:02:50.8055736Z [6372/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\object.cpp.obj 2024-10-08T20:02:50.9641338Z [6373/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\variable.cpp.obj 2024-10-08T20:02:51.1206410Z [6374/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_debug_info.cpp.obj 2024-10-08T20:02:51.2079138Z [6375/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_interface.cpp.obj 2024-10-08T20:02:51.2244568Z [6376/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_debug_handler.cpp.obj 2024-10-08T20:02:51.5520851Z [6377/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_detail.cpp.obj 2024-10-08T20:02:51.8555387Z [6378/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\backends\backend_resolver.cpp.obj 2024-10-08T20:02:52.5137917Z [6379/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\dead_code_elimination.cpp.obj 2024-10-08T20:02:52.5764920Z [6380/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\inductor\inductor_ops.cpp.obj 2024-10-08T20:02:52.6441163Z [6381/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\function_impl.cpp.obj 2024-10-08T20:02:53.5311189Z [6382/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\convert_to_ssa.cpp.obj 2024-10-08T20:02:53.5342714Z [6383/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\builtin_functions.cpp.obj 2024-10-08T20:02:54.0251544Z [6384/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\fallback.cpp.obj 2024-10-08T20:02:54.3653127Z [6385/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\codegen.cpp.obj 2024-10-08T20:02:54.4229560Z [6386/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\canonicalize_modified_loop.cpp.obj 2024-10-08T20:02:54.4646292Z [6387/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\executor.cpp.obj 2024-10-08T20:02:54.4980934Z [6388/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\exit_transforms.cpp.obj 2024-10-08T20:02:54.5970712Z [6389/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\edit_distance.cpp.obj 2024-10-08T20:02:54.7403990Z [6390/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\name_mangler.cpp.obj 2024-10-08T20:02:54.8208167Z [6391/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\interface.cpp.obj 2024-10-08T20:02:54.8395495Z [6392/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\inline_loop_condition.cpp.obj 2024-10-08T20:02:54.9178516Z [6393/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\compiler.cpp.obj 2024-10-08T20:02:55.3260328Z [6394/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\parser.cpp.obj 2024-10-08T20:02:55.4274921Z [6395/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\script_type_parser.cpp.obj 2024-10-08T20:02:55.5204500Z [6396/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\schema_matching.cpp.obj 2024-10-08T20:02:55.6972617Z [6397/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\kernel_cache.cpp.obj 2024-10-08T20:02:55.7134807Z [6398/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\versioned_symbols.cpp.obj 2024-10-08T20:02:55.7360035Z [6399/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\sugared_value.cpp.obj 2024-10-08T20:02:55.8273704Z [6400/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\tracer.cpp.obj 2024-10-08T20:02:55.9643539Z [6401/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\frontend\ir_emitter.cpp.obj 2024-10-08T20:02:56.2595794Z [6402/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\alias_analysis.cpp.obj 2024-10-08T20:02:56.2843760Z [6403/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\graph_utils.cpp.obj 2024-10-08T20:02:56.6028180Z [6404/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\attributes.cpp.obj 2024-10-08T20:02:56.6327886Z [6405/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\ir.cpp.obj 2024-10-08T20:02:56.7011658Z [6406/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\subgraph_matcher.cpp.obj 2024-10-08T20:02:56.7852171Z [6407/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\jit_log.cpp.obj 2024-10-08T20:02:56.9364269Z [6408/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\type_hashing.cpp.obj 2024-10-08T20:02:57.1369952Z [6409/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\irparser.cpp.obj 2024-10-08T20:02:57.1954680Z [6410/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\node_hashing.cpp.obj 2024-10-08T20:02:57.4569742Z [6411/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\scope.cpp.obj 2024-10-08T20:02:57.4695959Z [6412/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\function.cpp.obj 2024-10-08T20:02:57.7753645Z [6413/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\runtime_compatibility.cpp.obj 2024-10-08T20:02:57.8437757Z [6414/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\import.cpp.obj 2024-10-08T20:02:57.9995178Z [6415/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\jit_opt_limit.cpp.obj 2024-10-08T20:02:58.1494412Z [6416/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\model_compatibility.cpp.obj 2024-10-08T20:02:58.3786354Z [6417/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\observer.cpp.obj 2024-10-08T20:02:58.4790298Z [6418/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\backend.cpp.obj 2024-10-08T20:02:58.6903907Z [6419/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\ir\constants.cpp.obj 2024-10-08T20:02:58.7227769Z [6420/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\module.cpp.obj 2024-10-08T20:02:59.0112945Z [6421/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\registry.cpp.obj 2024-10-08T20:02:59.2582552Z [6422/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\prim_ops_registery.cpp.obj 2024-10-08T20:02:59.5038596Z [6423/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\context.cpp.obj 2024-10-08T20:02:59.5253336Z [6424/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\parse_bytecode.cpp.obj 2024-10-08T20:02:59.5615891Z [6425/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\interpreter.cpp.obj 2024-10-08T20:02:59.8095358Z [6426/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\flatbuffer_loader.cpp.obj 2024-10-08T20:02:59.8247972Z [6427/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\parse_operators.cpp.obj 2024-10-08T20:03:00.1268025Z [6428/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\upgrader_mobile.cpp.obj 2024-10-08T20:03:00.3450715Z [6429/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\promoted_prim_ops.cpp.obj 2024-10-08T20:03:00.3898910Z [6430/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\utils.cpp.obj 2024-10-08T20:03:00.4459327Z [6431/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\type_parser.cpp.obj 2024-10-08T20:03:00.4620892Z [6432/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\quantization.cpp.obj 2024-10-08T20:03:00.6511838Z [6433/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\upgraders.cpp.obj 2024-10-08T20:03:00.7342501Z [6434/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\version_map.cpp.obj 2024-10-08T20:03:00.7738799Z [6435/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\operator_upgraders\upgraders_entry.cpp.obj 2024-10-08T20:03:01.1210618Z [6436/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\nnc\aot_compiler.cpp.obj 2024-10-08T20:03:01.3239370Z [6437/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\annotate_warns.cpp.obj 2024-10-08T20:03:01.3371783Z [6438/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\add_if_then_else.cpp.obj 2024-10-08T20:03:01.3638834Z [6439/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\register_ops_common_utils.cpp.obj 2024-10-08T20:03:01.5840853Z [6440/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\canonicalize.cpp.obj 2024-10-08T20:03:01.7486456Z [6441/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\check_strict_fusion.cpp.obj 2024-10-08T20:03:02.1992003Z [6442/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\concat_opt.cpp.obj 2024-10-08T20:03:02.2274372Z [6443/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\canonicalize_graph_fuser_ops.cpp.obj 2024-10-08T20:03:02.5651625Z [6444/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\common_subexpression_elimination.cpp.obj 2024-10-08T20:03:02.6410776Z [6445/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\erase_number_types.cpp.obj 2024-10-08T20:03:03.1647625Z [6446/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\decompose_ops.cpp.obj 2024-10-08T20:03:03.1804042Z [6447/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\eliminate_no_ops.cpp.obj 2024-10-08T20:03:03.5883981Z [6448/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\dtype_analysis.cpp.obj 2024-10-08T20:03:03.8216254Z [6449/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\device_type_analysis.cpp.obj 2024-10-08T20:03:03.8857776Z [6450/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\bailout_graph.cpp.obj 2024-10-08T20:03:03.9863318Z [6451/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\batch_mm.cpp.obj 2024-10-08T20:03:03.9898898Z [6452/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fixup_trace_scope_blocks.cpp.obj 2024-10-08T20:03:04.0041828Z [6453/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_concat_linear.cpp.obj 2024-10-08T20:03:04.3814130Z [6454/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\clear_profiling.cpp.obj 2024-10-08T20:03:04.3984789Z [6455/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fold_linear_bn.cpp.obj 2024-10-08T20:03:04.4560014Z [6456/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\clear_undefinedness.cpp.obj 2024-10-08T20:03:04.7111122Z [6457/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fold_conv_bn.cpp.obj 2024-10-08T20:03:05.3942249Z [6458/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_linear_transpose.cpp.obj 2024-10-08T20:03:05.3973023Z [6459/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_conv_add_relu_fusion.cpp.obj 2024-10-08T20:03:05.4066283Z [6460/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_linear_folding.cpp.obj 2024-10-08T20:03:05.4095457Z [6461/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_graph_optimizations.cpp.obj 2024-10-08T20:03:05.4125164Z [6462/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_conv_folding.cpp.obj 2024-10-08T20:03:05.4202145Z [6463/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fuse_relu.cpp.obj 2024-10-08T20:03:05.6159835Z [6464/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\graph_rewrite_helper.cpp.obj 2024-10-08T20:03:06.4575942Z [6465/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\fuse_linear.cpp.obj 2024-10-08T20:03:06.4608406Z [6466/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inline_forked_closures.cpp.obj 2024-10-08T20:03:06.4808441Z [6467/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inline_autodiff_subgraphs.cpp.obj 2024-10-08T20:03:06.4976966Z [6468/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inline_fork_wait.cpp.obj 2024-10-08T20:03:06.6063854Z [6469/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\hoist_conv_packed_params.cpp.obj 2024-10-08T20:03:06.9864612Z [6470/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\freeze_module.cpp.obj 2024-10-08T20:03:07.5530756Z [6471/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\integer_value_refinement.cpp.obj 2024-10-08T20:03:07.5808691Z [6472/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inplace_check.cpp.obj 2024-10-08T20:03:08.0231923Z [6473/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\inliner.cpp.obj 2024-10-08T20:03:08.7155083Z [6474/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lower_grad_of.cpp.obj 2024-10-08T20:03:08.7866350Z [6475/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lift_closures.cpp.obj 2024-10-08T20:03:08.8460779Z [6476/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\graph_fuser.cpp.obj 2024-10-08T20:03:09.2383714Z [6477/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\frozen_ops_to_mkldnn.cpp.obj 2024-10-08T20:03:09.3591304Z [6478/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\liveness.cpp.obj 2024-10-08T20:03:09.5618357Z [6479/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lower_tuples.cpp.obj 2024-10-08T20:03:09.7004923Z [6480/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\insert_guards.cpp.obj 2024-10-08T20:03:09.7138086Z [6481/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\guard_elimination.cpp.obj 2024-10-08T20:03:09.8382125Z [6482/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\normalize_ops.cpp.obj 2024-10-08T20:03:10.0660361Z [6483/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\loop_unrolling.cpp.obj 2024-10-08T20:03:10.3025439Z [6484/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole.cpp.obj 2024-10-08T20:03:10.4642946Z [6485/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_list_idioms.cpp.obj 2024-10-08T20:03:10.6073537Z [6486/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\pass_manager.cpp.obj 2024-10-08T20:03:10.6249638Z [6487/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_alias_sensitive.cpp.obj 2024-10-08T20:03:10.7995431Z [6488/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_dict_idioms.cpp.obj 2024-10-08T20:03:11.0250733Z [6489/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\fusion_passes.cpp.obj 2024-10-08T20:03:11.1914396Z [6490/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\prepack_folding.cpp.obj 2024-10-08T20:03:11.2356210Z [6491/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\quantization_type.cpp.obj 2024-10-08T20:03:11.2602300Z [6492/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\mkldnn_rewrite.cpp.obj 2024-10-08T20:03:11.4641807Z [6493/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\dedup_module_uses.cpp.obj 2024-10-08T20:03:11.5894034Z [6494/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\peephole_non_tensor.cpp.obj 2024-10-08T20:03:11.7514469Z [6495/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\insert_quant_dequant.cpp.obj 2024-10-08T20:03:12.1773227Z [6496/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\insert_observers.cpp.obj 2024-10-08T20:03:12.1946869Z [6497/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\helper.cpp.obj 2024-10-08T20:03:12.2924138Z [6498/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\metal_rewrite.cpp.obj 2024-10-08T20:03:12.4863774Z [6499/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_dropout.cpp.obj 2024-10-08T20:03:12.5511192Z [6500/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\refine_tuple_types.cpp.obj 2024-10-08T20:03:12.6601021Z [6501/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_expands.cpp.obj 2024-10-08T20:03:13.2023547Z [6502/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_mutation.cpp.obj 2024-10-08T20:03:13.2151429Z [6503/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\requires_grad_analysis.cpp.obj 2024-10-08T20:03:13.2592965Z [6504/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_exceptions.cpp.obj 2024-10-08T20:03:13.4177337Z [6505/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\replacement_of_old_operators.cpp.obj 2024-10-08T20:03:13.5071741Z [6506/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_redundant_profiles.cpp.obj 2024-10-08T20:03:13.5954973Z [6507/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\shape_analysis.cpp.obj 2024-10-08T20:03:13.7782001Z [6508/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\finalize.cpp.obj 2024-10-08T20:03:14.1350981Z [6509/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\restore_mutation.cpp.obj 2024-10-08T20:03:14.2998832Z [6510/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\symbolic_shape_cache.cpp.obj 2024-10-08T20:03:14.3481441Z [6511/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\subgraph_rewrite.cpp.obj 2024-10-08T20:03:14.3703277Z [6512/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\quantization\register_packed_params.cpp.obj 2024-10-08T20:03:14.6066012Z [6513/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\symbolic_shape_analysis.cpp.obj 2024-10-08T20:03:15.0324856Z [6514/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\optimization_utils.cpp.obj 2024-10-08T20:03:15.2094576Z [6515/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\update_differentiable_graph_requires_grad.cpp.obj 2024-10-08T20:03:15.2910485Z [6516/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\memory_dag.cpp.obj 2024-10-08T20:03:15.4081435Z [6517/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\op_registry.cpp.obj 2024-10-08T20:03:15.5302155Z [6518/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\subgraph_utils.cpp.obj 2024-10-08T20:03:16.0156277Z [6519/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\serialized_shape_function_registry.cpp.obj 2024-10-08T20:03:16.0865984Z [6520/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\python\utf8_decoding_ignore.cpp.obj 2024-10-08T20:03:16.1487517Z [6521/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\variadic_ops.cpp.obj 2024-10-08T20:03:16.2817859Z [6522/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\value_refinement_utils.cpp.obj 2024-10-08T20:03:16.4092804Z [6523/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\specialize_autogradzero.cpp.obj 2024-10-08T20:03:16.4974931Z [6524/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\python\update_graph_executor_opt.cpp.obj 2024-10-08T20:03:16.6849458Z [6525/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\symbolic_shape_runtime_fusion.cpp.obj 2024-10-08T20:03:17.0672079Z [6526/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\autodiff.cpp.obj 2024-10-08T20:03:17.1314627Z [6527/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\decomposition_registry.cpp.obj 2024-10-08T20:03:17.1655750Z [6528/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\argument_spec.cpp.obj 2024-10-08T20:03:17.2607441Z [6529/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\tensorexpr_fuser.cpp.obj 2024-10-08T20:03:17.2609603Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\passes\tensorexpr_fuser.cpp(476): warning C4805: '&=': unsafe mix of type 'bool' and type 'unsigned __int64' in operation 2024-10-08T20:03:17.2611681Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\jit\passes\tensorexpr_fuser.cpp(476): warning C4805: '&': unsafe mix of type 'bool' and type 'unsigned __int64' in operation 2024-10-08T20:03:17.3455610Z [6530/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\instruction.cpp.obj 2024-10-08T20:03:18.1795166Z [6531/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\decomposition_registry_util.cpp.obj 2024-10-08T20:03:18.2177533Z [6532/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\interpreter\preprocess_graph.cpp.obj 2024-10-08T20:03:18.3139568Z [6533/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\vulkan_rewrite.cpp.obj 2024-10-08T20:03:18.4513548Z [6534/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\print_handler.cpp.obj 2024-10-08T20:03:18.5055447Z [6535/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\jit_exception.cpp.obj 2024-10-08T20:03:18.6879900Z [6536/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\logging.cpp.obj 2024-10-08T20:03:18.7099879Z [6537/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\xnnpack_rewrite.cpp.obj 2024-10-08T20:03:19.5832456Z [6538/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\interpreter.cpp.obj 2024-10-08T20:03:19.7434727Z [6539/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\script_profile.cpp.obj 2024-10-08T20:03:19.9003432Z [6540/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\interpreter\frame.cpp.obj 2024-10-08T20:03:20.4060578Z [6541/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\graph_executor.cpp.obj 2024-10-08T20:03:20.4417257Z [6542/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\operator.cpp.obj 2024-10-08T20:03:20.6491192Z [6543/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\fusion.cpp.obj 2024-10-08T20:03:20.7377490Z [6544/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\slice_indices_adjust.cpp.obj 2024-10-08T20:03:21.4372766Z [6545/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\jit_trace.cpp.obj 2024-10-08T20:03:21.6105719Z [6546/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\impl.cpp.obj 2024-10-08T20:03:21.8577242Z [6547/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\profiling_record.cpp.obj 2024-10-08T20:03:21.9320192Z [6548/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_ops_utils.cpp.obj 2024-10-08T20:03:22.5545779Z [6549/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\memory_planner.cpp.obj 2024-10-08T20:03:22.8726243Z [6550/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\passes.cpp.obj 2024-10-08T20:03:23.1999331Z [6551/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\profiling_graph_executor_impl.cpp.obj 2024-10-08T20:03:23.6083428Z [6552/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\simple_graph_executor_impl.cpp.obj 2024-10-08T20:03:23.6572623Z [6553/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\generated_ops.cpp.obj 2024-10-08T20:03:23.7799367Z [6554/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\callstack_debug_info_serialization.cpp.obj 2024-10-08T20:03:23.8782719Z [6555/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\te_wrapper.cpp.obj 2024-10-08T20:03:24.2857659Z [6556/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\symbolic_shape_registry.cpp.obj 2024-10-08T20:03:24.3988162Z [6557/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\vararg_functions.cpp.obj 2024-10-08T20:03:24.5501151Z [6558/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\symbolic_shape_registry_util.cpp.obj 2024-10-08T20:03:24.5668194Z [6559/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\symbolic_script.cpp.obj 2024-10-08T20:03:24.6240812Z [6560/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import_export_helpers.cpp.obj 2024-10-08T20:03:24.9595710Z [6561/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import_source.cpp.obj 2024-10-08T20:03:25.0420381Z [6562/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\ops.cpp.obj 2024-10-08T20:03:25.2016614Z [6563/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\static\native_ops.cpp.obj 2024-10-08T20:03:25.2251698Z [6564/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\pickle.cpp.obj 2024-10-08T20:03:25.4910342Z [6565/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import_read.cpp.obj 2024-10-08T20:03:25.5380264Z [6566/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\source_range_serialization.cpp.obj 2024-10-08T20:03:25.9152000Z [6567/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\type_name_uniquer.cpp.obj 2024-10-08T20:03:26.1180449Z [6568/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\python_print.cpp.obj 2024-10-08T20:03:27.5875739Z [6569/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\import.cpp.obj 2024-10-08T20:03:27.7449449Z [6570/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\pickler.cpp.obj 2024-10-08T20:03:28.0426747Z [6571/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\unpickler.cpp.obj 2024-10-08T20:03:28.1354708Z [6572/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\block_codegen.cpp.obj 2024-10-08T20:03:28.2880909Z [6573/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions_registry.cpp.obj 2024-10-08T20:03:28.7310764Z [6574/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\bounds_inference.cpp.obj 2024-10-08T20:03:28.7546080Z [6575/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\codegen.cpp.obj 2024-10-08T20:03:29.1431001Z [6576/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\cpp_codegen.cpp.obj 2024-10-08T20:03:29.4286581Z [6577/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\bounds_overlap.cpp.obj 2024-10-08T20:03:29.5081828Z [6578/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\intrinsic_symbols.cpp.obj 2024-10-08T20:03:29.6655089Z [6579/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir.cpp.obj 2024-10-08T20:03:30.7039423Z [6580/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\eval.cpp.obj 2024-10-08T20:03:30.9421767Z [6581/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions_codegen.cpp.obj 2024-10-08T20:03:31.0694174Z [6582/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\expr.cpp.obj 2024-10-08T20:03:31.6089412Z [6583/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions_core.cpp.obj 2024-10-08T20:03:32.0061775Z [6584/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\external_functions.cpp.obj 2024-10-08T20:03:32.5040759Z [6585/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\hash_provider.cpp.obj 2024-10-08T20:03:32.5626372Z [6586/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\graph_opt.cpp.obj 2024-10-08T20:03:32.5933895Z [6587/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\llvm_jit.cpp.obj 2024-10-08T20:03:32.7164140Z [6588/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_cloner.cpp.obj 2024-10-08T20:03:33.6933048Z [6589/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_simplifier.cpp.obj 2024-10-08T20:03:33.6936741Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/jit/tensorexpr/ir.h(397): warning C4805: '==': unsafe mix of type 'c10::impl::ScalarTypeToCPPType::type' and type 'T' in operation 2024-10-08T20:03:33.6939009Z with 2024-10-08T20:03:33.6939441Z [ 2024-10-08T20:03:33.6939868Z T=int 2024-10-08T20:03:33.6940342Z ] 2024-10-08T20:03:33.6943191Z 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 2024-10-08T20:03:33.6946330Z with 2024-10-08T20:03:33.6947987Z [ 2024-10-08T20:03:33.6948394Z T=int 2024-10-08T20:03:33.6948725Z ] 2024-10-08T20:03:34.0287596Z [6590/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_printer.cpp.obj 2024-10-08T20:03:34.2808334Z [6591/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_verifier.cpp.obj 2024-10-08T20:03:34.3162579Z [6592/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\llvm_codegen.cpp.obj 2024-10-08T20:03:34.6737134Z [6593/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_visitor.cpp.obj 2024-10-08T20:03:35.2028538Z [6594/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\ir_mutator.cpp.obj 2024-10-08T20:03:35.9819109Z [6595/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\lowerings.cpp.obj 2024-10-08T20:03:36.1145235Z [6596/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\loopnest.cpp.obj 2024-10-08T20:03:36.4754111Z [6597/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\loopnest_randomization.cpp.obj 2024-10-08T20:03:36.9670633Z [6598/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\kernel.cpp.obj 2024-10-08T20:03:37.4003517Z [6599/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\mem_dependency_checker.cpp.obj 2024-10-08T20:03:37.4005507Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/jit/tensorexpr/ir.h(397): warning C4805: '==': unsafe mix of type 'c10::impl::ScalarTypeToCPPType::type' and type 'T' in operation 2024-10-08T20:03:37.4006822Z with 2024-10-08T20:03:37.4007078Z [ 2024-10-08T20:03:37.4007311Z T=int 2024-10-08T20:03:37.4007586Z ] 2024-10-08T20:03:37.4009168Z 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 2024-10-08T20:03:37.4010889Z with 2024-10-08T20:03:37.4011137Z [ 2024-10-08T20:03:37.4011356Z T=int 2024-10-08T20:03:37.4011642Z ] 2024-10-08T20:03:37.4961448Z [6600/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\norm.cpp.obj 2024-10-08T20:03:37.8517101Z [6601/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\conv2d.cpp.obj 2024-10-08T20:03:38.1993253Z [6602/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\misc.cpp.obj 2024-10-08T20:03:38.3910444Z [6603/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\reduction.cpp.obj 2024-10-08T20:03:38.5874710Z [6604/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\orchestration\observer.cpp.obj 2024-10-08T20:03:38.9402249Z [6605/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\types.cpp.obj 2024-10-08T20:03:39.0398885Z [6606/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\tensor.cpp.obj 2024-10-08T20:03:39.3257560Z [6607/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\pointwise.cpp.obj 2024-10-08T20:03:39.4265622Z [6608/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\matmul.cpp.obj 2024-10-08T20:03:39.6626970Z [6609/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\unique_name_manager.cpp.obj 2024-10-08T20:03:39.9437000Z [6610/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\softmax.cpp.obj 2024-10-08T20:03:40.0096232Z [6611/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\testing\file_check.cpp.obj 2024-10-08T20:03:40.2403510Z [6612/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\backend\backend_device.cpp.obj 2024-10-08T20:03:40.3051882Z [6613/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\config.cpp.obj 2024-10-08T20:03:40.3611409Z [6614/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\quantization.cpp.obj 2024-10-08T20:03:40.3683918Z [6615/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\testing\hooks_for_testing.cpp.obj 2024-10-08T20:03:40.5795246Z [6616/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\backend\backend_interface.cpp.obj 2024-10-08T20:03:40.6852301Z [6617/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\operators\reduction.cpp.obj 2024-10-08T20:03:40.8178678Z [6618/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\backend\lowering_context.cpp.obj 2024-10-08T20:03:41.1351551Z [6619/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\debug_util.cpp.obj 2024-10-08T20:03:41.2473613Z [6620/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir.cpp.obj 2024-10-08T20:03:41.3012081Z [6621/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir_dump_util.cpp.obj 2024-10-08T20:03:41.4189034Z [6622/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\helpers.cpp.obj 2024-10-08T20:03:41.4217023Z [6623/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\hash.cpp.obj 2024-10-08T20:03:41.4365963Z [6624/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\multi_wait.cpp.obj 2024-10-08T20:03:41.6028668Z [6625/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\tensorexpr\registerizer.cpp.obj 2024-10-08T20:03:41.6030546Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/jit/tensorexpr/ir.h(397): warning C4805: '==': unsafe mix of type 'c10::impl::ScalarTypeToCPPType::type' and type 'T' in operation 2024-10-08T20:03:41.6031806Z with 2024-10-08T20:03:41.6032063Z [ 2024-10-08T20:03:41.6032293Z T=int 2024-10-08T20:03:41.6032743Z ] 2024-10-08T20:03:41.6034197Z 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 2024-10-08T20:03:41.6035792Z with 2024-10-08T20:03:41.6036031Z [ 2024-10-08T20:03:41.6036338Z T=int 2024-10-08T20:03:41.6036603Z ] 2024-10-08T20:03:41.6187005Z [6626/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir_metadata.cpp.obj 2024-10-08T20:03:41.7470474Z [6627/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ops\arithmetic_ir_ops.cpp.obj 2024-10-08T20:03:41.7537772Z [6628/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\permutation_util.cpp.obj 2024-10-08T20:03:42.1912119Z [6629/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\lazy_graph_executor.cpp.obj 2024-10-08T20:03:42.2073333Z [6630/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\metrics.cpp.obj 2024-10-08T20:03:42.3081339Z [6631/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\tensor.cpp.obj 2024-10-08T20:03:42.4851594Z [6632/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\monitor\events.cpp.obj 2024-10-08T20:03:42.5416949Z [6633/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ir_util.cpp.obj 2024-10-08T20:03:42.5911085Z [6634/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\ops\utils.cpp.obj 2024-10-08T20:03:42.6331785Z [6635/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\tensor_impl.cpp.obj 2024-10-08T20:03:42.6801608Z [6636/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\shape.cpp.obj 2024-10-08T20:03:42.8020850Z [6637/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\thread_pool.cpp.obj 2024-10-08T20:03:42.8952719Z [6638/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\monitor\counters.cpp.obj 2024-10-08T20:03:43.1598845Z [6639/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\collection.cpp.obj 2024-10-08T20:03:43.3970731Z [6640/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\trie.cpp.obj 2024-10-08T20:03:43.5145215Z [6641/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\tensor_util.cpp.obj 2024-10-08T20:03:43.5851636Z [6642/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\kineto_shim.cpp.obj 2024-10-08T20:03:43.6114053Z [6643/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\kineto_client_interface.cpp.obj 2024-10-08T20:03:43.6777686Z [6644/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\data_flow.cpp.obj 2024-10-08T20:03:43.6852181Z [6645/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\combined_traceback.cpp.obj 2024-10-08T20:03:44.5366035Z [6646/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\itt_observer.cpp.obj 2024-10-08T20:03:44.8205312Z [6647/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\execution_trace_observer.cpp.obj 2024-10-08T20:03:44.8331963Z [6648/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\perf.cpp.obj 2024-10-08T20:03:45.3170188Z [6649/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\core\shape_inference.cpp.obj 2024-10-08T20:03:45.6448918Z [6650/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\orchestration\vulkan.cpp.obj 2024-10-08T20:03:45.7079080Z [6651/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\orchestration\python_tracer.cpp.obj 2024-10-08T20:03:45.9442593Z [6652/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\stubs\base.cpp.obj 2024-10-08T20:03:46.0121928Z [6653/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\unwind\unwind_fb.cpp.obj 2024-10-08T20:03:46.1198672Z [6654/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\datasets\mnist.cpp.obj 2024-10-08T20:03:46.1363094Z [6655/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\privateuse1_observer.cpp.obj 2024-10-08T20:03:46.3309655Z [6656/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\unwind\unwind.cpp.obj 2024-10-08T20:03:46.4172977Z [6657/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\cpp_stacktraces.cpp.obj 2024-10-08T20:03:46.5045111Z [6658/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\standalone\nvtx_observer.cpp.obj 2024-10-08T20:03:46.5635183Z [6659/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\sequential.cpp.obj 2024-10-08T20:03:46.6649104Z [6660/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\stream.cpp.obj 2024-10-08T20:03:46.7381605Z [6661/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\random.cpp.obj 2024-10-08T20:03:46.9273447Z [6662/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\data\samplers\distributed.cpp.obj 2024-10-08T20:03:47.2575764Z [6663/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\schema_info.cpp.obj 2024-10-08T20:03:47.2721410Z [6664/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\util.cpp.obj 2024-10-08T20:03:47.4217819Z [6665/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\variadic.cpp.obj 2024-10-08T20:03:47.5627070Z [6666/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\lower_graph.cpp.obj 2024-10-08T20:03:47.6966847Z [6667/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\utils\check_alias_annotation.cpp.obj 2024-10-08T20:03:47.7727429Z [6668/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\enum.cpp.obj 2024-10-08T20:03:47.8096992Z [6669/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_c10_ops.cpp.obj 2024-10-08T20:03:48.2212155Z [6670/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\remove_inplace_ops.cpp.obj 2024-10-08T20:03:48.7635061Z [6671/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\dynamic_ir.cpp.obj 2024-10-08T20:03:48.8471495Z [6672/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\debug_info.cpp.obj 2024-10-08T20:03:49.0765603Z [6673/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\tensor_flatten.cpp.obj 2024-10-08T20:03:49.3150601Z [6674/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\config.cpp.obj 2024-10-08T20:03:49.7954526Z [6675/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ops\device_data.cpp.obj 2024-10-08T20:03:49.8887996Z [6676/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\cuda\interface.cpp.obj 2024-10-08T20:03:50.2304688Z [6677/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_autograd_functions.cpp.obj 2024-10-08T20:03:50.2916855Z [6678/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ops\generic.cpp.obj 2024-10-08T20:03:50.4425681Z [6679/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\passes\autocast.cpp.obj 2024-10-08T20:03:50.7588800Z [6680/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_prim_ops_fulljit.cpp.obj 2024-10-08T20:03:50.7830948Z [6681/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_lowering_context.cpp.obj 2024-10-08T20:03:50.8152751Z [6682/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\tensor_aten_ops.cpp.obj 2024-10-08T20:03:51.0408412Z [6683/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_prim_ops.cpp.obj 2024-10-08T20:03:51.2957699Z [6684/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_node.cpp.obj 2024-10-08T20:03:51.5014855Z [6685/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\runtime\register_special_ops.cpp.obj 2024-10-08T20:03:52.2152888Z [6686/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_eager_fallback.cpp.obj 2024-10-08T20:03:52.2335140Z [6687/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\export_data.cpp.obj 2024-10-08T20:03:52.9318752Z [6688/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_backend_impl.cpp.obj 2024-10-08T20:03:52.9521193Z [6689/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\out_types.cpp.obj 2024-10-08T20:03:53.4402949Z [6690/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_native_functions.cpp.obj 2024-10-08T20:03:53.6633159Z [6691/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\random.cpp.obj 2024-10-08T20:03:53.7395519Z [6692/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\lazy\ts_backend\ts_node_lowering.cpp.obj 2024-10-08T20:03:53.7890398Z [6693/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\import_data.cpp.obj 2024-10-08T20:03:53.8197799Z [6694/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\optim\sgd.cpp.obj 2024-10-08T20:03:53.9632464Z [6695/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\itt_wrapper.cpp.obj 2024-10-08T20:03:54.2694985Z [6696/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\profiler\stubs\itt.cpp.obj 2024-10-08T20:03:54.3224512Z [6697/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\TraceTypeManual.cpp.obj 2024-10-08T20:03:54.7317001Z [6698/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\jit.cpp.obj 2024-10-08T20:03:54.7994348Z [6699/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\backport_manager.cpp.obj 2024-10-08T20:03:55.1992159Z [6700/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\compatibility\backport.cpp.obj 2024-10-08T20:03:55.4183871Z [6701/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\onnx.cpp.obj 2024-10-08T20:03:55.5241747Z [6702/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\flatbuffer_serializer.cpp.obj 2024-10-08T20:03:55.9549006Z [6703/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\mobile\train\sequential.cpp.obj 2024-10-08T20:03:56.2858817Z [6704/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\export_bytecode.cpp.obj 2024-10-08T20:03:56.3125476Z [6705/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\FunctionsManual.cpp.obj 2024-10-08T20:03:56.4433411Z [6706/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\api\module_save.cpp.obj 2024-10-08T20:03:56.5279513Z [6707/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Backoff.cpp.obj 2024-10-08T20:03:56.8112253Z [6708/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\utils\byte_order.cpp.obj 2024-10-08T20:03:56.9425548Z [6709/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\autograd\VariableTypeManual.cpp.obj 2024-10-08T20:03:57.4116660Z [6710/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\control_collectives\StoreCollectives.cpp.obj 2024-10-08T20:03:57.5356609Z [6711/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\GlooDeviceFactory.cpp.obj 2024-10-08T20:03:57.8003342Z [6712/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\export_module.cpp.obj 2024-10-08T20:03:58.1413218Z [6713/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\serialization\export.cpp.obj 2024-10-08T20:03:58.7624650Z [6714/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\jit\codegen\fuser\cpu\fused_kernel.cpp.obj 2024-10-08T20:03:58.9143753Z [6715/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ParamCommsUtils.cpp.obj 2024-10-08T20:03:59.0895937Z [6716/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\FileStore.cpp.obj 2024-10-08T20:03:59.1995662Z [6717/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Backend.cpp.obj 2024-10-08T20:03:59.2473137Z [6718/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\DMAConnectivity.cpp.obj 2024-10-08T20:03:59.2520626Z [6719/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroupMPI.cpp.obj 2024-10-08T20:04:00.1133033Z [6720/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\PrefixStore.cpp.obj 2024-10-08T20:04:00.5507633Z [6721/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\GroupRegistry.cpp.obj 2024-10-08T20:04:00.8315884Z [6722/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Ops.cpp.obj 2024-10-08T20:04:00.9377873Z [6723/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Store.cpp.obj 2024-10-08T20:04:01.0894946Z [6724/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Functional.cpp.obj 2024-10-08T20:04:01.5649349Z [6725/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\debug.cpp.obj 2024-10-08T20:04:01.9973441Z [6726/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\SymmetricMemory.cpp.obj 2024-10-08T20:04:02.1775557Z [6727/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroup.cpp.obj 2024-10-08T20:04:02.4623390Z [6728/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\TCPStoreBackend.cpp.obj 2024-10-08T20:04:02.9075616Z [6729/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroupGloo.cpp.obj 2024-10-08T20:04:03.0847879Z [6730/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\socket.cpp.obj 2024-10-08T20:04:03.2921023Z [6731/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\TCPStoreLibUvBackend.cpp.obj 2024-10-08T20:04:03.8085250Z [6732/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\sequence_num.cpp.obj 2024-10-08T20:04:03.9633952Z [6733/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\ProcessGroupWrapper.cpp.obj 2024-10-08T20:04:04.3355970Z [6734/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\TCPStore.cpp.obj 2024-10-08T20:04:04.3504335Z [6735/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\logging.cpp.obj 2024-10-08T20:04:04.6345795Z [6736/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\default_comm_hooks.cpp.obj 2024-10-08T20:04:04.9409400Z [6737/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\comm.cpp.obj 2024-10-08T20:04:05.0977209Z [6738/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\cuda.cpp.obj 2024-10-08T20:04:05.1603340Z [6739/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Utils.cpp.obj 2024-10-08T20:04:05.2100748Z [6740/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\control_plane\WorkerServer.cpp.obj 2024-10-08T20:04:05.3658802Z [6741/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\control_plane\Handlers.cpp.obj 2024-10-08T20:04:05.7105492Z [6742/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\mps.cpp.obj 2024-10-08T20:04:06.5026072Z [6743/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\logger.cpp.obj 2024-10-08T20:04:06.5027630Z 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 2024-10-08T20:04:06.5659582Z [6744/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\reducer.cpp.obj 2024-10-08T20:04:06.5838000Z [6745/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\imethod.cpp.obj 2024-10-08T20:04:06.8310156Z [6746/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\quantization\quantization.cpp.obj 2024-10-08T20:04:07.1998279Z [6747/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\distributed\c10d\Work.cpp.obj 2024-10-08T20:04:08.2209720Z [6748/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\init.cpp.obj 2024-10-08T20:04:08.4310802Z [6749/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\serialize.cpp.obj 2024-10-08T20:04:08.8390051Z [6750/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\_functions.cpp.obj 2024-10-08T20:04:09.7272409Z [6751/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\normalization.cpp.obj 2024-10-08T20:04:09.8550763Z [6752/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\instancenorm.cpp.obj 2024-10-08T20:04:09.9100678Z [6753/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\activation.cpp.obj 2024-10-08T20:04:09.9722753Z [6754/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\module.cpp.obj 2024-10-08T20:04:10.4989330Z [6755/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\adaptive.cpp.obj 2024-10-08T20:04:11.3133595Z [6756/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\batchnorm.cpp.obj 2024-10-08T20:04:11.5325399Z [6757/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\embedding.cpp.obj 2024-10-08T20:04:12.2788610Z [6758/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\conv.cpp.obj 2024-10-08T20:04:12.9297142Z [6759/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\dropout.cpp.obj 2024-10-08T20:04:13.1267396Z [6760/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\pooling.cpp.obj 2024-10-08T20:04:13.1985990Z [6761/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\distance.cpp.obj 2024-10-08T20:04:13.5553100Z [6762/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\fold.cpp.obj 2024-10-08T20:04:13.6389594Z [6763/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\padding.cpp.obj 2024-10-08T20:04:14.4417318Z [6764/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\linear.cpp.obj 2024-10-08T20:04:14.7679074Z [6765/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\loss.cpp.obj 2024-10-08T20:04:15.6710044Z [6766/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\pixelshuffle.cpp.obj 2024-10-08T20:04:15.8672928Z [6767/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\activation.cpp.obj 2024-10-08T20:04:16.3859137Z [6768/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\transformer.cpp.obj 2024-10-08T20:04:16.4904154Z [6769/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\container\functional.cpp.obj 2024-10-08T20:04:16.6761017Z [6770/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\rnn.cpp.obj 2024-10-08T20:04:17.2051751Z [6771/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\modules\upsampling.cpp.obj 2024-10-08T20:04:17.4777644Z [6772/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\adaptive.cpp.obj 2024-10-08T20:04:17.7280906Z [6773/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\embedding.cpp.obj 2024-10-08T20:04:18.7389046Z [6774/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\instancenorm.cpp.obj 2024-10-08T20:04:18.8067185Z [6775/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\normalization.cpp.obj 2024-10-08T20:04:19.2799250Z [6776/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\batchnorm.cpp.obj 2024-10-08T20:04:19.3839977Z [6777/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\padding.cpp.obj 2024-10-08T20:04:19.6168438Z [6778/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\dropout.cpp.obj 2024-10-08T20:04:20.1722583Z [6779/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\pooling.cpp.obj 2024-10-08T20:04:20.3984031Z [6780/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\conv.cpp.obj 2024-10-08T20:04:20.6413896Z [6781/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\linear.cpp.obj 2024-10-08T20:04:21.9077125Z [6782/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\rnn.cpp.obj 2024-10-08T20:04:22.1596933Z [6783/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\adam.cpp.obj 2024-10-08T20:04:22.3849728Z [6784/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\vision.cpp.obj 2024-10-08T20:04:22.6062422Z [6785/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\adamw.cpp.obj 2024-10-08T20:04:22.9839996Z [6786/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\nn\options\transformer.cpp.obj 2024-10-08T20:04:23.1714437Z [6787/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\xpu.cpp.obj 2024-10-08T20:04:23.4581787Z [6788/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\adagrad.cpp.obj 2024-10-08T20:04:23.5644807Z [6789/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\serialize.cpp.obj 2024-10-08T20:04:23.7674142Z [6790/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\schedulers\reduce_on_plateau_scheduler.cpp.obj 2024-10-08T20:04:23.8248985Z [6791/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\sgd.cpp.obj 2024-10-08T20:04:23.9669834Z [6792/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\schedulers\step_lr.cpp.obj 2024-10-08T20:04:24.4013625Z [6793/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\spherical_bessel_j0.cpp.AVX2.cpp.obj 2024-10-08T20:04:24.4015347Z 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' 2024-10-08T20:04:24.4017216Z 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' 2024-10-08T20:04:24.4019240Z 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' 2024-10-08T20:04:24.4021552Z 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' 2024-10-08T20:04:24.4358145Z [6794/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\schedulers\lr_scheduler.cpp.obj 2024-10-08T20:04:24.5472563Z [6795/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPUKernel_add.cpp.AVX2.cpp.obj 2024-10-08T20:04:24.5475824Z 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' 2024-10-08T20:04:24.5479468Z 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' 2024-10-08T20:04:24.5483161Z 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' 2024-10-08T20:04:24.5486969Z 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' 2024-10-08T20:04:24.7590761Z [6796/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\optimizer.cpp.obj 2024-10-08T20:04:25.0394803Z [6797/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k1.cpp.AVX2.cpp.obj 2024-10-08T20:04:25.0396581Z 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' 2024-10-08T20:04:25.0398409Z 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' 2024-10-08T20:04:25.0400398Z 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' 2024-10-08T20:04:25.0402349Z 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' 2024-10-08T20:04:25.1089909Z [6798/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k0.cpp.AVX2.cpp.obj 2024-10-08T20:04:25.1092961Z 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' 2024-10-08T20:04:25.1096289Z 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' 2024-10-08T20:04:25.1099797Z 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' 2024-10-08T20:04:25.1103490Z 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' 2024-10-08T20:04:25.2485140Z [6799/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\lbfgs.cpp.obj 2024-10-08T20:04:25.3033747Z [6800/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\kernels\QuantizedOpKernels.cpp.AVX2.cpp.obj 2024-10-08T20:04:25.3037071Z 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' 2024-10-08T20:04:25.3040414Z 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' 2024-10-08T20:04:25.3044250Z 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' 2024-10-08T20:04:25.3047675Z 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' 2024-10-08T20:04:25.6201062Z [6801/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int8mm_kernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:25.6204058Z 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' 2024-10-08T20:04:25.6207488Z 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' 2024-10-08T20:04:25.6210861Z 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' 2024-10-08T20:04:25.6214502Z 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' 2024-10-08T20:04:25.6594029Z [6802/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\optim\rmsprop.cpp.obj 2024-10-08T20:04:25.9025671Z [6803/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\group_norm_kernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:25.9027418Z 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' 2024-10-08T20:04:25.9029370Z 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' 2024-10-08T20:04:25.9031491Z 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' 2024-10-08T20:04:25.9033456Z 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' 2024-10-08T20:04:26.0577743Z [6804/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\batch_norm_kernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:26.0579540Z 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' 2024-10-08T20:04:26.0581411Z 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' 2024-10-08T20:04:26.0583460Z 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' 2024-10-08T20:04:26.0585707Z 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' 2024-10-08T20:04:26.1507428Z [6805/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int4mm_kernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:26.1509344Z 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' 2024-10-08T20:04:26.1511780Z 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' 2024-10-08T20:04:26.1513783Z 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' 2024-10-08T20:04:26.1516105Z 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' 2024-10-08T20:04:26.1817083Z [6806/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\layer_norm_kernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:26.1818934Z 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' 2024-10-08T20:04:26.1820945Z 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' 2024-10-08T20:04:26.1823320Z 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' 2024-10-08T20:04:26.1825286Z 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' 2024-10-08T20:04:26.4042162Z [6807/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleMoreKernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:26.4045021Z 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' 2024-10-08T20:04:26.4048835Z 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' 2024-10-08T20:04:26.4052552Z 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' 2024-10-08T20:04:26.4056353Z 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' 2024-10-08T20:04:26.4153049Z [6808/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\WeightNormKernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:26.4154897Z 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' 2024-10-08T20:04:26.4156795Z 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' 2024-10-08T20:04:26.4158894Z 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' 2024-10-08T20:04:26.4161022Z 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' 2024-10-08T20:04:26.5553398Z [6809/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnfoldBackwardKernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:26.5556526Z 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' 2024-10-08T20:04:26.5559706Z 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' 2024-10-08T20:04:26.5562889Z 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' 2024-10-08T20:04:26.5565725Z 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' 2024-10-08T20:04:26.6303586Z [6810/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\serialize\input-archive.cpp.obj 2024-10-08T20:04:26.7039743Z [6811/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Unfold2d.cpp.AVX2.cpp.obj 2024-10-08T20:04:26.7041344Z 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' 2024-10-08T20:04:26.7043306Z 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' 2024-10-08T20:04:26.7045252Z 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' 2024-10-08T20:04:26.7047145Z 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' 2024-10-08T20:04:26.7414432Z [6812/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\airy_ai.cpp.AVX2.cpp.obj 2024-10-08T20:04:26.7416010Z 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' 2024-10-08T20:04:26.7418199Z 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' 2024-10-08T20:04:26.7420269Z 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' 2024-10-08T20:04:26.7422298Z 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' 2024-10-08T20:04:27.0763963Z [6813/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleKernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:27.0765707Z 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' 2024-10-08T20:04:27.0767654Z 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' 2024-10-08T20:04:27.0769629Z 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' 2024-10-08T20:04:27.0771571Z 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' 2024-10-08T20:04:27.3250725Z [6814/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SpmmReduceKernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:27.3252357Z 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' 2024-10-08T20:04:27.3254393Z 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' 2024-10-08T20:04:27.3256381Z 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' 2024-10-08T20:04:27.3258278Z 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' 2024-10-08T20:04:27.3733797Z [6815/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SumKernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:27.3735615Z 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' 2024-10-08T20:04:27.3737507Z 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' 2024-10-08T20:04:27.3739646Z 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' 2024-10-08T20:04:27.3741661Z 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' 2024-10-08T20:04:27.4790749Z [6816/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SortingKernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:27.4792440Z 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' 2024-10-08T20:04:27.4794265Z 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' 2024-10-08T20:04:27.4796289Z 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' 2024-10-08T20:04:27.4798232Z 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' 2024-10-08T20:04:27.5498453Z [6817/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\torch\csrc\api\src\serialize\output-archive.cpp.obj 2024-10-08T20:04:27.5530300Z [6818/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\StackKernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:27.5532452Z 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' 2024-10-08T20:04:27.5534725Z 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' 2024-10-08T20:04:27.5536631Z 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' 2024-10-08T20:04:27.5538670Z 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' 2024-10-08T20:04:27.5606468Z [6819/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnaryOpsKernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:27.5609421Z 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' 2024-10-08T20:04:27.5614010Z 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' 2024-10-08T20:04:27.5617608Z 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' 2024-10-08T20:04:27.5621192Z 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' 2024-10-08T20:04:27.6158791Z [6820/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\TensorCompareKernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:27.6160739Z 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' 2024-10-08T20:04:27.6163354Z 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' 2024-10-08T20:04:27.6165426Z 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' 2024-10-08T20:04:27.6167472Z 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' 2024-10-08T20:04:27.8143247Z [6821/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SoftMaxKernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:27.8144960Z 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' 2024-10-08T20:04:27.8146864Z 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' 2024-10-08T20:04:27.8148866Z 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' 2024-10-08T20:04:27.8151120Z 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' 2024-10-08T20:04:27.9115676Z [6822/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SparseFactories.cpp.AVX2.cpp.obj 2024-10-08T20:04:27.9118742Z 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' 2024-10-08T20:04:27.9121929Z 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' 2024-10-08T20:04:27.9123854Z 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' 2024-10-08T20:04:27.9125901Z 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' 2024-10-08T20:04:28.1537995Z [6823/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PointwiseOpsKernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:28.1540989Z 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' 2024-10-08T20:04:28.1544387Z 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' 2024-10-08T20:04:28.1547815Z 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' 2024-10-08T20:04:28.1551674Z 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' 2024-10-08T20:04:28.1796638Z [6824/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RenormKernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:28.1798377Z 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' 2024-10-08T20:04:28.1800257Z 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' 2024-10-08T20:04:28.1802513Z 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' 2024-10-08T20:04:28.1804618Z 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' 2024-10-08T20:04:28.2549776Z [6825/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ScatterGatherKernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:28.2551483Z 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' 2024-10-08T20:04:28.2553465Z 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' 2024-10-08T20:04:28.2555605Z 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' 2024-10-08T20:04:28.2557601Z 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' 2024-10-08T20:04:28.3780262Z [6826/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PowKernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:28.3781928Z 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' 2024-10-08T20:04:28.3783838Z 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' 2024-10-08T20:04:28.3785823Z 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' 2024-10-08T20:04:28.3787814Z 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' 2024-10-08T20:04:28.4034355Z [6827/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SampledAddmmKernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:28.4036090Z 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' 2024-10-08T20:04:28.4038034Z 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' 2024-10-08T20:04:28.4039955Z 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' 2024-10-08T20:04:28.4041845Z 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' 2024-10-08T20:04:28.4978648Z [6828/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceAllOpsKernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:28.4980515Z 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' 2024-10-08T20:04:28.4982380Z 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' 2024-10-08T20:04:28.4984327Z 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' 2024-10-08T20:04:28.4986408Z 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' 2024-10-08T20:04:28.6204769Z [6829/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RangeFactoriesKernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:28.6207760Z 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' 2024-10-08T20:04:28.6211257Z 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' 2024-10-08T20:04:28.6214869Z 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' 2024-10-08T20:04:28.6218562Z 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' 2024-10-08T20:04:28.6296954Z [6830/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceOpsKernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:28.6298640Z 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' 2024-10-08T20:04:28.6300551Z 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' 2024-10-08T20:04:28.6302559Z 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' 2024-10-08T20:04:28.6304790Z 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' 2024-10-08T20:04:29.0028186Z [6831/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxUnpoolKernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:29.0030018Z 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' 2024-10-08T20:04:29.0031854Z 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' 2024-10-08T20:04:29.0033817Z 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' 2024-10-08T20:04:29.0035935Z 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' 2024-10-08T20:04:29.0197469Z [6832/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\NativeMultiheadAttnKernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:29.0199406Z 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' 2024-10-08T20:04:29.0201375Z 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' 2024-10-08T20:04:29.0203332Z 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' 2024-10-08T20:04:29.0205261Z 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' 2024-10-08T20:04:29.1077465Z [6833/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PixelShuffleKernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:29.1080050Z 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' 2024-10-08T20:04:29.1082001Z 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' 2024-10-08T20:04:29.1083947Z 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' 2024-10-08T20:04:29.1085887Z 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' 2024-10-08T20:04:29.2003652Z [6834/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LerpKernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:29.2005411Z 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' 2024-10-08T20:04:29.2007558Z 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' 2024-10-08T20:04:29.2009600Z 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' 2024-10-08T20:04:29.2011612Z 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' 2024-10-08T20:04:29.2555579Z [6835/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MultinomialKernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:29.2557346Z 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' 2024-10-08T20:04:29.2559300Z 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' 2024-10-08T20:04:29.2561392Z 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' 2024-10-08T20:04:29.2563324Z 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' 2024-10-08T20:04:29.3061212Z [6836/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PaddingKernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:29.3062886Z 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' 2024-10-08T20:04:29.3064888Z 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' 2024-10-08T20:04:29.3067113Z 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' 2024-10-08T20:04:29.3069058Z 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' 2024-10-08T20:04:29.4103531Z [6837/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LinearAlgebraKernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:29.4105320Z 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' 2024-10-08T20:04:29.4107661Z 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' 2024-10-08T20:04:29.4109683Z 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' 2024-10-08T20:04:29.4111899Z 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' 2024-10-08T20:04:29.4846038Z [6838/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPoolKernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:29.4847700Z 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' 2024-10-08T20:04:29.4849692Z 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' 2024-10-08T20:04:29.4851632Z 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' 2024-10-08T20:04:29.4853657Z 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' 2024-10-08T20:04:29.7096223Z [6839/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\IndexKernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:29.7097827Z 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' 2024-10-08T20:04:29.7099650Z 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' 2024-10-08T20:04:29.7101671Z 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' 2024-10-08T20:04:29.7103569Z 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' 2024-10-08T20:04:29.8077572Z [6840/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPooling.cpp.AVX2.cpp.obj 2024-10-08T20:04:29.8079445Z 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' 2024-10-08T20:04:29.8081376Z 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' 2024-10-08T20:04:29.8083326Z 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' 2024-10-08T20:04:29.8085611Z 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' 2024-10-08T20:04:29.8777174Z [6841/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\GridSamplerKernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:29.8778862Z 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' 2024-10-08T20:04:29.8780701Z 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' 2024-10-08T20:04:29.8782767Z 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' 2024-10-08T20:04:29.8784946Z 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' 2024-10-08T20:04:29.8918712Z [6842/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdagradKernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:29.8920667Z 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' 2024-10-08T20:04:29.8922813Z 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' 2024-10-08T20:04:29.8924983Z 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' 2024-10-08T20:04:29.8927274Z 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' 2024-10-08T20:04:30.0176595Z [6843/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdamKernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:30.0178259Z 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' 2024-10-08T20:04:30.0180146Z 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' 2024-10-08T20:04:30.0182525Z 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' 2024-10-08T20:04:30.0184720Z 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' 2024-10-08T20:04:30.1850341Z [6844/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedSGDKernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:30.1852252Z 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' 2024-10-08T20:04:30.1855505Z 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' 2024-10-08T20:04:30.1859091Z 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' 2024-10-08T20:04:30.1862811Z 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' 2024-10-08T20:04:30.3271081Z [6845/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\HistogramKernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:30.3272988Z 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' 2024-10-08T20:04:30.3586262Z [6846/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FillKernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:30.3589185Z 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' 2024-10-08T20:04:30.3592709Z 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' 2024-10-08T20:04:30.3596692Z 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' 2024-10-08T20:04:30.3600432Z 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' 2024-10-08T20:04:30.4594686Z [6847/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FunctionOfAMatrixUtilsKernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:30.4596923Z 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' 2024-10-08T20:04:30.8798502Z [6848/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FlashAttentionKernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:30.8800181Z 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' 2024-10-08T20:04:30.8802118Z 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' 2024-10-08T20:04:30.8804074Z 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' 2024-10-08T20:04:30.8805958Z 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' 2024-10-08T20:04:30.9358062Z [6849/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ChannelShuffleKernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:30.9359985Z 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' 2024-10-08T20:04:30.9361835Z 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' 2024-10-08T20:04:30.9363836Z 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' 2024-10-08T20:04:30.9365769Z 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' 2024-10-08T20:04:31.0835271Z [6850/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistanceOpsKernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:31.0838271Z 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' 2024-10-08T20:04:31.0841893Z 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' 2024-10-08T20:04:31.0845383Z 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' 2024-10-08T20:04:31.0848942Z 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' 2024-10-08T20:04:31.0852309Z 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 2024-10-08T20:04:31.0855759Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(112): note: see reference to class template instantiation 'at::vec::VecReduceAllSIMD' being compiled 2024-10-08T20:04:31.0858340Z with 2024-10-08T20:04:31.0858756Z [ 2024-10-08T20:04:31.0859239Z scalar_t=float, 2024-10-08T20:04:31.0860577Z Op=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &) 2024-10-08T20:04:31.0861694Z ] 2024-10-08T20:04:31.0864527Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(218): note: see reference to function template instantiation 'scalar_t at::vec::vec_reduce_all(Op (__cdecl &),const at::vec::AVX2::Vectorized &)' being compiled 2024-10-08T20:04:31.0867339Z with 2024-10-08T20:04:31.0867733Z [ 2024-10-08T20:04:31.0868135Z scalar_t=float, 2024-10-08T20:04:31.0869640Z ReduceOp=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &), 2024-10-08T20:04:31.0872205Z Op=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &) 2024-10-08T20:04:31.0873414Z ] 2024-10-08T20:04:31.0878599Z 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 2024-10-08T20:04:31.0883979Z with 2024-10-08T20:04:31.0884430Z [ 2024-10-08T20:04:31.0884881Z scalar_t=scalar_t, 2024-10-08T20:04:31.0885611Z data_t=at::vec::AVX2::Vectorized, 2024-10-08T20:04:31.0887747Z MapOp=at::native::`anonymous-namespace'::Dist::run_parallel_pdist::::()::, 2024-10-08T20:04:31.0890407Z ReduceOp=at::vec::AVX2::Vectorized (const at::vec::AVX2::Vectorized &,const at::vec::AVX2::Vectorized &) 2024-10-08T20:04:31.0891222Z ] 2024-10-08T20:04:31.0893612Z 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 2024-10-08T20:04:31.0896535Z with 2024-10-08T20:04:31.0896778Z [ 2024-10-08T20:04:31.0897011Z scalar_t=scalar_t 2024-10-08T20:04:31.0897321Z ] 2024-10-08T20:04:31.0899499Z 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 2024-10-08T20:04:31.0902368Z with 2024-10-08T20:04:31.0902591Z [ 2024-10-08T20:04:31.0903019Z scalar_t=scalar_t 2024-10-08T20:04:31.0903340Z ] 2024-10-08T20:04:31.0904880Z 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)' 2024-10-08T20:04:31.0907179Z with 2024-10-08T20:04:31.0907420Z [ 2024-10-08T20:04:31.0907651Z scalar_t=scalar_t 2024-10-08T20:04:31.0907961Z ] 2024-10-08T20:04:31.0909602Z 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 2024-10-08T20:04:31.0911452Z with 2024-10-08T20:04:31.0911676Z [ 2024-10-08T20:04:31.0912010Z scalar_t=scalar_t 2024-10-08T20:04:31.0912529Z ] 2024-10-08T20:04:31.0914084Z 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 2024-10-08T20:04:31.2443023Z [6851/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistributionKernels.cpp.AVX2.cpp.obj 2024-10-08T20:04:31.2446099Z 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' 2024-10-08T20:04:31.2449406Z 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' 2024-10-08T20:04:31.2453027Z 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' 2024-10-08T20:04:31.2456546Z 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' 2024-10-08T20:04:31.2550322Z [6852/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CatKernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:31.2552023Z 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' 2024-10-08T20:04:31.2553887Z 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' 2024-10-08T20:04:31.2555984Z 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' 2024-10-08T20:04:31.2558296Z 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' 2024-10-08T20:04:31.4059575Z [6853/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DepthwiseConvKernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:31.4061432Z 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' 2024-10-08T20:04:31.6016753Z [6854/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CopyKernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:31.6019939Z 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' 2024-10-08T20:04:31.6023027Z 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' 2024-10-08T20:04:31.6026931Z 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' 2024-10-08T20:04:31.6030130Z 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' 2024-10-08T20:04:31.6800504Z [6855/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CrossKernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:31.6802227Z 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' 2024-10-08T20:04:31.7862219Z [6856/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BlasKernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:31.7866531Z 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' 2024-10-08T20:04:31.9237143Z [6857/7385] Building CXX object caffe2\CMakeFiles\thread_init_test.dir\__\aten\src\ATen\test\thread_init_test.cpp.obj 2024-10-08T20:04:31.9577944Z [6858/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ComplexKernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:31.9579561Z 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' 2024-10-08T20:04:31.9581370Z 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' 2024-10-08T20:04:31.9583285Z 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' 2024-10-08T20:04:31.9585176Z 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' 2024-10-08T20:04:32.0710703Z [6859/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BinaryOpsKernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:32.0713687Z 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' 2024-10-08T20:04:32.0717201Z 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' 2024-10-08T20:04:32.0720976Z 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' 2024-10-08T20:04:32.0724613Z 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' 2024-10-08T20:04:32.0728205Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp(517): warning C4333: '>>': right shift by too large amount, data loss 2024-10-08T20:04:32.0836477Z [6860/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AvgPoolKernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:32.0839136Z 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' 2024-10-08T20:04:32.0844039Z 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' 2024-10-08T20:04:32.0847259Z 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' 2024-10-08T20:04:32.0849504Z 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' 2024-10-08T20:04:32.3715742Z [6861/7385] Building CXX object caffe2\CMakeFiles\test_parallel.dir\__\aten\src\ATen\test\test_parallel.cpp.obj 2024-10-08T20:04:32.4410382Z [6862/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AmpGradScalerKernels.cpp.AVX2.cpp.obj 2024-10-08T20:04:32.4412053Z 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' 2024-10-08T20:04:32.4414178Z 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' 2024-10-08T20:04:32.4416083Z 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' 2024-10-08T20:04:32.4418083Z 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' 2024-10-08T20:04:32.5249424Z [6863/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k1.cpp.AVX512.cpp.obj 2024-10-08T20:04:32.5564611Z [6864/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveMaxPoolKernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:32.5566364Z 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' 2024-10-08T20:04:32.5568191Z 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' 2024-10-08T20:04:32.5570145Z 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' 2024-10-08T20:04:32.5572115Z 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' 2024-10-08T20:04:32.5667431Z [6865/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\spherical_bessel_j0.cpp.AVX512.cpp.obj 2024-10-08T20:04:32.5944833Z [6866/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveAvgPoolKernel.cpp.AVX2.cpp.obj 2024-10-08T20:04:32.5946519Z 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' 2024-10-08T20:04:32.5948426Z 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' 2024-10-08T20:04:32.5950321Z 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' 2024-10-08T20:04:32.5952385Z 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' 2024-10-08T20:04:32.6627567Z [6867/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Activation.cpp.AVX2.cpp.obj 2024-10-08T20:04:32.9223721Z 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' 2024-10-08T20:04:32.9225595Z 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' 2024-10-08T20:04:32.9227924Z 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' 2024-10-08T20:04:32.9230034Z 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' 2024-10-08T20:04:32.9231744Z [6868/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\UfuncCPUKernel_add.cpp.AVX512.cpp.obj 2024-10-08T20:04:33.0176360Z [6869/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\quantized\cpu\kernels\QuantizedOpKernels.cpp.AVX512.cpp.obj 2024-10-08T20:04:33.1468836Z [6870/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\scaled_modified_bessel_k0.cpp.AVX512.cpp.obj 2024-10-08T20:04:33.3622143Z [6871/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int8mm_kernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:33.4519483Z [6872/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\layer_norm_kernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:33.5346797Z [6873/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\group_norm_kernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:33.5503529Z [6874/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\batch_norm_kernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:33.5651719Z [6875/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\airy_ai.cpp.AVX512.cpp.obj 2024-10-08T20:04:33.5976043Z [6876/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\WeightNormKernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:33.6202540Z [6877/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\int4mm_kernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:33.9376900Z [6878/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleMoreKernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:34.2172819Z [6879/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Unfold2d.cpp.AVX512.cpp.obj 2024-10-08T20:04:34.2507875Z [6880/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SumKernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:34.3375370Z [6881/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\StackKernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:34.4076697Z [6882/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnfoldBackwardKernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:34.4789882Z [6883/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UpSampleKernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:34.5139792Z [6884/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\TensorCompareKernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:34.6621851Z [6885/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SoftMaxKernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:34.6749086Z [6886/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\UnaryOpsKernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:34.7910703Z [6887/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SortingKernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:34.9041209Z [6888/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SparseFactories.cpp.AVX512.cpp.obj 2024-10-08T20:04:35.2369419Z [6889/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RangeFactoriesKernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:35.2564456Z [6890/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ScatterGatherKernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:35.2601916Z [6891/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SpmmReduceKernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:35.2683157Z [6892/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PowKernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:35.3689056Z [6893/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\RenormKernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:35.4109644Z [6894/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceOpsKernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:35.4567007Z [6895/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ReduceAllOpsKernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:35.7453988Z [6896/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\SampledAddmmKernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:35.7953825Z [6897/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PixelShuffleKernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:35.8366855Z [6898/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PointwiseOpsKernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:36.0063336Z [6899/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\IndexKernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:36.0552219Z [6900/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\PaddingKernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:36.0733539Z [6901/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\NativeMultiheadAttnKernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:36.2538477Z [6902/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxUnpoolKernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:36.2702843Z [6903/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MultinomialKernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:36.3255009Z [6904/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LerpKernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:36.6207454Z [6905/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPooling.cpp.AVX512.cpp.obj 2024-10-08T20:04:36.7206748Z [6906/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\MaxPoolKernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:36.7331234Z [6907/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\GridSamplerKernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:36.8512654Z [6908/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\LinearAlgebraKernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:36.9002090Z [6909/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdamKernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:36.9821158Z [6910/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedAdagradKernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:37.1327877Z [6911/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FunctionOfAMatrixUtilsKernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:37.1665394Z [6912/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FusedSGDKernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:37.2928132Z [6913/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\HistogramKernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:37.3262342Z [6914/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FillKernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:37.6739716Z [6915/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistanceOpsKernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:37.6741627Z 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 2024-10-08T20:04:37.6743995Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(112): note: see reference to class template instantiation 'at::vec::VecReduceAllSIMD' being compiled 2024-10-08T20:04:37.6745285Z with 2024-10-08T20:04:37.6745558Z [ 2024-10-08T20:04:37.6745792Z scalar_t=float, 2024-10-08T20:04:37.6746611Z Op=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &) 2024-10-08T20:04:37.6747446Z ] 2024-10-08T20:04:37.6749000Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen/cpu/vec/functional_base.h(218): note: see reference to function template instantiation 'scalar_t at::vec::vec_reduce_all(Op (__cdecl &),const at::vec::AVX512::Vectorized &)' being compiled 2024-10-08T20:04:37.6750778Z with 2024-10-08T20:04:37.6751021Z [ 2024-10-08T20:04:37.6751268Z scalar_t=float, 2024-10-08T20:04:37.6752157Z ReduceOp=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &), 2024-10-08T20:04:37.6753495Z Op=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &) 2024-10-08T20:04:37.6754369Z ] 2024-10-08T20:04:37.6757140Z 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 2024-10-08T20:04:37.6760166Z with 2024-10-08T20:04:37.6760396Z [ 2024-10-08T20:04:37.6760725Z scalar_t=scalar_t, 2024-10-08T20:04:37.6761128Z data_t=at::vec::AVX512::Vectorized, 2024-10-08T20:04:37.6762541Z MapOp=at::native::`anonymous-namespace'::Dist::run_parallel_pdist::::()::, 2024-10-08T20:04:37.6764196Z ReduceOp=at::vec::AVX512::Vectorized (const at::vec::AVX512::Vectorized &,const at::vec::AVX512::Vectorized &) 2024-10-08T20:04:37.6765027Z ] 2024-10-08T20:04:37.6767259Z 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 2024-10-08T20:04:37.6769646Z with 2024-10-08T20:04:37.6769873Z [ 2024-10-08T20:04:37.6770229Z scalar_t=scalar_t 2024-10-08T20:04:37.6770547Z ] 2024-10-08T20:04:37.6772861Z 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 2024-10-08T20:04:37.6775335Z with 2024-10-08T20:04:37.6775610Z [ 2024-10-08T20:04:37.6775895Z scalar_t=scalar_t 2024-10-08T20:04:37.6776207Z ] 2024-10-08T20:04:37.6777813Z 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)' 2024-10-08T20:04:37.6779604Z with 2024-10-08T20:04:37.6779829Z [ 2024-10-08T20:04:37.6780225Z scalar_t=scalar_t 2024-10-08T20:04:37.6780540Z ] 2024-10-08T20:04:37.6782743Z 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 2024-10-08T20:04:37.6784686Z with 2024-10-08T20:04:37.6784930Z [ 2024-10-08T20:04:37.6785166Z scalar_t=scalar_t 2024-10-08T20:04:37.6785480Z ] 2024-10-08T20:04:37.6787730Z 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 2024-10-08T20:04:37.6945424Z [6916/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ChannelShuffleKernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:37.7457261Z [6917/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\FlashAttentionKernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:37.7495258Z [6918/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DepthwiseConvKernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:37.9652747Z [6919/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CopyKernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:38.0078828Z [6920/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\ComplexKernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:38.0380099Z [6921/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CrossKernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:38.1320314Z [6922/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\DistributionKernels.cpp.AVX512.cpp.obj 2024-10-08T20:04:38.1977797Z [6923/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BlasKernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:38.4682294Z [6924/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\BinaryOpsKernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:38.4684053Z C:/actions-runner/_work/pytorch/pytorch/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp(517): warning C4333: '>>': right shift by too large amount, data loss 2024-10-08T20:04:38.5830516Z [6925/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveAvgPoolKernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:38.6130653Z [6926/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\CatKernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:38.7715719Z [6927/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\Activation.cpp.AVX512.cpp.obj 2024-10-08T20:04:38.7878855Z [6928/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AvgPoolKernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:38.8037721Z [6929/7385] Building CXX object caffe2\CMakeFiles\type_ptr_test.dir\__\aten\src\ATen\test\type_ptr_test.cpp.obj 2024-10-08T20:04:38.8482498Z [6930/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AdaptiveMaxPoolKernel.cpp.AVX512.cpp.obj 2024-10-08T20:04:38.8612450Z [6931/7385] Building CXX object caffe2\CMakeFiles\torch_cpu.dir\__\aten\src\ATen\native\cpu\AmpGradScalerKernels.cpp.AVX512.cpp.obj 2024-10-08T20:04:41.1098267Z [6932/7385] Building CXX object caffe2\CMakeFiles\verify_api_visibility.dir\__\aten\src\ATen\test\verify_api_visibility.cpp.obj 2024-10-08T20:04:41.2361422Z [6933/7385] Building CXX object caffe2\CMakeFiles\undefined_tensor_test.dir\__\aten\src\ATen\test\undefined_tensor_test.cpp.obj 2024-10-08T20:04:41.2987757Z [6934/7385] Building CXX object caffe2\CMakeFiles\type_test.dir\__\aten\src\ATen\test\type_test.cpp.obj 2024-10-08T20:04:41.3173508Z [6935/7385] Building CXX object caffe2\CMakeFiles\legacy_vmap_test.dir\__\aten\src\ATen\test\legacy_vmap_test.cpp.obj 2024-10-08T20:04:41.3469722Z [6936/7385] Building CXX object caffe2\CMakeFiles\packedtensoraccessor_test.dir\__\aten\src\ATen\test\packedtensoraccessor_test.cpp.obj 2024-10-08T20:04:41.3961766Z [6937/7385] Building CXX object caffe2\CMakeFiles\operators_test.dir\__\aten\src\ATen\test\operators_test.cpp.obj 2024-10-08T20:04:41.4200164Z [6938/7385] Building CXX object caffe2\CMakeFiles\quantized_test.dir\__\aten\src\ATen\test\quantized_test.cpp.obj 2024-10-08T20:04:41.5151528Z [6939/7385] Building CXX object caffe2\CMakeFiles\pow_test.dir\__\aten\src\ATen\test\pow_test.cpp.obj 2024-10-08T20:04:43.2188867Z [6940/7385] Building CXX object caffe2\CMakeFiles\StorageUtils_test.dir\__\aten\src\ATen\test\StorageUtils_test.cpp.obj 2024-10-08T20:04:43.3335956Z [6941/7385] Building CXX object caffe2\CMakeFiles\torch.dir\__\empty.cpp.obj 2024-10-08T20:04:43.7560787Z [6942/7385] Building CXX object caffe2\CMakeFiles\scalar_tensor_test.dir\__\aten\src\ATen\test\scalar_tensor_test.cpp.obj 2024-10-08T20:04:43.7952890Z [6943/7385] Building CXX object caffe2\CMakeFiles\reportMemoryUsage_test.dir\__\aten\src\ATen\test\reportMemoryUsage_test.cpp.obj 2024-10-08T20:04:43.8675475Z [6944/7385] Building CXX object caffe2\CMakeFiles\scalar_test.dir\__\aten\src\ATen\test\scalar_test.cpp.obj 2024-10-08T20:04:43.8764505Z [6945/7385] Building CXX object caffe2\CMakeFiles\vec_test_all_types_AVX512.dir\__\aten\src\ATen\test\vec_test_all_types.cpp.obj 2024-10-08T20:04:43.8766244Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\cpu\vec\vec_base.h(262) : warning C4789: buffer 'y' of size 32 bytes will be overrun; 64 bytes will be written starting at offset 0 2024-10-08T20:04:43.8768332Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\cpu\vec\vec_base.h(262) : warning C4789: buffer 'y' of size 32 bytes will be overrun; 64 bytes will be written starting at offset 0 2024-10-08T20:04:43.8770316Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\cpu\vec\vec_base.h(262) : warning C4789: buffer 'y' of size 16 bytes will be overrun; 64 bytes will be written starting at offset 0 2024-10-08T20:04:43.8772307Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\cpu\vec\vec_base.h(262) : warning C4789: buffer 'y' of size 32 bytes will be overrun; 64 bytes will be written starting at offset 0 2024-10-08T20:04:43.8774343Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\cpu\vec\vec_base.h(262) : warning C4789: buffer 'y' of size 32 bytes will be overrun; 64 bytes will be written starting at offset 0 2024-10-08T20:04:43.8777835Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\cpu\vec\vec_base.h(262) : warning C4789: buffer 'y' of size 16 bytes will be overrun; 64 bytes will be written starting at offset 0 2024-10-08T20:04:43.9116752Z [6946/7385] Building CXX object caffe2\CMakeFiles\reduce_ops_test.dir\__\aten\src\ATen\test\reduce_ops_test.cpp.obj 2024-10-08T20:04:44.0060144Z [6947/7385] Building CXX object caffe2\CMakeFiles\tensor_iterator_test.dir\__\aten\src\ATen\test\tensor_iterator_test.cpp.obj 2024-10-08T20:04:44.0450708Z [6948/7385] Building CXX object caffe2\CMakeFiles\stride_properties_test.dir\__\aten\src\ATen\test\stride_properties_test.cpp.obj 2024-10-08T20:04:44.2483104Z [6949/7385] Building CXX object caffe2\CMakeFiles\Dimname_test.dir\__\aten\src\ATen\test\Dimname_test.cpp.obj 2024-10-08T20:04:44.2564963Z [6950/7385] Building CXX object caffe2\CMakeFiles\vec_test_all_types_DEFAULT.dir\__\aten\src\ATen\test\vec_test_all_types.cpp.obj 2024-10-08T20:04:44.2568369Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\cpu\vec\vec_base.h(262) : warning C4789: buffer 'y' of size 16 bytes will be overrun; 32 bytes will be written starting at offset 0 2024-10-08T20:04:44.2572372Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\cpu\vec\vec_base.h(262) : warning C4789: buffer 'y' of size 16 bytes will be overrun; 32 bytes will be written starting at offset 0 2024-10-08T20:04:44.2577128Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\cpu\vec\vec_base.h(262) : warning C4789: buffer 'y' of size 16 bytes will be overrun; 32 bytes will be written starting at offset 0 2024-10-08T20:04:44.2580960Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\cpu\vec\vec_base.h(262) : warning C4789: buffer 'y' of size 16 bytes will be overrun; 32 bytes will be written starting at offset 0 2024-10-08T20:04:44.2584777Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\cpu\vec\vec_base.h(262) : warning C4789: buffer 'y' of size 16 bytes will be overrun; 32 bytes will be written starting at offset 0 2024-10-08T20:04:44.2588547Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\cpu\vec\vec_base.h(262) : warning C4789: buffer 'y' of size 16 bytes will be overrun; 32 bytes will be written starting at offset 0 2024-10-08T20:04:44.2592459Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\cpu\vec\vec_base.h(262) : warning C4789: buffer 'y' of size 8 bytes will be overrun; 32 bytes will be written starting at offset 0 2024-10-08T20:04:44.2596093Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\cpu\vec\vec_base.h(262) : warning C4789: buffer 'y' of size 8 bytes will be overrun; 32 bytes will be written starting at offset 0 2024-10-08T20:04:44.2599843Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\cpu\vec\vec_base.h(262) : warning C4789: buffer 'y' of size 16 bytes will be overrun; 32 bytes will be written starting at offset 0 2024-10-08T20:04:44.2603672Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\cpu\vec\vec_base.h(262) : warning C4789: buffer 'y' of size 16 bytes will be overrun; 32 bytes will be written starting at offset 0 2024-10-08T20:04:44.2607679Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\cpu\vec\vec_base.h(262) : warning C4789: buffer 'y' of size 16 bytes will be overrun; 32 bytes will be written starting at offset 0 2024-10-08T20:04:44.2611488Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\cpu\vec\vec_base.h(262) : warning C4789: buffer 'y' of size 8 bytes will be overrun; 32 bytes will be written starting at offset 0 2024-10-08T20:04:44.2615578Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\cpu\vec\vec_base.h(262) : warning C4789: buffer 'y' of size 8 bytes will be overrun; 32 bytes will be written starting at offset 0 2024-10-08T20:04:44.2618954Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\cpu\vec\vec_base.h(262) : warning C4789: buffer 'y' of size 8 bytes will be overrun; 32 bytes will be written starting at offset 0 2024-10-08T20:04:44.2621440Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\cpu\vec\vec_base.h(262) : warning C4789: buffer 'y' of size 16 bytes will be overrun; 32 bytes will be written starting at offset 0 2024-10-08T20:04:44.2624741Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\cpu\vec\vec_base.h(262) : warning C4789: buffer 'y' of size 16 bytes will be overrun; 32 bytes will be written starting at offset 0 2024-10-08T20:04:44.2627152Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\cpu\vec\vec_base.h(262) : warning C4789: buffer 'y' of size 8 bytes will be overrun; 32 bytes will be written starting at offset 0 2024-10-08T20:04:44.2629253Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\cpu\vec\vec_base.h(262) : warning C4789: buffer 'y' of size 8 bytes will be overrun; 32 bytes will be written starting at offset 0 2024-10-08T20:04:44.2631650Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\cpu\vec\vec_base.h(262) : warning C4789: buffer 'y' of size 4 bytes will be overrun; 32 bytes will be written starting at offset 0 2024-10-08T20:04:44.2634193Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\cpu\vec\vec_base.h(262) : warning C4789: buffer 'y' of size 4 bytes will be overrun; 32 bytes will be written starting at offset 0 2024-10-08T20:04:44.2637312Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\cpu\vec\vec_base.h(262) : warning C4789: buffer 'y' of size 8 bytes will be overrun; 32 bytes will be written starting at offset 0 2024-10-08T20:04:44.2639689Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\cpu\vec\vec_base.h(262) : warning C4789: buffer 'y' of size 16 bytes will be overrun; 32 bytes will be written starting at offset 0 2024-10-08T20:04:44.2641806Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\cpu\vec\vec_base.h(262) : warning C4789: buffer 'y' of size 16 bytes will be overrun; 32 bytes will be written starting at offset 0 2024-10-08T20:04:44.2643965Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\cpu\vec\vec_base.h(262) : warning C4789: buffer 'y' of size 8 bytes will be overrun; 32 bytes will be written starting at offset 0 2024-10-08T20:04:44.2645949Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\cpu\vec\vec_base.h(262) : warning C4789: buffer 'y' of size 8 bytes will be overrun; 32 bytes will be written starting at offset 0 2024-10-08T20:04:44.2648222Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\cpu\vec\vec_base.h(262) : warning C4789: buffer 'y' of size 4 bytes will be overrun; 32 bytes will be written starting at offset 0 2024-10-08T20:04:44.2650260Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\cpu\vec\vec_base.h(262) : warning C4789: buffer 'y' of size 4 bytes will be overrun; 32 bytes will be written starting at offset 0 2024-10-08T20:04:44.5245808Z [6951/7385] Building CXX object caffe2\CMakeFiles\vec_test_all_types_AVX2.dir\__\aten\src\ATen\test\vec_test_all_types.cpp.obj 2024-10-08T20:04:44.5248915Z 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' 2024-10-08T20:04:44.5252318Z 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' 2024-10-08T20:04:44.5255877Z 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' 2024-10-08T20:04:44.5259527Z 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' 2024-10-08T20:04:44.5263301Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\cpu\vec\vec_base.h(262) : warning C4789: buffer 'y' of size 16 bytes will be overrun; 32 bytes will be written starting at offset 0 2024-10-08T20:04:44.5266969Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\cpu\vec\vec_base.h(262) : warning C4789: buffer 'y' of size 8 bytes will be overrun; 32 bytes will be written starting at offset 0 2024-10-08T20:04:44.5270789Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\cpu\vec\vec_base.h(262) : warning C4789: buffer 'y' of size 16 bytes will be overrun; 32 bytes will be written starting at offset 0 2024-10-08T20:04:44.5274439Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\cpu\vec\vec_base.h(262) : warning C4789: buffer 'y' of size 8 bytes will be overrun; 32 bytes will be written starting at offset 0 2024-10-08T20:04:44.5278180Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\cpu\vec\vec_base.h(262) : warning C4789: buffer 'y' of size 16 bytes will be overrun; 32 bytes will be written starting at offset 0 2024-10-08T20:04:44.5281146Z C:\actions-runner\_work\pytorch\pytorch\aten\src\ATen\cpu\vec\vec_base.h(262) : warning C4789: buffer 'y' of size 16 bytes will be overrun; 32 bytes will be written starting at offset 0 2024-10-08T20:04:46.2532474Z [6952/7385] Building CXX object caffe2\CMakeFiles\Dict_test.dir\__\aten\src\ATen\test\Dict_test.cpp.obj 2024-10-08T20:04:46.4776451Z [6953/7385] Building CXX object caffe2\CMakeFiles\MaybeOwned_test.dir\__\aten\src\ATen\test\MaybeOwned_test.cpp.obj 2024-10-08T20:04:46.5307074Z [6954/7385] Building CXX object caffe2\CMakeFiles\apply_utils_test.dir\__\aten\src\ATen\test\apply_utils_test.cpp.obj 2024-10-08T20:04:46.5971452Z [6955/7385] Building CXX object caffe2\CMakeFiles\NamedTensor_test.dir\__\aten\src\ATen\test\NamedTensor_test.cpp.obj 2024-10-08T20:04:46.7321408Z [6956/7385] Building CXX object caffe2\CMakeFiles\basic.dir\__\aten\src\ATen\test\basic.cpp.obj 2024-10-08T20:04:46.7588815Z [6957/7385] Building CXX object caffe2\CMakeFiles\atest.dir\__\aten\src\ATen\test\atest.cpp.obj 2024-10-08T20:04:46.9872644Z [6958/7385] Building CXX object caffe2\CMakeFiles\broadcast_test.dir\__\aten\src\ATen\test\broadcast_test.cpp.obj 2024-10-08T20:04:48.8098004Z [6959/7385] Building CXX object caffe2\CMakeFiles\cpu_allocator_test.dir\__\aten\src\ATen\test\cpu_allocator_test.cpp.obj 2024-10-08T20:04:49.0788500Z [6960/7385] Building CXX object caffe2\CMakeFiles\cpu_profiling_allocator_test.dir\__\aten\src\ATen\test\cpu_profiling_allocator_test.cpp.obj 2024-10-08T20:04:49.1606932Z [6961/7385] Building CXX object caffe2\CMakeFiles\cpu_generator_test.dir\__\aten\src\ATen\test\cpu_generator_test.cpp.obj 2024-10-08T20:04:49.2262946Z [6962/7385] Building CXX object caffe2\CMakeFiles\dlconvertor_test.dir\__\aten\src\ATen\test\dlconvertor_test.cpp.obj 2024-10-08T20:04:49.2940042Z [6963/7385] Building CXX object caffe2\CMakeFiles\dispatch_key_set_test.dir\__\aten\src\ATen\test\dispatch_key_set_test.cpp.obj 2024-10-08T20:04:49.5588424Z [6964/7385] Building CXX object caffe2\CMakeFiles\half_test.dir\__\aten\src\ATen\test\half_test.cpp.obj 2024-10-08T20:04:49.6940018Z [6965/7385] Building CXX object caffe2\CMakeFiles\cpu_rng_test.dir\__\aten\src\ATen\test\cpu_rng_test.cpp.obj 2024-10-08T20:04:51.3831735Z [6966/7385] Building CXX object caffe2\CMakeFiles\extension_backend_test.dir\__\aten\src\ATen\test\extension_backend_test.cpp.obj 2024-10-08T20:04:51.7154813Z [6967/7385] Building CXX object caffe2\CMakeFiles\lazy_tensor_test.dir\__\aten\src\ATen\test\lazy_tensor_test.cpp.obj 2024-10-08T20:04:51.7181178Z [6968/7385] Building CXX object caffe2\CMakeFiles\operator_name_test.dir\__\aten\src\ATen\test\operator_name_test.cpp.obj 2024-10-08T20:04:51.7991799Z [6969/7385] Building CXX object caffe2\CMakeFiles\memory_format_test.dir\__\aten\src\ATen\test\memory_format_test.cpp.obj 2024-10-08T20:04:51.9303283Z [6970/7385] Building CXX object caffe2\CMakeFiles\ivalue_test.dir\__\aten\src\ATen\test\ivalue_test.cpp.obj 2024-10-08T20:04:51.9907676Z [6971/7385] Building CXX object caffe2\CMakeFiles\math_kernel_test.dir\__\aten\src\ATen\test\math_kernel_test.cpp.obj 2024-10-08T20:04:52.0908669Z [6972/7385] Building CXX object caffe2\CMakeFiles\memory_overlapping_test.dir\__\aten\src\ATen\test\memory_overlapping_test.cpp.obj 2024-10-08T20:04:52.4273811Z [6973/7385] Building CXX object caffe2\CMakeFiles\mobile_memory_cleanup.dir\__\aten\src\ATen\test\mobile_memory_cleanup.cpp.obj 2024-10-08T20:04:52.8756260Z [6974/7385] Building CXX object caffe2\CMakeFiles\List_test.dir\__\aten\src\ATen\core\List_test.cpp.obj 2024-10-08T20:04:53.7893394Z [6975/7385] Building CXX object caffe2\CMakeFiles\IListRef_test.dir\__\aten\src\ATen\core\IListRef_test.cpp.obj 2024-10-08T20:04:53.8367710Z [6976/7385] Building CXX object caffe2\CMakeFiles\kernel_function_legacy_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_function_legacy_test.cpp.obj 2024-10-08T20:04:54.2089777Z [6977/7385] Building CXX object caffe2\CMakeFiles\weakref_test.dir\__\aten\src\ATen\test\weakref_test.cpp.obj 2024-10-08T20:04:54.2777661Z [6978/7385] Building CXX object caffe2\CMakeFiles\native_test.dir\__\aten\src\ATen\test\native_test.cpp.obj 2024-10-08T20:04:54.3139238Z [6979/7385] Building CXX object caffe2\CMakeFiles\wrapdim_test.dir\__\aten\src\ATen\test\wrapdim_test.cpp.obj 2024-10-08T20:04:54.4502503Z [6980/7385] Building CXX object caffe2\CMakeFiles\xla_tensor_test.dir\__\aten\src\ATen\test\xla_tensor_test.cpp.obj 2024-10-08T20:04:54.6501018Z [6981/7385] Building CXX object caffe2\CMakeFiles\CppSignature_test.dir\__\aten\src\ATen\core\dispatch\CppSignature_test.cpp.obj 2024-10-08T20:04:54.7405744Z [6982/7385] Building CXX object caffe2\CMakeFiles\kernel_function_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_function_test.cpp.obj 2024-10-08T20:04:54.7924123Z [6983/7385] Building CXX object caffe2\CMakeFiles\kernel_lambda_legacy_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_lambda_legacy_test.cpp.obj 2024-10-08T20:04:55.0824685Z [6984/7385] Building CXX object caffe2\CMakeFiles\kernel_lambda_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_lambda_test.cpp.obj 2024-10-08T20:04:55.0952950Z [6985/7385] Building CXX object caffe2\CMakeFiles\KernelFunction_test.dir\__\aten\src\ATen\core\boxing\KernelFunction_test.cpp.obj 2024-10-08T20:04:55.1826360Z [6986/7385] Building CXX object caffe2\CMakeFiles\kernel_stackbased_test.dir\__\aten\src\ATen\core\boxing\impl\kernel_stackbased_test.cpp.obj 2024-10-08T20:04:55.2855811Z [6987/7385] 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 2024-10-08T20:04:55.4178233Z [6988/7385] Building CXX object caffe2\CMakeFiles\op_allowlist_test.dir\__\aten\src\ATen\core\op_registration\op_allowlist_test.cpp.obj 2024-10-08T20:04:55.5401397Z [6989/7385] Building CXX object caffe2\CMakeFiles\inline_container_test.dir\serialize\inline_container_test.cc.obj 2024-10-08T20:04:55.9316461Z [6990/7385] Building CXX object caffe2\CMakeFiles\op_registration_test.dir\__\aten\src\ATen\core\op_registration\op_registration_test.cpp.obj 2024-10-08T20:04:56.0252169Z [6991/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_schema_matching.cpp.obj 2024-10-08T20:04:56.1604731Z [6992/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_subgraph_rewriter.cpp.obj 2024-10-08T20:04:56.2789513Z [6993/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_subgraph_utils.cpp.obj 2024-10-08T20:04:56.4177293Z [6994/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_union.cpp.obj 2024-10-08T20:04:56.7935200Z [6995/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_stack_opt.cpp.obj 2024-10-08T20:04:56.8109961Z [6996/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_subgraph_matcher.cpp.obj 2024-10-08T20:04:57.0038646Z [6997/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_script_profile.cpp.obj 2024-10-08T20:04:57.0652680Z [6998/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_jit_logging_levels.cpp.obj 2024-10-08T20:04:57.1574152Z [6999/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_file_format.cpp.obj 2024-10-08T20:04:57.1851728Z [7000/7385] Building CXX object caffe2\CMakeFiles\backend_fallback_test.dir\__\aten\src\ATen\core\dispatch\backend_fallback_test.cpp.obj 2024-10-08T20:04:57.2140454Z [7001/7385] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_approx.cpp.obj 2024-10-08T20:04:57.4779498Z [7002/7385] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\__\common\main.cpp.obj 2024-10-08T20:04:58.6552137Z [7003/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_utils.cpp.obj 2024-10-08T20:04:59.0291099Z [7004/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_shape_analysis.cpp.obj 2024-10-08T20:04:59.3965835Z [7005/7385] Building CXX object test_inductor\CMakeFiles\aoti_custom_ops.dir\custom_ops.cpp.obj 2024-10-08T20:04:59.6138773Z [7006/7385] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\padded_buffer.cpp.obj 2024-10-08T20:04:59.7201452Z [7007/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_flatbuffer.cpp.obj 2024-10-08T20:04:59.8353797Z [7008/7385] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_aten.cpp.obj 2024-10-08T20:05:00.0457307Z [7009/7385] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_external_calls.cpp.obj 2024-10-08T20:05:00.8380421Z [7010/7385] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_ir_verifier.cpp.obj 2024-10-08T20:05:01.2817457Z [7011/7385] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_cpp_codegen.cpp.obj 2024-10-08T20:05:01.5822488Z [7012/7385] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_ir_printer.cpp.obj 2024-10-08T20:05:01.6882632Z [7013/7385] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_conv.cpp.obj 2024-10-08T20:05:02.1973371Z [7014/7385] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_dynamic_shapes.cpp.obj 2024-10-08T20:05:02.3159450Z [7015/7385] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_boundsinference.cpp.obj 2024-10-08T20:05:02.3980899Z [7016/7385] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_expr.cpp.obj 2024-10-08T20:05:02.4188702Z [7017/7385] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_loopnest.cpp.obj 2024-10-08T20:05:04.0524252Z [7018/7385] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_kernel.cpp.obj 2024-10-08T20:05:04.3988978Z [7019/7385] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_graph_opt.cpp.obj 2024-10-08T20:05:04.6034112Z [7020/7385] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_ops.cpp.obj 2024-10-08T20:05:04.7281253Z [7021/7385] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_registerizer.cpp.obj 2024-10-08T20:05:04.8059065Z [7022/7385] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_memdependency.cpp.obj 2024-10-08T20:05:04.8744885Z [7023/7385] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_reductions.cpp.obj 2024-10-08T20:05:04.9225632Z [7024/7385] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_memplanning.cpp.obj 2024-10-08T20:05:05.7726929Z [7025/7385] Building CXX object test_cpp_c10d\CMakeFiles\BackoffTest.dir\BackoffTest.cpp.obj 2024-10-08T20:05:06.5433960Z [7026/7385] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_type_specializations.cpp.obj 2024-10-08T20:05:06.5563423Z [7027/7385] Building CXX object test_cpp_c10d\CMakeFiles\FileStoreTest.dir\FileStoreTest.cpp.obj 2024-10-08T20:05:06.8371092Z [7028/7385] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_quantization.cpp.obj 2024-10-08T20:05:06.9750940Z [7029/7385] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_simplify.cpp.obj 2024-10-08T20:05:07.1894663Z [7030/7385] Building CXX object test_api\CMakeFiles\test_api.dir\__\common\main.cpp.obj 2024-10-08T20:05:07.2416646Z [7031/7385] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_type.cpp.obj 2024-10-08T20:05:07.3560500Z [7032/7385] Building CXX object test_tensorexpr\CMakeFiles\test_tensorexpr.dir\test_te_fuser_pass.cpp.obj 2024-10-08T20:05:07.3733511Z [7033/7385] Building CXX object test_cpp_c10d\CMakeFiles\TCPStoreTest.dir\TCPStoreTest.cpp.obj 2024-10-08T20:05:07.5751774Z [7034/7385] Building CXX object test_tensorexpr\CMakeFiles\tutorial_tensorexpr.dir\tutorial.cpp.obj 2024-10-08T20:05:09.4476867Z [7035/7385] Building CXX object test_cpp_c10d\CMakeFiles\ProcessGroupGlooTest.dir\ProcessGroupGlooTest.cpp.obj 2024-10-08T20:05:09.7577594Z [7036/7385] Building CXX object test_api\CMakeFiles\test_api.dir\autograd.cpp.obj 2024-10-08T20:05:10.0461423Z [7037/7385] Building CXX object test_api\CMakeFiles\test_api.dir\dataloader.cpp.obj 2024-10-08T20:05:10.0837336Z [7038/7385] Building CXX object test_api\CMakeFiles\test_api.dir\expanding-array.cpp.obj 2024-10-08T20:05:10.1259978Z [7039/7385] Building CXX object test_api\CMakeFiles\test_api.dir\enum.cpp.obj 2024-10-08T20:05:10.1866494Z [7040/7385] Building CXX object test_api\CMakeFiles\test_api.dir\any.cpp.obj 2024-10-08T20:05:10.2273203Z [7041/7385] Building CXX object test_api\CMakeFiles\test_api.dir\fft.cpp.obj 2024-10-08T20:05:10.3424652Z [7042/7385] Building CXX object test_api\CMakeFiles\test_api.dir\memory.cpp.obj 2024-10-08T20:05:12.2178642Z [7043/7385] Building CXX object test_api\CMakeFiles\test_api.dir\ivalue.cpp.obj 2024-10-08T20:05:12.5083726Z [7044/7385] Building CXX object test_api\CMakeFiles\test_api.dir\jit.cpp.obj 2024-10-08T20:05:12.8542360Z [7045/7385] Building CXX object test_api\CMakeFiles\test_api.dir\integration.cpp.obj 2024-10-08T20:05:12.9743564Z [7046/7385] Building CXX object test_api\CMakeFiles\test_api.dir\misc.cpp.obj 2024-10-08T20:05:13.0490053Z [7047/7385] Building CXX object test_api\CMakeFiles\test_api.dir\init.cpp.obj 2024-10-08T20:05:13.0618547Z [7048/7385] Building CXX object test_api\CMakeFiles\test_api.dir\functional.cpp.obj 2024-10-08T20:05:13.1557925Z [7049/7385] Building CXX object test_api\CMakeFiles\test_api.dir\moduledict.cpp.obj 2024-10-08T20:05:15.2509400Z [7050/7385] Building CXX object test_api\CMakeFiles\test_api.dir\modules.cpp.obj 2024-10-08T20:05:15.3423049Z [7051/7385] Building CXX object test_api\CMakeFiles\test_api.dir\module.cpp.obj 2024-10-08T20:05:15.6492741Z [7052/7385] Building CXX object test_api\CMakeFiles\test_api.dir\modulelist.cpp.obj 2024-10-08T20:05:15.7966677Z [7053/7385] Building CXX object test_api\CMakeFiles\test_api.dir\meta_tensor.cpp.obj 2024-10-08T20:05:15.8382337Z [7054/7385] Building CXX object test_api\CMakeFiles\test_api.dir\parameterlist.cpp.obj 2024-10-08T20:05:15.8930257Z [7055/7385] Building CXX object test_api\CMakeFiles\test_api.dir\optim.cpp.obj 2024-10-08T20:05:15.9679988Z [7056/7385] Building CXX object test_api\CMakeFiles\test_api.dir\namespace.cpp.obj 2024-10-08T20:05:18.0211976Z [7057/7385] Building CXX object test_api\CMakeFiles\test_api.dir\nested.cpp.obj 2024-10-08T20:05:18.2445361Z [7058/7385] Building CXX object test_api\CMakeFiles\test_api.dir\parameterdict.cpp.obj 2024-10-08T20:05:18.4730961Z [7059/7385] Building CXX object test_api\CMakeFiles\test_api.dir\nn_utils.cpp.obj 2024-10-08T20:05:18.6074168Z [7060/7385] Building CXX object test_api\CMakeFiles\test_api.dir\sequential.cpp.obj 2024-10-08T20:05:18.6800498Z [7061/7385] Building CXX object test_api\CMakeFiles\test_api.dir\ordered_dict.cpp.obj 2024-10-08T20:05:18.7172914Z [7062/7385] Building CXX object test_api\CMakeFiles\test_api.dir\transformer.cpp.obj 2024-10-08T20:05:18.8212580Z [7063/7385] Building CXX object test_api\CMakeFiles\test_api.dir\serialize.cpp.obj 2024-10-08T20:05:20.6476910Z [7064/7385] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_cuda.cpp.obj 2024-10-08T20:05:20.7151514Z [7065/7385] Building CXX object test_api\CMakeFiles\test_api.dir\rnn.cpp.obj 2024-10-08T20:05:21.1227135Z [7066/7385] Building CXX object test_api\CMakeFiles\test_api.dir\support.cpp.obj 2024-10-08T20:05:21.3151773Z [7067/7385] Building CXX object test_api\CMakeFiles\test_api.dir\special.cpp.obj 2024-10-08T20:05:21.4235703Z [7068/7385] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_indexing.cpp.obj 2024-10-08T20:05:21.4653723Z [7069/7385] Building CXX object test_api\CMakeFiles\test_api.dir\static.cpp.obj 2024-10-08T20:05:21.5912750Z [7070/7385] Building CXX object test_api\CMakeFiles\test_api.dir\tensor.cpp.obj 2024-10-08T20:05:23.3977276Z [7071/7385] Building CXX object test_api\CMakeFiles\test_api.dir\torch_include.cpp.obj 2024-10-08T20:05:23.4564512Z [7072/7385] Building CXX object test_api\CMakeFiles\test_api.dir\grad_mode.cpp.obj 2024-10-08T20:05:23.7556041Z [7073/7385] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_options.cpp.obj 2024-10-08T20:05:23.7628431Z [7074/7385] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\__\common\main.cpp.obj 2024-10-08T20:05:23.9847246Z [7075/7385] Building CXX object test_api\CMakeFiles\test_api.dir\inference_mode.cpp.obj 2024-10-08T20:05:24.0720925Z [7076/7385] Building CXX object test_api\CMakeFiles\test_api.dir\tensor_options_cuda.cpp.obj 2024-10-08T20:05:24.1644011Z [7077/7385] Building CXX object test_api\CMakeFiles\test_api.dir\nested_int.cpp.obj 2024-10-08T20:05:24.3086700Z [7078/7385] Building CXX object test_api\CMakeFiles\parallel_benchmark.dir\parallel_benchmark.cpp.obj 2024-10-08T20:05:24.4770873Z [7079/7385] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_misc.cpp.obj 2024-10-08T20:05:24.6640860Z [7080/7385] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_permutation_util.cpp.obj 2024-10-08T20:05:24.9946591Z [7081/7385] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_ir.cpp.obj 2024-10-08T20:05:25.0294566Z [7082/7385] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_cache.cpp.obj 2024-10-08T20:05:25.1627703Z [7083/7385] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_ir_util.cpp.obj 2024-10-08T20:05:25.3849105Z [7084/7385] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_trie_cache.cpp.obj 2024-10-08T20:05:25.6202752Z [7085/7385] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_util.cpp.obj 2024-10-08T20:05:26.0098789Z [7086/7385] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_shape.cpp.obj 2024-10-08T20:05:26.1605170Z [7087/7385] Building CXX object test_api\CMakeFiles\test_api.dir\operations.cpp.obj 2024-10-08T20:05:26.2536630Z [7088/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_mobile_type_parser.cpp.obj 2024-10-08T20:05:26.5149046Z [7089/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_qualified_name.cpp.obj 2024-10-08T20:05:26.7092585Z [7090/7385] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_backend_device.cpp.obj 2024-10-08T20:05:27.3432069Z [7091/7385] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_lazy_ops_util.cpp.obj 2024-10-08T20:05:27.3788932Z [7092/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_peephole_optimize.cpp.obj 2024-10-08T20:05:27.5112444Z [7093/7385] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\__\out\RegisterCPUCustomOps.cpp.obj 2024-10-08T20:05:27.7982818Z [7094/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_schema_info.cpp.obj 2024-10-08T20:05:27.9231269Z [7095/7385] Building CXX object test_lazy\CMakeFiles\test_lazy.dir\test_lazy_ops.cpp.obj 2024-10-08T20:05:27.9588288Z [7096/7385] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\custom_ops.cpp.obj 2024-10-08T20:05:28.1136751Z [7097/7385] Building CXX object test_edge_op_registration\CMakeFiles\test_edge_op_registration.dir\test_main.cpp.obj 2024-10-08T20:05:28.5240355Z [7098/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_save_load.cpp.obj 2024-10-08T20:05:28.9349249Z [7099/7385] Building CXX object test_jit\CMakeFiles\backend_with_compiler.dir\test_backend_compiler_lib.cpp.obj 2024-10-08T20:05:29.3256045Z [7100/7385] Building CXX object test_jit\CMakeFiles\backend_with_compiler.dir\test_backend_compiler_preprocess.cpp.obj 2024-10-08T20:05:29.5081701Z [7101/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_module_api.cpp.obj 2024-10-08T20:05:29.6282981Z [7102/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\__\common\main.cpp.obj 2024-10-08T20:05:29.7706681Z [7103/7385] Building CXX object test_jit\CMakeFiles\jitbackend_test.dir\test_backend_lib.cpp.obj 2024-10-08T20:05:29.8005654Z [7104/7385] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\__\out\RegisterCodegenUnboxedKernelsEverything.cpp.obj 2024-10-08T20:05:30.0073123Z [7105/7385] Building CXX object test_edge_op_registration\CMakeFiles\unbox_lib.dir\operator_registry.cpp.obj 2024-10-08T20:05:30.3740327Z [7106/7385] Building CXX object test_jit\CMakeFiles\torchbind_test.dir\test_custom_class_registrations.cpp.obj 2024-10-08T20:05:30.5207574Z [7107/7385] Building CXX object test_edge_op_registration\CMakeFiles\test_edge_op_registration.dir\test_operator_registration.cpp.obj 2024-10-08T20:05:30.5352490Z [7108/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_add_if_then_else.cpp.obj 2024-10-08T20:05:30.5749149Z [7109/7385] Building CXX object test_jit\CMakeFiles\backend_with_compiler.dir\__\__\__\torch\csrc\jit\mobile\profiler_edge.cpp.obj 2024-10-08T20:05:30.6445156Z [7110/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_op_replacement.cpp.obj 2024-10-08T20:05:31.2262843Z [7111/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_upgrader_utils.cpp.obj 2024-10-08T20:05:31.4752170Z [7112/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_alias_analysis.cpp.obj 2024-10-08T20:05:31.6066798Z [7113/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_load_upgraders.cpp.obj 2024-10-08T20:05:32.3079365Z [7114/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_class_parser.cpp.obj 2024-10-08T20:05:32.7226767Z [7115/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_argument_spec.cpp.obj 2024-10-08T20:05:33.2004470Z [7116/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_code_template.cpp.obj 2024-10-08T20:05:33.4036161Z [7117/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_autodiff.cpp.obj 2024-10-08T20:05:33.4697553Z [7118/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_backend.cpp.obj 2024-10-08T20:05:33.6035369Z [7119/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_class_import.cpp.obj 2024-10-08T20:05:33.6752843Z [7120/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_concat_opt.cpp.obj 2024-10-08T20:05:33.6844284Z [7121/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_cleanup_passes.cpp.obj 2024-10-08T20:05:34.0109011Z [7122/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_class_type.cpp.obj 2024-10-08T20:05:34.0705586Z [7123/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_create_autodiff_subgraphs.cpp.obj 2024-10-08T20:05:34.5653500Z [7124/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_constant_pooling.cpp.obj 2024-10-08T20:05:34.9526030Z [7125/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_inliner.cpp.obj 2024-10-08T20:05:35.5614438Z [7126/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_dce.cpp.obj 2024-10-08T20:05:36.0735087Z [7127/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_custom_class.cpp.obj 2024-10-08T20:05:36.3362320Z [7128/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_custom_class_registrations.cpp.obj 2024-10-08T20:05:36.3689301Z [7129/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_custom_operators.cpp.obj 2024-10-08T20:05:36.5056189Z [7130/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_graph_iterator.cpp.obj 2024-10-08T20:05:36.8365320Z [7131/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_graph_executor.cpp.obj 2024-10-08T20:05:36.9901354Z [7132/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_ir.cpp.obj 2024-10-08T20:05:37.2101306Z [7133/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_jit_type.cpp.obj 2024-10-08T20:05:37.2273804Z [7134/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_irparser.cpp.obj 2024-10-08T20:05:37.9106789Z [7135/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_cs_debug_info_serialization.cpp.obj 2024-10-08T20:05:38.5243805Z [7136/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_fuser.cpp.obj 2024-10-08T20:05:39.5461761Z [7137/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_memory_dag.cpp.obj 2024-10-08T20:05:39.6200450Z [7138/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_interpreter.cpp.obj 2024-10-08T20:05:39.7562647Z [7139/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_interface.cpp.obj 2024-10-08T20:05:39.8124249Z [7140/7385] Building CXX object caffe2\torch\lib\libshm_windows\CMakeFiles\shm.dir\core.cpp.obj 2024-10-08T20:05:39.8771524Z [7141/7385] Building C object functorch\CMakeFiles\functorch.dir\csrc\dim\dim_opcode.c.obj 2024-10-08T20:05:39.8773989Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/utils/python_compat.h(39): warning C4273: '_PyWeakref_ClearRef': inconsistent dll linkage 2024-10-08T20:05:39.8776520Z C:\Jenkins\Miniconda3\include\weakrefobject.h(67): note: see previous definition of '_PyWeakref_ClearRef' 2024-10-08T20:05:39.9310107Z [7142/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lite_interpreter.cpp.obj 2024-10-08T20:05:40.0861484Z [7143/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_misc.cpp.obj 2024-10-08T20:05:40.1259673Z [7144/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lite_interpreter_direct.cpp.obj 2024-10-08T20:05:40.7233123Z [7145/7385] Building CXX object test_jit\CMakeFiles\test_jit.dir\test_lite_trainer.cpp.obj 2024-10-08T20:05:41.4099813Z [7146/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_variable_methods.cpp.obj 2024-10-08T20:05:42.6759508Z [7147/7385] Building CXX object functorch\CMakeFiles\functorch.dir\csrc\dim\dim.cpp.obj 2024-10-08T20:05:42.9349566Z [7148/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_0.cpp.obj 2024-10-08T20:05:42.9865626Z [7149/7385] Building CXX object functorch\CMakeFiles\functorch.dir\csrc\init_dim_only.cpp.obj 2024-10-08T20:05:43.0708688Z [7150/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_3.cpp.obj 2024-10-08T20:05:43.1780330Z [7151/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_4.cpp.obj 2024-10-08T20:05:43.8231243Z [7152/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_2.cpp.obj 2024-10-08T20:05:43.9113171Z [7153/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_linalg_functions.cpp.obj 2024-10-08T20:05:43.9438764Z [7154/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_2.cpp.obj 2024-10-08T20:05:44.1360716Z [7155/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_nn_functions.cpp.obj 2024-10-08T20:05:44.2009385Z [7156/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\DataLoader.cpp.obj 2024-10-08T20:05:44.2621423Z [7157/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_1.cpp.obj 2024-10-08T20:05:44.4614173Z [7158/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_functions_1.cpp.obj 2024-10-08T20:05:44.5463487Z [7159/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_torch_functions_0.cpp.obj 2024-10-08T20:05:44.8069243Z [7160/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_fft_functions.cpp.obj 2024-10-08T20:05:44.8642443Z [7161/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_sparse_functions.cpp.obj 2024-10-08T20:05:45.0168947Z [7162/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_return_types.cpp.obj 2024-10-08T20:05:45.2171560Z [7163/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_nested_functions.cpp.obj 2024-10-08T20:05:45.4143764Z [7164/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_enum_tag.cpp.obj 2024-10-08T20:05:45.4877959Z [7165/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\generated\python_special_functions.cpp.obj 2024-10-08T20:05:45.5041302Z [7166/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Layout.cpp.obj 2024-10-08T20:05:45.9980351Z [7167/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Dtype.cpp.obj 2024-10-08T20:05:46.1902695Z [7168/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Device.cpp.obj 2024-10-08T20:05:46.3640091Z [7169/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\MemoryFormat.cpp.obj 2024-10-08T20:05:46.3726054Z [7170/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\python_dimname.cpp.obj 2024-10-08T20:05:47.2461377Z [7171/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\QScheme.cpp.obj 2024-10-08T20:05:47.4022575Z [7172/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Size.cpp.obj 2024-10-08T20:05:47.9566104Z [7173/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\DynamicTypes.cpp.obj 2024-10-08T20:05:48.0015346Z [7174/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Exceptions.cpp.obj 2024-10-08T20:05:48.5186339Z [7175/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Generator.cpp.obj 2024-10-08T20:05:49.2284297Z [7176/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Module.cpp.obj 2024-10-08T20:05:49.2286821Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\Module.cpp(590): warning C4003: not enough arguments for function-like macro invocation 'END_HANDLE_TH_ERRORS_RET' 2024-10-08T20:05:49.2290183Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\Module.cpp(1803): warning C4003: not enough arguments for function-like macro invocation 'CATCH_TH_ERRORS' 2024-10-08T20:05:49.2293501Z C:\actions-runner\_work\pytorch\pytorch\torch\csrc\Module.cpp(1803): warning C4003: not enough arguments for function-like macro invocation 'CATCH_CORE_ERRORS' 2024-10-08T20:05:49.5544730Z [7177/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\PyInterpreter.cpp.obj 2024-10-08T20:05:50.2971703Z [7178/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\profiler_python.cpp.obj 2024-10-08T20:05:50.5167454Z [7179/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_anomaly_mode.cpp.obj 2024-10-08T20:05:50.5514204Z [7180/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Stream.cpp.obj 2024-10-08T20:05:50.6268739Z [7181/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\StorageMethods.cpp.obj 2024-10-08T20:05:51.2396158Z [7182/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Event.cpp.obj 2024-10-08T20:05:51.2803446Z [7183/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\StorageSharing.cpp.obj 2024-10-08T20:05:51.7701036Z [7184/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\Storage.cpp.obj 2024-10-08T20:05:53.4623948Z [7185/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\functions\init.cpp.obj 2024-10-08T20:05:53.4874998Z [7186/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\TypeInfo.cpp.obj 2024-10-08T20:05:53.7473891Z [7187/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\api\src\python\init.cpp.obj 2024-10-08T20:05:53.8192609Z [7188/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\init.cpp.obj 2024-10-08T20:05:54.4643143Z [7189/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_cpp_function.cpp.obj 2024-10-08T20:05:54.5034305Z [7190/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_function.cpp.obj 2024-10-08T20:05:54.5765308Z [7191/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_engine.cpp.obj 2024-10-08T20:05:54.7641854Z [7192/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_saved_variable_hooks.cpp.obj 2024-10-08T20:05:55.4529985Z [7193/7385] Building C object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\eval_frame.c.obj 2024-10-08T20:05:55.4531391Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/utils/python_compat.h(39): warning C4273: '_PyWeakref_ClearRef': inconsistent dll linkage 2024-10-08T20:05:55.4532765Z C:\Jenkins\Miniconda3\include\weakrefobject.h(67): note: see previous definition of '_PyWeakref_ClearRef' 2024-10-08T20:05:56.0724791Z [7194/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_variable_indexing.cpp.obj 2024-10-08T20:05:56.6531604Z [7195/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_hook.cpp.obj 2024-10-08T20:05:56.9160415Z [7196/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_torch_functions_manual.cpp.obj 2024-10-08T20:05:56.9889818Z [7197/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\extra_state.cpp.obj 2024-10-08T20:05:57.4054214Z [7198/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_legacy_variable.cpp.obj 2024-10-08T20:05:57.4831129Z [7199/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\cpp_shim.cpp.obj 2024-10-08T20:05:57.7302213Z [7200/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\cache_entry.cpp.obj 2024-10-08T20:05:57.7548086Z [7201/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_variable.cpp.obj 2024-10-08T20:05:57.7944618Z [7202/7385] Building C object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\cpython_defs.c.obj 2024-10-08T20:05:57.7947511Z C:\actions-runner\_work\pytorch\pytorch\torch/csrc/utils/python_compat.h(39): warning C4273: '_PyWeakref_ClearRef': inconsistent dll linkage 2024-10-08T20:05:57.7950072Z C:\Jenkins\Miniconda3\include\weakrefobject.h(67): note: see previous definition of '_PyWeakref_ClearRef' 2024-10-08T20:05:57.9996672Z [7203/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\framelocals_mapping.cpp.obj 2024-10-08T20:05:58.0389820Z [7204/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\autograd\python_nested_functions_manual.cpp.obj 2024-10-08T20:05:58.1785503Z [7205/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\utils.cpp.obj 2024-10-08T20:05:58.2936266Z [7206/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\fx\node.cpp.obj 2024-10-08T20:05:58.3804714Z [7207/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\init.cpp.obj 2024-10-08T20:05:58.5672564Z [7208/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\python_compiled_autograd.cpp.obj 2024-10-08T20:05:59.0415130Z [7209/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_package\pybind.cpp.obj 2024-10-08T20:05:59.5156904Z [7210/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_runner\pybind.cpp.obj 2024-10-08T20:06:00.4205782Z [7211/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\resize_storage_bytes.cpp.obj 2024-10-08T20:06:01.0153628Z [7212/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\functorch\init.cpp.obj 2024-10-08T20:06:01.0860751Z [7213/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\mtia\Module.cpp.obj 2024-10-08T20:06:01.1624201Z [7214/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\dynamo\guards.cpp.obj 2024-10-08T20:06:01.2857251Z [7215/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\mps\Module.cpp.obj 2024-10-08T20:06:01.3663043Z [7216/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_eager\kernel_holder.cpp.obj 2024-10-08T20:06:01.8899158Z [7217/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\deduplicate_initializers.cpp.obj 2024-10-08T20:06:02.1540120Z [7218/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\inductor\aoti_eager\kernel_meta_info.cpp.obj 2024-10-08T20:06:02.2855663Z [7219/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\cast_all_constant_to_floating.cpp.obj 2024-10-08T20:06:03.0068007Z [7220/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\constant_map.cpp.obj 2024-10-08T20:06:03.9341336Z [7221/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\eliminate_unused_items.cpp.obj 2024-10-08T20:06:03.9696884Z [7222/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\init.cpp.obj 2024-10-08T20:06:04.1441462Z [7223/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\constant_fold.cpp.obj 2024-10-08T20:06:04.2953794Z [7224/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\eval_peephole.cpp.obj 2024-10-08T20:06:04.4554592Z [7225/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\backends\backend_init.cpp.obj 2024-10-08T20:06:04.5583622Z [7226/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx.cpp.obj 2024-10-08T20:06:04.9404021Z [7227/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\list_model_parameters.cpp.obj 2024-10-08T20:06:05.0307370Z [7228/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\prepare_division_for_onnx.cpp.obj 2024-10-08T20:06:05.1533563Z [7229/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\preprocess_for_onnx.cpp.obj 2024-10-08T20:06:05.1726231Z [7230/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\helper.cpp.obj 2024-10-08T20:06:05.2786370Z [7231/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\function_substitution.cpp.obj 2024-10-08T20:06:05.4018348Z [7232/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\peephole.cpp.obj 2024-10-08T20:06:05.5668630Z [7233/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\fixup_onnx_controlflow.cpp.obj 2024-10-08T20:06:05.6226212Z [7234/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\onnx_log.cpp.obj 2024-10-08T20:06:06.0453251Z [7235/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\function_extraction.cpp.obj 2024-10-08T20:06:06.1094439Z [7236/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\scalar_type_analysis.cpp.obj 2024-10-08T20:06:06.1998720Z [7237/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\remove_inplace_ops_for_onnx.cpp.obj 2024-10-08T20:06:06.6283962Z [7238/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\naming.cpp.obj 2024-10-08T20:06:06.9450190Z [7239/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\autograd_function_process.cpp.obj 2024-10-08T20:06:06.9804691Z [7240/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\unpack_quantized_weights.cpp.obj 2024-10-08T20:06:07.1955359Z [7241/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\common.cpp.obj 2024-10-08T20:06:07.2071038Z [7242/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\pattern_conversion.cpp.obj 2024-10-08T20:06:07.5936073Z [7243/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\pattern_conversion\pattern_encapsulation.cpp.obj 2024-10-08T20:06:08.4316908Z [7244/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\passes\onnx\shape_type_inference.cpp.obj 2024-10-08T20:06:08.9284304Z [7245/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\pybind_utils.cpp.obj 2024-10-08T20:06:10.2384593Z [7246/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_arg_flatten.cpp.obj 2024-10-08T20:06:10.2618466Z [7247/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_custom_class.cpp.obj 2024-10-08T20:06:10.3275733Z [7248/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_dict.cpp.obj 2024-10-08T20:06:10.4140128Z [7249/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_interpreter.cpp.obj 2024-10-08T20:06:10.7688033Z [7250/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_tracer.cpp.obj 2024-10-08T20:06:11.2957022Z [7251/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_tree_views.cpp.obj 2024-10-08T20:06:11.6310393Z [7252/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\frontend\tree_views.cpp.obj 2024-10-08T20:06:12.0169843Z [7253/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_ir.cpp.obj 2024-10-08T20:06:12.5945495Z [7254/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\script_init.cpp.obj 2024-10-08T20:06:13.1495808Z [7255/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\frontend\concrete_module_type.cpp.obj 2024-10-08T20:06:13.1498170Z 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 2024-10-08T20:06:13.1502170Z 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 2024-10-08T20:06:13.1505817Z with 2024-10-08T20:06:13.1506220Z [ 2024-10-08T20:06:13.1506716Z _Ty1=const pybind11::object &, 2024-10-08T20:06:13.1507489Z _Ty2=const pybind11::object & 2024-10-08T20:06:13.1508163Z ] 2024-10-08T20:06:13.1511173Z 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 2024-10-08T20:06:13.1514018Z with 2024-10-08T20:06:13.1514343Z [ 2024-10-08T20:06:13.1514748Z _InIt1=const pybind11::object *, 2024-10-08T20:06:13.1515517Z _InIt2=const pybind11::object *, 2024-10-08T20:06:13.1516311Z _Pr=std::equal_to 2024-10-08T20:06:13.1516941Z ] 2024-10-08T20:06:13.1519969Z 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 2024-10-08T20:06:13.1522785Z with 2024-10-08T20:06:13.1523163Z [ 2024-10-08T20:06:13.1523674Z _InIt1=const pybind11::object *, 2024-10-08T20:06:13.1524450Z _InIt2=const pybind11::object * 2024-10-08T20:06:13.1525144Z ] 2024-10-08T20:06:13.1529169Z 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 2024-10-08T20:06:13.2483680Z [7256/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_sugared_value.cpp.obj 2024-10-08T20:06:13.3970898Z [7257/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\python\python_list.cpp.obj 2024-10-08T20:06:13.4472462Z [7258/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\profiler\python\combined_traceback.cpp.obj 2024-10-08T20:06:13.6442046Z [7259/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\runtime\static\init.cpp.obj 2024-10-08T20:06:14.0793466Z [7260/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\multiprocessing\init.cpp.obj 2024-10-08T20:06:14.5768493Z [7261/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\monitor\python_init.cpp.obj 2024-10-08T20:06:14.8402784Z [7262/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\jit\tensorexpr\tensorexpr_init.cpp.obj 2024-10-08T20:06:15.1013347Z [7263/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\invalid_arguments.cpp.obj 2024-10-08T20:06:15.2335534Z [7264/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\profiler\python\init.cpp.obj 2024-10-08T20:06:16.1067683Z [7265/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\device_lazy_init.cpp.obj 2024-10-08T20:06:16.2637533Z [7266/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\serialization.cpp.obj 2024-10-08T20:06:16.5328498Z [7267/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\object_ptr.cpp.obj 2024-10-08T20:06:16.7843981Z [7268/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\throughput_benchmark.cpp.obj 2024-10-08T20:06:17.0171320Z [7269/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\onnx\init.cpp.obj 2024-10-08T20:06:17.7169670Z [7270/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils.cpp.obj 2024-10-08T20:06:17.7354994Z [7271/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\python_symnode.cpp.obj 2024-10-08T20:06:18.1017325Z [7272/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\tensor\python_tensor.cpp.obj 2024-10-08T20:06:18.2954994Z [7273/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\init.cpp.obj 2024-10-08T20:06:18.5282515Z [7274/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_dtypes.cpp.obj 2024-10-08T20:06:18.6185389Z [7275/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\structseq.cpp.obj 2024-10-08T20:06:18.8715978Z [7276/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\pyobject_preservation.cpp.obj 2024-10-08T20:06:18.9165307Z [7277/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_layouts.cpp.obj 2024-10-08T20:06:19.2262351Z [7278/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\python_dispatch.cpp.obj 2024-10-08T20:06:19.4535627Z [7279/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\pybind.cpp.obj 2024-10-08T20:06:19.7919987Z [7280/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_qschemes.cpp.obj 2024-10-08T20:06:19.8266829Z [7281/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\nested.cpp.obj 2024-10-08T20:06:19.8468759Z [7282/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_types.cpp.obj 2024-10-08T20:06:20.1634582Z [7283/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\python_arg_parser.cpp.obj 2024-10-08T20:06:20.4778805Z [7284/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_memoryformats.cpp.obj 2024-10-08T20:06:20.7045572Z [7285/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\instruction_counter\Module.cpp.obj 2024-10-08T20:06:21.0762360Z [7286/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\disable_torch_function.cpp.obj 2024-10-08T20:06:21.2955359Z [7287/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\cpu\Module.cpp.obj 2024-10-08T20:06:21.3376078Z [7288/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_apply.cpp.obj 2024-10-08T20:06:21.5530394Z [7289/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\verbose.cpp.obj 2024-10-08T20:06:22.2692759Z [7290/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_list.cpp.obj 2024-10-08T20:06:22.4432227Z [7291/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\itt.cpp.obj 2024-10-08T20:06:22.8870198Z [7292/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_new.cpp.obj 2024-10-08T20:06:23.0260411Z [7293/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\utils\tensor_numpy.cpp.obj 2024-10-08T20:06:23.4735027Z [7294/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\lazy\python\python_util.cpp.obj 2024-10-08T20:06:24.2458313Z [7295/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\__\test\cpp\jit\torch_python_test.cpp.obj 2024-10-08T20:06:24.3639329Z [7296/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\lazy\python\init.cpp.obj 2024-10-08T20:06:24.6000544Z [7297/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\distributed\c10d\python_comm_hook.cpp.obj 2024-10-08T20:06:25.4096236Z [7298/7385] Building CXX object caffe2\torch\CMakeFiles\nnapi_backend.dir\csrc\jit\backends\nnapi\nnapi_backend_lib.cpp.obj 2024-10-08T20:06:25.6580382Z [7299/7385] Building CXX object caffe2\torch\CMakeFiles\nnapi_backend.dir\csrc\jit\backends\nnapi\nnapi_backend_preprocess.cpp.obj 2024-10-08T20:06:26.1962784Z [7300/7385] Building CXX object caffe2\torch\CMakeFiles\torch_python.dir\csrc\distributed\c10d\init.cpp.obj 2024-10-08T20:12:33.3078314Z [7301/7385] Linking CXX shared library bin\torch_cpu.dll 2024-10-08T20:12:33.5311377Z [7302/7385] Linking CXX shared library bin\torch.dll 2024-10-08T20:12:34.2595754Z [7303/7385] Linking CXX static library lib\unbox_lib.lib 2024-10-08T20:12:34.4848376Z [7304/7385] Linking CXX executable bin\thread_init_test.exe 2024-10-08T20:12:34.7393346Z [7305/7385] Linking CXX executable bin\BackoffTest.exe 2024-10-08T20:12:34.7503287Z [7306/7385] Linking CXX executable bin\FileStoreTest.exe 2024-10-08T20:12:34.7594327Z [7307/7385] Linking CXX executable bin\test_parallel.exe 2024-10-08T20:12:34.7665609Z [7308/7385] Linking CXX executable bin\ProcessGroupGlooTest.exe 2024-10-08T20:12:34.7842438Z [7309/7385] Linking CXX executable bin\TCPStoreTest.exe 2024-10-08T20:12:34.7979804Z [7310/7385] Linking CXX executable bin\tensor_iterator_test.exe 2024-10-08T20:12:34.7991005Z [7311/7385] Linking CXX executable bin\type_ptr_test.exe 2024-10-08T20:12:35.0968830Z [7312/7385] Linking CXX executable bin\operator_name_test.exe 2024-10-08T20:12:35.1308689Z [7313/7385] Linking CXX executable bin\type_test.exe 2024-10-08T20:12:35.1373610Z [7314/7385] Linking CXX executable bin\verify_api_visibility.exe 2024-10-08T20:12:35.4944644Z [7315/7385] Linking CXX executable bin\undefined_tensor_test.exe 2024-10-08T20:12:35.4974508Z [7316/7385] Linking CXX executable bin\legacy_vmap_test.exe 2024-10-08T20:12:35.4985369Z [7317/7385] Linking CXX executable bin\operators_test.exe 2024-10-08T20:12:35.4994820Z [7318/7385] Linking CXX executable bin\packedtensoraccessor_test.exe 2024-10-08T20:12:35.5182881Z [7319/7385] Linking CXX executable bin\pow_test.exe 2024-10-08T20:12:35.7338972Z [7320/7385] Linking CXX executable bin\reduce_ops_test.exe 2024-10-08T20:12:35.7401920Z [7321/7385] Linking CXX executable bin\quantized_test.exe 2024-10-08T20:12:35.7525224Z [7322/7385] Linking CXX executable bin\reportMemoryUsage_test.exe 2024-10-08T20:12:36.0424336Z [7323/7385] Linking CXX executable bin\StorageUtils_test.exe 2024-10-08T20:12:36.0910727Z [7324/7385] Linking CXX executable bin\stride_properties_test.exe 2024-10-08T20:12:36.0955816Z [7325/7385] Linking CXX executable bin\scalar_test.exe 2024-10-08T20:12:36.1765000Z [7326/7385] Linking CXX executable bin\scalar_tensor_test.exe 2024-10-08T20:12:36.3176914Z [7327/7385] Linking CXX executable bin\Dimname_test.exe 2024-10-08T20:12:36.7757403Z [7328/7385] Linking CXX executable bin\Dict_test.exe 2024-10-08T20:12:36.7939421Z [7329/7385] Linking CXX executable bin\apply_utils_test.exe 2024-10-08T20:12:36.7991276Z [7330/7385] Linking CXX executable bin\NamedTensor_test.exe 2024-10-08T20:12:36.8880238Z [7331/7385] Linking CXX executable bin\atest.exe 2024-10-08T20:12:36.8890069Z [7332/7385] Linking CXX executable bin\MaybeOwned_test.exe 2024-10-08T20:12:37.2638351Z [7333/7385] Linking CXX executable bin\broadcast_test.exe 2024-10-08T20:12:37.2924123Z [7334/7385] Linking CXX executable bin\cpu_allocator_test.exe 2024-10-08T20:12:37.3238791Z [7335/7385] Linking CXX executable bin\cpu_profiling_allocator_test.exe 2024-10-08T20:12:37.3284801Z [7336/7385] Linking CXX executable bin\basic.exe 2024-10-08T20:12:37.4881493Z [7337/7385] Linking CXX executable bin\cpu_generator_test.exe 2024-10-08T20:12:37.7015153Z [7338/7385] Linking CXX executable bin\dispatch_key_set_test.exe 2024-10-08T20:12:37.8883993Z [7339/7385] Linking CXX executable bin\extension_backend_test.exe 2024-10-08T20:12:37.9024638Z [7340/7385] Linking CXX executable bin\dlconvertor_test.exe 2024-10-08T20:12:37.9721230Z [7341/7385] Linking CXX executable bin\half_test.exe 2024-10-08T20:12:38.2086933Z [7342/7385] Linking CXX executable bin\math_kernel_test.exe 2024-10-08T20:12:38.3813229Z [7343/7385] Linking CXX executable bin\memory_format_test.exe 2024-10-08T20:12:38.4229169Z [7344/7385] Linking CXX executable bin\lazy_tensor_test.exe 2024-10-08T20:12:38.4410199Z [7345/7385] Linking CXX executable bin\cpu_rng_test.exe 2024-10-08T20:12:38.5994869Z [7346/7385] Linking CXX executable bin\ivalue_test.exe 2024-10-08T20:12:38.6988025Z [7347/7385] Linking CXX executable bin\mobile_memory_cleanup.exe 2024-10-08T20:12:38.8201024Z [7348/7385] Linking CXX executable bin\memory_overlapping_test.exe 2024-10-08T20:12:38.8682262Z [7349/7385] Linking CXX executable bin\weakref_test.exe 2024-10-08T20:12:39.0444538Z [7350/7385] Linking CXX executable bin\native_test.exe 2024-10-08T20:12:39.1340965Z [7351/7385] Linking CXX executable bin\wrapdim_test.exe 2024-10-08T20:12:39.3135233Z [7352/7385] Linking CXX executable bin\xla_tensor_test.exe 2024-10-08T20:12:39.3450199Z [7353/7385] Linking CXX executable bin\IListRef_test.exe 2024-10-08T20:12:39.4742729Z [7354/7385] Linking CXX executable bin\KernelFunction_test.exe 2024-10-08T20:12:39.8768399Z [7355/7385] Linking CXX executable bin\List_test.exe 2024-10-08T20:12:40.0127301Z [7356/7385] Linking CXX executable bin\kernel_stackbased_test.exe 2024-10-08T20:12:40.1525311Z [7357/7385] Linking CXX executable bin\vec_test_all_types_DEFAULT.exe 2024-10-08T20:12:40.3438963Z [7358/7385] Linking CXX executable bin\vec_test_all_types_AVX2.exe 2024-10-08T20:12:40.4183209Z [7359/7385] Linking CXX executable bin\CppSignature_test.exe 2024-10-08T20:12:40.5967372Z [7360/7385] Linking CXX executable bin\op_allowlist_test.exe 2024-10-08T20:12:40.6336922Z [7361/7385] Linking CXX executable bin\kernel_function_test.exe 2024-10-08T20:12:40.9137090Z [7362/7385] Linking CXX executable bin\backend_fallback_test.exe 2024-10-08T20:12:41.0027047Z [7363/7385] Linking CXX executable bin\vec_test_all_types_AVX512.exe 2024-10-08T20:12:41.2378871Z [7364/7385] Linking CXX executable bin\kernel_lambda_test.exe 2024-10-08T20:12:41.2391652Z [7365/7385] Linking CXX executable bin\make_boxed_from_unboxed_functor_test.exe 2024-10-08T20:12:41.2775585Z [7366/7385] Linking CXX executable bin\inline_container_test.exe 2024-10-08T20:12:41.3404768Z [7367/7385] Linking CXX executable bin\kernel_function_legacy_test.exe 2024-10-08T20:12:41.4928457Z [7368/7385] Linking CXX shared library bin\aoti_custom_ops.dll 2024-10-08T20:12:41.5319175Z [7369/7385] Linking CXX executable bin\kernel_lambda_legacy_test.exe 2024-10-08T20:12:41.6022430Z [7370/7385] Linking CXX executable bin\parallel_benchmark.exe 2024-10-08T20:12:41.7519849Z [7371/7385] Linking CXX executable bin\tutorial_tensorexpr.exe 2024-10-08T20:12:42.0110164Z [7372/7385] Linking CXX executable bin\test_edge_op_registration.exe 2024-10-08T20:12:42.0199241Z [7373/7385] Linking CXX shared library bin\jitbackend_test.dll 2024-10-08T20:12:42.1988879Z [7374/7385] Linking CXX shared library bin\shm.dll 2024-10-08T20:12:42.6094547Z [7375/7385] Linking CXX shared library bin\backend_with_compiler.dll 2024-10-08T20:12:42.9716322Z [7376/7385] Linking CXX shared library bin\torchbind_test.dll 2024-10-08T20:12:44.7168105Z [7377/7385] Linking CXX executable bin\test_lazy.exe 2024-10-08T20:12:45.4352894Z [7378/7385] Linking CXX executable bin\op_registration_test.exe 2024-10-08T20:12:47.4642619Z [7379/7385] Linking CXX executable bin\test_tensorexpr.exe 2024-10-08T20:12:50.0500870Z [7380/7385] Linking CXX executable bin\test_jit.exe 2024-10-08T20:12:50.7809647Z [7381/7385] Linking CXX executable bin\test_api.exe 2024-10-08T20:12:58.5799003Z [7382/7385] Linking CXX shared library bin\torch_python.dll 2024-10-08T20:12:58.9147688Z [7383/7385] Linking CXX shared module functorch\functorch.pyd 2024-10-08T20:12:58.9208470Z [7384/7385] Linking CXX shared library bin\nnapi_backend.dll 2024-10-08T20:12:58.9209564Z [7384/7385] Install the project... 2024-10-08T20:12:58.9798550Z -- Install configuration: "Release" 2024-10-08T20:13:50.4394262Z -- Building version 2.6.0a0+git47952c0 2024-10-08T20:13:50.4398047Z 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.6.0a0+git47952c0 -DTORCH_CUDA_ARCH_LIST=8.6 -DUSE_CUDA=0 -DUSE_NUMPY=True -DUSE_XPU=0 C:\actions-runner\_work\pytorch\pytorch 2024-10-08T20:13:50.4401563Z cmake --build . --target install --config Release -- -j 8 2024-10-08T20:13:50.4402075Z running bdist_wheel 2024-10-08T20:13:53.3628113Z running build 2024-10-08T20:13:53.3628470Z running build_py 2024-10-08T20:13:53.3754125Z creating build\lib.win-amd64-cpython-39 2024-10-08T20:13:53.3755931Z creating build\lib.win-amd64-cpython-39\functorch 2024-10-08T20:13:53.3758661Z copying functorch\__init__.py -> build\lib.win-amd64-cpython-39\functorch 2024-10-08T20:13:53.3794947Z creating build\lib.win-amd64-cpython-39\torch 2024-10-08T20:13:53.3802002Z copying torch\functional.py -> build\lib.win-amd64-cpython-39\torch 2024-10-08T20:13:53.3833735Z copying torch\hub.py -> build\lib.win-amd64-cpython-39\torch 2024-10-08T20:13:53.3853132Z copying torch\library.py -> build\lib.win-amd64-cpython-39\torch 2024-10-08T20:13:53.3876629Z copying torch\overrides.py -> build\lib.win-amd64-cpython-39\torch 2024-10-08T20:13:53.3916977Z copying torch\quasirandom.py -> build\lib.win-amd64-cpython-39\torch 2024-10-08T20:13:53.3930993Z copying torch\random.py -> build\lib.win-amd64-cpython-39\torch 2024-10-08T20:13:53.3940402Z copying torch\return_types.py -> build\lib.win-amd64-cpython-39\torch 2024-10-08T20:13:53.3949422Z copying torch\serialization.py -> build\lib.win-amd64-cpython-39\torch 2024-10-08T20:13:53.3981600Z copying torch\storage.py -> build\lib.win-amd64-cpython-39\torch 2024-10-08T20:13:53.4002424Z copying torch\torch_version.py -> build\lib.win-amd64-cpython-39\torch 2024-10-08T20:13:53.4011844Z copying torch\types.py -> build\lib.win-amd64-cpython-39\torch 2024-10-08T20:13:53.4021162Z copying torch\version.py -> build\lib.win-amd64-cpython-39\torch 2024-10-08T20:13:53.4029750Z copying torch\_appdirs.py -> build\lib.win-amd64-cpython-39\torch 2024-10-08T20:13:53.4044136Z copying torch\_classes.py -> build\lib.win-amd64-cpython-39\torch 2024-10-08T20:13:53.4053151Z copying torch\_compile.py -> build\lib.win-amd64-cpython-39\torch 2024-10-08T20:13:53.4062034Z copying torch\_custom_ops.py -> build\lib.win-amd64-cpython-39\torch 2024-10-08T20:13:53.4075769Z copying torch\_deploy.py -> build\lib.win-amd64-cpython-39\torch 2024-10-08T20:13:53.4084994Z copying torch\_environment.py -> build\lib.win-amd64-cpython-39\torch 2024-10-08T20:13:53.4090466Z copying torch\_guards.py -> build\lib.win-amd64-cpython-39\torch 2024-10-08T20:13:53.4104165Z copying torch\_jit_internal.py -> build\lib.win-amd64-cpython-39\torch 2024-10-08T20:13:53.4128769Z copying torch\_linalg_utils.py -> build\lib.win-amd64-cpython-39\torch 2024-10-08T20:13:53.4139656Z copying torch\_lobpcg.py -> build\lib.win-amd64-cpython-39\torch 2024-10-08T20:13:53.4158370Z copying torch\_lowrank.py -> build\lib.win-amd64-cpython-39\torch 2024-10-08T20:13:53.4168536Z copying torch\_meta_registrations.py -> build\lib.win-amd64-cpython-39\torch 2024-10-08T20:13:53.4229017Z copying torch\_namedtensor_internals.py -> build\lib.win-amd64-cpython-39\torch 2024-10-08T20:13:53.4237711Z copying torch\_ops.py -> build\lib.win-amd64-cpython-39\torch 2024-10-08T20:13:53.4263537Z copying torch\_python_dispatcher.py -> build\lib.win-amd64-cpython-39\torch 2024-10-08T20:13:53.4273013Z copying torch\_size_docs.py -> build\lib.win-amd64-cpython-39\torch 2024-10-08T20:13:53.4285862Z copying torch\_sources.py -> build\lib.win-amd64-cpython-39\torch 2024-10-08T20:13:53.4295747Z copying torch\_storage_docs.py -> build\lib.win-amd64-cpython-39\torch 2024-10-08T20:13:53.4304763Z copying torch\_streambase.py -> build\lib.win-amd64-cpython-39\torch 2024-10-08T20:13:53.4310394Z copying torch\_tensor.py -> build\lib.win-amd64-cpython-39\torch 2024-10-08T20:13:53.4339027Z copying torch\_tensor_docs.py -> build\lib.win-amd64-cpython-39\torch 2024-10-08T20:13:53.4395981Z copying torch\_tensor_str.py -> build\lib.win-amd64-cpython-39\torch 2024-10-08T20:13:53.4411881Z copying torch\_thread_safe_fork.py -> build\lib.win-amd64-cpython-39\torch 2024-10-08T20:13:53.4416751Z copying torch\_torch_docs.py -> build\lib.win-amd64-cpython-39\torch 2024-10-08T20:13:53.4573224Z copying torch\_utils.py -> build\lib.win-amd64-cpython-39\torch 2024-10-08T20:13:53.4592119Z copying torch\_utils_internal.py -> build\lib.win-amd64-cpython-39\torch 2024-10-08T20:13:53.4597617Z copying torch\_VF.py -> build\lib.win-amd64-cpython-39\torch 2024-10-08T20:13:53.4603162Z copying torch\_vmap_internals.py -> build\lib.win-amd64-cpython-39\torch 2024-10-08T20:13:53.4617521Z copying torch\_weights_only_unpickler.py -> build\lib.win-amd64-cpython-39\torch 2024-10-08T20:13:53.4632709Z copying torch\__config__.py -> build\lib.win-amd64-cpython-39\torch 2024-10-08T20:13:53.4639062Z copying torch\__future__.py -> build\lib.win-amd64-cpython-39\torch 2024-10-08T20:13:53.4649141Z copying torch\__init__.py -> build\lib.win-amd64-cpython-39\torch 2024-10-08T20:13:53.4697901Z creating build\lib.win-amd64-cpython-39\torchgen 2024-10-08T20:13:53.4701123Z copying torchgen\code_template.py -> build\lib.win-amd64-cpython-39\torchgen 2024-10-08T20:13:53.4710382Z copying torchgen\context.py -> build\lib.win-amd64-cpython-39\torchgen 2024-10-08T20:13:53.4719596Z copying torchgen\gen.py -> build\lib.win-amd64-cpython-39\torchgen 2024-10-08T20:13:53.4763741Z copying torchgen\gen_aoti_c_shim.py -> build\lib.win-amd64-cpython-39\torchgen 2024-10-08T20:13:53.4776957Z copying torchgen\gen_backend_stubs.py -> build\lib.win-amd64-cpython-39\torchgen 2024-10-08T20:13:53.4793163Z copying torchgen\gen_executorch.py -> build\lib.win-amd64-cpython-39\torchgen 2024-10-08T20:13:53.4808441Z copying torchgen\gen_functionalization_type.py -> build\lib.win-amd64-cpython-39\torchgen 2024-10-08T20:13:53.4830952Z copying torchgen\gen_lazy_tensor.py -> build\lib.win-amd64-cpython-39\torchgen 2024-10-08T20:13:53.4851718Z copying torchgen\gen_schema_utils.py -> build\lib.win-amd64-cpython-39\torchgen 2024-10-08T20:13:53.4859846Z copying torchgen\gen_vmap_plumbing.py -> build\lib.win-amd64-cpython-39\torchgen 2024-10-08T20:13:53.4870143Z copying torchgen\local.py -> build\lib.win-amd64-cpython-39\torchgen 2024-10-08T20:13:53.4878952Z copying torchgen\model.py -> build\lib.win-amd64-cpython-39\torchgen 2024-10-08T20:13:53.4917625Z copying torchgen\native_function_generation.py -> build\lib.win-amd64-cpython-39\torchgen 2024-10-08T20:13:53.4932190Z copying torchgen\utils.py -> build\lib.win-amd64-cpython-39\torchgen 2024-10-08T20:13:53.4945590Z copying torchgen\yaml_utils.py -> build\lib.win-amd64-cpython-39\torchgen 2024-10-08T20:13:53.4960708Z copying torchgen\__init__.py -> build\lib.win-amd64-cpython-39\torchgen 2024-10-08T20:13:53.4967494Z creating build\lib.win-amd64-cpython-39\functorch\compile 2024-10-08T20:13:53.4970035Z copying functorch\compile\__init__.py -> build\lib.win-amd64-cpython-39\functorch\compile 2024-10-08T20:13:53.4982178Z creating build\lib.win-amd64-cpython-39\functorch\dim 2024-10-08T20:13:53.4988536Z copying functorch\dim\batch_tensor.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-10-08T20:13:53.4997307Z copying functorch\dim\delayed_mul_tensor.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-10-08T20:13:53.5006674Z copying functorch\dim\dim.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-10-08T20:13:53.5016507Z copying functorch\dim\magic_trace.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-10-08T20:13:53.5037198Z copying functorch\dim\op_properties.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-10-08T20:13:53.5046966Z copying functorch\dim\reference.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-10-08T20:13:53.5069804Z copying functorch\dim\tree_map.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-10-08T20:13:53.5075162Z copying functorch\dim\wrap_type.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-10-08T20:13:53.5084760Z copying functorch\dim\__init__.py -> build\lib.win-amd64-cpython-39\functorch\dim 2024-10-08T20:13:53.5098314Z creating build\lib.win-amd64-cpython-39\functorch\einops 2024-10-08T20:13:53.5100976Z copying functorch\einops\rearrange.py -> build\lib.win-amd64-cpython-39\functorch\einops 2024-10-08T20:13:53.5112548Z copying functorch\einops\_parsing.py -> build\lib.win-amd64-cpython-39\functorch\einops 2024-10-08T20:13:53.5124413Z copying functorch\einops\__init__.py -> build\lib.win-amd64-cpython-39\functorch\einops 2024-10-08T20:13:53.5131069Z creating build\lib.win-amd64-cpython-39\functorch\experimental 2024-10-08T20:13:53.5140542Z copying functorch\experimental\control_flow.py -> build\lib.win-amd64-cpython-39\functorch\experimental 2024-10-08T20:13:53.5145925Z copying functorch\experimental\ops.py -> build\lib.win-amd64-cpython-39\functorch\experimental 2024-10-08T20:13:53.5151109Z copying functorch\experimental\__init__.py -> build\lib.win-amd64-cpython-39\functorch\experimental 2024-10-08T20:13:53.5157660Z creating build\lib.win-amd64-cpython-39\functorch\_src 2024-10-08T20:13:53.5160084Z copying functorch\_src\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src 2024-10-08T20:13:53.5165725Z creating build\lib.win-amd64-cpython-39\functorch\_src\aot_autograd 2024-10-08T20:13:53.5168348Z copying functorch\_src\aot_autograd\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\aot_autograd 2024-10-08T20:13:53.5174936Z creating build\lib.win-amd64-cpython-39\functorch\_src\eager_transforms 2024-10-08T20:13:53.5177531Z copying functorch\_src\eager_transforms\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\eager_transforms 2024-10-08T20:13:53.5184415Z creating build\lib.win-amd64-cpython-39\functorch\_src\make_functional 2024-10-08T20:13:53.5193147Z copying functorch\_src\make_functional\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\make_functional 2024-10-08T20:13:53.5199446Z creating build\lib.win-amd64-cpython-39\functorch\_src\vmap 2024-10-08T20:13:53.5201936Z copying functorch\_src\vmap\__init__.py -> build\lib.win-amd64-cpython-39\functorch\_src\vmap 2024-10-08T20:13:53.5209065Z creating build\lib.win-amd64-cpython-39\torch\amp 2024-10-08T20:13:53.5218905Z copying torch\amp\autocast_mode.py -> build\lib.win-amd64-cpython-39\torch\amp 2024-10-08T20:13:53.5234645Z copying torch\amp\grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\amp 2024-10-08T20:13:53.5250606Z copying torch\amp\__init__.py -> build\lib.win-amd64-cpython-39\torch\amp 2024-10-08T20:13:53.5257136Z creating build\lib.win-amd64-cpython-39\torch\ao 2024-10-08T20:13:53.5263180Z copying torch\ao\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao 2024-10-08T20:13:53.5271417Z creating build\lib.win-amd64-cpython-39\torch\autograd 2024-10-08T20:13:53.5274199Z copying torch\autograd\anomaly_mode.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-10-08T20:13:53.5287208Z copying torch\autograd\forward_ad.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-10-08T20:13:53.5298067Z copying torch\autograd\function.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-10-08T20:13:53.5322034Z copying torch\autograd\functional.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-10-08T20:13:53.5366473Z copying torch\autograd\gradcheck.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-10-08T20:13:53.5396819Z copying torch\autograd\grad_mode.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-10-08T20:13:53.5409740Z copying torch\autograd\graph.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-10-08T20:13:53.5426714Z copying torch\autograd\profiler.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-10-08T20:13:53.5448186Z copying torch\autograd\profiler_legacy.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-10-08T20:13:53.5458472Z copying torch\autograd\profiler_util.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-10-08T20:13:53.5482806Z copying torch\autograd\variable.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-10-08T20:13:53.5488631Z copying torch\autograd\__init__.py -> build\lib.win-amd64-cpython-39\torch\autograd 2024-10-08T20:13:53.5513730Z creating build\lib.win-amd64-cpython-39\torch\backends 2024-10-08T20:13:53.5516232Z copying torch\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends 2024-10-08T20:13:53.5527941Z creating build\lib.win-amd64-cpython-39\torch\compiler 2024-10-08T20:13:53.5530686Z copying torch\compiler\__init__.py -> build\lib.win-amd64-cpython-39\torch\compiler 2024-10-08T20:13:53.5545846Z creating build\lib.win-amd64-cpython-39\torch\contrib 2024-10-08T20:13:53.5548701Z copying torch\contrib\_tensorboard_vis.py -> build\lib.win-amd64-cpython-39\torch\contrib 2024-10-08T20:13:53.5563763Z copying torch\contrib\__init__.py -> build\lib.win-amd64-cpython-39\torch\contrib 2024-10-08T20:13:53.5569373Z creating build\lib.win-amd64-cpython-39\torch\cpu 2024-10-08T20:13:53.5571952Z copying torch\cpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\cpu 2024-10-08T20:13:53.5586356Z creating build\lib.win-amd64-cpython-39\torch\cuda 2024-10-08T20:13:53.5589203Z copying torch\cuda\comm.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-10-08T20:13:53.5594672Z copying torch\cuda\error.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-10-08T20:13:53.5599238Z copying torch\cuda\gds.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-10-08T20:13:53.5608685Z copying torch\cuda\graphs.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-10-08T20:13:53.5625990Z copying torch\cuda\jiterator.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-10-08T20:13:53.5637194Z copying torch\cuda\memory.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-10-08T20:13:53.5662353Z copying torch\cuda\nccl.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-10-08T20:13:53.5671761Z copying torch\cuda\nvtx.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-10-08T20:13:53.5685379Z copying torch\cuda\profiler.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-10-08T20:13:53.5700682Z copying torch\cuda\random.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-10-08T20:13:53.5711830Z copying torch\cuda\sparse.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-10-08T20:13:53.5717364Z copying torch\cuda\streams.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-10-08T20:13:53.5735328Z copying torch\cuda\tunable.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-10-08T20:13:53.5744458Z copying torch\cuda\_gpu_trace.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-10-08T20:13:53.5754174Z copying torch\cuda\_memory_viz.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-10-08T20:13:53.5767685Z copying torch\cuda\_sanitizer.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-10-08T20:13:53.5781701Z copying torch\cuda\_utils.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-10-08T20:13:53.5790760Z copying torch\cuda\__init__.py -> build\lib.win-amd64-cpython-39\torch\cuda 2024-10-08T20:13:53.5816481Z creating build\lib.win-amd64-cpython-39\torch\distributed 2024-10-08T20:13:53.5819532Z copying torch\distributed\argparse_util.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-10-08T20:13:53.5832598Z copying torch\distributed\c10d_logger.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-10-08T20:13:53.5841803Z copying torch\distributed\collective_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-10-08T20:13:53.5856765Z copying torch\distributed\constants.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-10-08T20:13:53.5868226Z copying torch\distributed\device_mesh.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-10-08T20:13:53.5903408Z copying torch\distributed\distributed_c10d.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-10-08T20:13:53.5988250Z copying torch\distributed\launch.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-10-08T20:13:53.6005088Z copying torch\distributed\logging_handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-10-08T20:13:53.6012551Z copying torch\distributed\remote_device.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-10-08T20:13:53.6024998Z copying torch\distributed\rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-10-08T20:13:53.6038862Z copying torch\distributed\run.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-10-08T20:13:53.6067023Z copying torch\distributed\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-10-08T20:13:53.6078094Z copying torch\distributed\_checkpointable.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-10-08T20:13:53.6088083Z copying torch\distributed\_composable_state.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-10-08T20:13:53.6098168Z copying torch\distributed\_functional_collectives.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-10-08T20:13:53.6116992Z copying torch\distributed\_functional_collectives_impl.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-10-08T20:13:53.6128044Z copying torch\distributed\_state_dict_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-10-08T20:13:53.6143120Z copying torch\distributed\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed 2024-10-08T20:13:53.6161424Z creating build\lib.win-amd64-cpython-39\torch\distributions 2024-10-08T20:13:53.6164340Z copying torch\distributions\bernoulli.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-10-08T20:13:53.6174325Z copying torch\distributions\beta.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-10-08T20:13:53.6183523Z copying torch\distributions\binomial.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-10-08T20:13:53.6193423Z copying torch\distributions\categorical.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-10-08T20:13:53.6207546Z copying torch\distributions\cauchy.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-10-08T20:13:53.6216837Z copying torch\distributions\chi2.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-10-08T20:13:53.6229501Z copying torch\distributions\constraints.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-10-08T20:13:53.6243993Z copying torch\distributions\constraint_registry.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-10-08T20:13:53.6254307Z copying torch\distributions\continuous_bernoulli.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-10-08T20:13:53.6264316Z copying torch\distributions\dirichlet.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-10-08T20:13:53.6278591Z copying torch\distributions\distribution.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-10-08T20:13:53.6288965Z copying torch\distributions\exponential.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-10-08T20:13:53.6299672Z copying torch\distributions\exp_family.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-10-08T20:13:53.6310048Z copying torch\distributions\fishersnedecor.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-10-08T20:13:53.6319899Z copying torch\distributions\gamma.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-10-08T20:13:53.6329952Z copying torch\distributions\geometric.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-10-08T20:13:53.6345733Z copying torch\distributions\gumbel.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-10-08T20:13:53.6355036Z copying torch\distributions\half_cauchy.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-10-08T20:13:53.6369670Z copying torch\distributions\half_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-10-08T20:13:53.6380702Z copying torch\distributions\independent.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-10-08T20:13:53.6390309Z copying torch\distributions\inverse_gamma.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-10-08T20:13:53.6405031Z copying torch\distributions\kl.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-10-08T20:13:53.6425787Z copying torch\distributions\kumaraswamy.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-10-08T20:13:53.6444305Z copying torch\distributions\laplace.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-10-08T20:13:53.6454257Z copying torch\distributions\lkj_cholesky.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-10-08T20:13:53.6464263Z copying torch\distributions\logistic_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-10-08T20:13:53.6476507Z copying torch\distributions\log_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-10-08T20:13:53.6486603Z copying torch\distributions\lowrank_multivariate_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-10-08T20:13:53.6496595Z copying torch\distributions\mixture_same_family.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-10-08T20:13:53.6507500Z copying torch\distributions\multinomial.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-10-08T20:13:53.6517506Z copying torch\distributions\multivariate_normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-10-08T20:13:53.6527977Z copying torch\distributions\negative_binomial.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-10-08T20:13:53.6541831Z copying torch\distributions\normal.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-10-08T20:13:53.6552125Z copying torch\distributions\one_hot_categorical.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-10-08T20:13:53.6567360Z copying torch\distributions\pareto.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-10-08T20:13:53.6577057Z copying torch\distributions\poisson.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-10-08T20:13:53.6588406Z copying torch\distributions\relaxed_bernoulli.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-10-08T20:13:53.6599074Z copying torch\distributions\relaxed_categorical.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-10-08T20:13:53.6611807Z copying torch\distributions\studentT.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-10-08T20:13:53.6621874Z copying torch\distributions\transformed_distribution.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-10-08T20:13:53.6633235Z copying torch\distributions\transforms.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-10-08T20:13:53.6652703Z copying torch\distributions\uniform.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-10-08T20:13:53.6666646Z copying torch\distributions\utils.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-10-08T20:13:53.6676068Z copying torch\distributions\von_mises.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-10-08T20:13:53.6685796Z copying torch\distributions\weibull.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-10-08T20:13:53.6700888Z copying torch\distributions\wishart.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-10-08T20:13:53.6715026Z copying torch\distributions\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributions 2024-10-08T20:13:53.6727710Z creating build\lib.win-amd64-cpython-39\torch\export 2024-10-08T20:13:53.6730401Z copying torch\export\custom_obj.py -> build\lib.win-amd64-cpython-39\torch\export 2024-10-08T20:13:53.6746697Z copying torch\export\dynamic_shapes.py -> build\lib.win-amd64-cpython-39\torch\export 2024-10-08T20:13:53.6766646Z copying torch\export\exported_program.py -> build\lib.win-amd64-cpython-39\torch\export 2024-10-08T20:13:53.6789186Z copying torch\export\graph_signature.py -> build\lib.win-amd64-cpython-39\torch\export 2024-10-08T20:13:53.6809040Z copying torch\export\unflatten.py -> build\lib.win-amd64-cpython-39\torch\export 2024-10-08T20:13:53.6841069Z copying torch\export\_remove_auto_functionalized_pass.py -> build\lib.win-amd64-cpython-39\torch\export 2024-10-08T20:13:53.6855125Z copying torch\export\_remove_effect_tokens_pass.py -> build\lib.win-amd64-cpython-39\torch\export 2024-10-08T20:13:53.6866363Z copying torch\export\_safeguard.py -> build\lib.win-amd64-cpython-39\torch\export 2024-10-08T20:13:53.6876547Z copying torch\export\_swap.py -> build\lib.win-amd64-cpython-39\torch\export 2024-10-08T20:13:53.6890844Z copying torch\export\_trace.py -> build\lib.win-amd64-cpython-39\torch\export 2024-10-08T20:13:53.6925974Z copying torch\export\_tree_utils.py -> build\lib.win-amd64-cpython-39\torch\export 2024-10-08T20:13:53.6934550Z copying torch\export\_unlift.py -> build\lib.win-amd64-cpython-39\torch\export 2024-10-08T20:13:53.6943511Z copying torch\export\__init__.py -> build\lib.win-amd64-cpython-39\torch\export 2024-10-08T20:13:53.6958713Z creating build\lib.win-amd64-cpython-39\torch\fft 2024-10-08T20:13:53.6966018Z copying torch\fft\__init__.py -> build\lib.win-amd64-cpython-39\torch\fft 2024-10-08T20:13:53.6989243Z creating build\lib.win-amd64-cpython-39\torch\func 2024-10-08T20:13:53.6991736Z copying torch\func\__init__.py -> build\lib.win-amd64-cpython-39\torch\func 2024-10-08T20:13:53.6998364Z creating build\lib.win-amd64-cpython-39\torch\futures 2024-10-08T20:13:53.7001207Z copying torch\futures\__init__.py -> build\lib.win-amd64-cpython-39\torch\futures 2024-10-08T20:13:53.7014834Z creating build\lib.win-amd64-cpython-39\torch\fx 2024-10-08T20:13:53.7017543Z copying torch\fx\annotate.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-10-08T20:13:53.7027593Z copying torch\fx\config.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-10-08T20:13:53.7036471Z copying torch\fx\graph.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-10-08T20:13:53.7074744Z copying torch\fx\graph_module.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-10-08T20:13:53.7098649Z copying torch\fx\immutable_collections.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-10-08T20:13:53.7112110Z copying torch\fx\interpreter.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-10-08T20:13:53.7134861Z copying torch\fx\node.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-10-08T20:13:53.7153059Z copying torch\fx\operator_schemas.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-10-08T20:13:53.7167634Z copying torch\fx\proxy.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-10-08T20:13:53.7189464Z copying torch\fx\subgraph_rewriter.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-10-08T20:13:53.7202590Z copying torch\fx\tensor_type.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-10-08T20:13:53.7212228Z copying torch\fx\traceback.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-10-08T20:13:53.7221392Z copying torch\fx\_compatibility.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-10-08T20:13:53.7230958Z copying torch\fx\_lazy_graph_module.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-10-08T20:13:53.7243123Z copying torch\fx\_pytree.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-10-08T20:13:53.7261451Z copying torch\fx\_symbolic_trace.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-10-08T20:13:53.7294346Z copying torch\fx\_utils.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-10-08T20:13:53.7305594Z copying torch\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx 2024-10-08T20:13:53.7323308Z creating build\lib.win-amd64-cpython-39\torch\jit 2024-10-08T20:13:53.7326121Z copying torch\jit\annotations.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-10-08T20:13:53.7339230Z copying torch\jit\frontend.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-10-08T20:13:53.7370212Z copying torch\jit\generate_bytecode.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-10-08T20:13:53.7381594Z copying torch\jit\quantized.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-10-08T20:13:53.7398421Z copying torch\jit\supported_ops.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-10-08T20:13:53.7418513Z copying torch\jit\unsupported_tensor_ops.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-10-08T20:13:53.7428151Z copying torch\jit\_async.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-10-08T20:13:53.7440432Z copying torch\jit\_await.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-10-08T20:13:53.7449668Z copying torch\jit\_builtins.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-10-08T20:13:53.7459382Z copying torch\jit\_check.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-10-08T20:13:53.7469595Z copying torch\jit\_dataclass_impls.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-10-08T20:13:53.7481650Z copying torch\jit\_decompositions.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-10-08T20:13:53.7492215Z copying torch\jit\_decomposition_utils.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-10-08T20:13:53.7497766Z copying torch\jit\_freeze.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-10-08T20:13:53.7510623Z copying torch\jit\_fuser.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-10-08T20:13:53.7521308Z copying torch\jit\_ir_utils.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-10-08T20:13:53.7530624Z copying torch\jit\_logging.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-10-08T20:13:53.7536285Z copying torch\jit\_monkeytype_config.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-10-08T20:13:53.7545573Z copying torch\jit\_pickle.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-10-08T20:13:53.7554959Z copying torch\jit\_recursive.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-10-08T20:13:53.7572307Z copying torch\jit\_script.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-10-08T20:13:53.7599934Z copying torch\jit\_serialization.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-10-08T20:13:53.7609639Z copying torch\jit\_shape_functions.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-10-08T20:13:53.7630006Z copying torch\jit\_state.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-10-08T20:13:53.7639638Z copying torch\jit\_trace.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-10-08T20:13:53.7671772Z copying torch\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\jit 2024-10-08T20:13:53.7685754Z creating build\lib.win-amd64-cpython-39\torch\linalg 2024-10-08T20:13:53.7688353Z copying torch\linalg\__init__.py -> build\lib.win-amd64-cpython-39\torch\linalg 2024-10-08T20:13:53.7728689Z creating build\lib.win-amd64-cpython-39\torch\masked 2024-10-08T20:13:53.7731383Z copying torch\masked\_docs.py -> build\lib.win-amd64-cpython-39\torch\masked 2024-10-08T20:13:53.7752038Z copying torch\masked\_ops.py -> build\lib.win-amd64-cpython-39\torch\masked 2024-10-08T20:13:53.7779737Z copying torch\masked\__init__.py -> build\lib.win-amd64-cpython-39\torch\masked 2024-10-08T20:13:53.7790424Z creating build\lib.win-amd64-cpython-39\torch\monitor 2024-10-08T20:13:53.7793040Z copying torch\monitor\__init__.py -> build\lib.win-amd64-cpython-39\torch\monitor 2024-10-08T20:13:53.7804489Z creating build\lib.win-amd64-cpython-39\torch\mps 2024-10-08T20:13:53.7815171Z copying torch\mps\event.py -> build\lib.win-amd64-cpython-39\torch\mps 2024-10-08T20:13:53.7825817Z copying torch\mps\profiler.py -> build\lib.win-amd64-cpython-39\torch\mps 2024-10-08T20:13:53.7835928Z copying torch\mps\__init__.py -> build\lib.win-amd64-cpython-39\torch\mps 2024-10-08T20:13:53.7846304Z creating build\lib.win-amd64-cpython-39\torch\mtia 2024-10-08T20:13:53.7852429Z copying torch\mtia\_utils.py -> build\lib.win-amd64-cpython-39\torch\mtia 2024-10-08T20:13:53.7861578Z copying torch\mtia\__init__.py -> build\lib.win-amd64-cpython-39\torch\mtia 2024-10-08T20:13:53.7873358Z creating build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-10-08T20:13:53.7876100Z copying torch\multiprocessing\pool.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-10-08T20:13:53.7890721Z copying torch\multiprocessing\queue.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-10-08T20:13:53.7911824Z copying torch\multiprocessing\reductions.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-10-08T20:13:53.7928305Z copying torch\multiprocessing\spawn.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-10-08T20:13:53.7939934Z copying torch\multiprocessing\_atfork.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-10-08T20:13:53.7953916Z copying torch\multiprocessing\__init__.py -> build\lib.win-amd64-cpython-39\torch\multiprocessing 2024-10-08T20:13:53.7963730Z creating build\lib.win-amd64-cpython-39\torch\nested 2024-10-08T20:13:53.7966280Z copying torch\nested\__init__.py -> build\lib.win-amd64-cpython-39\torch\nested 2024-10-08T20:13:53.8000707Z creating build\lib.win-amd64-cpython-39\torch\nn 2024-10-08T20:13:53.8006954Z copying torch\nn\common_types.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-10-08T20:13:53.8022590Z copying torch\nn\cpp.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-10-08T20:13:53.8035039Z copying torch\nn\functional.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-10-08T20:13:53.8122068Z copying torch\nn\grad.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-10-08T20:13:53.8136016Z copying torch\nn\init.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-10-08T20:13:53.8161299Z copying torch\nn\parameter.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-10-08T20:13:53.8172229Z copying torch\nn\_reduction.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-10-08T20:13:53.8186088Z copying torch\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn 2024-10-08T20:13:53.8209423Z creating build\lib.win-amd64-cpython-39\torch\onnx 2024-10-08T20:13:53.8212134Z copying torch\onnx\errors.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-10-08T20:13:53.8221791Z copying torch\onnx\operators.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-10-08T20:13:53.8231097Z copying torch\onnx\symbolic_caffe2.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-10-08T20:13:53.8244728Z copying torch\onnx\symbolic_helper.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-10-08T20:13:53.9095373Z copying torch\onnx\symbolic_opset10.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-10-08T20:13:53.9113404Z copying torch\onnx\symbolic_opset11.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-10-08T20:13:53.9810152Z copying torch\onnx\symbolic_opset12.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-10-08T20:13:53.9825697Z copying torch\onnx\symbolic_opset13.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-10-08T20:13:53.9847356Z copying torch\onnx\symbolic_opset14.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-10-08T20:13:53.9857732Z copying torch\onnx\symbolic_opset15.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-10-08T20:13:53.9867189Z copying torch\onnx\symbolic_opset16.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-10-08T20:13:53.9888373Z copying torch\onnx\symbolic_opset17.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-10-08T20:13:53.9910815Z copying torch\onnx\symbolic_opset18.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-10-08T20:13:53.9921542Z copying torch\onnx\symbolic_opset19.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-10-08T20:13:53.9927129Z copying torch\onnx\symbolic_opset20.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-10-08T20:13:53.9949424Z copying torch\onnx\symbolic_opset7.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-10-08T20:13:53.9962658Z copying torch\onnx\symbolic_opset8.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-10-08T20:13:53.9974081Z copying torch\onnx\symbolic_opset9.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-10-08T20:13:54.0053383Z copying torch\onnx\utils.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-10-08T20:13:54.1019754Z copying torch\onnx\verification.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-10-08T20:13:54.1058492Z copying torch\onnx\_constants.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-10-08T20:13:54.1071518Z copying torch\onnx\_deprecation.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-10-08T20:13:54.1087096Z copying torch\onnx\_experimental.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-10-08T20:13:54.1106568Z copying torch\onnx\_exporter_states.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-10-08T20:13:54.1112061Z copying torch\onnx\_flags.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-10-08T20:13:54.1125405Z copying torch\onnx\_globals.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-10-08T20:13:54.1138273Z copying torch\onnx\_onnx_supported_ops.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-10-08T20:13:54.1148450Z copying torch\onnx\_type_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-10-08T20:13:54.1158669Z copying torch\onnx\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx 2024-10-08T20:13:54.1187184Z creating build\lib.win-amd64-cpython-39\torch\optim 2024-10-08T20:13:54.1190346Z copying torch\optim\adadelta.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-10-08T20:13:54.1221525Z copying torch\optim\adagrad.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-10-08T20:13:54.1238233Z copying torch\optim\adam.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-10-08T20:13:54.1260576Z copying torch\optim\adamax.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-10-08T20:13:54.1274982Z copying torch\optim\adamw.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-10-08T20:13:54.1298437Z copying torch\optim\asgd.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-10-08T20:13:54.1312137Z copying torch\optim\lbfgs.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-10-08T20:13:54.1333163Z copying torch\optim\lr_scheduler.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-10-08T20:13:54.1382152Z copying torch\optim\nadam.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-10-08T20:13:54.1406147Z copying torch\optim\optimizer.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-10-08T20:13:54.1438099Z copying torch\optim\radam.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-10-08T20:13:54.1454105Z copying torch\optim\rmsprop.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-10-08T20:13:54.1468101Z copying torch\optim\rprop.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-10-08T20:13:54.1487537Z copying torch\optim\sgd.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-10-08T20:13:54.1506120Z copying torch\optim\sparse_adam.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-10-08T20:13:54.1517126Z copying torch\optim\swa_utils.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-10-08T20:13:54.1539798Z copying torch\optim\_adafactor.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-10-08T20:13:54.1563945Z copying torch\optim\_functional.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-10-08T20:13:54.1576454Z copying torch\optim\__init__.py -> build\lib.win-amd64-cpython-39\torch\optim 2024-10-08T20:13:54.1593936Z creating build\lib.win-amd64-cpython-39\torch\package 2024-10-08T20:13:54.1596831Z copying torch\package\file_structure_representation.py -> build\lib.win-amd64-cpython-39\torch\package 2024-10-08T20:13:54.1623143Z copying torch\package\find_file_dependencies.py -> build\lib.win-amd64-cpython-39\torch\package 2024-10-08T20:13:54.1633893Z copying torch\package\glob_group.py -> build\lib.win-amd64-cpython-39\torch\package 2024-10-08T20:13:54.1651237Z copying torch\package\importer.py -> build\lib.win-amd64-cpython-39\torch\package 2024-10-08T20:13:54.1666508Z copying torch\package\package_exporter.py -> build\lib.win-amd64-cpython-39\torch\package 2024-10-08T20:13:54.1703866Z copying torch\package\package_importer.py -> build\lib.win-amd64-cpython-39\torch\package 2024-10-08T20:13:54.1720705Z copying torch\package\_digraph.py -> build\lib.win-amd64-cpython-39\torch\package 2024-10-08T20:13:54.1733623Z copying torch\package\_directory_reader.py -> build\lib.win-amd64-cpython-39\torch\package 2024-10-08T20:13:54.1749028Z copying torch\package\_importlib.py -> build\lib.win-amd64-cpython-39\torch\package 2024-10-08T20:13:54.1764768Z copying torch\package\_mangling.py -> build\lib.win-amd64-cpython-39\torch\package 2024-10-08T20:13:54.1781304Z copying torch\package\_mock.py -> build\lib.win-amd64-cpython-39\torch\package 2024-10-08T20:13:54.1790731Z copying torch\package\_package_pickler.py -> build\lib.win-amd64-cpython-39\torch\package 2024-10-08T20:13:54.1801115Z copying torch\package\_package_unpickler.py -> build\lib.win-amd64-cpython-39\torch\package 2024-10-08T20:13:54.1815352Z copying torch\package\_stdlib.py -> build\lib.win-amd64-cpython-39\torch\package 2024-10-08T20:13:54.1830092Z copying torch\package\__init__.py -> build\lib.win-amd64-cpython-39\torch\package 2024-10-08T20:13:54.1837843Z creating build\lib.win-amd64-cpython-39\torch\profiler 2024-10-08T20:13:54.1840895Z copying torch\profiler\itt.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-10-08T20:13:54.1854390Z copying torch\profiler\profiler.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-10-08T20:13:54.1874133Z copying torch\profiler\python_tracer.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-10-08T20:13:54.1879736Z copying torch\profiler\_memory_profiler.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-10-08T20:13:54.1903630Z copying torch\profiler\_pattern_matcher.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-10-08T20:13:54.1929857Z copying torch\profiler\_utils.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-10-08T20:13:54.1940574Z copying torch\profiler\__init__.py -> build\lib.win-amd64-cpython-39\torch\profiler 2024-10-08T20:13:54.1953116Z creating build\lib.win-amd64-cpython-39\torch\quantization 2024-10-08T20:13:54.1955969Z copying torch\quantization\fake_quantize.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-10-08T20:13:54.1969002Z copying torch\quantization\fuser_method_mappings.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-10-08T20:13:54.1974660Z copying torch\quantization\fuse_modules.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-10-08T20:13:54.1991055Z copying torch\quantization\observer.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-10-08T20:13:54.2001453Z copying torch\quantization\qconfig.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-10-08T20:13:54.2017247Z copying torch\quantization\quantization_mappings.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-10-08T20:13:54.2028592Z copying torch\quantization\quantize.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-10-08T20:13:54.2040146Z copying torch\quantization\quantize_fx.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-10-08T20:13:54.2049899Z copying torch\quantization\quantize_jit.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-10-08T20:13:54.2066253Z copying torch\quantization\quant_type.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-10-08T20:13:54.2072069Z copying torch\quantization\stubs.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-10-08T20:13:54.2077352Z copying torch\quantization\utils.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-10-08T20:13:54.2087336Z copying torch\quantization\_numeric_suite.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-10-08T20:13:54.2104680Z copying torch\quantization\_numeric_suite_fx.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-10-08T20:13:54.2119678Z copying torch\quantization\_quantized_conversions.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-10-08T20:13:54.2130501Z copying torch\quantization\__init__.py -> build\lib.win-amd64-cpython-39\torch\quantization 2024-10-08T20:13:54.2140929Z creating build\lib.win-amd64-cpython-39\torch\signal 2024-10-08T20:13:54.2143458Z copying torch\signal\__init__.py -> build\lib.win-amd64-cpython-39\torch\signal 2024-10-08T20:13:54.2150966Z creating build\lib.win-amd64-cpython-39\torch\sparse 2024-10-08T20:13:54.2153683Z copying torch\sparse\semi_structured.py -> build\lib.win-amd64-cpython-39\torch\sparse 2024-10-08T20:13:54.2169090Z copying torch\sparse\_semi_structured_conversions.py -> build\lib.win-amd64-cpython-39\torch\sparse 2024-10-08T20:13:54.2185081Z copying torch\sparse\_semi_structured_ops.py -> build\lib.win-amd64-cpython-39\torch\sparse 2024-10-08T20:13:54.2208920Z copying torch\sparse\_triton_ops.py -> build\lib.win-amd64-cpython-39\torch\sparse 2024-10-08T20:13:54.3090236Z copying torch\sparse\_triton_ops_meta.py -> build\lib.win-amd64-cpython-39\torch\sparse 2024-10-08T20:13:54.3299707Z copying torch\sparse\__init__.py -> build\lib.win-amd64-cpython-39\torch\sparse 2024-10-08T20:13:54.3317815Z creating build\lib.win-amd64-cpython-39\torch\special 2024-10-08T20:13:54.3320131Z copying torch\special\__init__.py -> build\lib.win-amd64-cpython-39\torch\special 2024-10-08T20:13:54.3356620Z creating build\lib.win-amd64-cpython-39\torch\testing 2024-10-08T20:13:54.3359525Z copying torch\testing\_comparison.py -> build\lib.win-amd64-cpython-39\torch\testing 2024-10-08T20:13:54.3409708Z copying torch\testing\_creation.py -> build\lib.win-amd64-cpython-39\torch\testing 2024-10-08T20:13:54.3423070Z copying torch\testing\_utils.py -> build\lib.win-amd64-cpython-39\torch\testing 2024-10-08T20:13:54.3434052Z copying torch\testing\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing 2024-10-08T20:13:54.3448368Z creating build\lib.win-amd64-cpython-39\torch\utils 2024-10-08T20:13:54.3454625Z copying torch\utils\backend_registration.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-10-08T20:13:54.3468869Z copying torch\utils\bundled_inputs.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-10-08T20:13:54.3484491Z copying torch\utils\checkpoint.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-10-08T20:13:54.3536764Z copying torch\utils\collect_env.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-10-08T20:13:54.3566069Z copying torch\utils\cpp_backtrace.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-10-08T20:13:54.3571620Z copying torch\utils\cpp_extension.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-10-08T20:13:54.3635661Z copying torch\utils\deterministic.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-10-08T20:13:54.3647035Z copying torch\utils\dlpack.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-10-08T20:13:54.3661925Z copying torch\utils\file_baton.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-10-08T20:13:54.3673156Z copying torch\utils\flop_counter.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-10-08T20:13:54.3698618Z copying torch\utils\hooks.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-10-08T20:13:54.3714063Z copying torch\utils\mkldnn.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-10-08T20:13:54.3730979Z copying torch\utils\mobile_optimizer.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-10-08T20:13:54.3741766Z copying torch\utils\model_zoo.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-10-08T20:13:54.3747434Z copying torch\utils\module_tracker.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-10-08T20:13:54.3757293Z copying torch\utils\show_pickle.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-10-08T20:13:54.3771208Z copying torch\utils\throughput_benchmark.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-10-08T20:13:54.3781496Z copying torch\utils\weak.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-10-08T20:13:54.3793467Z copying torch\utils\_backport_slots.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-10-08T20:13:54.3805993Z copying torch\utils\_config_module.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-10-08T20:13:54.3822815Z copying torch\utils\_content_store.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-10-08T20:13:54.3841191Z copying torch\utils\_contextlib.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-10-08T20:13:54.3852702Z copying torch\utils\_cpp_extension_versioner.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-10-08T20:13:54.3862515Z copying torch\utils\_cxx_pytree.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-10-08T20:13:54.3881985Z copying torch\utils\_device.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-10-08T20:13:54.3893436Z copying torch\utils\_exposed_in.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-10-08T20:13:54.3906960Z copying torch\utils\_foreach_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-10-08T20:13:54.3919791Z copying torch\utils\_freeze.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-10-08T20:13:54.3937143Z copying torch\utils\_get_clean_triton.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-10-08T20:13:54.3951048Z copying torch\utils\_import_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-10-08T20:13:54.3960533Z copying torch\utils\_mode_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-10-08T20:13:54.3973797Z copying torch\utils\_ordered_set.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-10-08T20:13:54.3987763Z copying torch\utils\_python_dispatch.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-10-08T20:13:54.4015602Z copying torch\utils\_pytree.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-10-08T20:13:54.4048467Z copying torch\utils\_stats.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-10-08T20:13:54.4058444Z copying torch\utils\_thunk.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-10-08T20:13:54.4067304Z copying torch\utils\_traceback.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-10-08T20:13:54.4079340Z copying torch\utils\_triton.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-10-08T20:13:54.4089386Z copying torch\utils\_typing_utils.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-10-08T20:13:54.4095099Z copying torch\utils\_zip.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-10-08T20:13:54.4114905Z copying torch\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils 2024-10-08T20:13:54.4127879Z creating build\lib.win-amd64-cpython-39\torch\xpu 2024-10-08T20:13:54.4130485Z copying torch\xpu\memory.py -> build\lib.win-amd64-cpython-39\torch\xpu 2024-10-08T20:13:54.4141540Z copying torch\xpu\random.py -> build\lib.win-amd64-cpython-39\torch\xpu 2024-10-08T20:13:54.4151761Z copying torch\xpu\streams.py -> build\lib.win-amd64-cpython-39\torch\xpu 2024-10-08T20:13:54.4161754Z copying torch\xpu\_gpu_trace.py -> build\lib.win-amd64-cpython-39\torch\xpu 2024-10-08T20:13:54.4171539Z copying torch\xpu\_utils.py -> build\lib.win-amd64-cpython-39\torch\xpu 2024-10-08T20:13:54.4180891Z copying torch\xpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\xpu 2024-10-08T20:13:54.4210003Z creating build\lib.win-amd64-cpython-39\torch\_awaits 2024-10-08T20:13:54.4212634Z copying torch\_awaits\__init__.py -> build\lib.win-amd64-cpython-39\torch\_awaits 2024-10-08T20:13:54.4225056Z creating build\lib.win-amd64-cpython-39\torch\_custom_op 2024-10-08T20:13:54.4227720Z copying torch\_custom_op\autograd.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2024-10-08T20:13:54.4244704Z copying torch\_custom_op\functional.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2024-10-08T20:13:54.4258985Z copying torch\_custom_op\impl.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2024-10-08T20:13:54.4279857Z copying torch\_custom_op\__init__.py -> build\lib.win-amd64-cpython-39\torch\_custom_op 2024-10-08T20:13:54.4288131Z creating build\lib.win-amd64-cpython-39\torch\_decomp 2024-10-08T20:13:54.4296511Z copying torch\_decomp\decompositions.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2024-10-08T20:13:54.4382042Z copying torch\_decomp\decompositions_for_jvp.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2024-10-08T20:13:54.4395388Z copying torch\_decomp\decompositions_for_rng.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2024-10-08T20:13:54.4413873Z copying torch\_decomp\__init__.py -> build\lib.win-amd64-cpython-39\torch\_decomp 2024-10-08T20:13:54.4438046Z creating build\lib.win-amd64-cpython-39\torch\_dispatch 2024-10-08T20:13:54.4440669Z copying torch\_dispatch\python.py -> build\lib.win-amd64-cpython-39\torch\_dispatch 2024-10-08T20:13:54.4450932Z copying torch\_dispatch\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dispatch 2024-10-08T20:13:54.4462336Z creating build\lib.win-amd64-cpython-39\torch\_dynamo 2024-10-08T20:13:54.4475034Z copying torch\_dynamo\bytecode_analysis.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-10-08T20:13:54.4501276Z copying torch\_dynamo\bytecode_transformation.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-10-08T20:13:54.4532863Z copying torch\_dynamo\cache_size.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-10-08T20:13:54.4556022Z copying torch\_dynamo\callback.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-10-08T20:13:54.4570372Z copying torch\_dynamo\codegen.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-10-08T20:13:54.4587077Z copying torch\_dynamo\code_context.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-10-08T20:13:54.4597763Z copying torch\_dynamo\compiled_autograd.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-10-08T20:13:54.4618362Z copying torch\_dynamo\comptime.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-10-08T20:13:54.4636282Z copying torch\_dynamo\config.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-10-08T20:13:54.4664350Z copying torch\_dynamo\convert_frame.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-10-08T20:13:54.4695390Z copying torch\_dynamo\create_parameter_op.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-10-08T20:13:54.4709157Z copying torch\_dynamo\current_scope_id.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-10-08T20:13:54.4727172Z copying torch\_dynamo\debug_utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-10-08T20:13:54.4743079Z copying torch\_dynamo\decorators.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-10-08T20:13:54.4757951Z copying torch\_dynamo\device_interface.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-10-08T20:13:54.4768851Z copying torch\_dynamo\distributed.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-10-08T20:13:54.4781557Z copying torch\_dynamo\eval_frame.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-10-08T20:13:54.4828440Z copying torch\_dynamo\exc.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-10-08T20:13:54.4838696Z copying torch\_dynamo\external_utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-10-08T20:13:54.4847774Z copying torch\_dynamo\funcname_cache.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-10-08T20:13:54.4863394Z copying torch\_dynamo\guards.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-10-08T20:13:54.4922619Z copying torch\_dynamo\hooks.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-10-08T20:13:54.4933004Z copying torch\_dynamo\logging.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-10-08T20:13:54.4942507Z copying torch\_dynamo\mutation_guard.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-10-08T20:13:54.4957731Z copying torch\_dynamo\output_graph.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-10-08T20:13:54.4987990Z copying torch\_dynamo\profiler.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-10-08T20:13:54.4997784Z copying torch\_dynamo\replay_record.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-10-08T20:13:54.5008480Z copying torch\_dynamo\resume_execution.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-10-08T20:13:54.5030995Z copying torch\_dynamo\side_effects.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-10-08T20:13:54.5051676Z copying torch\_dynamo\source.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-10-08T20:13:54.5066161Z copying torch\_dynamo\symbolic_convert.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-10-08T20:13:54.5113082Z copying torch\_dynamo\tensor_version_op.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-10-08T20:13:54.5126276Z copying torch\_dynamo\testing.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-10-08T20:13:54.5144522Z copying torch\_dynamo\test_case.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-10-08T20:13:54.5154284Z copying torch\_dynamo\test_minifier_common.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-10-08T20:13:54.5163943Z copying torch\_dynamo\trace_rules.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-10-08T20:13:54.5232026Z copying torch\_dynamo\types.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-10-08T20:13:54.5245369Z copying torch\_dynamo\utils.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-10-08T20:13:54.5286626Z copying torch\_dynamo\_trace_wrapped_higher_order_op.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-10-08T20:13:54.5297993Z copying torch\_dynamo\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo 2024-10-08T20:13:54.5314782Z creating build\lib.win-amd64-cpython-39\torch\_export 2024-10-08T20:13:54.5317620Z copying torch\_export\converter.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-10-08T20:13:54.5342459Z copying torch\_export\error.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-10-08T20:13:54.5353138Z copying torch\_export\non_strict_utils.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-10-08T20:13:54.5371342Z copying torch\_export\pass_base.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-10-08T20:13:54.5388616Z copying torch\_export\tools.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-10-08T20:13:54.5398215Z copying torch\_export\utils.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-10-08T20:13:54.5418286Z copying torch\_export\verifier.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-10-08T20:13:54.5431430Z copying torch\_export\wrappers.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-10-08T20:13:54.5441877Z copying torch\_export\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export 2024-10-08T20:13:54.5458129Z creating build\lib.win-amd64-cpython-39\torch\_functorch 2024-10-08T20:13:54.5461125Z copying torch\_functorch\aot_autograd.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-10-08T20:13:54.5510599Z copying torch\_functorch\apis.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-10-08T20:13:54.5530185Z copying torch\_functorch\autograd_function.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-10-08T20:13:54.5548400Z copying torch\_functorch\batch_norm_replacement.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-10-08T20:13:54.5567065Z copying torch\_functorch\benchmark_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-10-08T20:13:54.5584928Z copying torch\_functorch\compilers.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-10-08T20:13:54.5596037Z copying torch\_functorch\compile_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-10-08T20:13:54.5607220Z copying torch\_functorch\config.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-10-08T20:13:54.5618347Z copying torch\_functorch\deprecated.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-10-08T20:13:54.5628845Z copying torch\_functorch\eager_transforms.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-10-08T20:13:54.5655698Z copying torch\_functorch\functional_call.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-10-08T20:13:54.5669312Z copying torch\_functorch\fx_minifier.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-10-08T20:13:54.5684669Z copying torch\_functorch\make_functional.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-10-08T20:13:54.5702918Z copying torch\_functorch\partitioners.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-10-08T20:13:54.5732913Z copying torch\_functorch\pyfunctorch.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-10-08T20:13:54.5743854Z copying torch\_functorch\python_key.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-10-08T20:13:54.5749479Z copying torch\_functorch\pytree_hacks.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-10-08T20:13:54.5759586Z copying torch\_functorch\top_operators_github_usage.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-10-08T20:13:54.5775439Z copying torch\_functorch\utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-10-08T20:13:54.5789934Z copying torch\_functorch\vmap.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-10-08T20:13:54.5804965Z copying torch\_functorch\__init__.py -> build\lib.win-amd64-cpython-39\torch\_functorch 2024-10-08T20:13:54.5822189Z creating build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-10-08T20:13:54.5824973Z copying torch\_higher_order_ops\associative_scan.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-10-08T20:13:54.5851683Z copying torch\_higher_order_ops\auto_functionalize.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-10-08T20:13:54.5868093Z copying torch\_higher_order_ops\cond.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-10-08T20:13:54.5898090Z copying torch\_higher_order_ops\effects.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-10-08T20:13:54.5908463Z copying torch\_higher_order_ops\executorch_call_delegate.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-10-08T20:13:54.5918822Z copying torch\_higher_order_ops\flex_attention.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-10-08T20:13:54.5937615Z copying torch\_higher_order_ops\hints_wrap.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-10-08T20:13:54.5953252Z copying torch\_higher_order_ops\map.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-10-08T20:13:54.5962911Z copying torch\_higher_order_ops\out_dtype.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-10-08T20:13:54.5978128Z copying torch\_higher_order_ops\run_const_graph.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-10-08T20:13:54.5988203Z copying torch\_higher_order_ops\scan.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-10-08T20:13:54.6003698Z copying torch\_higher_order_ops\strict_mode.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-10-08T20:13:54.6017147Z copying torch\_higher_order_ops\torchbind.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-10-08T20:13:54.6029110Z copying torch\_higher_order_ops\triton_kernel_wrap.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-10-08T20:13:54.6053717Z copying torch\_higher_order_ops\utils.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-10-08T20:13:54.6076395Z copying torch\_higher_order_ops\while_loop.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-10-08T20:13:54.6088910Z copying torch\_higher_order_ops\wrap.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-10-08T20:13:54.6101435Z copying torch\_higher_order_ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\_higher_order_ops 2024-10-08T20:13:54.6114806Z creating build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.6124162Z copying torch\_inductor\aoti_eager.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.6137947Z copying torch\_inductor\async_compile.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.6149804Z copying torch\_inductor\autotune_process.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.6173749Z copying torch\_inductor\bounds.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.6186366Z copying torch\_inductor\codecache.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.6251169Z copying torch\_inductor\comms.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.6276380Z copying torch\_inductor\comm_analysis.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.6287189Z copying torch\_inductor\compile_fx.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.6324229Z copying torch\_inductor\config.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.6346156Z copying torch\_inductor\constant_folding.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.6357393Z copying torch\_inductor\cpp_builder.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.6396055Z copying torch\_inductor\cpu_vec_isa.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.6414307Z copying torch\_inductor\cudagraph_trees.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.6467368Z copying torch\_inductor\cudagraph_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.6477683Z copying torch\_inductor\custom_graph_pass.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.6488293Z copying torch\_inductor\debug.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.6503855Z copying torch\_inductor\decomposition.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.6523504Z copying torch\_inductor\dependencies.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.6538756Z copying torch\_inductor\exc.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.6549270Z copying torch\_inductor\extern_node_serializer.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.6563866Z copying torch\_inductor\freezing.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.6574965Z copying torch\_inductor\fx_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.6592525Z copying torch\_inductor\graph.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.6643657Z copying torch\_inductor\hooks.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.6650266Z copying torch\_inductor\index_propagation.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.6661869Z copying torch\_inductor\inductor_prims.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.6671414Z copying torch\_inductor\ir.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.6748656Z copying torch\_inductor\jagged_lowerings.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.6760341Z copying torch\_inductor\loop_body.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.6774844Z copying torch\_inductor\lowering.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.6856216Z copying torch\_inductor\memory.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.6871558Z copying torch\_inductor\metrics.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.6885782Z copying torch\_inductor\mkldnn_ir.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.6908779Z copying torch\_inductor\mkldnn_lowerings.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.6933834Z copying torch\_inductor\ops_handler.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.6954093Z copying torch\_inductor\optimize_indexing.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.6968082Z copying torch\_inductor\pattern_matcher.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.7006266Z copying torch\_inductor\quantized_lowerings.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.7017190Z copying torch\_inductor\remote_cache.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.7027659Z copying torch\_inductor\scheduler.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.7092141Z copying torch\_inductor\select_algorithm.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.7120385Z copying torch\_inductor\sizevars.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.8531999Z copying torch\_inductor\subgraph_lowering.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.8543513Z copying torch\_inductor\test_case.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.8561606Z copying torch\_inductor\test_operators.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.8581886Z copying torch\_inductor\utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.8610978Z copying torch\_inductor\virtualized.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.8622498Z copying torch\_inductor\wrapper_benchmark.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.8633575Z copying torch\_inductor\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor 2024-10-08T20:13:54.8658170Z creating build\lib.win-amd64-cpython-39\torch\_lazy 2024-10-08T20:13:54.8661031Z copying torch\_lazy\closure.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-10-08T20:13:54.8672581Z copying torch\_lazy\computation.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-10-08T20:13:54.8683400Z copying torch\_lazy\config.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-10-08T20:13:54.8690028Z copying torch\_lazy\debug.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-10-08T20:13:54.8700393Z copying torch\_lazy\device_context.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-10-08T20:13:54.8715225Z copying torch\_lazy\extract_compiled_graph.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-10-08T20:13:54.8726975Z copying torch\_lazy\ir_cache.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-10-08T20:13:54.8734516Z copying torch\_lazy\metrics.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-10-08T20:13:54.8741368Z copying torch\_lazy\tensor_factory_functions.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-10-08T20:13:54.8753052Z copying torch\_lazy\ts_backend.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-10-08T20:13:54.8758695Z copying torch\_lazy\__init__.py -> build\lib.win-amd64-cpython-39\torch\_lazy 2024-10-08T20:13:54.8771303Z creating build\lib.win-amd64-cpython-39\torch\_library 2024-10-08T20:13:54.8774160Z copying torch\_library\autograd.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-10-08T20:13:54.8785922Z copying torch\_library\custom_ops.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-10-08T20:13:54.8819103Z copying torch\_library\fake_class_registry.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-10-08T20:13:54.8829974Z copying torch\_library\fake_impl.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-10-08T20:13:54.8847059Z copying torch\_library\infer_schema.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-10-08T20:13:54.8857636Z copying torch\_library\simple_registry.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-10-08T20:13:54.8867618Z copying torch\_library\triton.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-10-08T20:13:54.8877726Z copying torch\_library\utils.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-10-08T20:13:54.8891632Z copying torch\_library\__init__.py -> build\lib.win-amd64-cpython-39\torch\_library 2024-10-08T20:13:54.8899225Z creating build\lib.win-amd64-cpython-39\torch\_logging 2024-10-08T20:13:54.8901938Z copying torch\_logging\scribe.py -> build\lib.win-amd64-cpython-39\torch\_logging 2024-10-08T20:13:54.8911987Z copying torch\_logging\structured.py -> build\lib.win-amd64-cpython-39\torch\_logging 2024-10-08T20:13:54.8921490Z copying torch\_logging\_internal.py -> build\lib.win-amd64-cpython-39\torch\_logging 2024-10-08T20:13:54.8954531Z copying torch\_logging\_registrations.py -> build\lib.win-amd64-cpython-39\torch\_logging 2024-10-08T20:13:54.8981473Z copying torch\_logging\__init__.py -> build\lib.win-amd64-cpython-39\torch\_logging 2024-10-08T20:13:54.8999438Z creating build\lib.win-amd64-cpython-39\torch\_numpy 2024-10-08T20:13:54.9003369Z copying torch\_numpy\fft.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-10-08T20:13:54.9015712Z copying torch\_numpy\linalg.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-10-08T20:13:54.9029958Z copying torch\_numpy\random.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-10-08T20:13:54.9053136Z copying torch\_numpy\_binary_ufuncs_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-10-08T20:13:54.9062760Z copying torch\_numpy\_casting_dicts.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-10-08T20:13:54.9093620Z copying torch\_numpy\_dtypes.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-10-08T20:13:54.9217352Z copying torch\_numpy\_dtypes_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-10-08T20:13:54.9261246Z copying torch\_numpy\_funcs.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-10-08T20:13:54.9262145Z copying torch\_numpy\_funcs_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-10-08T20:13:54.9263026Z copying torch\_numpy\_getlimits.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-10-08T20:13:54.9286040Z copying torch\_numpy\_ndarray.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-10-08T20:13:54.9286958Z copying torch\_numpy\_normalizations.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-10-08T20:13:54.9349631Z copying torch\_numpy\_reductions_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-10-08T20:13:54.9350811Z copying torch\_numpy\_ufuncs.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-10-08T20:13:54.9363325Z copying torch\_numpy\_unary_ufuncs_impl.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-10-08T20:13:54.9374477Z copying torch\_numpy\_util.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-10-08T20:13:54.9385331Z copying torch\_numpy\__init__.py -> build\lib.win-amd64-cpython-39\torch\_numpy 2024-10-08T20:13:54.9392787Z creating build\lib.win-amd64-cpython-39\torch\_prims 2024-10-08T20:13:54.9400108Z copying torch\_prims\context.py -> build\lib.win-amd64-cpython-39\torch\_prims 2024-10-08T20:13:54.9410628Z copying torch\_prims\debug_prims.py -> build\lib.win-amd64-cpython-39\torch\_prims 2024-10-08T20:13:54.9421168Z copying torch\_prims\executor.py -> build\lib.win-amd64-cpython-39\torch\_prims 2024-10-08T20:13:54.9435383Z copying torch\_prims\rng_prims.py -> build\lib.win-amd64-cpython-39\torch\_prims 2024-10-08T20:13:54.9450229Z copying torch\_prims\__init__.py -> build\lib.win-amd64-cpython-39\torch\_prims 2024-10-08T20:13:54.9492456Z creating build\lib.win-amd64-cpython-39\torch\_prims_common 2024-10-08T20:13:54.9495448Z copying torch\_prims_common\wrappers.py -> build\lib.win-amd64-cpython-39\torch\_prims_common 2024-10-08T20:13:54.9511957Z copying torch\_prims_common\__init__.py -> build\lib.win-amd64-cpython-39\torch\_prims_common 2024-10-08T20:13:54.9552485Z creating build\lib.win-amd64-cpython-39\torch\_refs 2024-10-08T20:13:54.9555087Z copying torch\_refs\fft.py -> build\lib.win-amd64-cpython-39\torch\_refs 2024-10-08T20:13:54.9572785Z copying torch\_refs\_conversions.py -> build\lib.win-amd64-cpython-39\torch\_refs 2024-10-08T20:13:54.9584450Z copying torch\_refs\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs 2024-10-08T20:13:54.9685774Z creating build\lib.win-amd64-cpython-39\torch\_strobelight 2024-10-08T20:13:54.9696526Z copying torch\_strobelight\cli_function_profiler.py -> build\lib.win-amd64-cpython-39\torch\_strobelight 2024-10-08T20:13:54.9708838Z copying torch\_strobelight\compile_time_profiler.py -> build\lib.win-amd64-cpython-39\torch\_strobelight 2024-10-08T20:13:54.9719816Z copying torch\_strobelight\__init__.py -> build\lib.win-amd64-cpython-39\torch\_strobelight 2024-10-08T20:13:54.9731735Z creating build\lib.win-amd64-cpython-39\torch\_subclasses 2024-10-08T20:13:54.9734611Z copying torch\_subclasses\fake_impls.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-10-08T20:13:54.9763867Z copying torch\_subclasses\fake_tensor.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-10-08T20:13:54.9811037Z copying torch\_subclasses\fake_utils.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-10-08T20:13:54.9834118Z copying torch\_subclasses\functional_tensor.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-10-08T20:13:54.9851945Z copying torch\_subclasses\meta_utils.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-10-08T20:13:54.9891319Z copying torch\_subclasses\schema_check_mode.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-10-08T20:13:54.9902675Z copying torch\_subclasses\_fake_tensor_utils.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-10-08T20:13:54.9912848Z copying torch\_subclasses\__init__.py -> build\lib.win-amd64-cpython-39\torch\_subclasses 2024-10-08T20:13:54.9919388Z creating build\lib.win-amd64-cpython-39\torch\_vendor 2024-10-08T20:13:54.9921892Z copying torch\_vendor\__init__.py -> build\lib.win-amd64-cpython-39\torch\_vendor 2024-10-08T20:13:54.9927756Z creating build\lib.win-amd64-cpython-39\torch\ao\nn 2024-10-08T20:13:54.9934501Z copying torch\ao\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn 2024-10-08T20:13:54.9941468Z creating build\lib.win-amd64-cpython-39\torch\ao\ns 2024-10-08T20:13:54.9944096Z copying torch\ao\ns\_numeric_suite.py -> build\lib.win-amd64-cpython-39\torch\ao\ns 2024-10-08T20:13:54.9958152Z copying torch\ao\ns\_numeric_suite_fx.py -> build\lib.win-amd64-cpython-39\torch\ao\ns 2024-10-08T20:13:54.9983189Z copying torch\ao\ns\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\ns 2024-10-08T20:13:54.9989430Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning 2024-10-08T20:13:54.9992165Z copying torch\ao\pruning\_mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning 2024-10-08T20:13:55.0001930Z copying torch\ao\pruning\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning 2024-10-08T20:13:55.0015230Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-10-08T20:13:55.0018049Z copying torch\ao\quantization\fake_quantize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-10-08T20:13:55.0034764Z copying torch\ao\quantization\fuser_method_mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-10-08T20:13:55.0046315Z copying torch\ao\quantization\fuse_modules.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-10-08T20:13:55.0066692Z copying torch\ao\quantization\observer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-10-08T20:13:55.0095933Z copying torch\ao\quantization\qconfig.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-10-08T20:13:55.0111067Z copying torch\ao\quantization\qconfig_mapping.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-10-08T20:13:55.0120727Z copying torch\ao\quantization\quantization_mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-10-08T20:13:55.0133849Z copying torch\ao\quantization\quantize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-10-08T20:13:55.0153293Z copying torch\ao\quantization\quantize_fx.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-10-08T20:13:55.0179187Z copying torch\ao\quantization\quantize_jit.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-10-08T20:13:55.0199959Z copying torch\ao\quantization\quantize_pt2e.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-10-08T20:13:55.0214646Z copying torch\ao\quantization\quant_type.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-10-08T20:13:55.0224775Z copying torch\ao\quantization\stubs.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-10-08T20:13:55.0234518Z copying torch\ao\quantization\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-10-08T20:13:55.0248753Z copying torch\ao\quantization\_correct_bias.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-10-08T20:13:55.0262403Z copying torch\ao\quantization\_equalize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-10-08T20:13:55.0275307Z copying torch\ao\quantization\_learnable_fake_quantize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-10-08T20:13:55.0284665Z copying torch\ao\quantization\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization 2024-10-08T20:13:55.0295564Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic 2024-10-08T20:13:55.0301917Z copying torch\ao\nn\intrinsic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic 2024-10-08T20:13:55.0312771Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat 2024-10-08T20:13:55.0315247Z copying torch\ao\nn\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat 2024-10-08T20:13:55.0322184Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable 2024-10-08T20:13:55.0334940Z copying torch\ao\nn\quantizable\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable 2024-10-08T20:13:55.0341482Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized 2024-10-08T20:13:55.0350816Z copying torch\ao\nn\quantized\functional.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized 2024-10-08T20:13:55.0364037Z copying torch\ao\nn\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized 2024-10-08T20:13:55.0375819Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\sparse 2024-10-08T20:13:55.0378352Z copying torch\ao\nn\sparse\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse 2024-10-08T20:13:55.0385110Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules 2024-10-08T20:13:55.0387785Z copying torch\ao\nn\intrinsic\modules\fused.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules 2024-10-08T20:13:55.0398831Z copying torch\ao\nn\intrinsic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules 2024-10-08T20:13:55.0405157Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat 2024-10-08T20:13:55.0407704Z copying torch\ao\nn\intrinsic\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat 2024-10-08T20:13:55.0414498Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized 2024-10-08T20:13:55.0420821Z copying torch\ao\nn\intrinsic\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized 2024-10-08T20:13:55.0427944Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2024-10-08T20:13:55.0430736Z copying torch\ao\nn\intrinsic\qat\modules\conv_fused.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2024-10-08T20:13:55.0449594Z copying torch\ao\nn\intrinsic\qat\modules\linear_fused.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2024-10-08T20:13:55.0465523Z copying torch\ao\nn\intrinsic\qat\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2024-10-08T20:13:55.0480292Z copying torch\ao\nn\intrinsic\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\modules 2024-10-08T20:13:55.0494764Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic 2024-10-08T20:13:55.0497454Z copying torch\ao\nn\intrinsic\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic 2024-10-08T20:13:55.0510738Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2024-10-08T20:13:55.0513491Z copying torch\ao\nn\intrinsic\quantized\modules\bn_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2024-10-08T20:13:55.0523510Z copying torch\ao\nn\intrinsic\quantized\modules\conv_add.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2024-10-08T20:13:55.0534940Z copying torch\ao\nn\intrinsic\quantized\modules\conv_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2024-10-08T20:13:55.0549095Z copying torch\ao\nn\intrinsic\quantized\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2024-10-08T20:13:55.0558247Z copying torch\ao\nn\intrinsic\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\modules 2024-10-08T20:13:55.0570548Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic\modules 2024-10-08T20:13:55.0573621Z copying torch\ao\nn\intrinsic\quantized\dynamic\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic\modules 2024-10-08T20:13:55.0589573Z copying torch\ao\nn\intrinsic\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\dynamic\modules 2024-10-08T20:13:55.0595742Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic 2024-10-08T20:13:55.0598306Z copying torch\ao\nn\qat\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic 2024-10-08T20:13:55.0606258Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2024-10-08T20:13:55.0609128Z copying torch\ao\nn\qat\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2024-10-08T20:13:55.0619009Z copying torch\ao\nn\qat\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2024-10-08T20:13:55.0628795Z copying torch\ao\nn\qat\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2024-10-08T20:13:55.0637955Z copying torch\ao\nn\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules 2024-10-08T20:13:55.0648208Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules 2024-10-08T20:13:55.0650916Z copying torch\ao\nn\qat\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules 2024-10-08T20:13:55.0660498Z copying torch\ao\nn\qat\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\modules 2024-10-08T20:13:55.0667367Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2024-10-08T20:13:55.0673858Z copying torch\ao\nn\quantizable\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2024-10-08T20:13:55.0688091Z copying torch\ao\nn\quantizable\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2024-10-08T20:13:55.0709054Z copying torch\ao\nn\quantizable\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules 2024-10-08T20:13:55.0715608Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic 2024-10-08T20:13:55.0718271Z copying torch\ao\nn\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic 2024-10-08T20:13:55.0726595Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-10-08T20:13:55.0729599Z copying torch\ao\nn\quantized\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-10-08T20:13:55.0741156Z copying torch\ao\nn\quantized\modules\batchnorm.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-10-08T20:13:55.0750731Z copying torch\ao\nn\quantized\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-10-08T20:13:55.0771234Z copying torch\ao\nn\quantized\modules\dropout.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-10-08T20:13:55.0781240Z copying torch\ao\nn\quantized\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-10-08T20:13:55.0795485Z copying torch\ao\nn\quantized\modules\functional_modules.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-10-08T20:13:55.0807695Z copying torch\ao\nn\quantized\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-10-08T20:13:55.0818570Z copying torch\ao\nn\quantized\modules\normalization.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-10-08T20:13:55.0828572Z copying torch\ao\nn\quantized\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-10-08T20:13:55.0837923Z copying torch\ao\nn\quantized\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-10-08T20:13:55.0847360Z copying torch\ao\nn\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules 2024-10-08T20:13:55.0858087Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference 2024-10-08T20:13:55.0865828Z copying torch\ao\nn\quantized\reference\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference 2024-10-08T20:13:55.0872999Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2024-10-08T20:13:55.0875825Z copying torch\ao\nn\quantized\dynamic\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2024-10-08T20:13:55.0898230Z copying torch\ao\nn\quantized\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2024-10-08T20:13:55.0911565Z copying torch\ao\nn\quantized\dynamic\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2024-10-08T20:13:55.0944718Z copying torch\ao\nn\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\modules 2024-10-08T20:13:55.0952821Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-10-08T20:13:55.0955608Z copying torch\ao\nn\quantized\reference\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-10-08T20:13:55.0965536Z copying torch\ao\nn\quantized\reference\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-10-08T20:13:55.0975010Z copying torch\ao\nn\quantized\reference\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-10-08T20:13:55.1001126Z copying torch\ao\nn\quantized\reference\modules\sparse.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-10-08T20:13:55.1012459Z copying torch\ao\nn\quantized\reference\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-10-08T20:13:55.1023773Z copying torch\ao\nn\quantized\reference\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\modules 2024-10-08T20:13:55.1030437Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2024-10-08T20:13:55.1033263Z copying torch\ao\nn\sparse\quantized\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2024-10-08T20:13:55.1044430Z copying torch\ao\nn\sparse\quantized\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2024-10-08T20:13:55.1054652Z copying torch\ao\nn\sparse\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized 2024-10-08T20:13:55.1061395Z creating build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic 2024-10-08T20:13:55.1064223Z copying torch\ao\nn\sparse\quantized\dynamic\linear.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic 2024-10-08T20:13:55.1073726Z copying torch\ao\nn\sparse\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\dynamic 2024-10-08T20:13:55.1081357Z creating build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-10-08T20:13:55.1084255Z copying torch\ao\ns\fx\graph_matcher.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-10-08T20:13:55.1097486Z copying torch\ao\ns\fx\graph_passes.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-10-08T20:13:55.1131245Z copying torch\ao\ns\fx\mappings.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-10-08T20:13:55.1146559Z copying torch\ao\ns\fx\ns_types.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-10-08T20:13:55.1155595Z copying torch\ao\ns\fx\n_shadows_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-10-08T20:13:55.1183871Z copying torch\ao\ns\fx\pattern_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-10-08T20:13:55.1194288Z copying torch\ao\ns\fx\qconfig_multi_mapping.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-10-08T20:13:55.1205373Z copying torch\ao\ns\fx\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-10-08T20:13:55.1220441Z copying torch\ao\ns\fx\weight_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-10-08T20:13:55.1230475Z copying torch\ao\ns\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\ns\fx 2024-10-08T20:13:55.1236956Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2024-10-08T20:13:55.1239952Z copying torch\ao\pruning\scheduler\base_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2024-10-08T20:13:55.1249902Z copying torch\ao\pruning\scheduler\cubic_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2024-10-08T20:13:55.1262501Z copying torch\ao\pruning\scheduler\lambda_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2024-10-08T20:13:55.1279658Z copying torch\ao\pruning\scheduler\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler 2024-10-08T20:13:55.1286635Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2024-10-08T20:13:55.1293830Z copying torch\ao\pruning\sparsifier\base_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2024-10-08T20:13:55.1305306Z copying torch\ao\pruning\sparsifier\nearly_diagonal_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2024-10-08T20:13:55.1314852Z copying torch\ao\pruning\sparsifier\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2024-10-08T20:13:55.1337802Z copying torch\ao\pruning\sparsifier\weight_norm_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2024-10-08T20:13:55.1350821Z copying torch\ao\pruning\sparsifier\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier 2024-10-08T20:13:55.1356587Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental 2024-10-08T20:13:55.1359293Z copying torch\ao\pruning\_experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental 2024-10-08T20:13:55.1365484Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier 2024-10-08T20:13:55.1368559Z copying torch\ao\pruning\_experimental\activation_sparsifier\activation_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier 2024-10-08T20:13:55.1388201Z copying torch\ao\pruning\_experimental\activation_sparsifier\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\activation_sparsifier 2024-10-08T20:13:55.1393934Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler 2024-10-08T20:13:55.1397521Z copying torch\ao\pruning\_experimental\data_scheduler\base_data_scheduler.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler 2024-10-08T20:13:55.1407785Z copying torch\ao\pruning\_experimental\data_scheduler\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_scheduler 2024-10-08T20:13:55.1414826Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2024-10-08T20:13:55.1422992Z copying torch\ao\pruning\_experimental\data_sparsifier\base_data_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2024-10-08T20:13:55.1439051Z copying torch\ao\pruning\_experimental\data_sparsifier\data_norm_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2024-10-08T20:13:55.1448641Z copying torch\ao\pruning\_experimental\data_sparsifier\quantization_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2024-10-08T20:13:55.1464051Z copying torch\ao\pruning\_experimental\data_sparsifier\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier 2024-10-08T20:13:55.1471756Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-10-08T20:13:55.1474744Z copying torch\ao\pruning\_experimental\pruner\base_structured_sparsifier.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-10-08T20:13:55.1488398Z copying torch\ao\pruning\_experimental\pruner\FPGM_pruner.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-10-08T20:13:55.1498645Z copying torch\ao\pruning\_experimental\pruner\lstm_saliency_pruner.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-10-08T20:13:55.3319181Z copying torch\ao\pruning\_experimental\pruner\match_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-10-08T20:13:55.3346960Z copying torch\ao\pruning\_experimental\pruner\parametrization.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-10-08T20:13:55.3358121Z copying torch\ao\pruning\_experimental\pruner\prune_functions.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-10-08T20:13:55.3372657Z copying torch\ao\pruning\_experimental\pruner\saliency_pruner.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-10-08T20:13:55.3390089Z copying torch\ao\pruning\_experimental\pruner\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner 2024-10-08T20:13:55.3397218Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning 2024-10-08T20:13:55.3400079Z copying torch\ao\pruning\_experimental\data_sparsifier\lightning\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning 2024-10-08T20:13:55.3406336Z creating build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2024-10-08T20:13:55.3409521Z 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 2024-10-08T20:13:55.3421730Z 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 2024-10-08T20:13:55.3431912Z 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 2024-10-08T20:13:55.3444596Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-10-08T20:13:55.3447636Z copying torch\ao\quantization\backend_config\backend_config.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-10-08T20:13:55.3472344Z copying torch\ao\quantization\backend_config\executorch.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-10-08T20:13:55.3494628Z copying torch\ao\quantization\backend_config\fbgemm.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-10-08T20:13:55.3506546Z copying torch\ao\quantization\backend_config\native.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-10-08T20:13:55.3524359Z copying torch\ao\quantization\backend_config\observation_type.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-10-08T20:13:55.3528974Z copying torch\ao\quantization\backend_config\onednn.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-10-08T20:13:55.3559551Z copying torch\ao\quantization\backend_config\qnnpack.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-10-08T20:13:55.3571225Z copying torch\ao\quantization\backend_config\tensorrt.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-10-08T20:13:55.3581966Z copying torch\ao\quantization\backend_config\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-10-08T20:13:55.3598322Z copying torch\ao\quantization\backend_config\x86.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-10-08T20:13:55.3609316Z copying torch\ao\quantization\backend_config\_common_operator_config_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-10-08T20:13:55.3633782Z copying torch\ao\quantization\backend_config\_qnnpack_pt2e.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-10-08T20:13:55.3643927Z copying torch\ao\quantization\backend_config\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config 2024-10-08T20:13:55.3658694Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-10-08T20:13:55.3661483Z copying torch\ao\quantization\fx\convert.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-10-08T20:13:55.3703508Z copying torch\ao\quantization\fx\custom_config.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-10-08T20:13:55.3723772Z copying torch\ao\quantization\fx\fuse.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-10-08T20:13:55.3734724Z copying torch\ao\quantization\fx\fuse_handler.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-10-08T20:13:55.3751222Z copying torch\ao\quantization\fx\graph_module.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-10-08T20:13:55.3767748Z copying torch\ao\quantization\fx\lower_to_fbgemm.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-10-08T20:13:55.3773291Z copying torch\ao\quantization\fx\lower_to_qnnpack.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-10-08T20:13:55.3779113Z copying torch\ao\quantization\fx\lstm_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-10-08T20:13:55.3792248Z copying torch\ao\quantization\fx\match_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-10-08T20:13:55.3808702Z copying torch\ao\quantization\fx\pattern_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-10-08T20:13:55.3819722Z copying torch\ao\quantization\fx\prepare.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-10-08T20:13:55.3874263Z copying torch\ao\quantization\fx\qconfig_mapping_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-10-08T20:13:55.3886768Z copying torch\ao\quantization\fx\quantize_handler.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-10-08T20:13:55.3898323Z copying torch\ao\quantization\fx\tracer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-10-08T20:13:55.3916493Z copying torch\ao\quantization\fx\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-10-08T20:13:55.3935263Z copying torch\ao\quantization\fx\_decomposed.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-10-08T20:13:55.3959441Z copying torch\ao\quantization\fx\_equalize.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-10-08T20:13:55.3994749Z copying torch\ao\quantization\fx\_lower_to_native_backend.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-10-08T20:13:55.4031635Z copying torch\ao\quantization\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx 2024-10-08T20:13:55.4039560Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-10-08T20:13:55.4042847Z copying torch\ao\quantization\pt2e\duplicate_dq_pass.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-10-08T20:13:55.4068781Z copying torch\ao\quantization\pt2e\export_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-10-08T20:13:55.4078796Z copying torch\ao\quantization\pt2e\graph_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-10-08T20:13:55.4088735Z copying torch\ao\quantization\pt2e\port_metadata_pass.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-10-08T20:13:55.4104683Z copying torch\ao\quantization\pt2e\prepare.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-10-08T20:13:55.4125558Z copying torch\ao\quantization\pt2e\qat_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-10-08T20:13:55.4150295Z copying torch\ao\quantization\pt2e\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-10-08T20:13:55.4178258Z copying torch\ao\quantization\pt2e\_numeric_debugger.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-10-08T20:13:55.4196052Z copying torch\ao\quantization\pt2e\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e 2024-10-08T20:13:55.4203328Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-10-08T20:13:55.4206329Z copying torch\ao\quantization\quantizer\composable_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-10-08T20:13:55.4217321Z copying torch\ao\quantization\quantizer\embedding_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-10-08T20:13:55.4228034Z copying torch\ao\quantization\quantizer\quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-10-08T20:13:55.4245550Z copying torch\ao\quantization\quantizer\utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-10-08T20:13:55.4257989Z copying torch\ao\quantization\quantizer\x86_inductor_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-10-08T20:13:55.4286307Z copying torch\ao\quantization\quantizer\xnnpack_quantizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-10-08T20:13:55.4301413Z copying torch\ao\quantization\quantizer\xnnpack_quantizer_utils.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-10-08T20:13:55.4321621Z copying torch\ao\quantization\quantizer\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer 2024-10-08T20:13:55.4329269Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2024-10-08T20:13:55.4332151Z copying torch\ao\quantization\fx\_model_report\detector.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2024-10-08T20:13:55.7195309Z copying torch\ao\quantization\fx\_model_report\model_report.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2024-10-08T20:13:55.7220318Z copying torch\ao\quantization\fx\_model_report\model_report_observer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2024-10-08T20:13:55.7243521Z copying torch\ao\quantization\fx\_model_report\model_report_visualizer.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2024-10-08T20:13:55.7280595Z copying torch\ao\quantization\fx\_model_report\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_model_report 2024-10-08T20:13:55.7286630Z creating build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation 2024-10-08T20:13:55.7289969Z copying torch\ao\quantization\pt2e\representation\rewrite.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation 2024-10-08T20:13:55.7314322Z copying torch\ao\quantization\pt2e\representation\__init__.py -> build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation 2024-10-08T20:13:55.7321314Z creating build\lib.win-amd64-cpython-39\torch\autograd\_functions 2024-10-08T20:13:55.7324352Z copying torch\autograd\_functions\tensor.py -> build\lib.win-amd64-cpython-39\torch\autograd\_functions 2024-10-08T20:13:55.7336058Z copying torch\autograd\_functions\utils.py -> build\lib.win-amd64-cpython-39\torch\autograd\_functions 2024-10-08T20:13:55.7348529Z copying torch\autograd\_functions\__init__.py -> build\lib.win-amd64-cpython-39\torch\autograd\_functions 2024-10-08T20:13:55.7354966Z creating build\lib.win-amd64-cpython-39\torch\backends\cpu 2024-10-08T20:13:55.7357870Z copying torch\backends\cpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cpu 2024-10-08T20:13:55.7371959Z creating build\lib.win-amd64-cpython-39\torch\backends\cuda 2024-10-08T20:13:55.7374612Z copying torch\backends\cuda\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cuda 2024-10-08T20:13:55.7393038Z creating build\lib.win-amd64-cpython-39\torch\backends\cudnn 2024-10-08T20:13:55.7395604Z copying torch\backends\cudnn\rnn.py -> build\lib.win-amd64-cpython-39\torch\backends\cudnn 2024-10-08T20:13:55.7405698Z copying torch\backends\cudnn\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cudnn 2024-10-08T20:13:55.7429707Z creating build\lib.win-amd64-cpython-39\torch\backends\cusparselt 2024-10-08T20:13:55.7432429Z copying torch\backends\cusparselt\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\cusparselt 2024-10-08T20:13:55.7444311Z creating build\lib.win-amd64-cpython-39\torch\backends\mha 2024-10-08T20:13:55.7459150Z copying torch\backends\mha\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mha 2024-10-08T20:13:55.7470603Z creating build\lib.win-amd64-cpython-39\torch\backends\mkl 2024-10-08T20:13:55.7473117Z copying torch\backends\mkl\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mkl 2024-10-08T20:13:55.7486534Z creating build\lib.win-amd64-cpython-39\torch\backends\mkldnn 2024-10-08T20:13:55.7489177Z copying torch\backends\mkldnn\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mkldnn 2024-10-08T20:13:55.7499911Z creating build\lib.win-amd64-cpython-39\torch\backends\mps 2024-10-08T20:13:55.7502394Z copying torch\backends\mps\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\mps 2024-10-08T20:13:55.7512939Z creating build\lib.win-amd64-cpython-39\torch\backends\nnpack 2024-10-08T20:13:55.7515522Z copying torch\backends\nnpack\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\nnpack 2024-10-08T20:13:55.7526972Z creating build\lib.win-amd64-cpython-39\torch\backends\openmp 2024-10-08T20:13:55.7529436Z copying torch\backends\openmp\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\openmp 2024-10-08T20:13:55.7536001Z creating build\lib.win-amd64-cpython-39\torch\backends\opt_einsum 2024-10-08T20:13:55.7538627Z copying torch\backends\opt_einsum\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\opt_einsum 2024-10-08T20:13:55.7550670Z creating build\lib.win-amd64-cpython-39\torch\backends\quantized 2024-10-08T20:13:55.7553245Z copying torch\backends\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\quantized 2024-10-08T20:13:55.7566025Z creating build\lib.win-amd64-cpython-39\torch\backends\xeon 2024-10-08T20:13:55.7568834Z copying torch\backends\xeon\run_cpu.py -> build\lib.win-amd64-cpython-39\torch\backends\xeon 2024-10-08T20:13:55.7598802Z copying torch\backends\xeon\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\xeon 2024-10-08T20:13:55.7604679Z creating build\lib.win-amd64-cpython-39\torch\backends\xnnpack 2024-10-08T20:13:55.7607300Z copying torch\backends\xnnpack\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\xnnpack 2024-10-08T20:13:55.7618513Z creating build\lib.win-amd64-cpython-39\torch\backends\_coreml 2024-10-08T20:13:55.7621187Z copying torch\backends\_coreml\preprocess.py -> build\lib.win-amd64-cpython-39\torch\backends\_coreml 2024-10-08T20:13:55.7630970Z copying torch\backends\_coreml\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\_coreml 2024-10-08T20:13:55.7636790Z creating build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2024-10-08T20:13:55.7639487Z copying torch\backends\_nnapi\prepare.py -> build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2024-10-08T20:13:55.7654009Z copying torch\backends\_nnapi\serializer.py -> build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2024-10-08T20:13:55.9857393Z copying torch\backends\_nnapi\__init__.py -> build\lib.win-amd64-cpython-39\torch\backends\_nnapi 2024-10-08T20:13:55.9863820Z creating build\lib.win-amd64-cpython-39\torch\cpu\amp 2024-10-08T20:13:55.9866649Z copying torch\cpu\amp\autocast_mode.py -> build\lib.win-amd64-cpython-39\torch\cpu\amp 2024-10-08T20:13:55.9877284Z copying torch\cpu\amp\grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\cpu\amp 2024-10-08T20:13:55.9890679Z copying torch\cpu\amp\__init__.py -> build\lib.win-amd64-cpython-39\torch\cpu\amp 2024-10-08T20:13:55.9898523Z creating build\lib.win-amd64-cpython-39\torch\cuda\amp 2024-10-08T20:13:55.9901379Z copying torch\cuda\amp\autocast_mode.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2024-10-08T20:13:55.9912671Z copying torch\cuda\amp\common.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2024-10-08T20:13:55.9918172Z copying torch\cuda\amp\grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2024-10-08T20:13:55.9930298Z copying torch\cuda\amp\__init__.py -> build\lib.win-amd64-cpython-39\torch\cuda\amp 2024-10-08T20:13:55.9937374Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms 2024-10-08T20:13:55.9940210Z copying torch\distributed\algorithms\join.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms 2024-10-08T20:13:55.9951474Z copying torch\distributed\algorithms\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms 2024-10-08T20:13:55.9957984Z creating build\lib.win-amd64-cpython-39\torch\distributed\autograd 2024-10-08T20:13:55.9960608Z copying torch\distributed\autograd\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\autograd 2024-10-08T20:13:55.9976634Z creating build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-10-08T20:13:55.9984564Z copying torch\distributed\checkpoint\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-10-08T20:13:55.9998336Z copying torch\distributed\checkpoint\default_planner.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-10-08T20:13:56.0011864Z copying torch\distributed\checkpoint\filesystem.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-10-08T20:13:56.0026536Z copying torch\distributed\checkpoint\format_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-10-08T20:13:56.0043807Z copying torch\distributed\checkpoint\logger.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-10-08T20:13:56.0058382Z copying torch\distributed\checkpoint\logging_handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-10-08T20:13:56.0064042Z copying torch\distributed\checkpoint\metadata.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-10-08T20:13:56.0073843Z copying torch\distributed\checkpoint\optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-10-08T20:13:56.0086263Z copying torch\distributed\checkpoint\planner.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-10-08T20:13:56.0097672Z copying torch\distributed\checkpoint\planner_helpers.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-10-08T20:13:56.0108320Z copying torch\distributed\checkpoint\resharding.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-10-08T20:13:56.0119086Z copying torch\distributed\checkpoint\staging.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-10-08T20:13:56.0128924Z copying torch\distributed\checkpoint\stateful.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-10-08T20:13:56.0138236Z copying torch\distributed\checkpoint\state_dict.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-10-08T20:13:56.0159820Z copying torch\distributed\checkpoint\state_dict_loader.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-10-08T20:13:56.0170265Z copying torch\distributed\checkpoint\state_dict_saver.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-10-08T20:13:56.0180158Z copying torch\distributed\checkpoint\storage.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-10-08T20:13:56.0189537Z copying torch\distributed\checkpoint\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-10-08T20:13:56.0201790Z copying torch\distributed\checkpoint\_checkpointer.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-10-08T20:13:56.0212205Z copying torch\distributed\checkpoint\_dedup_save_plans.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-10-08T20:13:56.0221700Z copying torch\distributed\checkpoint\_dedup_tensors.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-10-08T20:13:56.0231981Z copying torch\distributed\checkpoint\_fsspec_filesystem.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-10-08T20:13:56.0245023Z copying torch\distributed\checkpoint\_nested_dict.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-10-08T20:13:56.0261457Z copying torch\distributed\checkpoint\_sharded_tensor_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-10-08T20:13:56.0271822Z copying torch\distributed\checkpoint\_storage_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-10-08T20:13:56.0282515Z copying torch\distributed\checkpoint\_traverse.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-10-08T20:13:56.0292382Z copying torch\distributed\checkpoint\_version.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-10-08T20:13:56.0297933Z copying torch\distributed\checkpoint\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\checkpoint 2024-10-08T20:13:56.0305450Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic 2024-10-08T20:13:56.0308208Z copying torch\distributed\elastic\control_plane.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic 2024-10-08T20:13:56.0324117Z copying torch\distributed\elastic\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic 2024-10-08T20:13:56.0344597Z creating build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-10-08T20:13:56.0347397Z copying torch\distributed\fsdp\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-10-08T20:13:56.0363521Z copying torch\distributed\fsdp\fully_sharded_data_parallel.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-10-08T20:13:56.0418483Z copying torch\distributed\fsdp\sharded_grad_scaler.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-10-08T20:13:56.0433474Z copying torch\distributed\fsdp\wrap.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-10-08T20:13:56.0451219Z copying torch\distributed\fsdp\_common_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-10-08T20:13:56.0473919Z copying torch\distributed\fsdp\_debug_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-10-08T20:13:56.0483710Z copying torch\distributed\fsdp\_dynamo_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-10-08T20:13:56.0493241Z copying torch\distributed\fsdp\_exec_order_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-10-08T20:13:56.0508991Z copying torch\distributed\fsdp\_flat_param.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-10-08T20:13:56.0552892Z copying torch\distributed\fsdp\_fsdp_extensions.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-10-08T20:13:56.0563051Z copying torch\distributed\fsdp\_init_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-10-08T20:13:56.0581334Z copying torch\distributed\fsdp\_limiter_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-10-08T20:13:56.0593488Z copying torch\distributed\fsdp\_optim_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-10-08T20:13:56.0660743Z copying torch\distributed\fsdp\_runtime_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-10-08T20:13:56.0731167Z copying torch\distributed\fsdp\_shard_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-10-08T20:13:56.0741288Z copying torch\distributed\fsdp\_state_dict_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-10-08T20:13:56.0774609Z copying torch\distributed\fsdp\_trace_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-10-08T20:13:56.0786100Z copying torch\distributed\fsdp\_traversal_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-10-08T20:13:56.0797285Z copying torch\distributed\fsdp\_unshard_param_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-10-08T20:13:56.0812246Z copying torch\distributed\fsdp\_wrap_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-10-08T20:13:56.0828621Z copying torch\distributed\fsdp\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\fsdp 2024-10-08T20:13:56.0839817Z creating build\lib.win-amd64-cpython-39\torch\distributed\launcher 2024-10-08T20:13:56.0842581Z copying torch\distributed\launcher\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\launcher 2024-10-08T20:13:56.0852673Z copying torch\distributed\launcher\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\launcher 2024-10-08T20:13:56.0859421Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn 2024-10-08T20:13:56.0862087Z copying torch\distributed\nn\functional.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn 2024-10-08T20:13:56.0872090Z copying torch\distributed\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn 2024-10-08T20:13:56.0880995Z creating build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-10-08T20:13:56.0883844Z copying torch\distributed\optim\apply_optimizer_in_backward.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-10-08T20:13:56.0894075Z copying torch\distributed\optim\functional_adadelta.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-10-08T20:13:56.0903793Z copying torch\distributed\optim\functional_adagrad.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-10-08T20:13:56.0919884Z copying torch\distributed\optim\functional_adam.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-10-08T20:13:56.0931624Z copying torch\distributed\optim\functional_adamax.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-10-08T20:13:56.0942007Z copying torch\distributed\optim\functional_adamw.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-10-08T20:13:56.0952432Z copying torch\distributed\optim\functional_rmsprop.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-10-08T20:13:56.0963397Z copying torch\distributed\optim\functional_rprop.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-10-08T20:13:56.0974396Z copying torch\distributed\optim\functional_sgd.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-10-08T20:13:56.0986285Z copying torch\distributed\optim\named_optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-10-08T20:13:56.0996020Z copying torch\distributed\optim\optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-10-08T20:13:56.1006377Z copying torch\distributed\optim\post_localSGD_optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-10-08T20:13:56.1016441Z copying torch\distributed\optim\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-10-08T20:13:56.1025275Z copying torch\distributed\optim\zero_redundancy_optimizer.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-10-08T20:13:56.1047890Z copying torch\distributed\optim\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-10-08T20:13:56.1061916Z creating build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-10-08T20:13:56.1064896Z copying torch\distributed\pipelining\microbatch.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-10-08T20:13:56.1078821Z copying torch\distributed\pipelining\schedules.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-10-08T20:13:56.1112497Z copying torch\distributed\pipelining\stage.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-10-08T20:13:56.1152682Z copying torch\distributed\pipelining\_backward.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-10-08T20:13:56.1171122Z copying torch\distributed\pipelining\_debug.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-10-08T20:13:56.1177148Z copying torch\distributed\pipelining\_IR.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-10-08T20:13:56.1208327Z copying torch\distributed\pipelining\_unflatten.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-10-08T20:13:56.1217763Z copying torch\distributed\pipelining\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-10-08T20:13:56.1227606Z copying torch\distributed\pipelining\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\pipelining 2024-10-08T20:13:56.1235938Z creating build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-10-08T20:13:56.1238662Z copying torch\distributed\rpc\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-10-08T20:13:56.1258575Z copying torch\distributed\rpc\backend_registry.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-10-08T20:13:56.1273697Z copying torch\distributed\rpc\constants.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-10-08T20:13:56.1284090Z copying torch\distributed\rpc\functions.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-10-08T20:13:56.1301697Z copying torch\distributed\rpc\internal.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-10-08T20:13:56.1313901Z copying torch\distributed\rpc\options.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-10-08T20:13:56.1323439Z copying torch\distributed\rpc\rref_proxy.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-10-08T20:13:56.1332735Z copying torch\distributed\rpc\server_process_global_profiler.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-10-08T20:13:56.1343395Z copying torch\distributed\rpc\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-10-08T20:13:56.1355345Z copying torch\distributed\rpc\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc 2024-10-08T20:13:56.1369995Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-10-08T20:13:56.1372737Z copying torch\distributed\tensor\device_mesh.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-10-08T20:13:56.1378498Z copying torch\distributed\tensor\placement_types.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-10-08T20:13:56.1395397Z copying torch\distributed\tensor\_api.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-10-08T20:13:56.1423022Z copying torch\distributed\tensor\_collective_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-10-08T20:13:56.1440016Z copying torch\distributed\tensor\_dispatch.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-10-08T20:13:56.1455156Z copying torch\distributed\tensor\_dtensor_spec.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-10-08T20:13:56.1465437Z copying torch\distributed\tensor\_op_schema.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-10-08T20:13:56.1479845Z copying torch\distributed\tensor\_random.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-10-08T20:13:56.1490550Z copying torch\distributed\tensor\_redistribute.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-10-08T20:13:56.1502703Z copying torch\distributed\tensor\_sharding_prop.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-10-08T20:13:56.1521467Z copying torch\distributed\tensor\_shards_wrapper.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-10-08T20:13:56.1533462Z copying torch\distributed\tensor\_tp_conv.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-10-08T20:13:56.1545853Z copying torch\distributed\tensor\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-10-08T20:13:56.1562600Z copying torch\distributed\tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor 2024-10-08T20:13:56.1576690Z creating build\lib.win-amd64-cpython-39\torch\distributed\_composable 2024-10-08T20:13:56.1579807Z copying torch\distributed\_composable\checkpoint_activation.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2024-10-08T20:13:56.1590417Z copying torch\distributed\_composable\contract.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2024-10-08T20:13:56.1607041Z copying torch\distributed\_composable\fully_shard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2024-10-08T20:13:56.1636915Z copying torch\distributed\_composable\replicate.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2024-10-08T20:13:56.1655857Z copying torch\distributed\_composable\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable 2024-10-08T20:13:56.1663555Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-10-08T20:13:56.1666294Z copying torch\distributed\_shard\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-10-08T20:13:56.1678498Z copying torch\distributed\_shard\common_op_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-10-08T20:13:56.1688587Z copying torch\distributed\_shard\metadata.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-10-08T20:13:56.1700732Z copying torch\distributed\_shard\op_registry_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-10-08T20:13:56.1712811Z copying torch\distributed\_shard\sharder.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-10-08T20:13:56.1732180Z copying torch\distributed\_shard\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-10-08T20:13:56.1742789Z copying torch\distributed\_shard\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard 2024-10-08T20:13:56.1749594Z creating build\lib.win-amd64-cpython-39\torch\distributed\_sharded_tensor 2024-10-08T20:13:56.1752294Z copying torch\distributed\_sharded_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_sharded_tensor 2024-10-08T20:13:56.1758841Z creating build\lib.win-amd64-cpython-39\torch\distributed\_sharding_spec 2024-10-08T20:13:56.1761617Z copying torch\distributed\_sharding_spec\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_sharding_spec 2024-10-08T20:13:56.1768606Z creating build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory 2024-10-08T20:13:56.1771478Z copying torch\distributed\_symmetric_memory\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory 2024-10-08T20:13:56.1796855Z creating build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-10-08T20:13:56.1799508Z copying torch\distributed\_tensor\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-10-08T20:13:56.1805130Z copying torch\distributed\_tensor\placement_types.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-10-08T20:13:56.1810645Z copying torch\distributed\_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tensor 2024-10-08T20:13:56.1823125Z creating build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-10-08T20:13:56.1825757Z copying torch\distributed\_tools\fsdp2_mem_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-10-08T20:13:56.1841978Z copying torch\distributed\_tools\memory_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-10-08T20:13:56.1852379Z copying torch\distributed\_tools\mem_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-10-08T20:13:56.1888363Z copying torch\distributed\_tools\mod_tracker.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-10-08T20:13:56.1907434Z copying torch\distributed\_tools\runtime_estimator.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-10-08T20:13:56.1925539Z copying torch\distributed\_tools\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_tools 2024-10-08T20:13:56.1933774Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-10-08T20:13:56.1936872Z copying torch\distributed\algorithms\ddp_comm_hooks\ddp_zero_hook.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-10-08T20:13:56.1953151Z copying torch\distributed\algorithms\ddp_comm_hooks\debugging_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-10-08T20:13:56.1963817Z copying torch\distributed\algorithms\ddp_comm_hooks\default_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-10-08T20:13:56.1977868Z copying torch\distributed\algorithms\ddp_comm_hooks\mixed_precision_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-10-08T20:13:56.1987100Z copying torch\distributed\algorithms\ddp_comm_hooks\optimizer_overlap_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-10-08T20:13:56.1997437Z copying torch\distributed\algorithms\ddp_comm_hooks\post_localSGD_hook.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-10-08T20:13:56.2007737Z copying torch\distributed\algorithms\ddp_comm_hooks\powerSGD_hook.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-10-08T20:13:56.2035561Z copying torch\distributed\algorithms\ddp_comm_hooks\quantization_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-10-08T20:13:56.2045867Z copying torch\distributed\algorithms\ddp_comm_hooks\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\ddp_comm_hooks 2024-10-08T20:13:56.2056805Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2024-10-08T20:13:56.2066729Z copying torch\distributed\algorithms\model_averaging\averagers.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2024-10-08T20:13:56.2080933Z copying torch\distributed\algorithms\model_averaging\hierarchical_model_averager.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2024-10-08T20:13:56.2094874Z copying torch\distributed\algorithms\model_averaging\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2024-10-08T20:13:56.2119514Z copying torch\distributed\algorithms\model_averaging\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging 2024-10-08T20:13:56.2125360Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint 2024-10-08T20:13:56.2128470Z copying torch\distributed\algorithms\_checkpoint\checkpoint_wrapper.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint 2024-10-08T20:13:56.2141992Z copying torch\distributed\algorithms\_checkpoint\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint 2024-10-08T20:13:56.2148056Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks 2024-10-08T20:13:56.2151253Z copying torch\distributed\algorithms\_comm_hooks\default_hooks.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks 2024-10-08T20:13:56.2161521Z copying torch\distributed\algorithms\_comm_hooks\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks 2024-10-08T20:13:56.2168493Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap 2024-10-08T20:13:56.2171457Z copying torch\distributed\algorithms\_optimizer_overlap\optimizer_overlap.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap 2024-10-08T20:13:56.2181762Z copying torch\distributed\algorithms\_optimizer_overlap\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap 2024-10-08T20:13:56.2189275Z creating build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization 2024-10-08T20:13:56.2192394Z copying torch\distributed\algorithms\_quantization\quantization.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization 2024-10-08T20:13:56.2205110Z copying torch\distributed\algorithms\_quantization\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization 2024-10-08T20:13:56.2210716Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent 2024-10-08T20:13:56.2213415Z copying torch\distributed\elastic\agent\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent 2024-10-08T20:13:56.2219505Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2024-10-08T20:13:56.2222162Z copying torch\distributed\elastic\events\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2024-10-08T20:13:56.2233634Z copying torch\distributed\elastic\events\handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2024-10-08T20:13:56.2239019Z copying torch\distributed\elastic\events\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\events 2024-10-08T20:13:56.2253332Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics 2024-10-08T20:13:56.2256182Z copying torch\distributed\elastic\metrics\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics 2024-10-08T20:13:56.2268156Z copying torch\distributed\elastic\metrics\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics 2024-10-08T20:13:56.2282493Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2024-10-08T20:13:56.2290706Z copying torch\distributed\elastic\multiprocessing\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2024-10-08T20:13:56.2307333Z copying torch\distributed\elastic\multiprocessing\redirects.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2024-10-08T20:13:56.2317980Z copying torch\distributed\elastic\multiprocessing\tail_log.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2024-10-08T20:13:56.2327258Z copying torch\distributed\elastic\multiprocessing\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing 2024-10-08T20:13:56.2339976Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-10-08T20:13:56.2342820Z copying torch\distributed\elastic\rendezvous\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-10-08T20:13:56.2355395Z copying torch\distributed\elastic\rendezvous\c10d_rendezvous_backend.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-10-08T20:13:56.2366306Z copying torch\distributed\elastic\rendezvous\dynamic_rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-10-08T20:13:56.2398739Z copying torch\distributed\elastic\rendezvous\etcd_rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-10-08T20:13:56.2423461Z copying torch\distributed\elastic\rendezvous\etcd_rendezvous_backend.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-10-08T20:13:56.2436379Z copying torch\distributed\elastic\rendezvous\etcd_server.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-10-08T20:13:56.2447106Z copying torch\distributed\elastic\rendezvous\etcd_store.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-10-08T20:13:56.2456866Z copying torch\distributed\elastic\rendezvous\registry.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-10-08T20:13:56.2465991Z copying torch\distributed\elastic\rendezvous\static_tcp_rendezvous.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-10-08T20:13:56.2483492Z copying torch\distributed\elastic\rendezvous\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-10-08T20:13:56.2507448Z copying torch\distributed\elastic\rendezvous\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous 2024-10-08T20:13:56.2526073Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2024-10-08T20:13:56.2528660Z copying torch\distributed\elastic\timer\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2024-10-08T20:13:56.2546560Z copying torch\distributed\elastic\timer\debug_info_logging.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2024-10-08T20:13:56.2562708Z copying torch\distributed\elastic\timer\file_based_local_timer.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2024-10-08T20:13:56.2584324Z copying torch\distributed\elastic\timer\local_timer.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2024-10-08T20:13:56.2615728Z copying torch\distributed\elastic\timer\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer 2024-10-08T20:13:56.2634429Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-10-08T20:13:56.2637295Z copying torch\distributed\elastic\utils\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-10-08T20:13:56.2654534Z copying torch\distributed\elastic\utils\distributed.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-10-08T20:13:56.2672382Z copying torch\distributed\elastic\utils\logging.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-10-08T20:13:56.2690950Z copying torch\distributed\elastic\utils\log_level.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-10-08T20:13:56.2697525Z copying torch\distributed\elastic\utils\store.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-10-08T20:13:56.2736200Z copying torch\distributed\elastic\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils 2024-10-08T20:13:56.2746065Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2024-10-08T20:13:56.2748987Z copying torch\distributed\elastic\agent\server\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2024-10-08T20:13:56.2810633Z copying torch\distributed\elastic\agent\server\health_check_server.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2024-10-08T20:13:56.2829700Z copying torch\distributed\elastic\agent\server\local_elastic_agent.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2024-10-08T20:13:56.2859960Z copying torch\distributed\elastic\agent\server\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server 2024-10-08T20:13:56.2881418Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2024-10-08T20:13:56.2904741Z copying torch\distributed\elastic\multiprocessing\errors\error_handler.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2024-10-08T20:13:56.2923066Z copying torch\distributed\elastic\multiprocessing\errors\handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2024-10-08T20:13:56.2929472Z copying torch\distributed\elastic\multiprocessing\errors\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors 2024-10-08T20:13:56.2950331Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2024-10-08T20:13:56.2954509Z copying torch\distributed\elastic\multiprocessing\subprocess_handler\handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2024-10-08T20:13:56.2986832Z copying torch\distributed\elastic\multiprocessing\subprocess_handler\subprocess_handler.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2024-10-08T20:13:56.3003009Z copying torch\distributed\elastic\multiprocessing\subprocess_handler\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\subprocess_handler 2024-10-08T20:13:56.3009409Z creating build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2024-10-08T20:13:56.3013511Z copying torch\distributed\elastic\utils\data\cycling_iterator.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2024-10-08T20:13:56.3028683Z copying torch\distributed\elastic\utils\data\elastic_distributed_sampler.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2024-10-08T20:13:56.3044609Z copying torch\distributed\elastic\utils\data\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data 2024-10-08T20:13:56.3051037Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn\api 2024-10-08T20:13:56.3053715Z copying torch\distributed\nn\api\remote_module.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\api 2024-10-08T20:13:56.3084289Z copying torch\distributed\nn\api\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\api 2024-10-08T20:13:56.3089924Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn\jit 2024-10-08T20:13:56.3092582Z copying torch\distributed\nn\jit\instantiator.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit 2024-10-08T20:13:56.3109125Z copying torch\distributed\nn\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit 2024-10-08T20:13:56.3114861Z creating build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates 2024-10-08T20:13:56.3117734Z copying torch\distributed\nn\jit\templates\remote_module_template.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates 2024-10-08T20:13:56.3135034Z copying torch\distributed\nn\jit\templates\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates 2024-10-08T20:13:56.3140839Z creating build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing 2024-10-08T20:13:56.3143715Z copying torch\distributed\rpc\_testing\faulty_agent_backend_registry.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing 2024-10-08T20:13:56.3161021Z copying torch\distributed\rpc\_testing\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing 2024-10-08T20:13:56.3169218Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2024-10-08T20:13:56.3172050Z copying torch\distributed\tensor\debug\_comm_mode.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2024-10-08T20:13:56.3204200Z copying torch\distributed\tensor\debug\_op_coverage.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2024-10-08T20:13:56.3221540Z copying torch\distributed\tensor\debug\_visualize_sharding.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2024-10-08T20:13:56.3239100Z copying torch\distributed\tensor\debug\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug 2024-10-08T20:13:56.3279448Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2024-10-08T20:13:56.3283427Z copying torch\distributed\tensor\experimental\_attention.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2024-10-08T20:13:56.3322596Z copying torch\distributed\tensor\experimental\_func_map.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2024-10-08T20:13:56.3342325Z copying torch\distributed\tensor\experimental\_register_sharding.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2024-10-08T20:13:56.3375287Z copying torch\distributed\tensor\experimental\_tp_transform.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2024-10-08T20:13:56.3401029Z copying torch\distributed\tensor\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental 2024-10-08T20:13:56.3420350Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-10-08T20:13:56.3423164Z copying torch\distributed\tensor\parallel\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-10-08T20:13:56.3441134Z copying torch\distributed\tensor\parallel\ddp.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-10-08T20:13:56.3459630Z copying torch\distributed\tensor\parallel\fsdp.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-10-08T20:13:56.3475876Z copying torch\distributed\tensor\parallel\input_reshard.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-10-08T20:13:56.3494796Z copying torch\distributed\tensor\parallel\loss.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-10-08T20:13:56.3515686Z copying torch\distributed\tensor\parallel\style.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-10-08T20:13:56.3561078Z copying torch\distributed\tensor\parallel\_data_parallel_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-10-08T20:13:56.3578486Z copying torch\distributed\tensor\parallel\_utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-10-08T20:13:56.3594601Z copying torch\distributed\tensor\parallel\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel 2024-10-08T20:13:56.3603996Z creating build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-10-08T20:13:56.3606745Z copying torch\distributed\tensor\_ops\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-10-08T20:13:56.5968092Z copying torch\distributed\tensor\_ops\_common_rules.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-10-08T20:13:56.6344637Z copying torch\distributed\tensor\_ops\_conv_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-10-08T20:13:56.6354796Z copying torch\distributed\tensor\_ops\_einsum_strategy.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-10-08T20:13:56.6377269Z copying torch\distributed\tensor\_ops\_embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-10-08T20:13:56.6388780Z copying torch\distributed\tensor\_ops\_experimental_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-10-08T20:13:56.6401876Z copying torch\distributed\tensor\_ops\_math_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-10-08T20:13:56.6428540Z copying torch\distributed\tensor\_ops\_matrix_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-10-08T20:13:56.6443571Z copying torch\distributed\tensor\_ops\_pointwise_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-10-08T20:13:56.6460961Z copying torch\distributed\tensor\_ops\_random_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-10-08T20:13:56.6471129Z copying torch\distributed\tensor\_ops\_tensor_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-10-08T20:13:56.6487337Z copying torch\distributed\tensor\_ops\_view_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-10-08T20:13:56.6507645Z copying torch\distributed\tensor\_ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops 2024-10-08T20:13:56.6518502Z creating build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-10-08T20:13:56.6522509Z copying torch\distributed\_composable\fsdp\fully_shard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-10-08T20:13:56.6547242Z copying torch\distributed\_composable\fsdp\_fsdp_api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-10-08T20:13:56.6560078Z copying torch\distributed\_composable\fsdp\_fsdp_collectives.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-10-08T20:13:56.6577355Z copying torch\distributed\_composable\fsdp\_fsdp_common.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-10-08T20:13:56.6597967Z copying torch\distributed\_composable\fsdp\_fsdp_init.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-10-08T20:13:56.6609246Z copying torch\distributed\_composable\fsdp\_fsdp_param.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-10-08T20:13:56.6637681Z copying torch\distributed\_composable\fsdp\_fsdp_param_group.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-10-08T20:13:56.6659566Z copying torch\distributed\_composable\fsdp\_fsdp_state.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-10-08T20:13:56.6674900Z copying torch\distributed\_composable\fsdp\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp 2024-10-08T20:13:56.6682013Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\checkpoint 2024-10-08T20:13:56.6684778Z copying torch\distributed\_shard\checkpoint\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\checkpoint 2024-10-08T20:13:56.6691935Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim 2024-10-08T20:13:56.6694927Z copying torch\distributed\_shard\sharded_optim\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim 2024-10-08T20:13:56.6704287Z copying torch\distributed\_shard\sharded_optim\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim 2024-10-08T20:13:56.6715706Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-10-08T20:13:56.6718683Z copying torch\distributed\_shard\sharded_tensor\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-10-08T20:13:56.6757021Z copying torch\distributed\_shard\sharded_tensor\logger.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-10-08T20:13:56.6769920Z copying torch\distributed\_shard\sharded_tensor\logging_handlers.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-10-08T20:13:56.6776771Z copying torch\distributed\_shard\sharded_tensor\metadata.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-10-08T20:13:56.6786370Z copying torch\distributed\_shard\sharded_tensor\reshard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-10-08T20:13:56.6806650Z copying torch\distributed\_shard\sharded_tensor\shard.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-10-08T20:13:56.6818836Z copying torch\distributed\_shard\sharded_tensor\utils.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-10-08T20:13:56.6835109Z copying torch\distributed\_shard\sharded_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor 2024-10-08T20:13:56.6857596Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan 2024-10-08T20:13:56.6860388Z copying torch\distributed\_shard\sharding_plan\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan 2024-10-08T20:13:56.6871475Z copying torch\distributed\_shard\sharding_plan\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan 2024-10-08T20:13:56.6878196Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2024-10-08T20:13:56.6880996Z copying torch\distributed\_shard\sharding_spec\api.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2024-10-08T20:13:56.6893163Z copying torch\distributed\_shard\sharding_spec\chunk_sharding_spec.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2024-10-08T20:13:56.6906809Z copying torch\distributed\_shard\sharding_spec\_internals.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2024-10-08T20:13:56.6916063Z copying torch\distributed\_shard\sharding_spec\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec 2024-10-08T20:13:56.6930344Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-10-08T20:13:56.6933254Z copying torch\distributed\_shard\sharded_tensor\_ops\binary_cmp.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-10-08T20:13:56.6943078Z copying torch\distributed\_shard\sharded_tensor\_ops\init.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-10-08T20:13:56.6953667Z copying torch\distributed\_shard\sharded_tensor\_ops\misc_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-10-08T20:13:56.6958923Z copying torch\distributed\_shard\sharded_tensor\_ops\tensor_ops.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-10-08T20:13:56.6968834Z copying torch\distributed\_shard\sharded_tensor\_ops\_common.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-10-08T20:13:56.6985563Z copying torch\distributed\_shard\sharded_tensor\_ops\__init__.py -> build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\_ops 2024-10-08T20:13:56.6992583Z creating build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2024-10-08T20:13:56.6995635Z 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 2024-10-08T20:13:56.7009004Z 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 2024-10-08T20:13:56.7023780Z 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 2024-10-08T20:13:56.7043105Z 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 2024-10-08T20:13:56.7048653Z creating build\lib.win-amd64-cpython-39\torch\export\experimental 2024-10-08T20:13:56.7051241Z copying torch\export\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\export\experimental 2024-10-08T20:13:56.7065237Z creating build\lib.win-amd64-cpython-39\torch\export\passes 2024-10-08T20:13:56.7067751Z copying torch\export\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\export\passes 2024-10-08T20:13:56.7082053Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-10-08T20:13:56.7084859Z copying torch\fx\experimental\accelerator_partitioner.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-10-08T20:13:56.7107034Z copying torch\fx\experimental\const_fold.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-10-08T20:13:56.7121475Z copying torch\fx\experimental\debug.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-10-08T20:13:56.7142145Z copying torch\fx\experimental\graph_gradual_typechecker.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-10-08T20:13:56.7167595Z copying torch\fx\experimental\merge_matmul.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-10-08T20:13:56.7177601Z copying torch\fx\experimental\meta_tracer.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-10-08T20:13:56.7188145Z copying torch\fx\experimental\normalize.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-10-08T20:13:56.7198852Z copying torch\fx\experimental\optimization.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-10-08T20:13:56.7213944Z copying torch\fx\experimental\partitioner_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-10-08T20:13:56.7226398Z copying torch\fx\experimental\proxy_tensor.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-10-08T20:13:56.7258853Z copying torch\fx\experimental\recording.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-10-08T20:13:56.7278197Z copying torch\fx\experimental\refinement_types.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-10-08T20:13:56.7283568Z copying torch\fx\experimental\rewriter.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-10-08T20:13:56.7297562Z copying torch\fx\experimental\schema_type_annotation.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-10-08T20:13:56.7312776Z copying torch\fx\experimental\symbolic_shapes.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-10-08T20:13:56.7480987Z copying torch\fx\experimental\sym_node.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-10-08T20:13:56.7512230Z copying torch\fx\experimental\unify_refinements.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-10-08T20:13:56.7522740Z copying torch\fx\experimental\validator.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-10-08T20:13:56.7555055Z copying torch\fx\experimental\_backward_state.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-10-08T20:13:56.7566463Z copying torch\fx\experimental\_config.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-10-08T20:13:56.7577671Z copying torch\fx\experimental\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental 2024-10-08T20:13:56.7594731Z creating build\lib.win-amd64-cpython-39\torch\fx\passes 2024-10-08T20:13:56.7597871Z copying torch\fx\passes\annotate_getitem_nodes.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-10-08T20:13:56.7619537Z copying torch\fx\passes\fake_tensor_prop.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-10-08T20:13:56.7630076Z copying torch\fx\passes\graph_drawer.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-10-08T20:13:56.7653263Z copying torch\fx\passes\graph_manipulation.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-10-08T20:13:56.7675578Z copying torch\fx\passes\graph_transform_observer.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-10-08T20:13:56.7686085Z copying torch\fx\passes\net_min_base.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-10-08T20:13:56.7714134Z copying torch\fx\passes\operator_support.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-10-08T20:13:56.7728189Z copying torch\fx\passes\param_fetch.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-10-08T20:13:56.7741178Z copying torch\fx\passes\pass_manager.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-10-08T20:13:56.7753662Z copying torch\fx\passes\reinplace.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-10-08T20:13:56.7777381Z copying torch\fx\passes\runtime_assert.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-10-08T20:13:56.7800074Z copying torch\fx\passes\shape_prop.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-10-08T20:13:56.7818940Z copying torch\fx\passes\splitter_base.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-10-08T20:13:56.7842730Z copying torch\fx\passes\split_module.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-10-08T20:13:56.7865202Z copying torch\fx\passes\split_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-10-08T20:13:56.7880549Z copying torch\fx\passes\tools_common.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-10-08T20:13:56.7890697Z copying torch\fx\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes 2024-10-08T20:13:56.7899276Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-10-08T20:13:56.7902399Z copying torch\fx\experimental\migrate_gradual_types\constraint.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-10-08T20:13:56.7917222Z copying torch\fx\experimental\migrate_gradual_types\constraint_generator.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-10-08T20:13:56.7945999Z copying torch\fx\experimental\migrate_gradual_types\constraint_transformation.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-10-08T20:13:56.7977490Z copying torch\fx\experimental\migrate_gradual_types\operation.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-10-08T20:13:56.7983193Z copying torch\fx\experimental\migrate_gradual_types\transform_to_z3.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-10-08T20:13:56.7994715Z copying torch\fx\experimental\migrate_gradual_types\util.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-10-08T20:13:56.8003290Z copying torch\fx\experimental\migrate_gradual_types\z3_types.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-10-08T20:13:56.8012914Z copying torch\fx\experimental\migrate_gradual_types\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\migrate_gradual_types 2024-10-08T20:13:56.8019687Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-10-08T20:13:56.8022629Z copying torch\fx\experimental\unification\core.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-10-08T20:13:56.8039899Z copying torch\fx\experimental\unification\dispatch.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-10-08T20:13:56.8045214Z copying torch\fx\experimental\unification\match.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-10-08T20:13:56.8057061Z copying torch\fx\experimental\unification\more.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-10-08T20:13:56.8068870Z copying torch\fx\experimental\unification\unification_tools.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-10-08T20:13:56.8087239Z copying torch\fx\experimental\unification\utils.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-10-08T20:13:56.8098117Z copying torch\fx\experimental\unification\variable.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-10-08T20:13:56.8113811Z copying torch\fx\experimental\unification\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification 2024-10-08T20:13:56.8121484Z creating build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-10-08T20:13:56.8124355Z copying torch\fx\experimental\unification\multipledispatch\conflict.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-10-08T20:13:56.8139463Z copying torch\fx\experimental\unification\multipledispatch\core.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-10-08T20:13:56.8151459Z copying torch\fx\experimental\unification\multipledispatch\dispatcher.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-10-08T20:13:56.8164368Z copying torch\fx\experimental\unification\multipledispatch\utils.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-10-08T20:13:56.8181619Z copying torch\fx\experimental\unification\multipledispatch\variadic.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-10-08T20:13:56.8203973Z copying torch\fx\experimental\unification\multipledispatch\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch 2024-10-08T20:13:56.8210277Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\backends 2024-10-08T20:13:56.8213225Z copying torch\fx\passes\backends\cudagraphs.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\backends 2024-10-08T20:13:56.8227020Z copying torch\fx\passes\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\backends 2024-10-08T20:13:56.8232524Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\dialect 2024-10-08T20:13:56.8235121Z copying torch\fx\passes\dialect\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\dialect 2024-10-08T20:13:56.8241735Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2024-10-08T20:13:56.8244429Z copying torch\fx\passes\infra\partitioner.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2024-10-08T20:13:56.8259375Z copying torch\fx\passes\infra\pass_base.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2024-10-08T20:13:56.8271268Z copying torch\fx\passes\infra\pass_manager.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2024-10-08T20:13:56.8287850Z copying torch\fx\passes\infra\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\infra 2024-10-08T20:13:56.8301614Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\tests 2024-10-08T20:13:56.8312337Z copying torch\fx\passes\tests\test_pass_manager.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\tests 2024-10-08T20:13:56.8322634Z copying torch\fx\passes\tests\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\tests 2024-10-08T20:13:56.8329172Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-10-08T20:13:56.8331796Z copying torch\fx\passes\utils\common.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-10-08T20:13:56.8343461Z copying torch\fx\passes\utils\fuser_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-10-08T20:13:56.8362383Z copying torch\fx\passes\utils\matcher_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-10-08T20:13:56.8387986Z copying torch\fx\passes\utils\matcher_with_name_node_map_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-10-08T20:13:56.8411773Z copying torch\fx\passes\utils\source_matcher_utils.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-10-08T20:13:56.8426367Z copying torch\fx\passes\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\utils 2024-10-08T20:13:56.8435758Z creating build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common 2024-10-08T20:13:56.8438719Z copying torch\fx\passes\dialect\common\cse_pass.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common 2024-10-08T20:13:56.8452068Z copying torch\fx\passes\dialect\common\__init__.py -> build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common 2024-10-08T20:13:56.8458029Z creating build\lib.win-amd64-cpython-39\torch\jit\mobile 2024-10-08T20:13:56.8460517Z copying torch\jit\mobile\__init__.py -> build\lib.win-amd64-cpython-39\torch\jit\mobile 2024-10-08T20:13:56.8475418Z creating build\lib.win-amd64-cpython-39\torch\jit\_passes 2024-10-08T20:13:56.8478132Z copying torch\jit\_passes\_property_propagation.py -> build\lib.win-amd64-cpython-39\torch\jit\_passes 2024-10-08T20:13:56.8488442Z copying torch\jit\_passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\jit\_passes 2024-10-08T20:13:56.8495519Z creating build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-10-08T20:13:56.8498376Z copying torch\masked\maskedtensor\binary.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-10-08T20:13:56.8518205Z copying torch\masked\maskedtensor\core.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-10-08T20:13:56.8531347Z copying torch\masked\maskedtensor\creation.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-10-08T20:13:56.8537006Z copying torch\masked\maskedtensor\passthrough.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-10-08T20:13:56.8550732Z copying torch\masked\maskedtensor\reductions.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-10-08T20:13:56.8574040Z copying torch\masked\maskedtensor\unary.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-10-08T20:13:56.8586957Z copying torch\masked\maskedtensor\_ops_refs.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-10-08T20:13:56.8607555Z copying torch\masked\maskedtensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\masked\maskedtensor 2024-10-08T20:13:56.8614774Z creating build\lib.win-amd64-cpython-39\torch\nested\_internal 2024-10-08T20:13:56.8617537Z copying torch\nested\_internal\nested_tensor.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2024-10-08T20:13:56.8644968Z copying torch\nested\_internal\ops.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2024-10-08T20:13:56.8675368Z copying torch\nested\_internal\sdpa.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2024-10-08T20:13:56.8704651Z copying torch\nested\_internal\__init__.py -> build\lib.win-amd64-cpython-39\torch\nested\_internal 2024-10-08T20:13:56.8710962Z creating build\lib.win-amd64-cpython-39\torch\nn\attention 2024-10-08T20:13:56.8713670Z copying torch\nn\attention\bias.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2024-10-08T20:13:56.8725716Z copying torch\nn\attention\flex_attention.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2024-10-08T20:13:56.8765581Z copying torch\nn\attention\_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2024-10-08T20:13:56.8775867Z copying torch\nn\attention\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\attention 2024-10-08T20:13:56.8788019Z creating build\lib.win-amd64-cpython-39\torch\nn\backends 2024-10-08T20:13:56.8790660Z copying torch\nn\backends\thnn.py -> build\lib.win-amd64-cpython-39\torch\nn\backends 2024-10-08T20:13:56.8795833Z copying torch\nn\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\backends 2024-10-08T20:13:56.8801252Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic 2024-10-08T20:13:56.8803822Z copying torch\nn\intrinsic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic 2024-10-08T20:13:56.8820880Z creating build\lib.win-amd64-cpython-39\torch\nn\modules 2024-10-08T20:13:56.8823667Z copying torch\nn\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-10-08T20:13:56.8854933Z copying torch\nn\modules\adaptive.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-10-08T20:13:56.8865491Z copying torch\nn\modules\batchnorm.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-10-08T20:13:56.8887605Z copying torch\nn\modules\channelshuffle.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-10-08T20:13:56.8906794Z copying torch\nn\modules\container.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-10-08T20:13:56.8927710Z copying torch\nn\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-10-08T20:13:56.8956560Z copying torch\nn\modules\distance.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-10-08T20:13:56.8967802Z copying torch\nn\modules\dropout.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-10-08T20:13:56.8982642Z copying torch\nn\modules\flatten.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-10-08T20:13:56.8991806Z copying torch\nn\modules\fold.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-10-08T20:13:56.9001481Z copying torch\nn\modules\instancenorm.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-10-08T20:13:56.9018270Z copying torch\nn\modules\lazy.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-10-08T20:13:56.9031130Z copying torch\nn\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-10-08T20:13:56.9040536Z copying torch\nn\modules\loss.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-10-08T20:13:56.9072980Z copying torch\nn\modules\module.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-10-08T20:13:56.9118521Z copying torch\nn\modules\normalization.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-10-08T20:13:56.9130861Z copying torch\nn\modules\padding.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-10-08T20:13:56.9150642Z copying torch\nn\modules\pixelshuffle.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-10-08T20:13:56.9165583Z copying torch\nn\modules\pooling.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-10-08T20:13:56.9191090Z copying torch\nn\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-10-08T20:13:56.9223819Z copying torch\nn\modules\sparse.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-10-08T20:13:56.9243766Z copying torch\nn\modules\transformer.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-10-08T20:13:56.9272066Z copying torch\nn\modules\upsampling.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-10-08T20:13:56.9283070Z copying torch\nn\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-10-08T20:13:56.9298729Z copying torch\nn\modules\_functions.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-10-08T20:13:56.9311992Z copying torch\nn\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\modules 2024-10-08T20:13:56.9326876Z creating build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-10-08T20:13:56.9329362Z copying torch\nn\parallel\comm.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-10-08T20:13:56.9341244Z copying torch\nn\parallel\data_parallel.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-10-08T20:13:56.9365496Z copying torch\nn\parallel\distributed.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-10-08T20:13:56.9429032Z copying torch\nn\parallel\parallel_apply.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-10-08T20:13:56.9451683Z copying torch\nn\parallel\replicate.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-10-08T20:13:56.9464573Z copying torch\nn\parallel\scatter_gather.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-10-08T20:13:56.9476674Z copying torch\nn\parallel\_functions.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-10-08T20:13:56.9486477Z copying torch\nn\parallel\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\parallel 2024-10-08T20:13:56.9498901Z creating build\lib.win-amd64-cpython-39\torch\nn\qat 2024-10-08T20:13:56.9501452Z copying torch\nn\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat 2024-10-08T20:13:56.9508086Z creating build\lib.win-amd64-cpython-39\torch\nn\quantizable 2024-10-08T20:13:56.9510781Z copying torch\nn\quantizable\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable 2024-10-08T20:13:56.9517589Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized 2024-10-08T20:13:56.9520352Z copying torch\nn\quantized\functional.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized 2024-10-08T20:13:56.9525589Z copying torch\nn\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized 2024-10-08T20:13:56.9542445Z creating build\lib.win-amd64-cpython-39\torch\nn\utils 2024-10-08T20:13:56.9545105Z copying torch\nn\utils\clip_grad.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-10-08T20:13:56.9568310Z copying torch\nn\utils\convert_parameters.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-10-08T20:13:56.9577401Z copying torch\nn\utils\fusion.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-10-08T20:13:56.9601790Z copying torch\nn\utils\init.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-10-08T20:13:56.9614256Z copying torch\nn\utils\memory_format.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-10-08T20:13:56.9637521Z copying torch\nn\utils\parametrizations.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-10-08T20:13:56.9657740Z copying torch\nn\utils\parametrize.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-10-08T20:13:56.9697752Z copying torch\nn\utils\prune.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-10-08T20:13:56.9720863Z copying torch\nn\utils\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-10-08T20:13:56.9739089Z copying torch\nn\utils\spectral_norm.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-10-08T20:13:56.9751115Z copying torch\nn\utils\stateless.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-10-08T20:13:56.9762480Z copying torch\nn\utils\weight_norm.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-10-08T20:13:56.9773962Z copying torch\nn\utils\_deprecation_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-10-08T20:13:56.9785536Z copying torch\nn\utils\_named_member_accessor.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-10-08T20:13:56.9799243Z copying torch\nn\utils\_per_sample_grad.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-10-08T20:13:56.9812257Z copying torch\nn\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\utils 2024-10-08T20:13:56.9830899Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules 2024-10-08T20:13:56.9833632Z copying torch\nn\intrinsic\modules\fused.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules 2024-10-08T20:13:56.9840075Z copying torch\nn\intrinsic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules 2024-10-08T20:13:56.9848758Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat 2024-10-08T20:13:56.9851262Z copying torch\nn\intrinsic\qat\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat 2024-10-08T20:13:56.9860365Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized 2024-10-08T20:13:56.9862937Z copying torch\nn\intrinsic\quantized\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized 2024-10-08T20:13:56.9872329Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2024-10-08T20:13:56.9875150Z copying torch\nn\intrinsic\qat\modules\conv_fused.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2024-10-08T20:13:56.9888364Z copying torch\nn\intrinsic\qat\modules\linear_fused.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2024-10-08T20:13:56.9895067Z copying torch\nn\intrinsic\qat\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2024-10-08T20:13:56.9901766Z copying torch\nn\intrinsic\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules 2024-10-08T20:13:56.9914436Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic 2024-10-08T20:13:56.9918203Z copying torch\nn\intrinsic\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic 2024-10-08T20:13:56.9926349Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2024-10-08T20:13:56.9930214Z copying torch\nn\intrinsic\quantized\modules\bn_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2024-10-08T20:13:56.9936779Z copying torch\nn\intrinsic\quantized\modules\conv_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2024-10-08T20:13:56.9943422Z copying torch\nn\intrinsic\quantized\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2024-10-08T20:13:56.9949792Z copying torch\nn\intrinsic\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules 2024-10-08T20:13:56.9958587Z creating build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules 2024-10-08T20:13:56.9961498Z copying torch\nn\intrinsic\quantized\dynamic\modules\linear_relu.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules 2024-10-08T20:13:56.9968135Z copying torch\nn\intrinsic\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\modules 2024-10-08T20:13:56.9975754Z creating build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic 2024-10-08T20:13:56.9978318Z copying torch\nn\qat\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic 2024-10-08T20:13:56.9985110Z creating build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2024-10-08T20:13:56.9987910Z copying torch\nn\qat\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2024-10-08T20:13:56.9994397Z copying torch\nn\qat\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2024-10-08T20:13:57.0000352Z copying torch\nn\qat\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2024-10-08T20:13:57.0005685Z copying torch\nn\qat\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\modules 2024-10-08T20:13:57.0012493Z creating build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules 2024-10-08T20:13:57.0015267Z copying torch\nn\qat\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules 2024-10-08T20:13:57.0020480Z copying torch\nn\qat\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules 2024-10-08T20:13:57.0027365Z creating build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2024-10-08T20:13:57.0030147Z copying torch\nn\quantizable\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2024-10-08T20:13:57.0035799Z copying torch\nn\quantizable\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2024-10-08T20:13:57.0040926Z copying torch\nn\quantizable\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules 2024-10-08T20:13:57.0047226Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic 2024-10-08T20:13:57.0049815Z copying torch\nn\quantized\dynamic\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic 2024-10-08T20:13:57.0058106Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-10-08T20:13:57.0060812Z copying torch\nn\quantized\modules\activation.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-10-08T20:13:57.0066367Z copying torch\nn\quantized\modules\batchnorm.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-10-08T20:13:57.0071790Z copying torch\nn\quantized\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-10-08T20:13:57.0077691Z copying torch\nn\quantized\modules\dropout.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-10-08T20:13:57.0082905Z copying torch\nn\quantized\modules\embedding_ops.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-10-08T20:13:57.0099953Z copying torch\nn\quantized\modules\functional_modules.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-10-08T20:13:57.0105421Z copying torch\nn\quantized\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-10-08T20:13:57.0110882Z copying torch\nn\quantized\modules\normalization.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-10-08T20:13:57.0122610Z copying torch\nn\quantized\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-10-08T20:13:57.0138009Z copying torch\nn\quantized\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-10-08T20:13:57.0143291Z copying torch\nn\quantized\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\modules 2024-10-08T20:13:57.0154821Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference 2024-10-08T20:13:57.0165367Z copying torch\nn\quantized\_reference\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference 2024-10-08T20:13:57.0172158Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2024-10-08T20:13:57.0174975Z copying torch\nn\quantized\dynamic\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2024-10-08T20:13:57.0181586Z copying torch\nn\quantized\dynamic\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2024-10-08T20:13:57.0188242Z copying torch\nn\quantized\dynamic\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2024-10-08T20:13:57.0201398Z copying torch\nn\quantized\dynamic\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules 2024-10-08T20:13:57.0215133Z creating build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-10-08T20:13:57.0217900Z copying torch\nn\quantized\_reference\modules\conv.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-10-08T20:13:57.0223356Z copying torch\nn\quantized\_reference\modules\linear.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-10-08T20:13:57.0228726Z copying torch\nn\quantized\_reference\modules\rnn.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-10-08T20:13:57.0234147Z copying torch\nn\quantized\_reference\modules\sparse.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-10-08T20:13:57.0239604Z copying torch\nn\quantized\_reference\modules\utils.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-10-08T20:13:57.0244822Z copying torch\nn\quantized\_reference\modules\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules 2024-10-08T20:13:57.0260155Z creating build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-10-08T20:13:57.0263187Z copying torch\nn\utils\_expanded_weights\conv_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-10-08T20:13:57.0277160Z copying torch\nn\utils\_expanded_weights\conv_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-10-08T20:13:57.0291764Z copying torch\nn\utils\_expanded_weights\embedding_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-10-08T20:13:57.0306624Z copying torch\nn\utils\_expanded_weights\expanded_weights_impl.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-10-08T20:13:57.0330061Z copying torch\nn\utils\_expanded_weights\expanded_weights_utils.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-10-08T20:13:57.0347932Z copying torch\nn\utils\_expanded_weights\group_norm_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-10-08T20:13:57.0361340Z copying torch\nn\utils\_expanded_weights\instance_norm_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-10-08T20:13:57.0372336Z copying torch\nn\utils\_expanded_weights\layer_norm_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-10-08T20:13:57.0384829Z copying torch\nn\utils\_expanded_weights\linear_expanded_weights.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-10-08T20:13:57.0396696Z copying torch\nn\utils\_expanded_weights\__init__.py -> build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights 2024-10-08T20:13:57.0406757Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-10-08T20:13:57.0420735Z copying torch\onnx\_internal\io_adapter.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-10-08T20:13:57.0441429Z copying torch\onnx\_internal\jit_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-10-08T20:13:57.0451759Z copying torch\onnx\_internal\onnxruntime.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-10-08T20:13:57.0483450Z copying torch\onnx\_internal\onnx_proto_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-10-08T20:13:57.0498089Z copying torch\onnx\_internal\registration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-10-08T20:13:57.0513629Z copying torch\onnx\_internal\_exporter_legacy.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-10-08T20:13:57.0536142Z copying torch\onnx\_internal\_lazy_import.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-10-08T20:13:57.0545124Z copying torch\onnx\_internal\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal 2024-10-08T20:13:57.0551888Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2024-10-08T20:13:57.0554080Z copying torch\onnx\_internal\diagnostics\_diagnostic.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2024-10-08T20:13:57.0567803Z copying torch\onnx\_internal\diagnostics\_rules.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2024-10-08T20:13:57.0594970Z copying torch\onnx\_internal\diagnostics\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics 2024-10-08T20:13:57.0604077Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-10-08T20:13:57.0606976Z copying torch\onnx\_internal\exporter\_analysis.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-10-08T20:13:57.0619371Z copying torch\onnx\_internal\exporter\_building.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-10-08T20:13:57.0637277Z copying torch\onnx\_internal\exporter\_capture_strategies.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-10-08T20:13:57.0649633Z copying torch\onnx\_internal\exporter\_compat.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-10-08T20:13:57.0668723Z copying torch\onnx\_internal\exporter\_core.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-10-08T20:13:57.0692585Z copying torch\onnx\_internal\exporter\_decomp.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-10-08T20:13:57.0713407Z copying torch\onnx\_internal\exporter\_dispatching.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-10-08T20:13:57.0725502Z copying torch\onnx\_internal\exporter\_errors.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-10-08T20:13:57.0731005Z copying torch\onnx\_internal\exporter\_fx_passes.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-10-08T20:13:57.0743043Z copying torch\onnx\_internal\exporter\_ir_passes.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-10-08T20:13:57.0756097Z copying torch\onnx\_internal\exporter\_isolated.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-10-08T20:13:57.0765932Z copying torch\onnx\_internal\exporter\_onnx_program.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-10-08T20:13:57.0778114Z copying torch\onnx\_internal\exporter\_registration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-10-08T20:13:57.0792852Z copying torch\onnx\_internal\exporter\_reporting.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-10-08T20:13:57.0811992Z copying torch\onnx\_internal\exporter\_schemas.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-10-08T20:13:57.0838424Z copying torch\onnx\_internal\exporter\_tensors.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-10-08T20:13:57.2420535Z copying torch\onnx\_internal\exporter\_testing.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-10-08T20:13:57.2433742Z copying torch\onnx\_internal\exporter\_verification.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-10-08T20:13:57.2444468Z copying torch\onnx\_internal\exporter\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter 2024-10-08T20:13:57.2452757Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-10-08T20:13:57.2455842Z copying torch\onnx\_internal\fx\decomposition_skip.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-10-08T20:13:57.2468166Z copying torch\onnx\_internal\fx\decomposition_table.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-10-08T20:13:57.2479636Z copying torch\onnx\_internal\fx\diagnostics.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-10-08T20:13:57.2491349Z copying torch\onnx\_internal\fx\dynamo_graph_extractor.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-10-08T20:13:57.2516040Z copying torch\onnx\_internal\fx\fx_onnx_interpreter.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-10-08T20:13:57.2539531Z copying torch\onnx\_internal\fx\fx_symbolic_graph_extractor.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-10-08T20:13:57.2550834Z copying torch\onnx\_internal\fx\onnxfunction_dispatcher.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-10-08T20:13:57.2573850Z copying torch\onnx\_internal\fx\patcher.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-10-08T20:13:57.2589694Z copying torch\onnx\_internal\fx\registration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-10-08T20:13:57.2599391Z copying torch\onnx\_internal\fx\serialization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-10-08T20:13:57.2609701Z copying torch\onnx\_internal\fx\type_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-10-08T20:13:57.2620157Z copying torch\onnx\_internal\fx\_pass.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-10-08T20:13:57.2633630Z copying torch\onnx\_internal\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx 2024-10-08T20:13:57.2641347Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-10-08T20:13:57.2644192Z copying torch\onnx\_internal\diagnostics\infra\context.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-10-08T20:13:57.2660079Z copying torch\onnx\_internal\diagnostics\infra\decorator.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-10-08T20:13:57.2671148Z copying torch\onnx\_internal\diagnostics\infra\formatter.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-10-08T20:13:57.2680268Z copying torch\onnx\_internal\diagnostics\infra\utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-10-08T20:13:57.2689695Z copying torch\onnx\_internal\diagnostics\infra\_infra.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-10-08T20:13:57.2708559Z copying torch\onnx\_internal\diagnostics\infra\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra 2024-10-08T20:13:57.2724946Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.2727484Z copying torch\onnx\_internal\diagnostics\infra\sarif\version.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.2733226Z copying torch\onnx\_internal\diagnostics\infra\sarif\_address.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.2743948Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.2754502Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact_change.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.2764124Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact_content.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.2782807Z copying torch\onnx\_internal\diagnostics\infra\sarif\_artifact_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.2794006Z copying torch\onnx\_internal\diagnostics\infra\sarif\_attachment.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.2807672Z copying torch\onnx\_internal\diagnostics\infra\sarif\_code_flow.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.2818124Z copying torch\onnx\_internal\diagnostics\infra\sarif\_configuration_override.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.2827949Z copying torch\onnx\_internal\diagnostics\infra\sarif\_conversion.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.2839348Z copying torch\onnx\_internal\diagnostics\infra\sarif\_edge.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.2849752Z copying torch\onnx\_internal\diagnostics\infra\sarif\_edge_traversal.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.2859581Z copying torch\onnx\_internal\diagnostics\infra\sarif\_exception.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.2870448Z copying torch\onnx\_internal\diagnostics\infra\sarif\_external_properties.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.2880370Z copying torch\onnx\_internal\diagnostics\infra\sarif\_external_property_file_reference.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.2893503Z copying torch\onnx\_internal\diagnostics\infra\sarif\_external_property_file_references.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.2902642Z copying torch\onnx\_internal\diagnostics\infra\sarif\_fix.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.2915047Z copying torch\onnx\_internal\diagnostics\infra\sarif\_graph.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.2925710Z copying torch\onnx\_internal\diagnostics\infra\sarif\_graph_traversal.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.2936097Z copying torch\onnx\_internal\diagnostics\infra\sarif\_invocation.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.2946925Z copying torch\onnx\_internal\diagnostics\infra\sarif\_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.2965878Z copying torch\onnx\_internal\diagnostics\infra\sarif\_location_relationship.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.2977772Z copying torch\onnx\_internal\diagnostics\infra\sarif\_logical_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.2987375Z copying torch\onnx\_internal\diagnostics\infra\sarif\_message.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.2997655Z copying torch\onnx\_internal\diagnostics\infra\sarif\_multiformat_message_string.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.3008688Z copying torch\onnx\_internal\diagnostics\infra\sarif\_node.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.3019290Z copying torch\onnx\_internal\diagnostics\infra\sarif\_notification.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.3029984Z copying torch\onnx\_internal\diagnostics\infra\sarif\_physical_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.3039989Z copying torch\onnx\_internal\diagnostics\infra\sarif\_property_bag.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.3045800Z copying torch\onnx\_internal\diagnostics\infra\sarif\_rectangle.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.3055066Z copying torch\onnx\_internal\diagnostics\infra\sarif\_region.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.3072409Z copying torch\onnx\_internal\diagnostics\infra\sarif\_replacement.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.3082432Z copying torch\onnx\_internal\diagnostics\infra\sarif\_reporting_configuration.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.3093675Z copying torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.3104934Z copying torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor_reference.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.3116943Z copying torch\onnx\_internal\diagnostics\infra\sarif\_reporting_descriptor_relationship.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.3130670Z copying torch\onnx\_internal\diagnostics\infra\sarif\_result.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.3141598Z copying torch\onnx\_internal\diagnostics\infra\sarif\_result_provenance.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.3151486Z copying torch\onnx\_internal\diagnostics\infra\sarif\_run.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.3161368Z copying torch\onnx\_internal\diagnostics\infra\sarif\_run_automation_details.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.3172438Z copying torch\onnx\_internal\diagnostics\infra\sarif\_sarif_log.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.3192049Z copying torch\onnx\_internal\diagnostics\infra\sarif\_special_locations.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.3201666Z copying torch\onnx\_internal\diagnostics\infra\sarif\_stack.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.3213162Z copying torch\onnx\_internal\diagnostics\infra\sarif\_stack_frame.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.3226743Z copying torch\onnx\_internal\diagnostics\infra\sarif\_suppression.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.3239598Z copying torch\onnx\_internal\diagnostics\infra\sarif\_thread_flow.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.3251119Z copying torch\onnx\_internal\diagnostics\infra\sarif\_thread_flow_location.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.3263540Z copying torch\onnx\_internal\diagnostics\infra\sarif\_tool.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.3280411Z copying torch\onnx\_internal\diagnostics\infra\sarif\_tool_component.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.3293783Z copying torch\onnx\_internal\diagnostics\infra\sarif\_tool_component_reference.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.3305156Z copying torch\onnx\_internal\diagnostics\infra\sarif\_translation_metadata.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.3328075Z copying torch\onnx\_internal\diagnostics\infra\sarif\_version_control_details.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.3337131Z copying torch\onnx\_internal\diagnostics\infra\sarif\_web_request.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.3346537Z copying torch\onnx\_internal\diagnostics\infra\sarif\_web_response.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.3355895Z copying torch\onnx\_internal\diagnostics\infra\sarif\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:13:57.3367675Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis 2024-10-08T20:13:57.3370662Z copying torch\onnx\_internal\fx\analysis\unsupported_nodes.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis 2024-10-08T20:13:57.3381763Z copying torch\onnx\_internal\fx\analysis\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis 2024-10-08T20:13:57.3389455Z creating build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-10-08T20:13:57.3392318Z copying torch\onnx\_internal\fx\passes\decomp.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-10-08T20:13:57.3404935Z copying torch\onnx\_internal\fx\passes\functionalization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-10-08T20:13:57.3415127Z copying torch\onnx\_internal\fx\passes\modularization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-10-08T20:13:57.3437094Z copying torch\onnx\_internal\fx\passes\readability.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-10-08T20:13:57.3452585Z copying torch\onnx\_internal\fx\passes\type_promotion.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-10-08T20:13:57.3488920Z copying torch\onnx\_internal\fx\passes\virtualization.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-10-08T20:13:57.3498452Z copying torch\onnx\_internal\fx\passes\_utils.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-10-08T20:13:57.3510889Z copying torch\onnx\_internal\fx\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes 2024-10-08T20:13:57.3537381Z creating build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2024-10-08T20:13:57.3540165Z copying torch\optim\_multi_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2024-10-08T20:13:57.3561760Z creating build\lib.win-amd64-cpython-39\torch\package\analyze 2024-10-08T20:13:57.3564689Z copying torch\package\analyze\find_first_use_of_broken_modules.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2024-10-08T20:13:57.3575148Z copying torch\package\analyze\is_from_package.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2024-10-08T20:13:57.3580610Z copying torch\package\analyze\trace_dependencies.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2024-10-08T20:13:57.3600910Z copying torch\package\analyze\__init__.py -> build\lib.win-amd64-cpython-39\torch\package\analyze 2024-10-08T20:13:57.3609155Z creating build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-10-08T20:13:57.3611996Z copying torch\quantization\fx\convert.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-10-08T20:13:57.3617566Z copying torch\quantization\fx\fuse.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-10-08T20:13:57.3623133Z copying torch\quantization\fx\fusion_patterns.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-10-08T20:13:57.3628674Z copying torch\quantization\fx\graph_module.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-10-08T20:13:57.3634405Z copying torch\quantization\fx\match_utils.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-10-08T20:13:57.3647225Z copying torch\quantization\fx\pattern_utils.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-10-08T20:13:57.3665994Z copying torch\quantization\fx\prepare.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-10-08T20:13:57.3671430Z copying torch\quantization\fx\quantization_patterns.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-10-08T20:13:57.3683309Z copying torch\quantization\fx\quantization_types.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-10-08T20:13:57.3688784Z copying torch\quantization\fx\utils.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-10-08T20:13:57.3700734Z copying torch\quantization\fx\_equalize.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-10-08T20:13:57.3713025Z copying torch\quantization\fx\__init__.py -> build\lib.win-amd64-cpython-39\torch\quantization\fx 2024-10-08T20:13:57.3719974Z creating build\lib.win-amd64-cpython-39\torch\signal\windows 2024-10-08T20:13:57.3722843Z copying torch\signal\windows\windows.py -> build\lib.win-amd64-cpython-39\torch\signal\windows 2024-10-08T20:13:57.3738889Z copying torch\signal\windows\__init__.py -> build\lib.win-amd64-cpython-39\torch\signal\windows 2024-10-08T20:13:57.3751951Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-10-08T20:13:57.3762270Z copying torch\testing\_internal\autocast_test_lists.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-10-08T20:13:57.3788088Z copying torch\testing\_internal\autograd_function_db.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-10-08T20:13:57.3809097Z copying torch\testing\_internal\check_kernel_launches.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-10-08T20:13:57.3830496Z copying torch\testing\_internal\common_cuda.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-10-08T20:13:57.3847157Z copying torch\testing\_internal\common_device_type.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-10-08T20:13:57.3891594Z copying torch\testing\_internal\common_distributed.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-10-08T20:13:57.3928653Z copying torch\testing\_internal\common_dist_composable.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-10-08T20:13:57.3940650Z copying torch\testing\_internal\common_dtype.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-10-08T20:13:57.3953387Z copying torch\testing\_internal\common_fsdp.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-10-08T20:13:57.3979631Z copying torch\testing\_internal\common_jit.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-10-08T20:13:57.3991309Z copying torch\testing\_internal\common_methods_invocations.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-10-08T20:13:57.7515952Z copying torch\testing\_internal\common_mkldnn.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-10-08T20:13:57.7525430Z copying torch\testing\_internal\common_modules.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-10-08T20:13:57.7625579Z copying torch\testing\_internal\common_nn.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-10-08T20:13:57.7707179Z copying torch\testing\_internal\common_optimizers.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-10-08T20:13:57.7777733Z copying torch\testing\_internal\common_pruning.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-10-08T20:13:57.7791497Z copying torch\testing\_internal\common_quantization.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-10-08T20:13:57.7838721Z copying torch\testing\_internal\common_quantized.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-10-08T20:13:57.7854923Z copying torch\testing\_internal\common_subclass.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-10-08T20:13:57.7868171Z copying torch\testing\_internal\common_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-10-08T20:13:57.7969535Z copying torch\testing\_internal\composite_compliance.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-10-08T20:13:57.7982940Z copying torch\testing\_internal\custom_op_db.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-10-08T20:13:57.7994832Z copying torch\testing\_internal\custom_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-10-08T20:13:57.8007191Z copying torch\testing\_internal\dist_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-10-08T20:13:57.8017107Z copying torch\testing\_internal\dynamo_test_failures.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-10-08T20:13:57.8375289Z copying torch\testing\_internal\hop_db.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-10-08T20:13:57.9992434Z copying torch\testing\_internal\hypothesis_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-10-08T20:13:58.0005578Z copying torch\testing\_internal\inductor_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-10-08T20:13:58.0015705Z copying torch\testing\_internal\jit_metaprogramming_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-10-08T20:13:58.0053612Z copying torch\testing\_internal\jit_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-10-08T20:13:58.0082344Z copying torch\testing\_internal\logging_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-10-08T20:13:58.0095523Z copying torch\testing\_internal\logging_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-10-08T20:13:58.0108440Z copying torch\testing\_internal\quantization_torch_package_models.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-10-08T20:13:58.0118206Z copying torch\testing\_internal\static_module.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-10-08T20:13:58.0129173Z copying torch\testing\_internal\torchbind_impls.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-10-08T20:13:58.0139388Z copying torch\testing\_internal\triton_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-10-08T20:13:58.0156106Z copying torch\testing\_internal\two_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-10-08T20:13:58.0167426Z copying torch\testing\_internal\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal 2024-10-08T20:13:58.0173925Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\codegen 2024-10-08T20:13:58.0176692Z copying torch\testing\_internal\codegen\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\codegen 2024-10-08T20:13:58.0184020Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2024-10-08T20:13:58.0192549Z copying torch\testing\_internal\data\network1.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2024-10-08T20:13:58.0198082Z copying torch\testing\_internal\data\network2.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2024-10-08T20:13:58.0203420Z copying torch\testing\_internal\data\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\data 2024-10-08T20:13:58.0211637Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-10-08T20:13:58.0214616Z copying torch\testing\_internal\distributed\checkpoint_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-10-08T20:13:58.0225428Z copying torch\testing\_internal\distributed\common_state_dict.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-10-08T20:13:58.0237156Z copying torch\testing\_internal\distributed\ddp_under_dist_autograd_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-10-08T20:13:58.0263998Z copying torch\testing\_internal\distributed\distributed_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-10-08T20:13:58.2166102Z copying torch\testing\_internal\distributed\distributed_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-10-08T20:13:58.2176318Z copying torch\testing\_internal\distributed\fake_pg.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-10-08T20:13:58.2187178Z copying torch\testing\_internal\distributed\multi_threaded_pg.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-10-08T20:13:58.2202289Z copying torch\testing\_internal\distributed\rpc_utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-10-08T20:13:58.2212168Z copying torch\testing\_internal\distributed\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed 2024-10-08T20:13:58.2218320Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\generated 2024-10-08T20:13:58.2221236Z copying torch\testing\_internal\generated\annotated_fn_args.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\generated 2024-10-08T20:13:58.2394854Z copying torch\testing\_internal\generated\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\generated 2024-10-08T20:13:58.2400876Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2024-10-08T20:13:58.2403583Z copying torch\testing\_internal\opinfo\core.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2024-10-08T20:13:58.2444959Z copying torch\testing\_internal\opinfo\refs.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2024-10-08T20:13:58.2455609Z copying torch\testing\_internal\opinfo\utils.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2024-10-08T20:13:58.2465841Z copying torch\testing\_internal\opinfo\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo 2024-10-08T20:13:58.2473357Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-10-08T20:13:58.2476230Z copying torch\testing\_internal\optests\aot_autograd.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-10-08T20:13:58.2489944Z copying torch\testing\_internal\optests\autograd_registration.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-10-08T20:13:58.2502834Z copying torch\testing\_internal\optests\fake_tensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-10-08T20:13:58.2509524Z copying torch\testing\_internal\optests\generate_tests.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-10-08T20:13:58.2532312Z copying torch\testing\_internal\optests\make_fx.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-10-08T20:13:58.2544302Z copying torch\testing\_internal\optests\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\optests 2024-10-08T20:13:58.2552467Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2024-10-08T20:13:58.2556705Z copying torch\testing\_internal\test_module\future_div.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2024-10-08T20:13:58.2563640Z copying torch\testing\_internal\test_module\no_future_div.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2024-10-08T20:13:58.2568943Z copying torch\testing\_internal\test_module\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module 2024-10-08T20:13:58.2576018Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn 2024-10-08T20:13:58.2578631Z copying torch\testing\_internal\distributed\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn 2024-10-08T20:13:58.2585310Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-10-08T20:13:58.2589447Z copying torch\testing\_internal\distributed\rpc\dist_autograd_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-10-08T20:13:58.2652055Z copying torch\testing\_internal\distributed\rpc\dist_optimizer_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-10-08T20:13:58.2666691Z copying torch\testing\_internal\distributed\rpc\faulty_agent_rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-10-08T20:13:58.2680372Z copying torch\testing\_internal\distributed\rpc\faulty_rpc_agent_test_fixture.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-10-08T20:13:58.2692928Z copying torch\testing\_internal\distributed\rpc\rpc_agent_test_fixture.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-10-08T20:13:58.2702796Z copying torch\testing\_internal\distributed\rpc\rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-10-08T20:13:58.2774678Z copying torch\testing\_internal\distributed\rpc\tensorpipe_rpc_agent_test_fixture.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-10-08T20:13:58.2784563Z copying torch\testing\_internal\distributed\rpc\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc 2024-10-08T20:13:58.2790501Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard 2024-10-08T20:13:58.2793353Z copying torch\testing\_internal\distributed\_shard\test_common.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard 2024-10-08T20:13:58.2802831Z copying torch\testing\_internal\distributed\_shard\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard 2024-10-08T20:13:58.2809317Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor 2024-10-08T20:13:58.2812598Z copying torch\testing\_internal\distributed\_tensor\common_dtensor.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor 2024-10-08T20:13:58.2839206Z copying torch\testing\_internal\distributed\_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor 2024-10-08T20:13:58.2845529Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api 2024-10-08T20:13:58.2849085Z copying torch\testing\_internal\distributed\nn\api\remote_module_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api 2024-10-08T20:13:58.2871086Z copying torch\testing\_internal\distributed\nn\api\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\api 2024-10-08T20:13:58.2877191Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2024-10-08T20:13:58.2880139Z copying torch\testing\_internal\distributed\rpc\examples\parameter_server_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2024-10-08T20:13:58.2893717Z copying torch\testing\_internal\distributed\rpc\examples\reinforcement_learning_rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2024-10-08T20:13:58.2904885Z copying torch\testing\_internal\distributed\rpc\examples\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\examples 2024-10-08T20:13:58.2910937Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2024-10-08T20:13:58.2913803Z copying torch\testing\_internal\distributed\rpc\jit\dist_autograd_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2024-10-08T20:13:58.2926980Z copying torch\testing\_internal\distributed\rpc\jit\rpc_test.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2024-10-08T20:13:58.2965143Z copying torch\testing\_internal\distributed\rpc\jit\rpc_test_faulty.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2024-10-08T20:13:58.2981043Z copying torch\testing\_internal\distributed\rpc\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\jit 2024-10-08T20:13:58.2987065Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\sharded_tensor 2024-10-08T20:13:58.2990175Z 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 2024-10-08T20:13:58.2999973Z 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 2024-10-08T20:13:58.3009343Z copying torch\testing\_internal\distributed\_shard\sharded_tensor\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\sharded_tensor 2024-10-08T20:13:58.3028590Z creating build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-10-08T20:13:58.3031234Z copying torch\testing\_internal\opinfo\definitions\fft.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-10-08T20:13:58.3057627Z copying torch\testing\_internal\opinfo\definitions\linalg.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-10-08T20:13:58.3094736Z copying torch\testing\_internal\opinfo\definitions\nested.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-10-08T20:13:58.3111726Z copying torch\testing\_internal\opinfo\definitions\signal.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-10-08T20:13:58.3122450Z copying torch\testing\_internal\opinfo\definitions\sparse.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-10-08T20:13:58.3145261Z copying torch\testing\_internal\opinfo\definitions\special.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-10-08T20:13:58.3172632Z copying torch\testing\_internal\opinfo\definitions\_masked.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-10-08T20:13:58.3197654Z copying torch\testing\_internal\opinfo\definitions\__init__.py -> build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions 2024-10-08T20:13:58.3204392Z creating build\lib.win-amd64-cpython-39\torch\utils\backcompat 2024-10-08T20:13:58.3207087Z copying torch\utils\backcompat\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\backcompat 2024-10-08T20:13:58.3216607Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark 2024-10-08T20:13:58.3219821Z copying torch\utils\benchmark\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark 2024-10-08T20:13:58.3228910Z creating build\lib.win-amd64-cpython-39\torch\utils\bottleneck 2024-10-08T20:13:58.3231500Z copying torch\utils\bottleneck\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\bottleneck 2024-10-08T20:13:58.3235871Z copying torch\utils\bottleneck\__main__.py -> build\lib.win-amd64-cpython-39\torch\utils\bottleneck 2024-10-08T20:13:58.3249707Z creating build\lib.win-amd64-cpython-39\torch\utils\data 2024-10-08T20:13:58.3252462Z copying torch\utils\data\backward_compatibility.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-10-08T20:13:58.3259360Z copying torch\utils\data\dataloader.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-10-08T20:13:58.3293532Z copying torch\utils\data\dataset.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-10-08T20:13:58.3309452Z copying torch\utils\data\distributed.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-10-08T20:13:58.3324693Z copying torch\utils\data\graph.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-10-08T20:13:58.3335752Z copying torch\utils\data\graph_settings.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-10-08T20:13:58.3352991Z copying torch\utils\data\sampler.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-10-08T20:13:58.3365644Z copying torch\utils\data\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data 2024-10-08T20:13:58.3378162Z creating build\lib.win-amd64-cpython-39\torch\utils\hipify 2024-10-08T20:13:58.3380844Z copying torch\utils\hipify\constants.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2024-10-08T20:13:58.3392967Z copying torch\utils\hipify\cuda_to_hip_mappings.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2024-10-08T20:13:58.3511581Z copying torch\utils\hipify\hipify_python.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2024-10-08T20:13:58.3553031Z copying torch\utils\hipify\version.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2024-10-08T20:13:58.3566343Z copying torch\utils\hipify\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\hipify 2024-10-08T20:13:58.3573212Z creating build\lib.win-amd64-cpython-39\torch\utils\jit 2024-10-08T20:13:58.3576279Z copying torch\utils\jit\log_extract.py -> build\lib.win-amd64-cpython-39\torch\utils\jit 2024-10-08T20:13:58.3590513Z copying torch\utils\jit\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\jit 2024-10-08T20:13:58.3597926Z creating build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-10-08T20:13:58.3600606Z copying torch\utils\model_dump\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-10-08T20:13:58.3631255Z copying torch\utils\model_dump\__main__.py -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-10-08T20:13:58.3640095Z creating build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-10-08T20:13:58.3644391Z copying torch\utils\tensorboard\summary.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-10-08T20:13:58.3672979Z copying torch\utils\tensorboard\writer.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-10-08T20:13:58.3707122Z copying torch\utils\tensorboard\_convert_np.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-10-08T20:13:58.3716893Z copying torch\utils\tensorboard\_embedding.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-10-08T20:13:58.3737499Z copying torch\utils\tensorboard\_onnx_graph.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-10-08T20:13:58.3749755Z copying torch\utils\tensorboard\_proto_graph.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-10-08T20:13:58.3760724Z copying torch\utils\tensorboard\_pytorch_graph.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-10-08T20:13:58.3773704Z copying torch\utils\tensorboard\_utils.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-10-08T20:13:58.3785075Z copying torch\utils\tensorboard\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\tensorboard 2024-10-08T20:13:58.3792011Z creating build\lib.win-amd64-cpython-39\torch\utils\viz 2024-10-08T20:13:58.3794707Z copying torch\utils\viz\_cycles.py -> build\lib.win-amd64-cpython-39\torch\utils\viz 2024-10-08T20:13:58.3806109Z copying torch\utils\viz\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\viz 2024-10-08T20:13:58.3812211Z creating build\lib.win-amd64-cpython-39\torch\utils\_strobelight 2024-10-08T20:13:58.3815016Z copying torch\utils\_strobelight\cli_function_profiler.py -> build\lib.win-amd64-cpython-39\torch\utils\_strobelight 2024-10-08T20:13:58.3827570Z copying torch\utils\_strobelight\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\_strobelight 2024-10-08T20:13:58.3834000Z creating build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-10-08T20:13:58.3836693Z copying torch\utils\_sympy\functions.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-10-08T20:13:58.3857207Z copying torch\utils\_sympy\interp.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-10-08T20:13:58.3878996Z copying torch\utils\_sympy\numbers.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-10-08T20:13:58.3890068Z copying torch\utils\_sympy\reference.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-10-08T20:13:58.3901804Z copying torch\utils\_sympy\singleton_int.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-10-08T20:13:58.3917771Z copying torch\utils\_sympy\solve.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-10-08T20:13:58.3930112Z copying torch\utils\_sympy\symbol.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-10-08T20:13:58.3941702Z copying torch\utils\_sympy\value_ranges.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-10-08T20:13:58.3982067Z copying torch\utils\_sympy\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\_sympy 2024-10-08T20:13:58.3989007Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-10-08T20:13:58.3991858Z copying torch\utils\benchmark\examples\blas_compare_setup.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-10-08T20:13:58.4002567Z copying torch\utils\benchmark\examples\compare.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-10-08T20:13:58.4016484Z copying torch\utils\benchmark\examples\fuzzer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-10-08T20:13:58.4034090Z copying torch\utils\benchmark\examples\op_benchmark.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-10-08T20:13:58.4045167Z copying torch\utils\benchmark\examples\simple_timeit.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-10-08T20:13:58.4058174Z copying torch\utils\benchmark\examples\spectral_ops_fuzz_test.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-10-08T20:13:58.4069997Z copying torch\utils\benchmark\examples\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples 2024-10-08T20:13:58.4076476Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-10-08T20:13:58.4079400Z copying torch\utils\benchmark\op_fuzzers\binary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-10-08T20:13:58.4090236Z copying torch\utils\benchmark\op_fuzzers\sparse_binary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-10-08T20:13:58.4100938Z copying torch\utils\benchmark\op_fuzzers\sparse_unary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-10-08T20:13:58.4112022Z copying torch\utils\benchmark\op_fuzzers\spectral.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-10-08T20:13:58.4133168Z copying torch\utils\benchmark\op_fuzzers\unary.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-10-08T20:13:58.4151327Z copying torch\utils\benchmark\op_fuzzers\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers 2024-10-08T20:13:58.4157966Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-10-08T20:13:58.4160639Z copying torch\utils\benchmark\utils\common.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-10-08T20:13:58.4172359Z copying torch\utils\benchmark\utils\compare.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-10-08T20:13:58.4183008Z copying torch\utils\benchmark\utils\compile.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-10-08T20:13:58.4194276Z copying torch\utils\benchmark\utils\cpp_jit.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-10-08T20:13:58.4212154Z copying torch\utils\benchmark\utils\fuzzer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-10-08T20:13:58.4235347Z copying torch\utils\benchmark\utils\sparse_fuzzer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-10-08T20:13:58.4251636Z copying torch\utils\benchmark\utils\timer.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-10-08T20:13:58.4276120Z copying torch\utils\benchmark\utils\_stubs.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-10-08T20:13:58.4288526Z copying torch\utils\benchmark\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-10-08T20:13:58.4296430Z creating build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-10-08T20:13:58.4299352Z copying torch\utils\benchmark\utils\valgrind_wrapper\timer_interface.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-10-08T20:13:58.4330007Z copying torch\utils\benchmark\utils\valgrind_wrapper\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-10-08T20:13:58.4336271Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-10-08T20:13:58.4338993Z copying torch\utils\data\datapipes\datapipe.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-10-08T20:13:58.4356435Z copying torch\utils\data\datapipes\gen_pyi.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-10-08T20:13:58.4367435Z copying torch\utils\data\datapipes\_decorator.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-10-08T20:13:58.4378493Z copying torch\utils\data\datapipes\_hook_iterator.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-10-08T20:13:58.4400541Z copying torch\utils\data\datapipes\_typing.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-10-08T20:13:58.4417555Z copying torch\utils\data\datapipes\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-10-08T20:13:58.4424635Z creating build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-10-08T20:13:58.4427311Z copying torch\utils\data\_utils\collate.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-10-08T20:13:58.4443093Z copying torch\utils\data\_utils\fetch.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-10-08T20:13:58.4455024Z copying torch\utils\data\_utils\pin_memory.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-10-08T20:13:58.4467827Z copying torch\utils\data\_utils\signal_handling.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-10-08T20:13:58.4479137Z copying torch\utils\data\_utils\worker.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-10-08T20:13:58.4495126Z copying torch\utils\data\_utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\_utils 2024-10-08T20:13:58.4506363Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2024-10-08T20:13:58.4510529Z copying torch\utils\data\datapipes\dataframe\dataframes.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2024-10-08T20:13:58.4521678Z copying torch\utils\data\datapipes\dataframe\dataframe_wrapper.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2024-10-08T20:13:58.4534639Z copying torch\utils\data\datapipes\dataframe\datapipes.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2024-10-08T20:13:58.4553196Z copying torch\utils\data\datapipes\dataframe\structures.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2024-10-08T20:13:58.4571166Z copying torch\utils\data\datapipes\dataframe\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe 2024-10-08T20:13:58.4579556Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-10-08T20:13:58.4582469Z copying torch\utils\data\datapipes\iter\callable.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-10-08T20:13:58.4595887Z copying torch\utils\data\datapipes\iter\combinatorics.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-10-08T20:13:58.4611360Z copying torch\utils\data\datapipes\iter\combining.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-10-08T20:13:58.4630091Z copying torch\utils\data\datapipes\iter\filelister.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-10-08T20:13:58.4650598Z copying torch\utils\data\datapipes\iter\fileopener.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-10-08T20:13:58.4660031Z copying torch\utils\data\datapipes\iter\grouping.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-10-08T20:13:58.4673210Z copying torch\utils\data\datapipes\iter\routeddecoder.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-10-08T20:13:58.4682681Z copying torch\utils\data\datapipes\iter\selecting.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-10-08T20:13:58.4692170Z copying torch\utils\data\datapipes\iter\sharding.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-10-08T20:13:58.4702655Z copying torch\utils\data\datapipes\iter\streamreader.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-10-08T20:13:58.4712410Z copying torch\utils\data\datapipes\iter\utils.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-10-08T20:13:58.4721606Z copying torch\utils\data\datapipes\iter\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter 2024-10-08T20:13:58.4735357Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-10-08T20:13:58.4738119Z copying torch\utils\data\datapipes\map\callable.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-10-08T20:13:58.4755662Z copying torch\utils\data\datapipes\map\combinatorics.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-10-08T20:13:58.4767340Z copying torch\utils\data\datapipes\map\combining.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-10-08T20:13:58.4777732Z copying torch\utils\data\datapipes\map\grouping.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-10-08T20:13:58.4788323Z copying torch\utils\data\datapipes\map\utils.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-10-08T20:13:58.4807755Z copying torch\utils\data\datapipes\map\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map 2024-10-08T20:13:58.4815316Z creating build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2024-10-08T20:13:58.4818054Z copying torch\utils\data\datapipes\utils\common.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2024-10-08T20:13:58.4829120Z copying torch\utils\data\datapipes\utils\decoder.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2024-10-08T20:13:58.4843597Z copying torch\utils\data\datapipes\utils\snapshot.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2024-10-08T20:13:58.4853661Z copying torch\utils\data\datapipes\utils\__init__.py -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils 2024-10-08T20:13:58.4860866Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-10-08T20:13:58.4863964Z copying torch\_dynamo\backends\common.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-10-08T20:13:58.4886535Z copying torch\_dynamo\backends\cudagraphs.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-10-08T20:13:58.4896867Z copying torch\_dynamo\backends\debugging.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-10-08T20:13:58.4910988Z copying torch\_dynamo\backends\distributed.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-10-08T20:13:58.4932596Z copying torch\_dynamo\backends\inductor.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-10-08T20:13:58.4938573Z copying torch\_dynamo\backends\onnxrt.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-10-08T20:13:58.4948123Z copying torch\_dynamo\backends\registry.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-10-08T20:13:58.4958027Z copying torch\_dynamo\backends\tensorrt.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-10-08T20:13:58.4963350Z copying torch\_dynamo\backends\torchxla.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-10-08T20:13:58.4979012Z copying torch\_dynamo\backends\tvm.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-10-08T20:13:58.4990621Z copying torch\_dynamo\backends\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\backends 2024-10-08T20:13:58.4997016Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2024-10-08T20:13:58.5000100Z copying torch\_dynamo\polyfills\builtins.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2024-10-08T20:13:58.5013596Z copying torch\_dynamo\polyfills\functools.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2024-10-08T20:13:58.5029051Z copying torch\_dynamo\polyfills\itertools.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2024-10-08T20:13:58.5040988Z copying torch\_dynamo\polyfills\loader.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2024-10-08T20:13:58.5058595Z copying torch\_dynamo\polyfills\os.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2024-10-08T20:13:58.5074112Z copying torch\_dynamo\polyfills\sys.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2024-10-08T20:13:58.5079275Z copying torch\_dynamo\polyfills\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills 2024-10-08T20:13:58.5090138Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2024-10-08T20:13:58.5092809Z copying torch\_dynamo\repro\after_aot.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2024-10-08T20:13:58.5114496Z copying torch\_dynamo\repro\after_dynamo.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2024-10-08T20:13:58.5130302Z copying torch\_dynamo\repro\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\repro 2024-10-08T20:13:58.5138727Z creating build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-10-08T20:13:58.5141173Z copying torch\_dynamo\variables\base.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-10-08T20:13:58.5155238Z copying torch\_dynamo\variables\builder.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-10-08T20:13:58.5197711Z copying torch\_dynamo\variables\builtin.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-10-08T20:13:58.5249915Z copying torch\_dynamo\variables\constant.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-10-08T20:13:58.5259686Z copying torch\_dynamo\variables\ctx_manager.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-10-08T20:13:58.5295462Z copying torch\_dynamo\variables\dicts.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-10-08T20:13:58.5332859Z copying torch\_dynamo\variables\distributed.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-10-08T20:13:58.5342932Z copying torch\_dynamo\variables\functions.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-10-08T20:13:58.5368975Z copying torch\_dynamo\variables\higher_order_ops.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-10-08T20:13:58.5418813Z copying torch\_dynamo\variables\iter.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-10-08T20:13:58.5436314Z copying torch\_dynamo\variables\lazy.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-10-08T20:13:58.5446807Z copying torch\_dynamo\variables\lists.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-10-08T20:13:58.5467024Z copying torch\_dynamo\variables\misc.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-10-08T20:13:58.5513178Z copying torch\_dynamo\variables\nn_module.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-10-08T20:13:58.5547959Z copying torch\_dynamo\variables\optimizer.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-10-08T20:13:58.5560748Z copying torch\_dynamo\variables\script_object.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-10-08T20:13:58.5572091Z copying torch\_dynamo\variables\sdpa.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-10-08T20:13:58.5582961Z copying torch\_dynamo\variables\tensor.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-10-08T20:13:58.5606363Z copying torch\_dynamo\variables\torch.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-10-08T20:13:58.5627978Z copying torch\_dynamo\variables\torch_function.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-10-08T20:13:58.5644319Z copying torch\_dynamo\variables\user_defined.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-10-08T20:13:58.5670041Z copying torch\_dynamo\variables\__init__.py -> build\lib.win-amd64-cpython-39\torch\_dynamo\variables 2024-10-08T20:13:58.5681009Z creating build\lib.win-amd64-cpython-39\torch\_export\db 2024-10-08T20:13:58.5684040Z copying torch\_export\db\case.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2024-10-08T20:13:58.5694537Z copying torch\_export\db\gen_example.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2024-10-08T20:13:58.5700094Z copying torch\_export\db\logging.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2024-10-08T20:13:58.5709733Z copying torch\_export\db\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\db 2024-10-08T20:13:58.5718143Z creating build\lib.win-amd64-cpython-39\torch\_export\passes 2024-10-08T20:13:58.5721142Z copying torch\_export\passes\add_runtime_assertions_for_constraints_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-10-08T20:13:58.5734347Z copying torch\_export\passes\collect_tracepoints_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-10-08T20:13:58.5752054Z copying torch\_export\passes\constant_folding.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-10-08T20:13:58.5773258Z copying torch\_export\passes\functionalize_side_effectful_ops_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-10-08T20:13:58.5784286Z copying torch\_export\passes\lift_constants_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-10-08T20:13:58.5805865Z copying torch\_export\passes\remove_runtime_assertions.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-10-08T20:13:58.5819192Z copying torch\_export\passes\replace_autocast_with_hop_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-10-08T20:13:58.5830464Z copying torch\_export\passes\replace_quantized_ops_with_standard_ops_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-10-08T20:13:58.5846859Z copying torch\_export\passes\replace_set_grad_with_hop_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-10-08T20:13:58.5862286Z copying torch\_export\passes\replace_view_ops_with_view_copy_ops_pass.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-10-08T20:13:58.5871729Z copying torch\_export\passes\replace_with_hop_pass_util.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-10-08T20:13:58.5881500Z copying torch\_export\passes\_node_metadata_hook.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-10-08T20:13:58.5891321Z copying torch\_export\passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\passes 2024-10-08T20:13:58.5898568Z creating build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2024-10-08T20:13:58.5901414Z copying torch\_export\pass_infra\node_metadata.py -> build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2024-10-08T20:13:58.5910702Z copying torch\_export\pass_infra\proxy_value.py -> build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2024-10-08T20:13:58.5920427Z copying torch\_export\pass_infra\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\pass_infra 2024-10-08T20:13:58.5932142Z creating build\lib.win-amd64-cpython-39\torch\_export\serde 2024-10-08T20:13:58.5935058Z copying torch\_export\serde\aoti_schema.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-10-08T20:13:58.5940657Z copying torch\_export\serde\dynamic_shapes.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-10-08T20:13:58.5951947Z copying torch\_export\serde\schema.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-10-08T20:13:58.5963594Z copying torch\_export\serde\schema_check.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-10-08T20:13:58.5979190Z copying torch\_export\serde\serialize.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-10-08T20:13:58.6019499Z copying torch\_export\serde\union.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-10-08T20:13:58.6034448Z copying torch\_export\serde\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-10-08T20:13:58.6055597Z creating build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-10-08T20:13:58.6058376Z copying torch\_export\db\examples\assume_constant_result.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-10-08T20:13:58.6065531Z copying torch\_export\db\examples\autograd_function.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-10-08T20:13:58.6077456Z copying torch\_export\db\examples\class_method.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-10-08T20:13:58.6093769Z copying torch\_export\db\examples\cond_branch_class_method.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-10-08T20:13:58.6103431Z copying torch\_export\db\examples\cond_branch_nested_function.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-10-08T20:13:58.6112853Z copying torch\_export\db\examples\cond_branch_nonlocal_variables.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-10-08T20:13:58.6131075Z copying torch\_export\db\examples\cond_closed_over_variable.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-10-08T20:13:58.6146305Z copying torch\_export\db\examples\cond_operands.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-10-08T20:13:58.6155691Z copying torch\_export\db\examples\cond_predicate.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-10-08T20:13:58.6165574Z copying torch\_export\db\examples\constrain_as_size_example.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-10-08T20:13:58.6175151Z copying torch\_export\db\examples\constrain_as_value_example.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-10-08T20:13:58.6185555Z copying torch\_export\db\examples\decorator.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-10-08T20:13:58.6190829Z copying torch\_export\db\examples\dictionary.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-10-08T20:13:58.6196471Z copying torch\_export\db\examples\dynamic_shape_assert.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-10-08T20:13:58.6202579Z copying torch\_export\db\examples\dynamic_shape_constructor.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-10-08T20:13:58.6207977Z copying torch\_export\db\examples\dynamic_shape_if_guard.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-10-08T20:13:58.6213556Z copying torch\_export\db\examples\dynamic_shape_map.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-10-08T20:13:58.6219676Z copying torch\_export\db\examples\dynamic_shape_round.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-10-08T20:13:58.6231328Z copying torch\_export\db\examples\dynamic_shape_slicing.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-10-08T20:13:58.6236905Z copying torch\_export\db\examples\dynamic_shape_view.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-10-08T20:13:58.6242468Z copying torch\_export\db\examples\fn_with_kwargs.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-10-08T20:13:58.6252089Z copying torch\_export\db\examples\list_contains.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-10-08T20:13:58.6257691Z copying torch\_export\db\examples\list_unpack.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-10-08T20:13:58.6271899Z copying torch\_export\db\examples\model_attr_mutation.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-10-08T20:13:58.6280954Z copying torch\_export\db\examples\nested_function.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-10-08T20:13:58.6286775Z copying torch\_export\db\examples\null_context_manager.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-10-08T20:13:58.6297328Z copying torch\_export\db\examples\optional_input.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-10-08T20:13:58.6302837Z copying torch\_export\db\examples\pytree_flatten.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-10-08T20:13:58.6308480Z copying torch\_export\db\examples\scalar_output.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-10-08T20:13:58.6314022Z copying torch\_export\db\examples\specialized_attribute.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-10-08T20:13:58.6319446Z copying torch\_export\db\examples\static_for_loop.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-10-08T20:13:58.6325443Z copying torch\_export\db\examples\static_if.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-10-08T20:13:58.6330945Z copying torch\_export\db\examples\tensor_setattr.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-10-08T20:13:58.6336779Z copying torch\_export\db\examples\type_reflection_method.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-10-08T20:13:58.6342367Z copying torch\_export\db\examples\unsupported_operator.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-10-08T20:13:58.6352324Z copying torch\_export\db\examples\user_input_mutation.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-10-08T20:13:58.6357731Z copying torch\_export\db\examples\__init__.py -> build\lib.win-amd64-cpython-39\torch\_export\db\examples 2024-10-08T20:13:58.6372040Z creating build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-10-08T20:13:58.6374989Z copying torch\_functorch\_aot_autograd\autograd_cache.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-10-08T20:13:58.6392901Z copying torch\_functorch\_aot_autograd\collect_metadata_analysis.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-10-08T20:13:58.6409807Z copying torch\_functorch\_aot_autograd\dispatch_and_compile_graph.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-10-08T20:13:58.6424450Z copying torch\_functorch\_aot_autograd\functional_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-10-08T20:13:58.6439780Z copying torch\_functorch\_aot_autograd\input_output_analysis.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-10-08T20:13:58.6458308Z copying torch\_functorch\_aot_autograd\jit_compile_runtime_wrappers.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-10-08T20:13:58.6478430Z copying torch\_functorch\_aot_autograd\logging_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-10-08T20:13:58.6487692Z copying torch\_functorch\_aot_autograd\runtime_wrappers.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-10-08T20:13:58.6524343Z copying torch\_functorch\_aot_autograd\schemas.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-10-08T20:13:58.6547136Z copying torch\_functorch\_aot_autograd\subclass_utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-10-08T20:13:58.6558996Z copying torch\_functorch\_aot_autograd\traced_function_transforms.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-10-08T20:13:58.6578162Z copying torch\_functorch\_aot_autograd\utils.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-10-08T20:13:58.6591948Z copying torch\_functorch\_aot_autograd\__init__.py -> build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd 2024-10-08T20:13:58.6602839Z creating build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2024-10-08T20:13:58.6605702Z copying torch\_inductor\autoheuristic\autoheuristic.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2024-10-08T20:13:58.6616044Z copying torch\_inductor\autoheuristic\autoheuristic_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2024-10-08T20:13:58.6626121Z copying torch\_inductor\autoheuristic\learnedheuristic_interface.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2024-10-08T20:13:58.6639351Z copying torch\_inductor\autoheuristic\learned_heuristic_controller.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2024-10-08T20:13:58.6649684Z copying torch\_inductor\autoheuristic\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic 2024-10-08T20:13:58.6659194Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-10-08T20:13:58.6662234Z copying torch\_inductor\codegen\aoti_hipify_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-10-08T20:13:58.6676463Z copying torch\_inductor\codegen\common.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-10-08T20:13:58.6864666Z copying torch\_inductor\codegen\cpp.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-10-08T20:13:58.6980988Z copying torch\_inductor\codegen\cpp_gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-10-08T20:13:58.7015013Z copying torch\_inductor\codegen\cpp_micro_gemm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-10-08T20:13:58.7038580Z copying torch\_inductor\codegen\cpp_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-10-08T20:13:58.7049324Z copying torch\_inductor\codegen\cpp_template_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-10-08T20:13:58.7059863Z copying torch\_inductor\codegen\cpp_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-10-08T20:13:58.7078620Z copying torch\_inductor\codegen\cpp_wrapper_cpu.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-10-08T20:13:58.7125961Z copying torch\_inductor\codegen\cpp_wrapper_cpu_array_ref.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-10-08T20:13:58.7140330Z copying torch\_inductor\codegen\cpp_wrapper_gpu.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-10-08T20:13:58.7156357Z copying torch\_inductor\codegen\cpu_device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-10-08T20:13:58.7166520Z copying torch\_inductor\codegen\cuda_combined_scheduling.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-10-08T20:13:58.7175979Z copying torch\_inductor\codegen\debug_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-10-08T20:13:58.7187227Z copying torch\_inductor\codegen\halide.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-10-08T20:13:58.7210205Z copying torch\_inductor\codegen\memory_planning.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-10-08T20:13:58.7224485Z copying torch\_inductor\codegen\multi_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-10-08T20:13:58.7235620Z copying torch\_inductor\codegen\simd.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-10-08T20:13:58.7265149Z copying torch\_inductor\codegen\triton.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-10-08T20:13:58.7319775Z copying torch\_inductor\codegen\triton_combo_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-10-08T20:13:58.7339090Z copying torch\_inductor\codegen\triton_split_scan.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-10-08T20:13:58.7357792Z copying torch\_inductor\codegen\triton_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-10-08T20:13:58.7367811Z copying torch\_inductor\codegen\wrapper.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-10-08T20:13:58.7400780Z copying torch\_inductor\codegen\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-10-08T20:13:58.7409631Z creating build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2024-10-08T20:13:58.7412800Z copying torch\_inductor\compile_worker\subproc_pool.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2024-10-08T20:13:58.7422945Z copying torch\_inductor\compile_worker\watchdog.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2024-10-08T20:13:58.7434106Z copying torch\_inductor\compile_worker\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2024-10-08T20:13:58.7438702Z copying torch\_inductor\compile_worker\__main__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker 2024-10-08T20:13:58.7452706Z creating build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-10-08T20:13:58.7455690Z copying torch\_inductor\fx_passes\b2b_gemm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-10-08T20:13:58.7469648Z copying torch\_inductor\fx_passes\binary_folding.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-10-08T20:13:58.7479053Z copying torch\_inductor\fx_passes\ddp_fusion.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-10-08T20:13:58.7492868Z copying torch\_inductor\fx_passes\decompose_mem_bound_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-10-08T20:13:58.7511884Z copying torch\_inductor\fx_passes\dedupe_symint_uses.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-10-08T20:13:58.7521950Z copying torch\_inductor\fx_passes\efficient_conv_bn_eval.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-10-08T20:13:58.7532016Z copying torch\_inductor\fx_passes\freezing_patterns.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-10-08T20:13:58.7541299Z copying torch\_inductor\fx_passes\fuse_attention.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-10-08T20:13:58.7556487Z copying torch\_inductor\fx_passes\group_batch_fusion.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-10-08T20:13:58.7599215Z copying torch\_inductor\fx_passes\joint_graph.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-10-08T20:13:58.7613485Z copying torch\_inductor\fx_passes\micro_pipeline_tp.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-10-08T20:13:58.7639028Z copying torch\_inductor\fx_passes\misc_patterns.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-10-08T20:13:58.7649036Z copying torch\_inductor\fx_passes\mkldnn_fusion.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-10-08T20:13:58.7686348Z copying torch\_inductor\fx_passes\numeric_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-10-08T20:13:58.7696997Z copying torch\_inductor\fx_passes\pad_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-10-08T20:13:58.7727837Z copying torch\_inductor\fx_passes\post_grad.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-10-08T20:13:58.7752275Z copying torch\_inductor\fx_passes\pre_grad.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-10-08T20:13:58.7766402Z copying torch\_inductor\fx_passes\quantization.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-10-08T20:13:58.7828907Z copying torch\_inductor\fx_passes\reinplace.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-10-08T20:13:58.7849471Z copying torch\_inductor\fx_passes\replace_random.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-10-08T20:13:58.7863629Z copying torch\_inductor\fx_passes\split_cat.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-10-08T20:13:58.7915072Z copying torch\_inductor\fx_passes\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes 2024-10-08T20:13:58.7922413Z creating build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-10-08T20:13:58.7925369Z copying torch\_inductor\kernel\bmm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-10-08T20:13:58.7938480Z copying torch\_inductor\kernel\conv.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-10-08T20:13:58.7954938Z copying torch\_inductor\kernel\flex_attention.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-10-08T20:13:58.7981106Z copying torch\_inductor\kernel\flex_decoding.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-10-08T20:13:58.8018067Z copying torch\_inductor\kernel\mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-10-08T20:13:58.8042487Z copying torch\_inductor\kernel\mm_common.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-10-08T20:13:58.8055841Z copying torch\_inductor\kernel\mm_plus_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-10-08T20:13:58.8065396Z copying torch\_inductor\kernel\mm_scaled.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-10-08T20:13:58.8078829Z copying torch\_inductor\kernel\unpack_mixed_mm.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-10-08T20:13:58.8096952Z copying torch\_inductor\kernel\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\kernel 2024-10-08T20:13:58.8104040Z creating build\lib.win-amd64-cpython-39\torch\_inductor\package 2024-10-08T20:13:58.8107294Z copying torch\_inductor\package\build_package.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2024-10-08T20:13:58.8116596Z copying torch\_inductor\package\package.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2024-10-08T20:13:58.8127545Z copying torch\_inductor\package\pt2_archive_constants.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2024-10-08T20:13:58.8132744Z copying torch\_inductor\package\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\package 2024-10-08T20:13:58.8140824Z creating build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-10-08T20:13:58.8143686Z copying torch\_inductor\runtime\autotune_cache.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-10-08T20:13:58.8153198Z copying torch\_inductor\runtime\benchmarking.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-10-08T20:13:58.8167637Z copying torch\_inductor\runtime\compile_tasks.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-10-08T20:13:58.8177125Z copying torch\_inductor\runtime\coordinate_descent_tuner.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-10-08T20:13:58.8206935Z copying torch\_inductor\runtime\halide_helpers.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-10-08T20:13:58.8216244Z copying torch\_inductor\runtime\hints.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-10-08T20:13:58.8226940Z copying torch\_inductor\runtime\runtime_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-10-08T20:13:58.8236632Z copying torch\_inductor\runtime\triton_helpers.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-10-08T20:13:58.8254931Z copying torch\_inductor\runtime\triton_heuristics.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-10-08T20:13:58.8299507Z copying torch\_inductor\runtime\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\runtime 2024-10-08T20:13:58.8306295Z creating build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-10-08T20:13:58.8309255Z copying torch\_inductor\autoheuristic\artifacts\_MixedMMA100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-10-08T20:13:58.8333356Z copying torch\_inductor\autoheuristic\artifacts\_MixedMMH100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-10-08T20:13:58.8343200Z copying torch\_inductor\autoheuristic\artifacts\_MMRankingA100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-10-08T20:13:58.8369097Z copying torch\_inductor\autoheuristic\artifacts\_MMRankingH100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-10-08T20:13:58.8388574Z copying torch\_inductor\autoheuristic\artifacts\_PadMMA100.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-10-08T20:13:58.8398203Z copying torch\_inductor\autoheuristic\artifacts\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts 2024-10-08T20:13:58.8405168Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-10-08T20:13:58.8408168Z copying torch\_inductor\codegen\cuda\cuda_cpp_scheduling.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-10-08T20:13:58.8418286Z copying torch\_inductor\codegen\cuda\cuda_env.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-10-08T20:13:58.8428873Z copying torch\_inductor\codegen\cuda\cuda_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-10-08T20:13:58.8440754Z copying torch\_inductor\codegen\cuda\cuda_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-10-08T20:13:58.8457317Z copying torch\_inductor\codegen\cuda\cutlass_epilogue_gen.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-10-08T20:13:58.8467623Z copying torch\_inductor\codegen\cuda\cutlass_utils.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-10-08T20:13:58.8479531Z copying torch\_inductor\codegen\cuda\device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-10-08T20:13:58.8489844Z copying torch\_inductor\codegen\cuda\gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-10-08T20:13:58.8528327Z copying torch\_inductor\codegen\cuda\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda 2024-10-08T20:13:58.8535066Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-10-08T20:13:58.8538142Z copying torch\_inductor\codegen\rocm\ck_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-10-08T20:13:58.8547794Z copying torch\_inductor\codegen\rocm\ck_universal_gemm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-10-08T20:13:58.8562013Z copying torch\_inductor\codegen\rocm\compile_command.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-10-08T20:13:58.8576391Z copying torch\_inductor\codegen\rocm\rocm_benchmark_request.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-10-08T20:13:58.8586343Z copying torch\_inductor\codegen\rocm\rocm_cpp_scheduling.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-10-08T20:13:58.8596097Z copying torch\_inductor\codegen\rocm\rocm_kernel.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-10-08T20:13:58.8605934Z copying torch\_inductor\codegen\rocm\rocm_template.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-10-08T20:13:58.8615900Z copying torch\_inductor\codegen\rocm\rocm_template_buffer.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-10-08T20:13:58.8625044Z copying torch\_inductor\codegen\rocm\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm 2024-10-08T20:13:58.8630908Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu 2024-10-08T20:13:58.8633710Z copying torch\_inductor\codegen\xpu\device_op_overrides.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu 2024-10-08T20:13:58.8643289Z copying torch\_inductor\codegen\xpu\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu 2024-10-08T20:13:58.8649842Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2024-10-08T20:13:58.8653348Z 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 2024-10-08T20:13:58.8663944Z copying torch\_inductor\codegen\cuda\cutlass_lib_extensions\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2024-10-08T20:13:58.8673547Z creating build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-10-08T20:13:58.8676588Z copying torch\_inductor\fx_passes\serialized_patterns\addmm_pattern.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-10-08T20:13:58.8686265Z copying torch\_inductor\fx_passes\serialized_patterns\bmm_pattern.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-10-08T20:13:58.8696416Z copying torch\_inductor\fx_passes\serialized_patterns\mm_pattern.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-10-08T20:13:58.8713078Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_1.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-10-08T20:13:58.8724585Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_10.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-10-08T20:13:58.8737822Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_11.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-10-08T20:13:58.8750384Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_12.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-10-08T20:13:58.8760431Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_13.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-10-08T20:13:58.8771558Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_14.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-10-08T20:13:58.8783338Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_15.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-10-08T20:13:58.8800029Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_16.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-10-08T20:13:58.8939051Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_17.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-10-08T20:13:58.8952815Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_18.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-10-08T20:13:58.8976599Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_19.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-10-08T20:13:58.8989193Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_2.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-10-08T20:13:58.9004162Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_3.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-10-08T20:13:58.9018887Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_4.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-10-08T20:13:58.9030285Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_5.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-10-08T20:13:58.9049342Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_6.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-10-08T20:13:58.9070470Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_7.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-10-08T20:13:58.9084402Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_8.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-10-08T20:13:58.9095157Z copying torch\_inductor\fx_passes\serialized_patterns\_sfdp_pattern_9.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-10-08T20:13:58.9107554Z copying torch\_inductor\fx_passes\serialized_patterns\__init__.py -> build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\serialized_patterns 2024-10-08T20:13:58.9113791Z creating build\lib.win-amd64-cpython-39\torch\_numpy\testing 2024-10-08T20:13:58.9116604Z copying torch\_numpy\testing\utils.py -> build\lib.win-amd64-cpython-39\torch\_numpy\testing 2024-10-08T20:13:58.9142184Z copying torch\_numpy\testing\__init__.py -> build\lib.win-amd64-cpython-39\torch\_numpy\testing 2024-10-08T20:13:58.9148592Z creating build\lib.win-amd64-cpython-39\torch\_refs\linalg 2024-10-08T20:13:58.9151089Z copying torch\_refs\linalg\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\linalg 2024-10-08T20:13:58.9162426Z creating build\lib.win-amd64-cpython-39\torch\_refs\nn 2024-10-08T20:13:58.9165124Z copying torch\_refs\nn\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\nn 2024-10-08T20:13:58.9171576Z creating build\lib.win-amd64-cpython-39\torch\_refs\special 2024-10-08T20:13:58.9179284Z copying torch\_refs\special\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\special 2024-10-08T20:13:58.9194883Z creating build\lib.win-amd64-cpython-39\torch\_refs\nn\functional 2024-10-08T20:13:58.9197446Z copying torch\_refs\nn\functional\__init__.py -> build\lib.win-amd64-cpython-39\torch\_refs\nn\functional 2024-10-08T20:13:58.9226269Z creating build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2024-10-08T20:13:58.9229008Z copying torch\_vendor\packaging\version.py -> build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2024-10-08T20:13:58.9246673Z copying torch\_vendor\packaging\_structures.py -> build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2024-10-08T20:13:58.9256815Z copying torch\_vendor\packaging\__init__.py -> build\lib.win-amd64-cpython-39\torch\_vendor\packaging 2024-10-08T20:13:58.9263318Z creating build\lib.win-amd64-cpython-39\torchgen\aoti 2024-10-08T20:13:58.9266009Z copying torchgen\aoti\fallback_ops.py -> build\lib.win-amd64-cpython-39\torchgen\aoti 2024-10-08T20:13:58.9275899Z copying torchgen\aoti\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\aoti 2024-10-08T20:13:58.9283046Z creating build\lib.win-amd64-cpython-39\torchgen\api 2024-10-08T20:13:58.9285657Z copying torchgen\api\autograd.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-10-08T20:13:58.9305528Z copying torchgen\api\cpp.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-10-08T20:13:58.9319914Z copying torchgen\api\dispatcher.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-10-08T20:13:58.9395449Z copying torchgen\api\functionalization.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-10-08T20:13:58.9396368Z copying torchgen\api\lazy.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-10-08T20:13:58.9397222Z copying torchgen\api\meta.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-10-08T20:13:58.9398107Z copying torchgen\api\native.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-10-08T20:13:58.9398957Z copying torchgen\api\python.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-10-08T20:13:58.9416968Z copying torchgen\api\structured.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-10-08T20:13:58.9432776Z copying torchgen\api\translate.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-10-08T20:13:58.9449104Z copying torchgen\api\ufunc.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-10-08T20:13:58.9458434Z copying torchgen\api\unboxing.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-10-08T20:13:58.9469982Z copying torchgen\api\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\api 2024-10-08T20:13:58.9476467Z creating build\lib.win-amd64-cpython-39\torchgen\dest 2024-10-08T20:13:58.9479411Z copying torchgen\dest\lazy_ir.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2024-10-08T20:13:58.9496923Z copying torchgen\dest\lazy_ts_lowering.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2024-10-08T20:13:58.9508955Z copying torchgen\dest\native_functions.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2024-10-08T20:13:58.9518194Z copying torchgen\dest\register_dispatch_key.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2024-10-08T20:13:58.9551456Z copying torchgen\dest\ufunc.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2024-10-08T20:13:58.9568383Z copying torchgen\dest\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\dest 2024-10-08T20:13:58.9582670Z creating build\lib.win-amd64-cpython-39\torchgen\executorch 2024-10-08T20:13:58.9585612Z copying torchgen\executorch\model.py -> build\lib.win-amd64-cpython-39\torchgen\executorch 2024-10-08T20:13:58.9595217Z copying torchgen\executorch\parse.py -> build\lib.win-amd64-cpython-39\torchgen\executorch 2024-10-08T20:13:58.9604866Z copying torchgen\executorch\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\executorch 2024-10-08T20:13:58.9611306Z creating build\lib.win-amd64-cpython-39\torchgen\operator_versions 2024-10-08T20:13:58.9614588Z copying torchgen\operator_versions\gen_mobile_upgraders.py -> build\lib.win-amd64-cpython-39\torchgen\operator_versions 2024-10-08T20:13:58.9625375Z copying torchgen\operator_versions\gen_mobile_upgraders_constant.py -> build\lib.win-amd64-cpython-39\torchgen\operator_versions 2024-10-08T20:13:58.9630800Z copying torchgen\operator_versions\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\operator_versions 2024-10-08T20:13:58.9642194Z creating build\lib.win-amd64-cpython-39\torchgen\selective_build 2024-10-08T20:13:58.9644952Z copying torchgen\selective_build\operator.py -> build\lib.win-amd64-cpython-39\torchgen\selective_build 2024-10-08T20:13:58.9656430Z copying torchgen\selective_build\selector.py -> build\lib.win-amd64-cpython-39\torchgen\selective_build 2024-10-08T20:13:58.9667900Z copying torchgen\selective_build\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\selective_build 2024-10-08T20:13:58.9673266Z creating build\lib.win-amd64-cpython-39\torchgen\static_runtime 2024-10-08T20:13:58.9680371Z copying torchgen\static_runtime\config.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2024-10-08T20:13:58.9690299Z copying torchgen\static_runtime\generator.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2024-10-08T20:13:58.9705073Z copying torchgen\static_runtime\gen_static_runtime_ops.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2024-10-08T20:13:58.9726328Z copying torchgen\static_runtime\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\static_runtime 2024-10-08T20:13:58.9732373Z creating build\lib.win-amd64-cpython-39\torchgen\api\types 2024-10-08T20:13:58.9735207Z copying torchgen\api\types\signatures.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2024-10-08T20:13:58.9752102Z copying torchgen\api\types\types.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2024-10-08T20:13:58.9762314Z copying torchgen\api\types\types_base.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2024-10-08T20:13:58.9772377Z copying torchgen\api\types\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\api\types 2024-10-08T20:13:58.9779246Z creating build\lib.win-amd64-cpython-39\torchgen\executorch\api 2024-10-08T20:13:58.9781991Z copying torchgen\executorch\api\custom_ops.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2024-10-08T20:13:58.9792000Z copying torchgen\executorch\api\et_cpp.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2024-10-08T20:13:58.9806828Z copying torchgen\executorch\api\unboxing.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2024-10-08T20:13:58.9818102Z copying torchgen\executorch\api\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api 2024-10-08T20:13:58.9824077Z creating build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2024-10-08T20:13:58.9826861Z copying torchgen\executorch\api\types\signatures.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2024-10-08T20:13:58.9836635Z copying torchgen\executorch\api\types\types.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2024-10-08T20:13:58.9845053Z copying torchgen\executorch\api\types\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\executorch\api\types 2024-10-08T20:13:59.6216048Z copying torch\return_types.pyi -> build\lib.win-amd64-cpython-39\torch 2024-10-08T20:13:59.6236297Z copying torch\_VF.pyi -> build\lib.win-amd64-cpython-39\torch 2024-10-08T20:13:59.6623929Z copying torch\py.typed -> build\lib.win-amd64-cpython-39\torch 2024-10-08T20:13:59.6654672Z creating build\lib.win-amd64-cpython-39\torch\bin 2024-10-08T20:13:59.6657525Z copying torch\bin\asmjit.dll -> build\lib.win-amd64-cpython-39\torch\bin 2024-10-08T20:13:59.6667526Z copying torch\bin\fbgemm.dll -> build\lib.win-amd64-cpython-39\torch\bin 2024-10-08T20:13:59.6719209Z copying torch\bin\FileStoreTest.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-10-08T20:13:59.6729504Z copying torch\bin\protoc.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-10-08T20:13:59.6759251Z copying torch\bin\TCPStoreTest.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-10-08T20:13:59.6782893Z copying torch\bin\test_api.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-10-08T20:13:59.6878005Z copying torch\bin\test_edge_op_registration.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-10-08T20:13:59.6887369Z copying torch\bin\test_jit.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-10-08T20:13:59.6942686Z copying torch\bin\test_lazy.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-10-08T20:13:59.6970396Z copying torch\bin\test_tensorexpr.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-10-08T20:13:59.7023089Z copying torch\bin\tutorial_tensorexpr.exe -> build\lib.win-amd64-cpython-39\torch\bin 2024-10-08T20:13:59.7030560Z creating build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7033131Z copying torch\test\apply_utils_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7042639Z copying torch\test\atest.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7052386Z copying torch\test\backend_fallback_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7062924Z copying torch\test\basic.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7086090Z copying torch\test\broadcast_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7095797Z copying torch\test\c10_accumulate_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7104681Z copying torch\test\c10_bfloat16_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7114366Z copying torch\test\c10_Bitset_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7124015Z copying torch\test\c10_bit_cast_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7132610Z copying torch\test\c10_CompileTimeFunctionPointer_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7141195Z copying torch\test\c10_complex_math_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7151002Z copying torch\test\c10_complex_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7162244Z copying torch\test\c10_ConstexprCrc_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7170568Z copying torch\test\c10_cow_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7180243Z copying torch\test\c10_DeadlockDetection_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7189340Z copying torch\test\c10_DeviceGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7198478Z copying torch\test\c10_Device_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7207702Z copying torch\test\c10_DispatchKeySet_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7224009Z copying torch\test\c10_exception_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7233417Z copying torch\test\c10_flags_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7243067Z copying torch\test\c10_generic_math_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7252179Z copying torch\test\c10_Half_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7262922Z copying torch\test\c10_InlineDeviceGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7273090Z copying torch\test\c10_InlineStreamGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7282957Z copying torch\test\c10_intrusive_ptr_benchmark.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7291566Z copying torch\test\c10_intrusive_ptr_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7315068Z copying torch\test\c10_irange_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7324408Z copying torch\test\c10_lazy_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7333507Z copying torch\test\c10_LeftRight_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7343156Z copying torch\test\c10_logging_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7352688Z copying torch\test\c10_Metaprogramming_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7362168Z copying torch\test\c10_NetworkFlow_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7371692Z copying torch\test\c10_optional_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7382504Z copying torch\test\c10_ordered_preserving_dict_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7392130Z copying torch\test\c10_registry_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7409726Z copying torch\test\c10_Scalar_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7419026Z copying torch\test\c10_SizesAndStrides_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7428541Z copying torch\test\c10_small_vector_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7443291Z copying torch\test\c10_ssize_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7452641Z copying torch\test\c10_StreamGuard_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7461381Z copying torch\test\c10_string_util_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7470806Z copying torch\test\c10_string_view_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7480349Z copying torch\test\c10_SymInt_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7513781Z copying torch\test\c10_Synchronized_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7522701Z copying torch\test\c10_tempfile_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7531757Z copying torch\test\c10_ThreadLocal_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7541186Z copying torch\test\c10_typeid_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7550825Z copying torch\test\c10_TypeIndex_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7560521Z copying torch\test\c10_TypeList_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7569626Z copying torch\test\c10_TypeTraits_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7578797Z copying torch\test\CppSignature_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7588242Z copying torch\test\cpu_allocator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7605941Z copying torch\test\cpu_generator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7616137Z copying torch\test\cpu_profiling_allocator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7625958Z copying torch\test\cpu_rng_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7638046Z copying torch\test\Dict_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7649743Z copying torch\test\Dimname_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7659347Z copying torch\test\dispatch_key_set_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7669190Z copying torch\test\dlconvertor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7679147Z copying torch\test\extension_backend_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7689574Z copying torch\test\half_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7710140Z copying torch\test\IListRef_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7721221Z copying torch\test\inline_container_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7731231Z copying torch\test\ivalue_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7744066Z copying torch\test\KernelFunction_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7754656Z copying torch\test\kernel_function_legacy_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7768705Z copying torch\test\kernel_function_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7782303Z copying torch\test\kernel_lambda_legacy_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7797124Z copying torch\test\kernel_lambda_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7816885Z copying torch\test\kernel_stackbased_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7827347Z copying torch\test\lazy_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7837079Z copying torch\test\legacy_vmap_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7848433Z copying torch\test\List_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7860613Z copying torch\test\make_boxed_from_unboxed_functor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7872508Z copying torch\test\math_kernel_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7882315Z copying torch\test\MaybeOwned_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7892867Z copying torch\test\memory_format_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7903310Z copying torch\test\memory_overlapping_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7913199Z copying torch\test\mobile_memory_cleanup.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7922826Z copying torch\test\NamedTensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7932802Z copying torch\test\native_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7942804Z copying torch\test\operators_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7952474Z copying torch\test\operator_name_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7961847Z copying torch\test\op_allowlist_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7970633Z copying torch\test\op_registration_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.7993837Z copying torch\test\packedtensoraccessor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.8008873Z copying torch\test\pow_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.8019739Z copying torch\test\quantized_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.8029549Z copying torch\test\reduce_ops_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.8039084Z copying torch\test\reportMemoryUsage_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.8048880Z copying torch\test\scalar_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.8059318Z copying torch\test\scalar_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.8069381Z copying torch\test\StorageUtils_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.8079246Z copying torch\test\stride_properties_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.8088729Z copying torch\test\tensor_iterator_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.8100511Z copying torch\test\test_parallel.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.8110277Z copying torch\test\thread_init_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.8117887Z copying torch\test\type_ptr_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.8127041Z copying torch\test\type_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.8138260Z copying torch\test\undefined_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.8148065Z copying torch\test\verify_api_visibility.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.8155662Z copying torch\test\weakref_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.8165519Z copying torch\test\wrapdim_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.8175673Z copying torch\test\xla_tensor_test.exe -> build\lib.win-amd64-cpython-39\torch\test 2024-10-08T20:13:59.8203149Z creating build\lib.win-amd64-cpython-39\torch\_C 2024-10-08T20:13:59.8210352Z copying torch\_C\_aoti.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-10-08T20:13:59.8214074Z copying torch\_C\_autograd.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-10-08T20:13:59.8226728Z copying torch\_C\_cpu.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-10-08T20:13:59.8233078Z copying torch\_C\_cudnn.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-10-08T20:13:59.8239124Z copying torch\_C\_cusparselt.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-10-08T20:13:59.8251472Z copying torch\_C\_distributed_autograd.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-10-08T20:13:59.8262668Z copying torch\_C\_distributed_c10d.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-10-08T20:13:59.8277126Z copying torch\_C\_distributed_rpc.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-10-08T20:13:59.8288592Z copying torch\_C\_distributed_rpc_testing.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-10-08T20:13:59.8298778Z copying torch\_C\_functions.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-10-08T20:13:59.8304967Z copying torch\_C\_functorch.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-10-08T20:13:59.8315621Z copying torch\_C\_instruction_counter.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-10-08T20:13:59.8321630Z copying torch\_C\_itt.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-10-08T20:13:59.8327618Z copying torch\_C\_lazy.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-10-08T20:13:59.8337857Z copying torch\_C\_lazy_ts_backend.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-10-08T20:13:59.8344073Z copying torch\_C\_monitor.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-10-08T20:13:59.8354647Z copying torch\_C\_nn.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-10-08T20:13:59.8365810Z copying torch\_C\_nvtx.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-10-08T20:13:59.8372046Z copying torch\_C\_onnx.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-10-08T20:13:59.8383884Z copying torch\_C\_profiler.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-10-08T20:13:59.8395232Z copying torch\_C\_VariableFunctions.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-10-08T20:13:59.8711547Z copying torch\_C\_verbose.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-10-08T20:13:59.8717517Z copying torch\_C\__init__.pyi -> build\lib.win-amd64-cpython-39\torch\_C 2024-10-08T20:13:59.8874160Z copying torch\fx\__init__.pyi -> build\lib.win-amd64-cpython-39\torch\fx 2024-10-08T20:13:59.8880507Z copying torch\jit\_script.pyi -> build\lib.win-amd64-cpython-39\torch\jit 2024-10-08T20:13:59.8894282Z copying torch\nn\functional.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2024-10-08T20:13:59.8909955Z copying torch\nn\parameter.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2024-10-08T20:13:59.8923420Z copying torch\utils\data\datapipes\datapipe.pyi -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-10-08T20:13:59.8949225Z creating build\lib.win-amd64-cpython-39\torch\lib 2024-10-08T20:13:59.8952050Z copying torch\lib\shm.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-10-08T20:13:59.8958657Z copying torch\lib\shm.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-10-08T20:13:59.8964100Z creating build\lib.win-amd64-cpython-39\torch\include 2024-10-08T20:13:59.8966305Z copying torch\include\cpuinfo.h -> build\lib.win-amd64-cpython-39\torch\include 2024-10-08T20:13:59.8973374Z copying torch\include\dnnl.h -> build\lib.win-amd64-cpython-39\torch\include 2024-10-08T20:13:59.8979892Z copying torch\include\dnnl_config.h -> build\lib.win-amd64-cpython-39\torch\include 2024-10-08T20:13:59.8985837Z copying torch\include\dnnl_debug.h -> build\lib.win-amd64-cpython-39\torch\include 2024-10-08T20:13:59.8991926Z copying torch\include\dnnl_ocl.h -> build\lib.win-amd64-cpython-39\torch\include 2024-10-08T20:13:59.9003052Z copying torch\include\dnnl_sycl.h -> build\lib.win-amd64-cpython-39\torch\include 2024-10-08T20:13:59.9009283Z copying torch\include\dnnl_sycl_types.h -> build\lib.win-amd64-cpython-39\torch\include 2024-10-08T20:13:59.9015573Z copying torch\include\dnnl_threadpool.h -> build\lib.win-amd64-cpython-39\torch\include 2024-10-08T20:13:59.9022030Z copying torch\include\dnnl_types.h -> build\lib.win-amd64-cpython-39\torch\include 2024-10-08T20:13:59.9028177Z copying torch\include\dnnl_version.h -> build\lib.win-amd64-cpython-39\torch\include 2024-10-08T20:13:59.9034561Z copying torch\include\experiments-config.h -> build\lib.win-amd64-cpython-39\torch\include 2024-10-08T20:13:59.9040507Z copying torch\include\fp16.h -> build\lib.win-amd64-cpython-39\torch\include 2024-10-08T20:13:59.9046261Z copying torch\include\fxdiv.h -> build\lib.win-amd64-cpython-39\torch\include 2024-10-08T20:13:59.9052321Z copying torch\include\libshm.h -> build\lib.win-amd64-cpython-39\torch\include 2024-10-08T20:13:59.9059436Z copying torch\include\psimd.h -> build\lib.win-amd64-cpython-39\torch\include 2024-10-08T20:13:59.9066113Z copying torch\include\pthreadpool.h -> build\lib.win-amd64-cpython-39\torch\include 2024-10-08T20:13:59.9073781Z copying torch\include\sleef.h -> build\lib.win-amd64-cpython-39\torch\include 2024-10-08T20:13:59.9082958Z copying torch\include\xnnpack.h -> build\lib.win-amd64-cpython-39\torch\include 2024-10-08T20:13:59.9091038Z creating build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9093717Z copying torch\include\ATen\AccumulateType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9100731Z copying torch\include\ATen\ArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9106524Z copying torch\include\ATen\ATen.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9112671Z copying torch\include\ATen\autocast_mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9120111Z copying torch\include\ATen\Backend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9132079Z copying torch\include\ATen\Backtrace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9138090Z copying torch\include\ATen\BlasBackend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9144538Z copying torch\include\ATen\CachedTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9150789Z copying torch\include\ATen\ceil_div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9156732Z copying torch\include\ATen\code_template.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9163010Z copying torch\include\ATen\CollapseDims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9169565Z copying torch\include\ATen\CompositeExplicitAutogradFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9176144Z copying torch\include\ATen\CompositeExplicitAutogradFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9183342Z copying torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9190125Z copying torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9197249Z copying torch\include\ATen\CompositeImplicitAutogradFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9203636Z copying torch\include\ATen\CompositeImplicitAutogradFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9213670Z copying torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9220178Z copying torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9230724Z copying torch\include\ATen\Config.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9236651Z copying torch\include\ATen\Context.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9243745Z copying torch\include\ATen\cpp_custom_type_hack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9249918Z copying torch\include\ATen\CPUApplyUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9256268Z copying torch\include\ATen\CPUFixedAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9262428Z copying torch\include\ATen\CPUFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9268718Z copying torch\include\ATen\CPUFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9275528Z copying torch\include\ATen\CPUGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9281754Z copying torch\include\ATen\CUDAFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9287918Z copying torch\include\ATen\CUDAFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9298842Z copying torch\include\ATen\Device.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9304594Z copying torch\include\ATen\DeviceAccelerator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9310636Z copying torch\include\ATen\DeviceGuard.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9316651Z copying torch\include\ATen\Dimname.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9322968Z copying torch\include\ATen\DimVector.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9328857Z copying torch\include\ATen\Dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9335856Z copying torch\include\ATen\Dispatch_v2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9342875Z copying torch\include\ATen\div_rtn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9349562Z copying torch\include\ATen\DLConvertor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9356443Z copying torch\include\ATen\dlpack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9362998Z copying torch\include\ATen\DynamicLibrary.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9369344Z copying torch\include\ATen\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9381057Z copying torch\include\ATen\ExpandBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9387194Z copying torch\include\ATen\ExpandUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9394050Z copying torch\include\ATen\Formatting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9400127Z copying torch\include\ATen\FunctionalStorageImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9406571Z copying torch\include\ATen\FunctionalTensorWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9413415Z copying torch\include\ATen\Functions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9421144Z copying torch\include\ATen\FuncTorchTLS.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9427311Z copying torch\include\ATen\Generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9433278Z copying torch\include\ATen\InferSize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9439581Z copying torch\include\ATen\InitialTensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9450825Z copying torch\include\ATen\jiterator_macros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9457105Z copying torch\include\ATen\jit_macros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9463022Z copying torch\include\ATen\Layout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9469079Z copying torch\include\ATen\LegacyBatchedFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9475412Z copying torch\include\ATen\LegacyBatchedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9481920Z copying torch\include\ATen\LegacyVmapMode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9488489Z copying torch\include\ATen\LegacyVmapTransforms.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9495225Z copying torch\include\ATen\LinalgBackend.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9501461Z copying torch\include\ATen\MapAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9507535Z copying torch\include\ATen\MatrixRef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9522355Z copying torch\include\ATen\MemoryOverlap.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9528469Z copying torch\include\ATen\MetaFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9534883Z copying torch\include\ATen\MetaFunctions_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9541601Z copying torch\include\ATen\MethodOperators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9548280Z copying torch\include\ATen\NamedTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9554450Z copying torch\include\ATen\NamedTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9560839Z copying torch\include\ATen\NativeFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9568733Z copying torch\include\ATen\NativeMetaFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9576200Z copying torch\include\ATen\NestedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9587973Z copying torch\include\ATen\NumericUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9594390Z copying torch\include\ATen\OpaqueTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9601059Z copying torch\include\ATen\Operators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9608570Z copying torch\include\ATen\OpMathType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9614883Z copying torch\include\ATen\PadNd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9621022Z copying torch\include\ATen\Parallel-inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9627285Z copying torch\include\ATen\Parallel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9633525Z copying torch\include\ATen\ParallelFuture.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9640404Z copying torch\include\ATen\ParallelNative.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9645867Z copying torch\include\ATen\ParallelOpenMP.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9657527Z copying torch\include\ATen\PTThreadPool.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9663691Z copying torch\include\ATen\PythonTorchFunctionTLS.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9670829Z copying torch\include\ATen\record_function.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9678290Z copying torch\include\ATen\RedispatchFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9704168Z copying torch\include\ATen\RegistrationDeclarations.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9718633Z copying torch\include\ATen\SavedTensorHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9732756Z copying torch\include\ATen\Scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9739477Z copying torch\include\ATen\ScalarOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9745864Z copying torch\include\ATen\ScalarType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9751967Z copying torch\include\ATen\SequenceNumber.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9758216Z copying torch\include\ATen\SmallVector.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9764570Z copying torch\include\ATen\SparseCsrTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9770863Z copying torch\include\ATen\SparseCsrTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9778522Z copying torch\include\ATen\SparseTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9784793Z copying torch\include\ATen\Storage.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9790694Z copying torch\include\ATen\StorageUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9796842Z copying torch\include\ATen\Tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9802761Z copying torch\include\ATen\TensorAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9809218Z copying torch\include\ATen\TensorGeometry.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:13:59.9815975Z copying torch\include\ATen\TensorIndexing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:14:00.1167408Z copying torch\include\ATen\TensorIterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:14:00.1174573Z copying torch\include\ATen\TensorIteratorInternal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:14:00.1181076Z copying torch\include\ATen\TensorMeta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:14:00.1187811Z copying torch\include\ATen\TensorNames.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:14:00.1194367Z copying torch\include\ATen\TensorOperators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:14:00.1200850Z copying torch\include\ATen\TensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:14:00.1207095Z copying torch\include\ATen\TensorSubclassLikeUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:14:00.1214311Z copying torch\include\ATen\TensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:14:00.1221177Z copying torch\include\ATen\ThreadLocalPythonObjects.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:14:00.1227674Z copying torch\include\ATen\ThreadLocalState.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:14:00.1234168Z copying torch\include\ATen\TracerMode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:14:00.1240387Z copying torch\include\ATen\TypeDefault.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:14:00.1246636Z copying torch\include\ATen\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:14:00.1252774Z copying torch\include\ATen\Version.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:14:00.1258980Z copying torch\include\ATen\VmapGeneratedPlumbing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:14:00.1281275Z copying torch\include\ATen\WrapDimUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:14:00.1288025Z copying torch\include\ATen\WrapDimUtilsMulti.h -> build\lib.win-amd64-cpython-39\torch\include\ATen 2024-10-08T20:14:00.1293868Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2024-10-08T20:14:00.1296576Z copying torch\include\ATen\cpu\FlushDenormal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2024-10-08T20:14:00.1302439Z copying torch\include\ATen\cpu\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2024-10-08T20:14:00.1308305Z copying torch\include\ATen\cpu\vml.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu 2024-10-08T20:14:00.1314193Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-10-08T20:14:00.1315728Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-10-08T20:14:00.1318411Z copying torch\include\ATen\cpu\vec\vec256\missing_vld1_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-10-08T20:14:00.1324799Z copying torch\include\ATen\cpu\vec\vec256\missing_vst1_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-10-08T20:14:00.1330693Z copying torch\include\ATen\cpu\vec\vec256\vec256.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-10-08T20:14:00.1337283Z copying torch\include\ATen\cpu\vec\vec256\vec256_bfloat16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-10-08T20:14:00.1350244Z copying torch\include\ATen\cpu\vec\vec256\vec256_complex_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-10-08T20:14:00.1356986Z copying torch\include\ATen\cpu\vec\vec256\vec256_complex_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-10-08T20:14:00.1363802Z copying torch\include\ATen\cpu\vec\vec256\vec256_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-10-08T20:14:00.1370319Z copying torch\include\ATen\cpu\vec\vec256\vec256_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-10-08T20:14:00.1376934Z copying torch\include\ATen\cpu\vec\vec256\vec256_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-10-08T20:14:00.1383881Z copying torch\include\ATen\cpu\vec\vec256\vec256_float_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-10-08T20:14:00.1391030Z copying torch\include\ATen\cpu\vec\vec256\vec256_half_neon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-10-08T20:14:00.1398073Z copying torch\include\ATen\cpu\vec\vec256\vec256_int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-10-08T20:14:00.1406420Z copying torch\include\ATen\cpu\vec\vec256\vec256_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-10-08T20:14:00.1412342Z copying torch\include\ATen\cpu\vec\vec256\vec256_qint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256 2024-10-08T20:14:00.1419106Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2024-10-08T20:14:00.1421840Z 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 2024-10-08T20:14:00.1428494Z 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 2024-10-08T20:14:00.1435213Z 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 2024-10-08T20:14:00.1447214Z 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 2024-10-08T20:14:00.1453985Z 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 2024-10-08T20:14:00.1460635Z 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 2024-10-08T20:14:00.1467766Z 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 2024-10-08T20:14:00.1474238Z 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 2024-10-08T20:14:00.1480691Z 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 2024-10-08T20:14:00.1487529Z 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 2024-10-08T20:14:00.1493997Z 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 2024-10-08T20:14:00.1500948Z 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 2024-10-08T20:14:00.1507922Z copying torch\include\ATen\cpu\vec\vec256\vsx\vsx_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vsx 2024-10-08T20:14:00.1514435Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\zarch 2024-10-08T20:14:00.1517347Z copying torch\include\ATen\cpu\vec\vec256\zarch\vec256_zarch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\zarch 2024-10-08T20:14:00.1527118Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-10-08T20:14:00.1529839Z copying torch\include\ATen\cpu\vec\vec512\vec512.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-10-08T20:14:00.1536889Z copying torch\include\ATen\cpu\vec\vec512\vec512_bfloat16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-10-08T20:14:00.1544445Z copying torch\include\ATen\cpu\vec\vec512\vec512_complex_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-10-08T20:14:00.1551155Z copying torch\include\ATen\cpu\vec\vec512\vec512_complex_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-10-08T20:14:00.1563105Z copying torch\include\ATen\cpu\vec\vec512\vec512_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-10-08T20:14:00.1569222Z copying torch\include\ATen\cpu\vec\vec512\vec512_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-10-08T20:14:00.1576028Z copying torch\include\ATen\cpu\vec\vec512\vec512_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-10-08T20:14:00.1582789Z copying torch\include\ATen\cpu\vec\vec512\vec512_int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-10-08T20:14:00.1590899Z copying torch\include\ATen\cpu\vec\vec512\vec512_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-10-08T20:14:00.1597179Z copying torch\include\ATen\cpu\vec\vec512\vec512_qint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec512 2024-10-08T20:14:00.1604537Z copying torch\include\ATen\cpu\vec\functional.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-10-08T20:14:00.1610346Z copying torch\include\ATen\cpu\vec\functional_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-10-08T20:14:00.1616936Z copying torch\include\ATen\cpu\vec\functional_bfloat16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-10-08T20:14:00.1631480Z copying torch\include\ATen\cpu\vec\intrinsics.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-10-08T20:14:00.1637461Z copying torch\include\ATen\cpu\vec\vec.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-10-08T20:14:00.1643496Z copying torch\include\ATen\cpu\vec\vec_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-10-08T20:14:00.1650464Z copying torch\include\ATen\cpu\vec\vec_convert.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-10-08T20:14:00.1656880Z copying torch\include\ATen\cpu\vec\vec_half.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-10-08T20:14:00.1663088Z copying torch\include\ATen\cpu\vec\vec_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-10-08T20:14:00.1669150Z copying torch\include\ATen\cpu\vec\vec_n.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec 2024-10-08T20:14:00.1674568Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2024-10-08T20:14:00.1677185Z copying torch\include\ATen\cpu\vec\sve\sve_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2024-10-08T20:14:00.1683550Z copying torch\include\ATen\cpu\vec\sve\vec_common_sve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2024-10-08T20:14:00.1689592Z copying torch\include\ATen\cpu\vec\sve\vec_double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2024-10-08T20:14:00.1696216Z copying torch\include\ATen\cpu\vec\sve\vec_float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2024-10-08T20:14:00.1712388Z copying torch\include\ATen\cpu\vec\sve\vec_int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2024-10-08T20:14:00.1719055Z copying torch\include\ATen\cpu\vec\sve\vec_qint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\sve 2024-10-08T20:14:00.1724891Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.1727456Z copying torch\include\ATen\core\alias_info.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.1733751Z copying torch\include\ATen\core\Array.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.1739835Z copying torch\include\ATen\core\ATenGeneral.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.1745844Z copying torch\include\ATen\core\ATenOpList.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.1756406Z copying torch\include\ATen\core\ATen_fwd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.1762547Z copying torch\include\ATen\core\aten_interned_strings.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.1769786Z copying torch\include\ATen\core\ATen_pch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.1775933Z copying torch\include\ATen\core\Backtrace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.1781832Z copying torch\include\ATen\core\blob.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.1788643Z copying torch\include\ATen\core\builtin_function.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.1795249Z copying torch\include\ATen\core\CachingHostAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.1802330Z copying torch\include\ATen\core\CheckMemoryFormat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.1808570Z copying torch\include\ATen\core\class_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.1815152Z copying torch\include\ATen\core\custom_class.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.1821710Z copying torch\include\ATen\core\DeprecatedTypeProperties.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.1828009Z copying torch\include\ATen\core\DeprecatedTypePropertiesRegistry.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.1834234Z copying torch\include\ATen\core\Dict.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.1840556Z copying torch\include\ATen\core\Dict_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.1846895Z copying torch\include\ATen\core\Dimname.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.1853176Z copying torch\include\ATen\core\DimVector.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.1859497Z copying torch\include\ATen\core\DistributionsHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.1865947Z copying torch\include\ATen\core\dynamic_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.1877268Z copying torch\include\ATen\core\enum_tag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.1883169Z copying torch\include\ATen\core\enum_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.1889580Z copying torch\include\ATen\core\Formatting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.1896004Z copying torch\include\ATen\core\function.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.1902421Z copying torch\include\ATen\core\functional.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.1908881Z copying torch\include\ATen\core\function_schema.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.1915964Z copying torch\include\ATen\core\function_schema_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.1922422Z copying torch\include\ATen\core\Generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.1928963Z copying torch\include\ATen\core\GeneratorForPrivateuseone.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.1935273Z copying torch\include\ATen\core\grad_mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.1941371Z copying torch\include\ATen\core\IListRef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.1954220Z copying torch\include\ATen\core\IListRef_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.1960611Z copying torch\include\ATen\core\interned_strings.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.1967130Z copying torch\include\ATen\core\interned_strings_class.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.1973828Z copying torch\include\ATen\core\ivalue.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.1981379Z copying torch\include\ATen\core\ivalue_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.1989455Z copying torch\include\ATen\core\ivalue_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.1995715Z copying torch\include\ATen\core\jit_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.2003398Z copying torch\include\ATen\core\jit_type_base.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.2010245Z copying torch\include\ATen\core\LegacyTypeDispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.2016656Z copying torch\include\ATen\core\List.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.2023370Z copying torch\include\ATen\core\List_inl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.2029877Z copying torch\include\ATen\core\MT19937RNGEngine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.2042184Z copying torch\include\ATen\core\NamedTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.2048578Z copying torch\include\ATen\core\NestedIntSymNodeImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.2055038Z copying torch\include\ATen\core\operator_name.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.2061623Z copying torch\include\ATen\core\PhiloxRNGEngine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.2068104Z copying torch\include\ATen\core\PythonFallbackKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.2074338Z copying torch\include\ATen\core\PythonOpRegistrationTrampoline.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.2081138Z copying torch\include\ATen\core\qualified_name.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.2087149Z copying torch\include\ATen\core\QuantizerBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.2093603Z copying torch\include\ATen\core\Range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.2099634Z copying torch\include\ATen\core\Reduction.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.2111589Z copying torch\include\ATen\core\rref_interface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.2117518Z copying torch\include\ATen\core\Scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.2123419Z copying torch\include\ATen\core\ScalarType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.2129398Z copying torch\include\ATen\core\stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.2135751Z copying torch\include\ATen\core\symbol.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.2141963Z copying torch\include\ATen\core\Tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.2148339Z copying torch\include\ATen\core\TensorAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.2154697Z copying torch\include\ATen\core\TensorBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.2162360Z copying torch\include\ATen\core\TensorBody.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.2172401Z copying torch\include\ATen\core\TorchDispatchUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.2178563Z copying torch\include\ATen\core\TransformationHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.2194565Z copying torch\include\ATen\core\typeid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.2200249Z copying torch\include\ATen\core\type_factory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.2206351Z copying torch\include\ATen\core\type_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.2212591Z copying torch\include\ATen\core\UndefinedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.2218910Z copying torch\include\ATen\core\UnsafeFromTH.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.2225283Z copying torch\include\ATen\core\VariableHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.2231660Z copying torch\include\ATen\core\Variadic.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.2237727Z copying torch\include\ATen\core\Vitals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core 2024-10-08T20:14:00.2243170Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-10-08T20:14:00.2246011Z copying torch\include\ATen\cuda\ApplyGridUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-10-08T20:14:00.2252146Z copying torch\include\ATen\cuda\AsmUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-10-08T20:14:00.2262751Z copying torch\include\ATen\cuda\Atomic.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-10-08T20:14:00.2265898Z copying torch\include\ATen\cuda\cub.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-10-08T20:14:00.2272490Z copying torch\include\ATen\cuda\cub_definitions.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-10-08T20:14:00.2285631Z copying torch\include\ATen\cuda\CUDAApplyUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-10-08T20:14:00.2292331Z copying torch\include\ATen\cuda\CUDAGraphsUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-10-08T20:14:00.2298621Z copying torch\include\ATen\cuda\CUDATensorMethods.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-10-08T20:14:00.2304458Z copying torch\include\ATen\cuda\DeviceUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-10-08T20:14:00.2310622Z copying torch\include\ATen\cuda\NumericLimits.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-10-08T20:14:00.2316844Z copying torch\include\ATen\cuda\PhiloxUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-10-08T20:14:00.2322624Z copying torch\include\ATen\cuda\ScanUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-10-08T20:14:00.2328763Z copying torch\include\ATen\cuda\ATenCUDAGeneral.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-10-08T20:14:00.2334777Z copying torch\include\ATen\cuda\CachingHostAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-10-08T20:14:00.2341096Z copying torch\include\ATen\cuda\cub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-10-08T20:14:00.2347041Z copying torch\include\ATen\cuda\CUDABlas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-10-08T20:14:00.2353148Z copying torch\include\ATen\cuda\CUDAContext.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-10-08T20:14:00.2359070Z copying torch\include\ATen\cuda\CUDAContextLight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-10-08T20:14:00.2365289Z copying torch\include\ATen\cuda\CUDADataType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-10-08T20:14:00.2371364Z copying torch\include\ATen\cuda\CUDADevice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-10-08T20:14:00.2377581Z copying torch\include\ATen\cuda\CUDAEvent.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-10-08T20:14:00.2389848Z copying torch\include\ATen\cuda\CUDAGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-10-08T20:14:00.2396016Z copying torch\include\ATen\cuda\CUDAGraph.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-10-08T20:14:00.2402155Z copying torch\include\ATen\cuda\CUDASparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-10-08T20:14:00.2408595Z copying torch\include\ATen\cuda\CUDASparseBlas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-10-08T20:14:00.2415122Z copying torch\include\ATen\cuda\CUDASparseDescriptors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-10-08T20:14:00.2421452Z copying torch\include\ATen\cuda\CUDAUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-10-08T20:14:00.2427388Z copying torch\include\ATen\cuda\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-10-08T20:14:00.2433573Z copying torch\include\ATen\cuda\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-10-08T20:14:00.2439811Z copying torch\include\ATen\cuda\jiterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-10-08T20:14:00.2453192Z copying torch\include\ATen\cuda\jiterator_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-10-08T20:14:00.2459376Z copying torch\include\ATen\cuda\llvm_jit_strings.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-10-08T20:14:00.2465581Z copying torch\include\ATen\cuda\PeerToPeerAccess.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-10-08T20:14:00.2471613Z copying torch\include\ATen\cuda\PhiloxCudaState.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-10-08T20:14:00.2477863Z copying torch\include\ATen\cuda\PinnedMemoryAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-10-08T20:14:00.2483879Z copying torch\include\ATen\cuda\Sleep.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-10-08T20:14:00.2489750Z copying torch\include\ATen\cuda\ThrustAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda 2024-10-08T20:14:00.2495172Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-10-08T20:14:00.2497848Z copying torch\include\ATen\cuda\detail\IndexUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-10-08T20:14:00.2504036Z copying torch\include\ATen\cuda\detail\IntegerDivider.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-10-08T20:14:00.2510148Z copying torch\include\ATen\cuda\detail\OffsetCalculator.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-10-08T20:14:00.2521426Z copying torch\include\ATen\cuda\detail\PhiloxCudaStateRaw.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-10-08T20:14:00.2528106Z copying torch\include\ATen\cuda\detail\TensorInfo.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-10-08T20:14:00.2534217Z copying torch\include\ATen\cuda\detail\UnpackRaw.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-10-08T20:14:00.2540388Z copying torch\include\ATen\cuda\detail\CUDAHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-10-08T20:14:00.2546712Z copying torch\include\ATen\cuda\detail\DeviceThreadHandles.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-10-08T20:14:00.2552828Z copying torch\include\ATen\cuda\detail\KernelUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-10-08T20:14:00.2558921Z copying torch\include\ATen\cuda\detail\LazyNVRTC.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail 2024-10-08T20:14:00.2564155Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-10-08T20:14:00.2566749Z copying torch\include\ATen\cuda\tunable\GemmCommon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-10-08T20:14:00.2573070Z copying torch\include\ATen\cuda\tunable\GemmHipblaslt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-10-08T20:14:00.2580136Z copying torch\include\ATen\cuda\tunable\GemmRocblas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-10-08T20:14:00.2586180Z copying torch\include\ATen\cuda\tunable\StreamTimer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-10-08T20:14:00.2596574Z copying torch\include\ATen\cuda\tunable\Tunable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-10-08T20:14:00.2602672Z copying torch\include\ATen\cuda\tunable\TunableGemm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-10-08T20:14:00.2608899Z copying torch\include\ATen\cuda\tunable\TunableOp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable 2024-10-08T20:14:00.2614510Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-10-08T20:14:00.2617144Z copying torch\include\ATen\cudnn\cudnn-wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-10-08T20:14:00.2623012Z copying torch\include\ATen\cudnn\Descriptors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-10-08T20:14:00.2629279Z copying torch\include\ATen\cudnn\Handle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-10-08T20:14:00.2634862Z copying torch\include\ATen\cudnn\Handles.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-10-08T20:14:00.2640794Z copying torch\include\ATen\cudnn\Types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-10-08T20:14:00.2652720Z copying torch\include\ATen\cudnn\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn 2024-10-08T20:14:00.2658051Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-10-08T20:14:00.2660788Z copying torch\include\ATen\functorch\ADInterpreters.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-10-08T20:14:00.2667019Z copying torch\include\ATen\functorch\BatchedFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-10-08T20:14:00.2673216Z copying torch\include\ATen\functorch\BatchedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-10-08T20:14:00.2686350Z copying torch\include\ATen\functorch\BatchingMetaprogramming.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-10-08T20:14:00.2692574Z copying torch\include\ATen\functorch\BatchRulesHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-10-08T20:14:00.2700784Z copying torch\include\ATen\functorch\DynamicLayer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-10-08T20:14:00.2706951Z copying torch\include\ATen\functorch\FunctionalizeInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-10-08T20:14:00.2713308Z copying torch\include\ATen\functorch\Interpreter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-10-08T20:14:00.2719780Z copying torch\include\ATen\functorch\LegacyVmapTransforms.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-10-08T20:14:00.2726038Z copying torch\include\ATen\functorch\Macros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-10-08T20:14:00.2732279Z copying torch\include\ATen\functorch\PlumbingHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-10-08T20:14:00.2738794Z copying torch\include\ATen\functorch\TensorWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-10-08T20:14:00.2746068Z copying torch\include\ATen\functorch\VmapInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\functorch 2024-10-08T20:14:00.2751407Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.2753380Z copying torch\include\ATen\ops\abs.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.2759533Z copying torch\include\ATen\ops\absolute.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.2766561Z copying torch\include\ATen\ops\absolute_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.2772620Z copying torch\include\ATen\ops\absolute_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.2783201Z copying torch\include\ATen\ops\absolute_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.2789697Z copying torch\include\ATen\ops\abs_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.2796694Z copying torch\include\ATen\ops\abs_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.2802751Z copying torch\include\ATen\ops\abs_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.2808448Z copying torch\include\ATen\ops\abs_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.2815147Z copying torch\include\ATen\ops\abs_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.2821242Z copying torch\include\ATen\ops\acos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.2827435Z copying torch\include\ATen\ops\acosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.2833998Z copying torch\include\ATen\ops\acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.2840221Z copying torch\include\ATen\ops\acosh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.2847116Z copying torch\include\ATen\ops\acosh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.2853700Z copying torch\include\ATen\ops\acosh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.2859527Z copying torch\include\ATen\ops\acosh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.2866140Z copying torch\include\ATen\ops\acosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.2872496Z copying torch\include\ATen\ops\acosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.2879373Z copying torch\include\ATen\ops\acos_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.2893089Z copying torch\include\ATen\ops\acos_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.2899314Z copying torch\include\ATen\ops\acos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.2905015Z copying torch\include\ATen\ops\acos_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.2911194Z copying torch\include\ATen\ops\acos_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.2917562Z copying torch\include\ATen\ops\acos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.2924030Z copying torch\include\ATen\ops\acos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.2930325Z copying torch\include\ATen\ops\adaptive_avg_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3071899Z copying torch\include\ATen\ops\adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3073388Z copying torch\include\ATen\ops\adaptive_avg_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3074694Z copying torch\include\ATen\ops\adaptive_avg_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3075901Z copying torch\include\ATen\ops\adaptive_avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3077293Z copying torch\include\ATen\ops\adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3078757Z copying torch\include\ATen\ops\adaptive_avg_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3080091Z copying torch\include\ATen\ops\adaptive_avg_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3091672Z copying torch\include\ATen\ops\adaptive_avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3092922Z copying torch\include\ATen\ops\adaptive_avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3094200Z copying torch\include\ATen\ops\adaptive_avg_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3095439Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3096805Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3098388Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3099789Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3101115Z copying torch\include\ATen\ops\adaptive_avg_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3102569Z copying torch\include\ATen\ops\adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3104020Z copying torch\include\ATen\ops\adaptive_avg_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3105421Z copying torch\include\ATen\ops\adaptive_avg_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3106711Z copying torch\include\ATen\ops\adaptive_avg_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3107949Z copying torch\include\ATen\ops\adaptive_avg_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3109140Z copying torch\include\ATen\ops\adaptive_max_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3110532Z copying torch\include\ATen\ops\adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3115935Z copying torch\include\ATen\ops\adaptive_max_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3121954Z copying torch\include\ATen\ops\adaptive_max_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3128299Z copying torch\include\ATen\ops\adaptive_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3134914Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3141838Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3153373Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3160246Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3166800Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3173435Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3180196Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3191035Z copying torch\include\ATen\ops\adaptive_max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3197870Z copying torch\include\ATen\ops\adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3204432Z copying torch\include\ATen\ops\adaptive_max_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3210999Z copying torch\include\ATen\ops\adaptive_max_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3217417Z copying torch\include\ATen\ops\adaptive_max_pool2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3224388Z copying torch\include\ATen\ops\adaptive_max_pool2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3235429Z copying torch\include\ATen\ops\adaptive_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3241723Z copying torch\include\ATen\ops\adaptive_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3248184Z copying torch\include\ATen\ops\adaptive_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3254905Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3261927Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3268376Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3279979Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3286586Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3293439Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3300253Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3306835Z copying torch\include\ATen\ops\adaptive_max_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3313833Z copying torch\include\ATen\ops\adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3320380Z copying torch\include\ATen\ops\adaptive_max_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3327397Z copying torch\include\ATen\ops\adaptive_max_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3334051Z copying torch\include\ATen\ops\adaptive_max_pool3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3340847Z copying torch\include\ATen\ops\adaptive_max_pool3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3347631Z copying torch\include\ATen\ops\adaptive_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3354329Z copying torch\include\ATen\ops\adaptive_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3360735Z copying torch\include\ATen\ops\add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3367768Z copying torch\include\ATen\ops\addbmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3374479Z copying torch\include\ATen\ops\addbmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3380655Z copying torch\include\ATen\ops\addbmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3387207Z copying torch\include\ATen\ops\addbmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3393649Z copying torch\include\ATen\ops\addbmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3400134Z copying torch\include\ATen\ops\addbmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3406738Z copying torch\include\ATen\ops\addcdiv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3413558Z copying torch\include\ATen\ops\addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3420363Z copying torch\include\ATen\ops\addcdiv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3432490Z copying torch\include\ATen\ops\addcdiv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3438862Z copying torch\include\ATen\ops\addcdiv_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3445407Z copying torch\include\ATen\ops\addcdiv_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3451961Z copying torch\include\ATen\ops\addcdiv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3458624Z copying torch\include\ATen\ops\addcdiv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3465078Z copying torch\include\ATen\ops\addcmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3471855Z copying torch\include\ATen\ops\addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3478764Z copying torch\include\ATen\ops\addcmul_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3485423Z copying torch\include\ATen\ops\addcmul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3492180Z copying torch\include\ATen\ops\addcmul_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3498670Z copying torch\include\ATen\ops\addcmul_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3505149Z copying torch\include\ATen\ops\addcmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3511537Z copying torch\include\ATen\ops\addcmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3517898Z copying torch\include\ATen\ops\addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3524708Z copying torch\include\ATen\ops\addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3531217Z copying torch\include\ATen\ops\addmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3537803Z copying torch\include\ATen\ops\addmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3544253Z copying torch\include\ATen\ops\addmm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3550952Z copying torch\include\ATen\ops\addmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3557517Z copying torch\include\ATen\ops\addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3564030Z copying torch\include\ATen\ops\addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3576438Z copying torch\include\ATen\ops\addmv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3583393Z copying torch\include\ATen\ops\addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3589699Z copying torch\include\ATen\ops\addmv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3596161Z copying torch\include\ATen\ops\addmv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3602555Z copying torch\include\ATen\ops\addmv_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3609087Z copying torch\include\ATen\ops\addmv_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3615728Z copying torch\include\ATen\ops\addmv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3622095Z copying torch\include\ATen\ops\addmv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3628614Z copying torch\include\ATen\ops\addr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3635301Z copying torch\include\ATen\ops\addr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3641498Z copying torch\include\ATen\ops\addr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3647884Z copying torch\include\ATen\ops\addr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3654326Z copying torch\include\ATen\ops\addr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3660574Z copying torch\include\ATen\ops\addr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3667239Z copying torch\include\ATen\ops\add_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3673562Z copying torch\include\ATen\ops\add_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3679959Z copying torch\include\ATen\ops\add_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3686265Z copying torch\include\ATen\ops\add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3692474Z copying torch\include\ATen\ops\add_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3698704Z copying torch\include\ATen\ops\add_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3704876Z copying torch\include\ATen\ops\add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3712154Z copying torch\include\ATen\ops\add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3718399Z copying torch\include\ATen\ops\adjoint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3724960Z copying torch\include\ATen\ops\adjoint_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3731355Z copying torch\include\ATen\ops\adjoint_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3737508Z copying torch\include\ATen\ops\adjoint_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3743960Z copying torch\include\ATen\ops\affine_grid_generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3750426Z copying torch\include\ATen\ops\affine_grid_generator_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3757168Z copying torch\include\ATen\ops\affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3763585Z copying torch\include\ATen\ops\affine_grid_generator_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3770191Z copying torch\include\ATen\ops\affine_grid_generator_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3777269Z copying torch\include\ATen\ops\affine_grid_generator_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3783634Z copying torch\include\ATen\ops\affine_grid_generator_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3795762Z copying torch\include\ATen\ops\affine_grid_generator_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3801976Z copying torch\include\ATen\ops\alias.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3808276Z copying torch\include\ATen\ops\alias_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3814559Z copying torch\include\ATen\ops\alias_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3826076Z copying torch\include\ATen\ops\alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3832665Z copying torch\include\ATen\ops\alias_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3847535Z copying torch\include\ATen\ops\alias_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3853745Z copying torch\include\ATen\ops\alias_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3867014Z copying torch\include\ATen\ops\alias_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3873237Z copying torch\include\ATen\ops\alias_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3879828Z copying torch\include\ATen\ops\align_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3886457Z copying torch\include\ATen\ops\align_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3892815Z copying torch\include\ATen\ops\align_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3899292Z copying torch\include\ATen\ops\align_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3905823Z copying torch\include\ATen\ops\align_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3912778Z copying torch\include\ATen\ops\align_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3923372Z copying torch\include\ATen\ops\align_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3929659Z copying torch\include\ATen\ops\align_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3936515Z copying torch\include\ATen\ops\align_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3943412Z copying torch\include\ATen\ops\align_to_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3955315Z copying torch\include\ATen\ops\align_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3961553Z copying torch\include\ATen\ops\align_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3968220Z copying torch\include\ATen\ops\all.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3974338Z copying torch\include\ATen\ops\allclose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3981467Z copying torch\include\ATen\ops\allclose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3987746Z copying torch\include\ATen\ops\allclose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.3994594Z copying torch\include\ATen\ops\allclose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4001507Z copying torch\include\ATen\ops\all_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4013523Z copying torch\include\ATen\ops\all_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4020233Z copying torch\include\ATen\ops\all_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4026683Z copying torch\include\ATen\ops\all_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4033289Z copying torch\include\ATen\ops\all_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4039622Z copying torch\include\ATen\ops\all_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4046084Z copying torch\include\ATen\ops\all_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4052544Z copying torch\include\ATen\ops\all_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4058992Z copying torch\include\ATen\ops\all_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4074835Z copying torch\include\ATen\ops\alpha_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4081562Z copying torch\include\ATen\ops\alpha_dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4088273Z copying torch\include\ATen\ops\alpha_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4094855Z copying torch\include\ATen\ops\alpha_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4105324Z copying torch\include\ATen\ops\amax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4112288Z copying torch\include\ATen\ops\amax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4118674Z copying torch\include\ATen\ops\amax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4125222Z copying torch\include\ATen\ops\amax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4136122Z copying torch\include\ATen\ops\amax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4142570Z copying torch\include\ATen\ops\amax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4149040Z copying torch\include\ATen\ops\amax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4161466Z copying torch\include\ATen\ops\amax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4175326Z copying torch\include\ATen\ops\amin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4182107Z copying torch\include\ATen\ops\aminmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4188940Z copying torch\include\ATen\ops\aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4195190Z copying torch\include\ATen\ops\aminmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4205802Z copying torch\include\ATen\ops\aminmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4212206Z copying torch\include\ATen\ops\aminmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4218933Z copying torch\include\ATen\ops\aminmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4225499Z copying torch\include\ATen\ops\aminmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4232099Z copying torch\include\ATen\ops\aminmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4239580Z copying torch\include\ATen\ops\amin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4245989Z copying torch\include\ATen\ops\amin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4252858Z copying torch\include\ATen\ops\amin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4259550Z copying torch\include\ATen\ops\amin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4266834Z copying torch\include\ATen\ops\amin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4272748Z copying torch\include\ATen\ops\amin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4279339Z copying torch\include\ATen\ops\amin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4290550Z copying torch\include\ATen\ops\and.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4297208Z copying torch\include\ATen\ops\and_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4303620Z copying torch\include\ATen\ops\and_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4310202Z copying torch\include\ATen\ops\and_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4320762Z copying torch\include\ATen\ops\angle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4327057Z copying torch\include\ATen\ops\angle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4333577Z copying torch\include\ATen\ops\angle_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4340185Z copying torch\include\ATen\ops\angle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4352039Z copying torch\include\ATen\ops\angle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4359108Z copying torch\include\ATen\ops\any.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4365884Z copying torch\include\ATen\ops\any_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4376046Z copying torch\include\ATen\ops\any_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4387248Z copying torch\include\ATen\ops\any_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4394829Z copying torch\include\ATen\ops\any_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4403561Z copying torch\include\ATen\ops\any_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4411641Z copying torch\include\ATen\ops\any_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4422566Z copying torch\include\ATen\ops\any_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4429012Z copying torch\include\ATen\ops\any_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4435520Z copying torch\include\ATen\ops\any_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4441820Z copying torch\include\ATen\ops\arange.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4448564Z copying torch\include\ATen\ops\arange_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4455092Z copying torch\include\ATen\ops\arange_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4468350Z copying torch\include\ATen\ops\arange_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4474867Z copying torch\include\ATen\ops\arange_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4493378Z copying torch\include\ATen\ops\arange_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4499961Z copying torch\include\ATen\ops\arange_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4506380Z copying torch\include\ATen\ops\arccos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4547510Z copying torch\include\ATen\ops\arccosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4548833Z copying torch\include\ATen\ops\arccosh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4550148Z copying torch\include\ATen\ops\arccosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4551282Z copying torch\include\ATen\ops\arccosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4552560Z copying torch\include\ATen\ops\arccos_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4553927Z copying torch\include\ATen\ops\arccos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4558700Z copying torch\include\ATen\ops\arccos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4565232Z copying torch\include\ATen\ops\arcsin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4571194Z copying torch\include\ATen\ops\arcsinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4577818Z copying torch\include\ATen\ops\arcsinh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4583935Z copying torch\include\ATen\ops\arcsinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4590164Z copying torch\include\ATen\ops\arcsinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4596767Z copying torch\include\ATen\ops\arcsin_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4609123Z copying torch\include\ATen\ops\arcsin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4615619Z copying torch\include\ATen\ops\arcsin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4622137Z copying torch\include\ATen\ops\arctan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4628560Z copying torch\include\ATen\ops\arctan2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4635248Z copying torch\include\ATen\ops\arctan2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4641592Z copying torch\include\ATen\ops\arctan2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4648293Z copying torch\include\ATen\ops\arctan2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4654821Z copying torch\include\ATen\ops\arctanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4661668Z copying torch\include\ATen\ops\arctanh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4668114Z copying torch\include\ATen\ops\arctanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4674764Z copying torch\include\ATen\ops\arctanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4681583Z copying torch\include\ATen\ops\arctan_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4687991Z copying torch\include\ATen\ops\arctan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4694711Z copying torch\include\ATen\ops\arctan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4701251Z copying torch\include\ATen\ops\argmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4708106Z copying torch\include\ATen\ops\argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4722720Z copying torch\include\ATen\ops\argmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4729099Z copying torch\include\ATen\ops\argmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4735976Z copying torch\include\ATen\ops\argmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4742561Z copying torch\include\ATen\ops\argmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4753468Z copying torch\include\ATen\ops\argmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4760155Z copying torch\include\ATen\ops\argmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4766720Z copying torch\include\ATen\ops\argmin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4773745Z copying torch\include\ATen\ops\argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4780318Z copying torch\include\ATen\ops\argmin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4786911Z copying torch\include\ATen\ops\argmin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4793815Z copying torch\include\ATen\ops\argmin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4800835Z copying torch\include\ATen\ops\argmin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4811177Z copying torch\include\ATen\ops\argmin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4817750Z copying torch\include\ATen\ops\argmin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4824324Z copying torch\include\ATen\ops\argsort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4831448Z copying torch\include\ATen\ops\argsort_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4837886Z copying torch\include\ATen\ops\argsort_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4846447Z copying torch\include\ATen\ops\argsort_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4854267Z copying torch\include\ATen\ops\argwhere.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4862824Z copying torch\include\ATen\ops\argwhere_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4870387Z copying torch\include\ATen\ops\argwhere_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4878061Z copying torch\include\ATen\ops\argwhere_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4887110Z copying torch\include\ATen\ops\asin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4894752Z copying torch\include\ATen\ops\asinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4903753Z copying torch\include\ATen\ops\asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4911305Z copying torch\include\ATen\ops\asinh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4918957Z copying torch\include\ATen\ops\asinh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4927532Z copying torch\include\ATen\ops\asinh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4939316Z copying torch\include\ATen\ops\asinh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4945837Z copying torch\include\ATen\ops\asinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4952135Z copying torch\include\ATen\ops\asinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4959327Z copying torch\include\ATen\ops\asin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4969908Z copying torch\include\ATen\ops\asin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4976509Z copying torch\include\ATen\ops\asin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4983203Z copying torch\include\ATen\ops\asin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.4989447Z copying torch\include\ATen\ops\asin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5004282Z copying torch\include\ATen\ops\asin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5010676Z copying torch\include\ATen\ops\asin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5017290Z copying torch\include\ATen\ops\as_strided.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5024271Z copying torch\include\ATen\ops\as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5034198Z copying torch\include\ATen\ops\as_strided_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5041259Z copying torch\include\ATen\ops\as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5047980Z copying torch\include\ATen\ops\as_strided_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5061695Z copying torch\include\ATen\ops\as_strided_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5074745Z copying torch\include\ATen\ops\as_strided_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5081698Z copying torch\include\ATen\ops\as_strided_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5088351Z copying torch\include\ATen\ops\as_strided_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5095113Z copying torch\include\ATen\ops\as_strided_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5102062Z copying torch\include\ATen\ops\as_strided_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5108647Z copying torch\include\ATen\ops\as_strided_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5115347Z copying torch\include\ATen\ops\as_strided_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5122595Z copying torch\include\ATen\ops\as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5129625Z copying torch\include\ATen\ops\as_strided_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5136283Z copying torch\include\ATen\ops\as_strided_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5142904Z copying torch\include\ATen\ops\as_strided_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5149402Z copying torch\include\ATen\ops\atan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5155696Z copying torch\include\ATen\ops\atan2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5162474Z copying torch\include\ATen\ops\atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5169243Z copying torch\include\ATen\ops\atan2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5175854Z copying torch\include\ATen\ops\atan2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5182291Z copying torch\include\ATen\ops\atan2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5188901Z copying torch\include\ATen\ops\atan2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5195294Z copying torch\include\ATen\ops\atan2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5201786Z copying torch\include\ATen\ops\atan2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5208125Z copying torch\include\ATen\ops\atanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5215012Z copying torch\include\ATen\ops\atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5221431Z copying torch\include\ATen\ops\atanh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5227910Z copying torch\include\ATen\ops\atanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5238864Z copying torch\include\ATen\ops\atanh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5245105Z copying torch\include\ATen\ops\atanh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5251445Z copying torch\include\ATen\ops\atanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5257946Z copying torch\include\ATen\ops\atanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5270464Z copying torch\include\ATen\ops\atan_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5276651Z copying torch\include\ATen\ops\atan_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5283058Z copying torch\include\ATen\ops\atan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5289356Z copying torch\include\ATen\ops\atan_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5302643Z copying torch\include\ATen\ops\atan_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5308742Z copying torch\include\ATen\ops\atan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5314966Z copying torch\include\ATen\ops\atan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5321056Z copying torch\include\ATen\ops\atleast_1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5327704Z copying torch\include\ATen\ops\atleast_1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5334972Z copying torch\include\ATen\ops\atleast_1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5341229Z copying torch\include\ATen\ops\atleast_1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5347595Z copying torch\include\ATen\ops\atleast_2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5359062Z copying torch\include\ATen\ops\atleast_2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5365297Z copying torch\include\ATen\ops\atleast_2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5371593Z copying torch\include\ATen\ops\atleast_2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5378160Z copying torch\include\ATen\ops\atleast_3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5385139Z copying torch\include\ATen\ops\atleast_3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5391390Z copying torch\include\ATen\ops\atleast_3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5397529Z copying torch\include\ATen\ops\atleast_3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5404071Z copying torch\include\ATen\ops\avg_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5411025Z copying torch\include\ATen\ops\avg_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5417501Z copying torch\include\ATen\ops\avg_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5423979Z copying torch\include\ATen\ops\avg_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5430652Z copying torch\include\ATen\ops\avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5437341Z copying torch\include\ATen\ops\avg_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5444666Z copying torch\include\ATen\ops\avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5451319Z copying torch\include\ATen\ops\avg_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5458011Z copying torch\include\ATen\ops\avg_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5464636Z copying torch\include\ATen\ops\avg_pool2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5471572Z copying torch\include\ATen\ops\avg_pool2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5478298Z copying torch\include\ATen\ops\avg_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5484936Z copying torch\include\ATen\ops\avg_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5492458Z copying torch\include\ATen\ops\avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5498960Z copying torch\include\ATen\ops\avg_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5509537Z copying torch\include\ATen\ops\avg_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5516061Z copying torch\include\ATen\ops\avg_pool2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5523020Z copying torch\include\ATen\ops\avg_pool2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5529659Z copying torch\include\ATen\ops\avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5536317Z copying torch\include\ATen\ops\avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5542808Z copying torch\include\ATen\ops\avg_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5549452Z copying torch\include\ATen\ops\avg_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5556659Z copying torch\include\ATen\ops\avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5563399Z copying torch\include\ATen\ops\avg_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5570276Z copying torch\include\ATen\ops\avg_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5582193Z copying torch\include\ATen\ops\avg_pool3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5588891Z copying torch\include\ATen\ops\avg_pool3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5595824Z copying torch\include\ATen\ops\avg_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5602744Z copying torch\include\ATen\ops\avg_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5609867Z copying torch\include\ATen\ops\avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5616640Z copying torch\include\ATen\ops\avg_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5623332Z copying torch\include\ATen\ops\avg_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5640826Z copying torch\include\ATen\ops\avg_pool3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5651001Z copying torch\include\ATen\ops\avg_pool3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5657520Z copying torch\include\ATen\ops\avg_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5664208Z copying torch\include\ATen\ops\avg_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5670783Z copying torch\include\ATen\ops\baddbmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5682830Z copying torch\include\ATen\ops\baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5689123Z copying torch\include\ATen\ops\baddbmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5695932Z copying torch\include\ATen\ops\baddbmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5702402Z copying torch\include\ATen\ops\baddbmm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5709320Z copying torch\include\ATen\ops\baddbmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5725510Z copying torch\include\ATen\ops\baddbmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5732109Z copying torch\include\ATen\ops\baddbmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5738759Z copying torch\include\ATen\ops\bartlett_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5750371Z copying torch\include\ATen\ops\bartlett_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5756854Z copying torch\include\ATen\ops\bartlett_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5763403Z copying torch\include\ATen\ops\bartlett_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5769980Z copying torch\include\ATen\ops\batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5777232Z copying torch\include\ATen\ops\batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5784096Z copying torch\include\ATen\ops\batch_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5790763Z copying torch\include\ATen\ops\batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5797508Z copying torch\include\ATen\ops\batch_norm_backward_elemt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5804402Z copying torch\include\ATen\ops\batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5810975Z copying torch\include\ATen\ops\batch_norm_backward_elemt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5817710Z copying torch\include\ATen\ops\batch_norm_backward_elemt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5824323Z copying torch\include\ATen\ops\batch_norm_backward_elemt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5830922Z copying torch\include\ATen\ops\batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5837745Z copying torch\include\ATen\ops\batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5845450Z copying torch\include\ATen\ops\batch_norm_backward_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5852369Z copying torch\include\ATen\ops\batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5859191Z copying torch\include\ATen\ops\batch_norm_backward_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5865742Z copying torch\include\ATen\ops\batch_norm_backward_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5872779Z copying torch\include\ATen\ops\batch_norm_backward_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5879496Z copying torch\include\ATen\ops\batch_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5885918Z copying torch\include\ATen\ops\batch_norm_elemt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5892547Z copying torch\include\ATen\ops\batch_norm_elemt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5899339Z copying torch\include\ATen\ops\batch_norm_elemt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5905856Z copying torch\include\ATen\ops\batch_norm_elemt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5912500Z copying torch\include\ATen\ops\batch_norm_gather_stats.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5919692Z copying torch\include\ATen\ops\batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5926264Z copying torch\include\ATen\ops\batch_norm_gather_stats_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5932820Z copying torch\include\ATen\ops\batch_norm_gather_stats_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5939577Z copying torch\include\ATen\ops\batch_norm_gather_stats_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5946378Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5953492Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5960328Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5966956Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5973714Z copying torch\include\ATen\ops\batch_norm_gather_stats_with_counts_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5980231Z copying torch\include\ATen\ops\batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5986715Z copying torch\include\ATen\ops\batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.5993468Z copying torch\include\ATen\ops\batch_norm_stats.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6000512Z copying torch\include\ATen\ops\batch_norm_stats_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6007827Z copying torch\include\ATen\ops\batch_norm_stats_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6017261Z copying torch\include\ATen\ops\batch_norm_stats_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6025175Z copying torch\include\ATen\ops\batch_norm_stats_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6034220Z copying torch\include\ATen\ops\batch_norm_update_stats.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6043299Z copying torch\include\ATen\ops\batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6052301Z copying torch\include\ATen\ops\batch_norm_update_stats_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6060311Z copying torch\include\ATen\ops\batch_norm_update_stats_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6069243Z copying torch\include\ATen\ops\batch_norm_update_stats_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6077081Z copying torch\include\ATen\ops\batch_norm_update_stats_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6086203Z copying torch\include\ATen\ops\bernoulli.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6094457Z copying torch\include\ATen\ops\bernoulli_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6103458Z copying torch\include\ATen\ops\bernoulli_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6111228Z copying torch\include\ATen\ops\bernoulli_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6118944Z copying torch\include\ATen\ops\bernoulli_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6138744Z copying torch\include\ATen\ops\bernoulli_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6145387Z copying torch\include\ATen\ops\bernoulli_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6151945Z copying torch\include\ATen\ops\bernoulli_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6158776Z copying torch\include\ATen\ops\bilinear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6165565Z copying torch\include\ATen\ops\bilinear_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6171985Z copying torch\include\ATen\ops\bilinear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6178412Z copying torch\include\ATen\ops\bilinear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6185038Z copying torch\include\ATen\ops\binary_cross_entropy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6191791Z copying torch\include\ATen\ops\binary_cross_entropy_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6198527Z copying torch\include\ATen\ops\binary_cross_entropy_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6205281Z copying torch\include\ATen\ops\binary_cross_entropy_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6212073Z copying torch\include\ATen\ops\binary_cross_entropy_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6218871Z copying torch\include\ATen\ops\binary_cross_entropy_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6225579Z copying torch\include\ATen\ops\binary_cross_entropy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6232313Z copying torch\include\ATen\ops\binary_cross_entropy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6239015Z copying torch\include\ATen\ops\binary_cross_entropy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6245866Z copying torch\include\ATen\ops\binary_cross_entropy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6252882Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6260066Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6266853Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6273536Z copying torch\include\ATen\ops\binary_cross_entropy_with_logits_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6279982Z copying torch\include\ATen\ops\bincount.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6286543Z copying torch\include\ATen\ops\bincount_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6293612Z copying torch\include\ATen\ops\bincount_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6300428Z copying torch\include\ATen\ops\bincount_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6307131Z copying torch\include\ATen\ops\bincount_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6313857Z copying torch\include\ATen\ops\bincount_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6320359Z copying torch\include\ATen\ops\binomial.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6327211Z copying torch\include\ATen\ops\binomial_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6334165Z copying torch\include\ATen\ops\binomial_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6341015Z copying torch\include\ATen\ops\binomial_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6347346Z copying torch\include\ATen\ops\binomial_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6353825Z copying torch\include\ATen\ops\binomial_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6360371Z copying torch\include\ATen\ops\bitwise_and.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6367261Z copying torch\include\ATen\ops\bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6374195Z copying torch\include\ATen\ops\bitwise_and_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6380580Z copying torch\include\ATen\ops\bitwise_and_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6387523Z copying torch\include\ATen\ops\bitwise_and_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6394043Z copying torch\include\ATen\ops\bitwise_and_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6400464Z copying torch\include\ATen\ops\bitwise_and_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6406935Z copying torch\include\ATen\ops\bitwise_and_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6418978Z copying torch\include\ATen\ops\bitwise_and_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6421563Z copying torch\include\ATen\ops\bitwise_left_shift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6428278Z copying torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6435401Z copying torch\include\ATen\ops\bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6441916Z copying torch\include\ATen\ops\bitwise_left_shift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6448425Z copying torch\include\ATen\ops\bitwise_left_shift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6455021Z copying torch\include\ATen\ops\bitwise_left_shift_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6461724Z copying torch\include\ATen\ops\bitwise_left_shift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6468493Z copying torch\include\ATen\ops\bitwise_left_shift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6475170Z copying torch\include\ATen\ops\bitwise_left_shift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6482547Z copying torch\include\ATen\ops\bitwise_not.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6489215Z copying torch\include\ATen\ops\bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6495652Z copying torch\include\ATen\ops\bitwise_not_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6502224Z copying torch\include\ATen\ops\bitwise_not_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6508596Z copying torch\include\ATen\ops\bitwise_not_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6515343Z copying torch\include\ATen\ops\bitwise_not_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6521834Z copying torch\include\ATen\ops\bitwise_not_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6528285Z copying torch\include\ATen\ops\bitwise_not_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6535062Z copying torch\include\ATen\ops\bitwise_or.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6542601Z copying torch\include\ATen\ops\bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6549208Z copying torch\include\ATen\ops\bitwise_or_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6555234Z copying torch\include\ATen\ops\bitwise_or_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6562178Z copying torch\include\ATen\ops\bitwise_or_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6568945Z copying torch\include\ATen\ops\bitwise_or_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6575709Z copying torch\include\ATen\ops\bitwise_or_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6582200Z copying torch\include\ATen\ops\bitwise_or_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6588633Z copying torch\include\ATen\ops\bitwise_or_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6595234Z copying torch\include\ATen\ops\bitwise_right_shift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6602240Z copying torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6609086Z copying torch\include\ATen\ops\bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6615703Z copying torch\include\ATen\ops\bitwise_right_shift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6622401Z copying torch\include\ATen\ops\bitwise_right_shift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6628852Z copying torch\include\ATen\ops\bitwise_right_shift_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6635511Z copying torch\include\ATen\ops\bitwise_right_shift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6642098Z copying torch\include\ATen\ops\bitwise_right_shift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6649112Z copying torch\include\ATen\ops\bitwise_right_shift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6655863Z copying torch\include\ATen\ops\bitwise_xor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6663114Z copying torch\include\ATen\ops\bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6669964Z copying torch\include\ATen\ops\bitwise_xor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6676545Z copying torch\include\ATen\ops\bitwise_xor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6683146Z copying torch\include\ATen\ops\bitwise_xor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6690050Z copying torch\include\ATen\ops\bitwise_xor_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6696867Z copying torch\include\ATen\ops\bitwise_xor_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6703622Z copying torch\include\ATen\ops\bitwise_xor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6710191Z copying torch\include\ATen\ops\bitwise_xor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6716792Z copying torch\include\ATen\ops\blackman_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6723644Z copying torch\include\ATen\ops\blackman_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6730240Z copying torch\include\ATen\ops\blackman_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6737546Z copying torch\include\ATen\ops\blackman_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6743898Z copying torch\include\ATen\ops\block_diag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6751007Z copying torch\include\ATen\ops\block_diag_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6757470Z copying torch\include\ATen\ops\block_diag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6764067Z copying torch\include\ATen\ops\block_diag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6770198Z copying torch\include\ATen\ops\bmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6776901Z copying torch\include\ATen\ops\bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6783554Z copying torch\include\ATen\ops\bmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6790020Z copying torch\include\ATen\ops\bmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6796843Z copying torch\include\ATen\ops\bmm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6802915Z copying torch\include\ATen\ops\bmm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6809399Z copying torch\include\ATen\ops\bmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6815878Z copying torch\include\ATen\ops\bmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6822170Z copying torch\include\ATen\ops\broadcast_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6829024Z copying torch\include\ATen\ops\broadcast_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6835625Z copying torch\include\ATen\ops\broadcast_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6841906Z copying torch\include\ATen\ops\broadcast_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6848322Z copying torch\include\ATen\ops\broadcast_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6856395Z copying torch\include\ATen\ops\broadcast_to_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6865855Z copying torch\include\ATen\ops\broadcast_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6875317Z copying torch\include\ATen\ops\broadcast_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6883799Z copying torch\include\ATen\ops\bucketize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6890520Z copying torch\include\ATen\ops\bucketize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6897127Z copying torch\include\ATen\ops\bucketize_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6903708Z copying torch\include\ATen\ops\bucketize_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6910191Z copying torch\include\ATen\ops\bucketize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6916652Z copying torch\include\ATen\ops\bucketize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6923701Z copying torch\include\ATen\ops\can_cast.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6930212Z copying torch\include\ATen\ops\can_cast_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6936971Z copying torch\include\ATen\ops\can_cast_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6943284Z copying torch\include\ATen\ops\can_cast_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6949649Z copying torch\include\ATen\ops\cartesian_prod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6956386Z copying torch\include\ATen\ops\cartesian_prod_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6962688Z copying torch\include\ATen\ops\cartesian_prod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6968833Z copying torch\include\ATen\ops\cartesian_prod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6975267Z copying torch\include\ATen\ops\cat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6981979Z copying torch\include\ATen\ops\cat_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6988713Z copying torch\include\ATen\ops\cat_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.6995140Z copying torch\include\ATen\ops\cat_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.7001407Z copying torch\include\ATen\ops\cat_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.7007754Z copying torch\include\ATen\ops\cat_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.7014090Z copying torch\include\ATen\ops\cat_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.7020379Z copying torch\include\ATen\ops\cat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.7026653Z copying torch\include\ATen\ops\cat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.7033362Z copying torch\include\ATen\ops\cauchy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.7040020Z copying torch\include\ATen\ops\cauchy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.7046271Z copying torch\include\ATen\ops\cauchy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.7052660Z copying torch\include\ATen\ops\cauchy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.7059134Z copying torch\include\ATen\ops\cauchy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8526533Z copying torch\include\ATen\ops\cauchy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8532617Z copying torch\include\ATen\ops\cauchy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8539210Z copying torch\include\ATen\ops\ccol_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8546105Z copying torch\include\ATen\ops\ccol_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8552451Z copying torch\include\ATen\ops\ccol_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8559266Z copying torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8566387Z copying torch\include\ATen\ops\ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8572782Z copying torch\include\ATen\ops\ccol_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8579375Z copying torch\include\ATen\ops\ccol_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8586082Z copying torch\include\ATen\ops\ccol_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8592502Z copying torch\include\ATen\ops\ccol_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8598617Z copying torch\include\ATen\ops\cdist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8605057Z copying torch\include\ATen\ops\cdist_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8612836Z copying torch\include\ATen\ops\cdist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8619010Z copying torch\include\ATen\ops\cdist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8625261Z copying torch\include\ATen\ops\ceil.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8631857Z copying torch\include\ATen\ops\ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8638280Z copying torch\include\ATen\ops\ceil_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8644706Z copying torch\include\ATen\ops\ceil_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8651011Z copying torch\include\ATen\ops\ceil_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8657229Z copying torch\include\ATen\ops\ceil_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8663410Z copying torch\include\ATen\ops\ceil_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8669801Z copying torch\include\ATen\ops\ceil_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8675838Z copying torch\include\ATen\ops\celu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8682249Z copying torch\include\ATen\ops\celu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8688663Z copying torch\include\ATen\ops\celu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8695025Z copying torch\include\ATen\ops\celu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8701170Z copying torch\include\ATen\ops\chain_matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8707835Z copying torch\include\ATen\ops\chain_matmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8715600Z copying torch\include\ATen\ops\chain_matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8721755Z copying torch\include\ATen\ops\chain_matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8728382Z copying torch\include\ATen\ops\chalf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8734951Z copying torch\include\ATen\ops\chalf_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8741297Z copying torch\include\ATen\ops\chalf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8747353Z copying torch\include\ATen\ops\chalf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8753624Z copying torch\include\ATen\ops\channel_shuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8760322Z copying torch\include\ATen\ops\channel_shuffle_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8766677Z copying torch\include\ATen\ops\channel_shuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8773360Z copying torch\include\ATen\ops\channel_shuffle_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8780088Z copying torch\include\ATen\ops\channel_shuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8786224Z copying torch\include\ATen\ops\channel_shuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8792500Z copying torch\include\ATen\ops\cholesky.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8798748Z copying torch\include\ATen\ops\cholesky_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8805236Z copying torch\include\ATen\ops\cholesky_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8813413Z copying torch\include\ATen\ops\cholesky_inverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8819967Z copying torch\include\ATen\ops\cholesky_inverse_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8826583Z copying torch\include\ATen\ops\cholesky_inverse_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8833192Z copying torch\include\ATen\ops\cholesky_inverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8839843Z copying torch\include\ATen\ops\cholesky_inverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8846362Z copying torch\include\ATen\ops\cholesky_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8852750Z copying torch\include\ATen\ops\cholesky_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8859370Z copying torch\include\ATen\ops\cholesky_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8866164Z copying torch\include\ATen\ops\cholesky_solve_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8872564Z copying torch\include\ATen\ops\cholesky_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8879204Z copying torch\include\ATen\ops\cholesky_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8885978Z copying torch\include\ATen\ops\choose_qparams_optimized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8892784Z copying torch\include\ATen\ops\choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8899278Z copying torch\include\ATen\ops\choose_qparams_optimized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8905845Z copying torch\include\ATen\ops\choose_qparams_optimized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8912208Z copying torch\include\ATen\ops\chunk.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8919863Z copying torch\include\ATen\ops\chunk_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8926898Z copying torch\include\ATen\ops\chunk_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8933120Z copying torch\include\ATen\ops\chunk_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8939541Z copying torch\include\ATen\ops\clamp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8946249Z copying torch\include\ATen\ops\clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8952526Z copying torch\include\ATen\ops\clamp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8959091Z copying torch\include\ATen\ops\clamp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8966718Z copying torch\include\ATen\ops\clamp_max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8973224Z copying torch\include\ATen\ops\clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8979769Z copying torch\include\ATen\ops\clamp_max_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8986396Z copying torch\include\ATen\ops\clamp_max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8992677Z copying torch\include\ATen\ops\clamp_max_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.8999489Z copying torch\include\ATen\ops\clamp_max_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9005690Z copying torch\include\ATen\ops\clamp_max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9012198Z copying torch\include\ATen\ops\clamp_max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9021626Z copying torch\include\ATen\ops\clamp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9029524Z copying torch\include\ATen\ops\clamp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9038407Z copying torch\include\ATen\ops\clamp_min.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9047127Z copying torch\include\ATen\ops\clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9056133Z copying torch\include\ATen\ops\clamp_min_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9064010Z copying torch\include\ATen\ops\clamp_min_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9072996Z copying torch\include\ATen\ops\clamp_min_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9081480Z copying torch\include\ATen\ops\clamp_min_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9089322Z copying torch\include\ATen\ops\clamp_min_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9098424Z copying torch\include\ATen\ops\clamp_min_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9106244Z copying torch\include\ATen\ops\clamp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9115211Z copying torch\include\ATen\ops\clamp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9123204Z copying torch\include\ATen\ops\clip.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9132180Z copying torch\include\ATen\ops\clip_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9140011Z copying torch\include\ATen\ops\clip_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9148001Z copying torch\include\ATen\ops\clip_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9156884Z copying torch\include\ATen\ops\clone.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9164547Z copying torch\include\ATen\ops\clone_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9173094Z copying torch\include\ATen\ops\clone_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9180902Z copying torch\include\ATen\ops\clone_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9188456Z copying torch\include\ATen\ops\coalesce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9197169Z copying torch\include\ATen\ops\coalesce_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9205967Z copying torch\include\ATen\ops\coalesce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9212764Z copying torch\include\ATen\ops\coalesce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9221753Z copying torch\include\ATen\ops\col2im.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9229397Z copying torch\include\ATen\ops\col2im_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9238388Z copying torch\include\ATen\ops\col2im_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9246506Z copying torch\include\ATen\ops\col2im_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9254393Z copying torch\include\ATen\ops\col2im_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9263108Z copying torch\include\ATen\ops\column_stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9271050Z copying torch\include\ATen\ops\column_stack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9279915Z copying torch\include\ATen\ops\column_stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9287335Z copying torch\include\ATen\ops\column_stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9296275Z copying torch\include\ATen\ops\col_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9304203Z copying torch\include\ATen\ops\col_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9311785Z copying torch\include\ATen\ops\col_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9321196Z copying torch\include\ATen\ops\col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9329241Z copying torch\include\ATen\ops\col_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9338647Z copying torch\include\ATen\ops\col_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9345065Z copying torch\include\ATen\ops\col_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9353597Z copying torch\include\ATen\ops\col_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9360501Z copying torch\include\ATen\ops\col_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9368216Z copying torch\include\ATen\ops\combinations.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9374976Z copying torch\include\ATen\ops\combinations_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9381368Z copying torch\include\ATen\ops\combinations_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9387835Z copying torch\include\ATen\ops\combinations_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9397968Z copying torch\include\ATen\ops\complex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9404417Z copying torch\include\ATen\ops\complex_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9410688Z copying torch\include\ATen\ops\complex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9417226Z copying torch\include\ATen\ops\complex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9424439Z copying torch\include\ATen\ops\complex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9430094Z copying torch\include\ATen\ops\complex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9436408Z copying torch\include\ATen\ops\concat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9442741Z copying torch\include\ATen\ops\concatenate.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9449472Z copying torch\include\ATen\ops\concatenate_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9458502Z copying torch\include\ATen\ops\concatenate_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9465951Z copying torch\include\ATen\ops\concatenate_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9475132Z copying torch\include\ATen\ops\concat_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9482604Z copying torch\include\ATen\ops\concat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9490446Z copying torch\include\ATen\ops\concat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9499959Z copying torch\include\ATen\ops\conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9507694Z copying torch\include\ATen\ops\conj_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9516417Z copying torch\include\ATen\ops\conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9524482Z copying torch\include\ATen\ops\conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9532512Z copying torch\include\ATen\ops\conj_physical.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9541070Z copying torch\include\ATen\ops\conj_physical_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9549169Z copying torch\include\ATen\ops\conj_physical_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9558271Z copying torch\include\ATen\ops\conj_physical_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9566009Z copying torch\include\ATen\ops\conj_physical_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9574919Z copying torch\include\ATen\ops\conj_physical_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9582791Z copying torch\include\ATen\ops\conj_physical_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9591691Z copying torch\include\ATen\ops\constant_pad_nd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9599922Z copying torch\include\ATen\ops\constant_pad_nd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9607426Z copying torch\include\ATen\ops\constant_pad_nd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9616818Z copying torch\include\ATen\ops\constant_pad_nd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9624544Z copying torch\include\ATen\ops\contiguous.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9646919Z copying torch\include\ATen\ops\contiguous_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9654384Z copying torch\include\ATen\ops\contiguous_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9660664Z copying torch\include\ATen\ops\contiguous_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9667852Z copying torch\include\ATen\ops\conv1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9673855Z copying torch\include\ATen\ops\conv1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9680426Z copying torch\include\ATen\ops\conv1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9688286Z copying torch\include\ATen\ops\conv1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9695025Z copying torch\include\ATen\ops\conv2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9702044Z copying torch\include\ATen\ops\conv2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9708552Z copying torch\include\ATen\ops\conv2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9715855Z copying torch\include\ATen\ops\conv2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9722089Z copying torch\include\ATen\ops\conv3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9728780Z copying torch\include\ATen\ops\conv3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9735587Z copying torch\include\ATen\ops\conv3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9742172Z copying torch\include\ATen\ops\conv3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9748748Z copying torch\include\ATen\ops\convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9755269Z copying torch\include\ATen\ops\convolution_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9762386Z copying torch\include\ATen\ops\convolution_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9769093Z copying torch\include\ATen\ops\convolution_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9776854Z copying torch\include\ATen\ops\convolution_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9783741Z copying torch\include\ATen\ops\convolution_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9790986Z copying torch\include\ATen\ops\convolution_backward_overrideable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9798256Z copying torch\include\ATen\ops\convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9805162Z copying torch\include\ATen\ops\convolution_backward_overrideable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9825012Z copying torch\include\ATen\ops\convolution_backward_overrideable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9826477Z copying torch\include\ATen\ops\convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9827905Z copying torch\include\ATen\ops\convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9833957Z copying torch\include\ATen\ops\convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9839521Z copying torch\include\ATen\ops\convolution_overrideable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9846720Z copying torch\include\ATen\ops\convolution_overrideable_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9854002Z copying torch\include\ATen\ops\convolution_overrideable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9861425Z copying torch\include\ATen\ops\convolution_overrideable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9868661Z copying torch\include\ATen\ops\conv_depthwise3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9875763Z copying torch\include\ATen\ops\conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9883307Z copying torch\include\ATen\ops\conv_depthwise3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9889585Z copying torch\include\ATen\ops\conv_depthwise3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9896349Z copying torch\include\ATen\ops\conv_depthwise3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9903576Z copying torch\include\ATen\ops\conv_tbc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9909978Z copying torch\include\ATen\ops\conv_tbc_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9917631Z copying torch\include\ATen\ops\conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9924047Z copying torch\include\ATen\ops\conv_tbc_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9931727Z copying torch\include\ATen\ops\conv_tbc_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9939803Z copying torch\include\ATen\ops\conv_tbc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9945729Z copying torch\include\ATen\ops\conv_tbc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9952269Z copying torch\include\ATen\ops\conv_tbc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9958940Z copying torch\include\ATen\ops\conv_transpose1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9965776Z copying torch\include\ATen\ops\conv_transpose1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9972920Z copying torch\include\ATen\ops\conv_transpose1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9979601Z copying torch\include\ATen\ops\conv_transpose1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9986162Z copying torch\include\ATen\ops\conv_transpose2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9993084Z copying torch\include\ATen\ops\conv_transpose2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:00.9999959Z copying torch\include\ATen\ops\conv_transpose2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0006440Z copying torch\include\ATen\ops\conv_transpose2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0013031Z copying torch\include\ATen\ops\conv_transpose3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0020060Z copying torch\include\ATen\ops\conv_transpose3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0027158Z copying torch\include\ATen\ops\conv_transpose3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0033675Z copying torch\include\ATen\ops\conv_transpose3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0040152Z copying torch\include\ATen\ops\copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0046437Z copying torch\include\ATen\ops\copysign.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0053017Z copying torch\include\ATen\ops\copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0060115Z copying torch\include\ATen\ops\copysign_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0066757Z copying torch\include\ATen\ops\copysign_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0073537Z copying torch\include\ATen\ops\copysign_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0080296Z copying torch\include\ATen\ops\copysign_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0086947Z copying torch\include\ATen\ops\copysign_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0093569Z copying torch\include\ATen\ops\copysign_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0100499Z copying torch\include\ATen\ops\copysign_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0108023Z copying torch\include\ATen\ops\copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0114903Z copying torch\include\ATen\ops\copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0121951Z copying torch\include\ATen\ops\copy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0127956Z copying torch\include\ATen\ops\copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0134688Z copying torch\include\ATen\ops\copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0141334Z copying torch\include\ATen\ops\copy_sparse_to_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0149016Z copying torch\include\ATen\ops\copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0155567Z copying torch\include\ATen\ops\copy_sparse_to_sparse_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0162225Z copying torch\include\ATen\ops\copy_sparse_to_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0169024Z copying torch\include\ATen\ops\copy_sparse_to_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0175717Z copying torch\include\ATen\ops\corrcoef.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0182180Z copying torch\include\ATen\ops\corrcoef_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0188615Z copying torch\include\ATen\ops\corrcoef_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0195126Z copying torch\include\ATen\ops\corrcoef_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0201565Z copying torch\include\ATen\ops\cos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0207756Z copying torch\include\ATen\ops\cosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0214594Z copying torch\include\ATen\ops\cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0221031Z copying torch\include\ATen\ops\cosh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0227789Z copying torch\include\ATen\ops\cosh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0234763Z copying torch\include\ATen\ops\cosh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0240909Z copying torch\include\ATen\ops\cosh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0247833Z copying torch\include\ATen\ops\cosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0254141Z copying torch\include\ATen\ops\cosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0261001Z copying torch\include\ATen\ops\cosine_embedding_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0269020Z copying torch\include\ATen\ops\cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0274986Z copying torch\include\ATen\ops\cosine_embedding_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0283711Z copying torch\include\ATen\ops\cosine_embedding_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0292226Z copying torch\include\ATen\ops\cosine_similarity.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0301535Z copying torch\include\ATen\ops\cosine_similarity_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0310439Z copying torch\include\ATen\ops\cosine_similarity_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0318094Z copying torch\include\ATen\ops\cosine_similarity_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0327082Z copying torch\include\ATen\ops\cos_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0332879Z copying torch\include\ATen\ops\cos_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0339233Z copying torch\include\ATen\ops\cos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0345913Z copying torch\include\ATen\ops\cos_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0352153Z copying torch\include\ATen\ops\cos_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0358847Z copying torch\include\ATen\ops\cos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0365392Z copying torch\include\ATen\ops\cos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0371566Z copying torch\include\ATen\ops\count_nonzero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0378622Z copying torch\include\ATen\ops\count_nonzero_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0385282Z copying torch\include\ATen\ops\count_nonzero_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0392461Z copying torch\include\ATen\ops\count_nonzero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0399227Z copying torch\include\ATen\ops\count_nonzero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0406084Z copying torch\include\ATen\ops\count_nonzero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0412622Z copying torch\include\ATen\ops\cov.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0419331Z copying torch\include\ATen\ops\cov_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0425535Z copying torch\include\ATen\ops\cov_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0431822Z copying torch\include\ATen\ops\cov_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0438194Z copying torch\include\ATen\ops\cross.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0444565Z copying torch\include\ATen\ops\cross_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0451007Z copying torch\include\ATen\ops\cross_entropy_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0458117Z copying torch\include\ATen\ops\cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0464584Z copying torch\include\ATen\ops\cross_entropy_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0471338Z copying torch\include\ATen\ops\cross_entropy_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0477838Z copying torch\include\ATen\ops\cross_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0484288Z copying torch\include\ATen\ops\cross_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0490821Z copying torch\include\ATen\ops\crow_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0497732Z copying torch\include\ATen\ops\crow_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0504102Z copying torch\include\ATen\ops\crow_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0511818Z copying torch\include\ATen\ops\crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0518300Z copying torch\include\ATen\ops\crow_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0534356Z copying torch\include\ATen\ops\crow_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0540911Z copying torch\include\ATen\ops\crow_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0547585Z copying torch\include\ATen\ops\crow_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0553964Z copying torch\include\ATen\ops\crow_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0560874Z copying torch\include\ATen\ops\ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0567403Z copying torch\include\ATen\ops\ctc_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0573672Z copying torch\include\ATen\ops\ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0580288Z copying torch\include\ATen\ops\ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0586878Z copying torch\include\ATen\ops\cudnn_affine_grid_generator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0611661Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0618796Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0626927Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0636081Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0644176Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0654344Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0662215Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0671496Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0679443Z copying torch\include\ATen\ops\cudnn_affine_grid_generator_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0688359Z copying torch\include\ATen\ops\cudnn_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0696740Z copying torch\include\ATen\ops\cudnn_batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0706286Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0714299Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0723448Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0731507Z copying torch\include\ATen\ops\cudnn_batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0741200Z copying torch\include\ATen\ops\cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0749079Z copying torch\include\ATen\ops\cudnn_batch_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0758522Z copying torch\include\ATen\ops\cudnn_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0766622Z copying torch\include\ATen\ops\cudnn_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0775864Z copying torch\include\ATen\ops\cudnn_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0784138Z copying torch\include\ATen\ops\cudnn_convolution_add_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0799044Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0803798Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0812854Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0820909Z copying torch\include\ATen\ops\cudnn_convolution_add_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0830192Z copying torch\include\ATen\ops\cudnn_convolution_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0838319Z copying torch\include\ATen\ops\cudnn_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0847076Z copying torch\include\ATen\ops\cudnn_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0854993Z copying torch\include\ATen\ops\cudnn_convolution_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0864534Z copying torch\include\ATen\ops\cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0872918Z copying torch\include\ATen\ops\cudnn_convolution_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0882155Z copying torch\include\ATen\ops\cudnn_convolution_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0890321Z copying torch\include\ATen\ops\cudnn_convolution_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0899541Z copying torch\include\ATen\ops\cudnn_convolution_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0917204Z copying torch\include\ATen\ops\cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0925321Z copying torch\include\ATen\ops\cudnn_convolution_transpose_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0934796Z copying torch\include\ATen\ops\cudnn_convolution_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0942768Z copying torch\include\ATen\ops\cudnn_convolution_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0950562Z copying torch\include\ATen\ops\cudnn_grid_sampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0958656Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0965611Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.0973746Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1001774Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1008540Z copying torch\include\ATen\ops\cudnn_grid_sampler_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1015830Z copying torch\include\ATen\ops\cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1022716Z copying torch\include\ATen\ops\cudnn_grid_sampler_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1041739Z copying torch\include\ATen\ops\cudnn_grid_sampler_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1048181Z copying torch\include\ATen\ops\cudnn_grid_sampler_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1054957Z copying torch\include\ATen\ops\cudnn_is_acceptable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1061936Z copying torch\include\ATen\ops\cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1077942Z copying torch\include\ATen\ops\cudnn_is_acceptable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1084056Z copying torch\include\ATen\ops\cudnn_is_acceptable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1094369Z copying torch\include\ATen\ops\cummax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1100880Z copying torch\include\ATen\ops\cummaxmin_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1207701Z copying torch\include\ATen\ops\cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1214164Z copying torch\include\ATen\ops\cummaxmin_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1221321Z copying torch\include\ATen\ops\cummaxmin_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1228612Z copying torch\include\ATen\ops\cummax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1235344Z copying torch\include\ATen\ops\cummax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1241989Z copying torch\include\ATen\ops\cummax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1248711Z copying torch\include\ATen\ops\cummax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1255371Z copying torch\include\ATen\ops\cummin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1262037Z copying torch\include\ATen\ops\cummin_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1268841Z copying torch\include\ATen\ops\cummin_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1275671Z copying torch\include\ATen\ops\cummin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1282214Z copying torch\include\ATen\ops\cummin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1288841Z copying torch\include\ATen\ops\cumprod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1295914Z copying torch\include\ATen\ops\cumprod_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1303171Z copying torch\include\ATen\ops\cumprod_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1309510Z copying torch\include\ATen\ops\cumprod_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1316539Z copying torch\include\ATen\ops\cumprod_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1323468Z copying torch\include\ATen\ops\cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1330604Z copying torch\include\ATen\ops\cumprod_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1337124Z copying torch\include\ATen\ops\cumprod_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1343745Z copying torch\include\ATen\ops\cumprod_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1352867Z copying torch\include\ATen\ops\cumprod_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1358915Z copying torch\include\ATen\ops\cumprod_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1366291Z copying torch\include\ATen\ops\cumprod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1373647Z copying torch\include\ATen\ops\cumprod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1381072Z copying torch\include\ATen\ops\cumsum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1387789Z copying torch\include\ATen\ops\cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1394740Z copying torch\include\ATen\ops\cumsum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1401366Z copying torch\include\ATen\ops\cumsum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1407967Z copying torch\include\ATen\ops\cumsum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1415048Z copying torch\include\ATen\ops\cumsum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1421535Z copying torch\include\ATen\ops\cumsum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1428268Z copying torch\include\ATen\ops\cumsum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1435028Z copying torch\include\ATen\ops\cumsum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1441897Z copying torch\include\ATen\ops\cumulative_trapezoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1448902Z copying torch\include\ATen\ops\cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1455925Z copying torch\include\ATen\ops\cumulative_trapezoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1463325Z copying torch\include\ATen\ops\cumulative_trapezoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1469804Z copying torch\include\ATen\ops\data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1476128Z copying torch\include\ATen\ops\data_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1486300Z copying torch\include\ATen\ops\data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1492716Z copying torch\include\ATen\ops\data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1499155Z copying torch\include\ATen\ops\deg2rad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1505985Z copying torch\include\ATen\ops\deg2rad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1513153Z copying torch\include\ATen\ops\deg2rad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1518794Z copying torch\include\ATen\ops\deg2rad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1525463Z copying torch\include\ATen\ops\dense_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1532111Z copying torch\include\ATen\ops\dense_dim_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1539427Z copying torch\include\ATen\ops\dense_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1545417Z copying torch\include\ATen\ops\dense_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1551919Z copying torch\include\ATen\ops\dequantize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1558629Z copying torch\include\ATen\ops\dequantize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1565058Z copying torch\include\ATen\ops\dequantize_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1571750Z copying torch\include\ATen\ops\dequantize_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1578389Z copying torch\include\ATen\ops\dequantize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1584871Z copying torch\include\ATen\ops\dequantize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1591664Z copying torch\include\ATen\ops\det.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1597579Z copying torch\include\ATen\ops\detach.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1604342Z copying torch\include\ATen\ops\detach_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1610559Z copying torch\include\ATen\ops\detach_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1617646Z copying torch\include\ATen\ops\detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1624409Z copying torch\include\ATen\ops\detach_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1630909Z copying torch\include\ATen\ops\detach_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1637708Z copying torch\include\ATen\ops\detach_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1643963Z copying torch\include\ATen\ops\detach_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1650304Z copying torch\include\ATen\ops\detach_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1657166Z copying torch\include\ATen\ops\det_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1663721Z copying torch\include\ATen\ops\det_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1669869Z copying torch\include\ATen\ops\det_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1735447Z copying torch\include\ATen\ops\diag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1736672Z copying torch\include\ATen\ops\diagflat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1738091Z copying torch\include\ATen\ops\diagflat_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1739412Z copying torch\include\ATen\ops\diagflat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1740534Z copying torch\include\ATen\ops\diagflat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1741621Z copying torch\include\ATen\ops\diagonal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1742767Z copying torch\include\ATen\ops\diagonal_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1744207Z copying torch\include\ATen\ops\diagonal_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1745595Z copying torch\include\ATen\ops\diagonal_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1746925Z copying torch\include\ATen\ops\diagonal_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1748270Z copying torch\include\ATen\ops\diagonal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1749845Z copying torch\include\ATen\ops\diagonal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1755442Z copying torch\include\ATen\ops\diagonal_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1762332Z copying torch\include\ATen\ops\diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1769090Z copying torch\include\ATen\ops\diagonal_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1775730Z copying torch\include\ATen\ops\diagonal_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1782732Z copying torch\include\ATen\ops\diagonal_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1789331Z copying torch\include\ATen\ops\diagonal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1795790Z copying torch\include\ATen\ops\diagonal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1802545Z copying torch\include\ATen\ops\diagonal_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1809684Z copying torch\include\ATen\ops\diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1816812Z copying torch\include\ATen\ops\diagonal_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1823496Z copying torch\include\ATen\ops\diagonal_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1830306Z copying torch\include\ATen\ops\diagonal_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1837180Z copying torch\include\ATen\ops\diag_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1843686Z copying torch\include\ATen\ops\diag_embed.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1850894Z copying torch\include\ATen\ops\diag_embed_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1857760Z copying torch\include\ATen\ops\diag_embed_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1864716Z copying torch\include\ATen\ops\diag_embed_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1871323Z copying torch\include\ATen\ops\diag_embed_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1878018Z copying torch\include\ATen\ops\diag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1884259Z copying torch\include\ATen\ops\diag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1890466Z copying torch\include\ATen\ops\diff.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1897238Z copying torch\include\ATen\ops\diff_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1903560Z copying torch\include\ATen\ops\diff_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1910055Z copying torch\include\ATen\ops\diff_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1916349Z copying torch\include\ATen\ops\digamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1923508Z copying torch\include\ATen\ops\digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1929954Z copying torch\include\ATen\ops\digamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1937054Z copying torch\include\ATen\ops\digamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1943815Z copying torch\include\ATen\ops\digamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1949949Z copying torch\include\ATen\ops\digamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1956735Z copying torch\include\ATen\ops\digamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1967162Z copying torch\include\ATen\ops\digamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1974027Z copying torch\include\ATen\ops\dist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1980652Z copying torch\include\ATen\ops\dist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1987012Z copying torch\include\ATen\ops\dist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.1993636Z copying torch\include\ATen\ops\dist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2000793Z copying torch\include\ATen\ops\div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2009317Z copying torch\include\ATen\ops\divide.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2015942Z copying torch\include\ATen\ops\divide_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2026945Z copying torch\include\ATen\ops\divide_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2032652Z copying torch\include\ATen\ops\divide_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2039925Z copying torch\include\ATen\ops\div_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2046580Z copying torch\include\ATen\ops\div_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2056674Z copying torch\include\ATen\ops\div_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2063077Z copying torch\include\ATen\ops\div_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2069626Z copying torch\include\ATen\ops\div_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2075807Z copying torch\include\ATen\ops\div_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2082366Z copying torch\include\ATen\ops\div_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2089160Z copying torch\include\ATen\ops\div_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2095557Z copying torch\include\ATen\ops\dot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2102172Z copying torch\include\ATen\ops\dot_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2108900Z copying torch\include\ATen\ops\dot_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2115390Z copying torch\include\ATen\ops\dot_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2121686Z copying torch\include\ATen\ops\dot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2128056Z copying torch\include\ATen\ops\dot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2134464Z copying torch\include\ATen\ops\dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2140842Z copying torch\include\ATen\ops\dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2147236Z copying torch\include\ATen\ops\dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2153419Z copying torch\include\ATen\ops\dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2159849Z copying torch\include\ATen\ops\dsplit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2166466Z copying torch\include\ATen\ops\dsplit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2172797Z copying torch\include\ATen\ops\dsplit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2179290Z copying torch\include\ATen\ops\dsplit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2186020Z copying torch\include\ATen\ops\dstack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2192569Z copying torch\include\ATen\ops\dstack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2199027Z copying torch\include\ATen\ops\dstack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2205666Z copying torch\include\ATen\ops\dstack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2212315Z copying torch\include\ATen\ops\einsum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2218896Z copying torch\include\ATen\ops\einsum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2225147Z copying torch\include\ATen\ops\einsum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2231461Z copying torch\include\ATen\ops\einsum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2237796Z copying torch\include\ATen\ops\elu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2244103Z copying torch\include\ATen\ops\elu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2251121Z copying torch\include\ATen\ops\elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2257511Z copying torch\include\ATen\ops\elu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2264127Z copying torch\include\ATen\ops\elu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2270615Z copying torch\include\ATen\ops\elu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2278370Z copying torch\include\ATen\ops\elu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2284707Z copying torch\include\ATen\ops\elu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2291719Z copying torch\include\ATen\ops\elu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2299027Z copying torch\include\ATen\ops\elu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2305405Z copying torch\include\ATen\ops\elu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2311904Z copying torch\include\ATen\ops\elu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2322281Z copying torch\include\ATen\ops\elu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2328750Z copying torch\include\ATen\ops\elu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2335336Z copying torch\include\ATen\ops\elu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2342033Z copying torch\include\ATen\ops\elu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2348263Z copying torch\include\ATen\ops\embedding.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2355223Z copying torch\include\ATen\ops\embedding_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2362048Z copying torch\include\ATen\ops\embedding_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2368707Z copying torch\include\ATen\ops\embedding_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2375302Z copying torch\include\ATen\ops\embedding_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2381850Z copying torch\include\ATen\ops\embedding_bag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2388897Z copying torch\include\ATen\ops\embedding_bag_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2395781Z copying torch\include\ATen\ops\embedding_bag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2402382Z copying torch\include\ATen\ops\embedding_bag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2409611Z copying torch\include\ATen\ops\embedding_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2416016Z copying torch\include\ATen\ops\embedding_dense_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2423619Z copying torch\include\ATen\ops\embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2430259Z copying torch\include\ATen\ops\embedding_dense_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2437150Z copying torch\include\ATen\ops\embedding_dense_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2443966Z copying torch\include\ATen\ops\embedding_dense_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2450741Z copying torch\include\ATen\ops\embedding_dense_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2457484Z copying torch\include\ATen\ops\embedding_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2464219Z copying torch\include\ATen\ops\embedding_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2475628Z copying torch\include\ATen\ops\embedding_renorm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2482720Z copying torch\include\ATen\ops\embedding_renorm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2489621Z copying torch\include\ATen\ops\embedding_renorm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2496431Z copying torch\include\ATen\ops\embedding_renorm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2503213Z copying torch\include\ATen\ops\embedding_renorm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2509827Z copying torch\include\ATen\ops\embedding_renorm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2516471Z copying torch\include\ATen\ops\embedding_renorm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2523219Z copying torch\include\ATen\ops\embedding_sparse_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2530543Z copying torch\include\ATen\ops\embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2537383Z copying torch\include\ATen\ops\embedding_sparse_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2601166Z copying torch\include\ATen\ops\embedding_sparse_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2607453Z copying torch\include\ATen\ops\empty.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2614235Z copying torch\include\ATen\ops\empty_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2620853Z copying torch\include\ATen\ops\empty_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2638610Z copying torch\include\ATen\ops\empty_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2645418Z copying torch\include\ATen\ops\empty_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2651895Z copying torch\include\ATen\ops\empty_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2658880Z copying torch\include\ATen\ops\empty_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2673944Z copying torch\include\ATen\ops\empty_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2680288Z copying torch\include\ATen\ops\empty_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2686845Z copying torch\include\ATen\ops\empty_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2693349Z copying torch\include\ATen\ops\empty_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2705851Z copying torch\include\ATen\ops\empty_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2712611Z copying torch\include\ATen\ops\empty_permuted.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2719760Z copying torch\include\ATen\ops\empty_permuted_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2726085Z copying torch\include\ATen\ops\empty_permuted_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2732693Z copying torch\include\ATen\ops\empty_permuted_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2739512Z copying torch\include\ATen\ops\empty_quantized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2746744Z copying torch\include\ATen\ops\empty_quantized_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2753514Z copying torch\include\ATen\ops\empty_quantized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2765543Z copying torch\include\ATen\ops\empty_quantized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2771920Z copying torch\include\ATen\ops\empty_strided.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2778990Z copying torch\include\ATen\ops\empty_strided_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2785532Z copying torch\include\ATen\ops\empty_strided_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2792202Z copying torch\include\ATen\ops\empty_strided_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2798729Z copying torch\include\ATen\ops\empty_strided_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2805699Z copying torch\include\ATen\ops\empty_strided_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2812406Z copying torch\include\ATen\ops\empty_strided_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2819121Z copying torch\include\ATen\ops\eq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2825589Z copying torch\include\ATen\ops\equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2831954Z copying torch\include\ATen\ops\equal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2838487Z copying torch\include\ATen\ops\equal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2855012Z copying torch\include\ATen\ops\equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2871134Z copying torch\include\ATen\ops\equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2878261Z copying torch\include\ATen\ops\eq_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2884570Z copying torch\include\ATen\ops\eq_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2891255Z copying torch\include\ATen\ops\eq_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2898098Z copying torch\include\ATen\ops\eq_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2904325Z copying torch\include\ATen\ops\eq_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.2910767Z copying torch\include\ATen\ops\eq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3155626Z copying torch\include\ATen\ops\eq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3161864Z copying torch\include\ATen\ops\erf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3168388Z copying torch\include\ATen\ops\erfc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3174762Z copying torch\include\ATen\ops\erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3199431Z copying torch\include\ATen\ops\erfc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3205876Z copying torch\include\ATen\ops\erfc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3212407Z copying torch\include\ATen\ops\erfc_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3218701Z copying torch\include\ATen\ops\erfc_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3230523Z copying torch\include\ATen\ops\erfc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3236840Z copying torch\include\ATen\ops\erfc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3243379Z copying torch\include\ATen\ops\erfinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3250073Z copying torch\include\ATen\ops\erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3262943Z copying torch\include\ATen\ops\erfinv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3270456Z copying torch\include\ATen\ops\erfinv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3276721Z copying torch\include\ATen\ops\erfinv_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3283367Z copying torch\include\ATen\ops\erfinv_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3311647Z copying torch\include\ATen\ops\erfinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3318057Z copying torch\include\ATen\ops\erfinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3325294Z copying torch\include\ATen\ops\erf_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3331631Z copying torch\include\ATen\ops\erf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3342401Z copying torch\include\ATen\ops\erf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3348710Z copying torch\include\ATen\ops\erf_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3354864Z copying torch\include\ATen\ops\erf_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3361263Z copying torch\include\ATen\ops\erf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3379285Z copying torch\include\ATen\ops\erf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3385471Z copying torch\include\ATen\ops\exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3393215Z copying torch\include\ATen\ops\exp2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3399264Z copying torch\include\ATen\ops\exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3410272Z copying torch\include\ATen\ops\exp2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3416903Z copying torch\include\ATen\ops\exp2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3423179Z copying torch\include\ATen\ops\exp2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3429745Z copying torch\include\ATen\ops\exp2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3444388Z copying torch\include\ATen\ops\exp2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3450794Z copying torch\include\ATen\ops\exp2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3457391Z copying torch\include\ATen\ops\expand.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3463655Z copying torch\include\ATen\ops\expand_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3474660Z copying torch\include\ATen\ops\expand_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3481108Z copying torch\include\ATen\ops\expand_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3487451Z copying torch\include\ATen\ops\expand_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3494510Z copying torch\include\ATen\ops\expand_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3507748Z copying torch\include\ATen\ops\expand_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3514873Z copying torch\include\ATen\ops\expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3521820Z copying torch\include\ATen\ops\expand_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3528614Z copying torch\include\ATen\ops\expand_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3539053Z copying torch\include\ATen\ops\expand_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3545564Z copying torch\include\ATen\ops\expand_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3551897Z copying torch\include\ATen\ops\expand_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3558364Z copying torch\include\ATen\ops\expm1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3569056Z copying torch\include\ATen\ops\expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3576108Z copying torch\include\ATen\ops\expm1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3582808Z copying torch\include\ATen\ops\expm1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3589383Z copying torch\include\ATen\ops\expm1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3600012Z copying torch\include\ATen\ops\expm1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3606627Z copying torch\include\ATen\ops\expm1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3613181Z copying torch\include\ATen\ops\expm1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3619757Z copying torch\include\ATen\ops\exponential.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3632423Z copying torch\include\ATen\ops\exponential_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3638919Z copying torch\include\ATen\ops\exponential_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3645464Z copying torch\include\ATen\ops\exponential_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3651978Z copying torch\include\ATen\ops\exponential_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3665977Z copying torch\include\ATen\ops\exponential_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3672819Z copying torch\include\ATen\ops\exponential_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3679803Z copying torch\include\ATen\ops\exp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3686298Z copying torch\include\ATen\ops\exp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3696196Z copying torch\include\ATen\ops\exp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3702395Z copying torch\include\ATen\ops\exp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3711662Z copying torch\include\ATen\ops\exp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3718132Z copying torch\include\ATen\ops\exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3730152Z copying torch\include\ATen\ops\exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3736292Z copying torch\include\ATen\ops\eye.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3742911Z copying torch\include\ATen\ops\eye_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3749741Z copying torch\include\ATen\ops\eye_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3767408Z copying torch\include\ATen\ops\eye_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3773723Z copying torch\include\ATen\ops\eye_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3780145Z copying torch\include\ATen\ops\eye_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3786714Z copying torch\include\ATen\ops\eye_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3799374Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3806164Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3813418Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3821044Z 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 2024-10-08T20:14:01.3832748Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3839880Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3847115Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3854462Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3877943Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3885016Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3892025Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_cachemask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3899532Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3916738Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3923630Z copying torch\include\ATen\ops\fake_quantize_per_channel_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3930478Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3937507Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3949764Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3957031Z 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 2024-10-08T20:14:01.3963926Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3971230Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3985001Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.3991967Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.4000131Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.4007089Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.4645767Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_cachemask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.4652951Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.4660354Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.4667096Z copying torch\include\ATen\ops\fake_quantize_per_tensor_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.4677671Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.4684649Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.4692624Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.4699996Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.4710162Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.4716865Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_fp32_activation_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.4731068Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.4732505Z copying torch\include\ATen\ops\fbgemm_linear_fp16_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.4738260Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.4745347Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.4752191Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.4763925Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.4771494Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.4778501Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_fp32_activation_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.4785079Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.4795831Z copying torch\include\ATen\ops\fbgemm_linear_int8_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.4802535Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.4809849Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.4816680Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.4827668Z copying torch\include\ATen\ops\fbgemm_linear_quantize_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.4834456Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.4841824Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.4848666Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.4858691Z copying torch\include\ATen\ops\fbgemm_pack_gemm_matrix_fp16_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.4865529Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.4872973Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.4879856Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.4891709Z copying torch\include\ATen\ops\fbgemm_pack_quantized_matrix_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.4898829Z copying torch\include\ATen\ops\feature_alpha_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.4905860Z copying torch\include\ATen\ops\feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.4912530Z copying torch\include\ATen\ops\feature_alpha_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.4923997Z copying torch\include\ATen\ops\feature_alpha_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.4932395Z copying torch\include\ATen\ops\feature_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.4938464Z copying torch\include\ATen\ops\feature_dropout_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.4945305Z copying torch\include\ATen\ops\feature_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.4955843Z copying torch\include\ATen\ops\feature_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.4962338Z copying torch\include\ATen\ops\fft_fft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.4969963Z copying torch\include\ATen\ops\fft_fft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.4976795Z copying torch\include\ATen\ops\fft_fft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.4987102Z copying torch\include\ATen\ops\fft_fft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.4994227Z copying torch\include\ATen\ops\fft_fft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.5001025Z copying torch\include\ATen\ops\fft_fftfreq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.5008166Z copying torch\include\ATen\ops\fft_fftfreq_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.5019199Z copying torch\include\ATen\ops\fft_fftfreq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.5025818Z copying torch\include\ATen\ops\fft_fftfreq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.5032458Z copying torch\include\ATen\ops\fft_fftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.5039166Z copying torch\include\ATen\ops\fft_fftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.5050903Z copying torch\include\ATen\ops\fft_fftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.5061029Z copying torch\include\ATen\ops\fft_fftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.5068015Z copying torch\include\ATen\ops\fft_fftshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.5078601Z copying torch\include\ATen\ops\fft_fftshift_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.5209623Z copying torch\include\ATen\ops\fft_fftshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.5216389Z copying torch\include\ATen\ops\fft_fftshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.5223166Z copying torch\include\ATen\ops\fft_fft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.5229746Z copying torch\include\ATen\ops\fft_fft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.5243268Z copying torch\include\ATen\ops\fft_fft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.5249679Z copying torch\include\ATen\ops\fft_hfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.5256142Z copying torch\include\ATen\ops\fft_hfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.5262769Z copying torch\include\ATen\ops\fft_hfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.5455788Z copying torch\include\ATen\ops\fft_hfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.5462254Z copying torch\include\ATen\ops\fft_hfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.5469392Z copying torch\include\ATen\ops\fft_hfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.5476252Z copying torch\include\ATen\ops\fft_hfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.5491761Z copying torch\include\ATen\ops\fft_hfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.5499060Z copying torch\include\ATen\ops\fft_hfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.5506302Z copying torch\include\ATen\ops\fft_hfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.5512878Z copying torch\include\ATen\ops\fft_hfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.6527407Z copying torch\include\ATen\ops\fft_hfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.6533676Z copying torch\include\ATen\ops\fft_ifft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.6544881Z copying torch\include\ATen\ops\fft_ifft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.6552467Z copying torch\include\ATen\ops\fft_ifft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.6561907Z copying torch\include\ATen\ops\fft_ifft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.6568791Z copying torch\include\ATen\ops\fft_ifft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.6575515Z copying torch\include\ATen\ops\fft_ifftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.6582605Z copying torch\include\ATen\ops\fft_ifftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.6592784Z copying torch\include\ATen\ops\fft_ifftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.6600487Z copying torch\include\ATen\ops\fft_ifftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.6607203Z copying torch\include\ATen\ops\fft_ifftshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.6615227Z copying torch\include\ATen\ops\fft_ifftshift_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.8826409Z copying torch\include\ATen\ops\fft_ifftshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.8835120Z copying torch\include\ATen\ops\fft_ifftshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.8843637Z copying torch\include\ATen\ops\fft_ifft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.8852678Z copying torch\include\ATen\ops\fft_ifft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.8865008Z copying torch\include\ATen\ops\fft_ifft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.8872977Z copying torch\include\ATen\ops\fft_ihfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.8882061Z copying torch\include\ATen\ops\fft_ihfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.8890756Z copying torch\include\ATen\ops\fft_ihfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.9878013Z copying torch\include\ATen\ops\fft_ihfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.9885173Z copying torch\include\ATen\ops\fft_ihfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.9891823Z copying torch\include\ATen\ops\fft_ihfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.9899064Z copying torch\include\ATen\ops\fft_ihfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.9912256Z copying torch\include\ATen\ops\fft_ihfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.9919527Z copying torch\include\ATen\ops\fft_ihfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.9926617Z copying torch\include\ATen\ops\fft_ihfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.9933712Z copying torch\include\ATen\ops\fft_ihfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.9945052Z copying torch\include\ATen\ops\fft_ihfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.9951737Z copying torch\include\ATen\ops\fft_irfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.9958130Z copying torch\include\ATen\ops\fft_irfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.9965074Z copying torch\include\ATen\ops\fft_irfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.9979723Z copying torch\include\ATen\ops\fft_irfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.9986275Z copying torch\include\ATen\ops\fft_irfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:01.9993008Z copying torch\include\ATen\ops\fft_irfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0000059Z copying torch\include\ATen\ops\fft_irfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0012902Z copying torch\include\ATen\ops\fft_irfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0019452Z copying torch\include\ATen\ops\fft_irfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0026563Z copying torch\include\ATen\ops\fft_irfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0032687Z copying torch\include\ATen\ops\fft_irfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0044298Z copying torch\include\ATen\ops\fft_irfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0050702Z copying torch\include\ATen\ops\fft_rfft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0057322Z copying torch\include\ATen\ops\fft_rfft2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0064726Z copying torch\include\ATen\ops\fft_rfft2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0078005Z copying torch\include\ATen\ops\fft_rfft2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0084483Z copying torch\include\ATen\ops\fft_rfft2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0091242Z copying torch\include\ATen\ops\fft_rfftfreq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0098515Z copying torch\include\ATen\ops\fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0109756Z copying torch\include\ATen\ops\fft_rfftfreq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0116635Z copying torch\include\ATen\ops\fft_rfftfreq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0124870Z copying torch\include\ATen\ops\fft_rfftn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0132187Z copying torch\include\ATen\ops\fft_rfftn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0147612Z copying torch\include\ATen\ops\fft_rfftn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0154009Z copying torch\include\ATen\ops\fft_rfftn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0161122Z copying torch\include\ATen\ops\fft_rfft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0167755Z copying torch\include\ATen\ops\fft_rfft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0178965Z copying torch\include\ATen\ops\fft_rfft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0185528Z copying torch\include\ATen\ops\fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0192255Z copying torch\include\ATen\ops\fill_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0198789Z copying torch\include\ATen\ops\fill_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0209854Z copying torch\include\ATen\ops\fill_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0216434Z copying torch\include\ATen\ops\fill_diagonal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0223344Z copying torch\include\ATen\ops\fill_diagonal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0230114Z copying torch\include\ATen\ops\fill_diagonal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0240743Z copying torch\include\ATen\ops\fill_diagonal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0247607Z copying torch\include\ATen\ops\fill_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0254256Z copying torch\include\ATen\ops\fill_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0260867Z copying torch\include\ATen\ops\fill_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0279168Z copying torch\include\ATen\ops\fix.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0287112Z copying torch\include\ATen\ops\fix_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0294711Z copying torch\include\ATen\ops\fix_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0303408Z copying torch\include\ATen\ops\fix_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0314621Z copying torch\include\ATen\ops\flatten.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0321308Z copying torch\include\ATen\ops\flatten_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0328246Z copying torch\include\ATen\ops\flatten_dense_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0335440Z copying torch\include\ATen\ops\flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0342570Z copying torch\include\ATen\ops\flatten_dense_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0349106Z copying torch\include\ATen\ops\flatten_dense_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0363551Z copying torch\include\ATen\ops\flatten_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0372156Z copying torch\include\ATen\ops\flatten_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0380708Z copying torch\include\ATen\ops\flip.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0388274Z copying torch\include\ATen\ops\fliplr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0399899Z copying torch\include\ATen\ops\fliplr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0407434Z copying torch\include\ATen\ops\fliplr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0414909Z copying torch\include\ATen\ops\fliplr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0421324Z copying torch\include\ATen\ops\flipud.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0429856Z copying torch\include\ATen\ops\flipud_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0436162Z copying torch\include\ATen\ops\flipud_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0442339Z copying torch\include\ATen\ops\flipud_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0449054Z copying torch\include\ATen\ops\flip_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0455563Z copying torch\include\ATen\ops\flip_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0463408Z copying torch\include\ATen\ops\flip_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0469942Z copying torch\include\ATen\ops\flip_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0476246Z copying torch\include\ATen\ops\flip_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0482659Z copying torch\include\ATen\ops\float_power.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0489402Z copying torch\include\ATen\ops\float_power_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0495774Z copying torch\include\ATen\ops\float_power_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0502261Z copying torch\include\ATen\ops\float_power_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0508850Z copying torch\include\ATen\ops\floor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0516806Z copying torch\include\ATen\ops\floor_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0523096Z copying torch\include\ATen\ops\floor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0529874Z copying torch\include\ATen\ops\floor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0536493Z copying torch\include\ATen\ops\floor_divide.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0543230Z copying torch\include\ATen\ops\floor_divide_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0549950Z copying torch\include\ATen\ops\floor_divide_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0556351Z copying torch\include\ATen\ops\floor_divide_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0562691Z copying torch\include\ATen\ops\floor_divide_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0569085Z copying torch\include\ATen\ops\floor_divide_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0576204Z copying torch\include\ATen\ops\floor_divide_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0582498Z copying torch\include\ATen\ops\floor_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0588702Z copying torch\include\ATen\ops\floor_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0595089Z copying torch\include\ATen\ops\floor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0601575Z copying torch\include\ATen\ops\floor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0607978Z copying torch\include\ATen\ops\fmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0615234Z copying torch\include\ATen\ops\fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0623018Z copying torch\include\ATen\ops\fmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0629405Z copying torch\include\ATen\ops\fmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0635902Z copying torch\include\ATen\ops\fmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0642119Z copying torch\include\ATen\ops\fmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0648322Z copying torch\include\ATen\ops\fmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0654588Z copying torch\include\ATen\ops\fmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0660576Z copying torch\include\ATen\ops\fmin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0667167Z copying torch\include\ATen\ops\fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0673288Z copying torch\include\ATen\ops\fmin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0679865Z copying torch\include\ATen\ops\fmin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0686219Z copying torch\include\ATen\ops\fmin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0720082Z copying torch\include\ATen\ops\fmin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0729428Z copying torch\include\ATen\ops\fmin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0737165Z copying torch\include\ATen\ops\fmin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0744435Z copying torch\include\ATen\ops\fmod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0754042Z copying torch\include\ATen\ops\fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0762148Z copying torch\include\ATen\ops\fmod_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0770885Z copying torch\include\ATen\ops\fmod_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0777712Z copying torch\include\ATen\ops\fmod_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0784538Z copying torch\include\ATen\ops\fmod_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0791091Z copying torch\include\ATen\ops\fmod_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0797750Z copying torch\include\ATen\ops\fmod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0804231Z copying torch\include\ATen\ops\fmod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0810617Z copying torch\include\ATen\ops\frac.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0817306Z copying torch\include\ATen\ops\fractional_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0824381Z copying torch\include\ATen\ops\fractional_max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.0994537Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1000986Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1007788Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1014841Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1022029Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1028785Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1036105Z copying torch\include\ATen\ops\fractional_max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1043263Z copying torch\include\ATen\ops\fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1049955Z copying torch\include\ATen\ops\fractional_max_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1057279Z copying torch\include\ATen\ops\fractional_max_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1064163Z copying torch\include\ATen\ops\fractional_max_pool2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1071097Z copying torch\include\ATen\ops\fractional_max_pool2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1078267Z copying torch\include\ATen\ops\fractional_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1085101Z copying torch\include\ATen\ops\fractional_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1092148Z copying torch\include\ATen\ops\fractional_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1099278Z copying torch\include\ATen\ops\fractional_max_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1106623Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1113622Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1120426Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1127297Z copying torch\include\ATen\ops\fractional_max_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1134782Z copying torch\include\ATen\ops\fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1141737Z copying torch\include\ATen\ops\fractional_max_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1148736Z copying torch\include\ATen\ops\fractional_max_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1155447Z copying torch\include\ATen\ops\fractional_max_pool3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1162516Z copying torch\include\ATen\ops\fractional_max_pool3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1169569Z copying torch\include\ATen\ops\fractional_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1176179Z copying torch\include\ATen\ops\fractional_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1183466Z copying torch\include\ATen\ops\frac_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1189937Z copying torch\include\ATen\ops\frac_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1196738Z copying torch\include\ATen\ops\frac_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1203309Z copying torch\include\ATen\ops\frac_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1218135Z copying torch\include\ATen\ops\frac_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1224846Z copying torch\include\ATen\ops\frac_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1231420Z copying torch\include\ATen\ops\frac_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1237734Z copying torch\include\ATen\ops\frexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1244600Z copying torch\include\ATen\ops\frexp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1251139Z copying torch\include\ATen\ops\frexp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1258387Z copying torch\include\ATen\ops\frexp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1264848Z copying torch\include\ATen\ops\frexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1271508Z copying torch\include\ATen\ops\frexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1278703Z copying torch\include\ATen\ops\frobenius_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1285500Z copying torch\include\ATen\ops\frobenius_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1292273Z copying torch\include\ATen\ops\frobenius_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1299020Z copying torch\include\ATen\ops\frobenius_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1305948Z copying torch\include\ATen\ops\from_blob.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1312195Z copying torch\include\ATen\ops\from_file.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1319147Z copying torch\include\ATen\ops\from_file_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1325829Z copying torch\include\ATen\ops\from_file_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1332541Z copying torch\include\ATen\ops\from_file_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1339271Z copying torch\include\ATen\ops\from_file_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1346080Z copying torch\include\ATen\ops\full.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1359317Z copying torch\include\ATen\ops\full_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1368213Z copying torch\include\ATen\ops\full_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1376325Z copying torch\include\ATen\ops\full_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1382204Z copying torch\include\ATen\ops\full_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1388427Z copying torch\include\ATen\ops\full_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1395117Z copying torch\include\ATen\ops\full_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1402528Z copying torch\include\ATen\ops\full_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1409290Z copying torch\include\ATen\ops\fused_moving_avg_obs_fake_quant.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1416895Z copying torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1423669Z copying torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1430578Z copying torch\include\ATen\ops\fused_moving_avg_obs_fake_quant_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1437251Z copying torch\include\ATen\ops\gather.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1443848Z copying torch\include\ATen\ops\gather_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1450713Z copying torch\include\ATen\ops\gather_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1457257Z copying torch\include\ATen\ops\gather_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1463700Z copying torch\include\ATen\ops\gather_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1470950Z copying torch\include\ATen\ops\gather_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1477445Z copying torch\include\ATen\ops\gather_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1484317Z copying torch\include\ATen\ops\gather_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1491445Z copying torch\include\ATen\ops\gather_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1504538Z copying torch\include\ATen\ops\gather_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1511364Z copying torch\include\ATen\ops\gather_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1517997Z copying torch\include\ATen\ops\gather_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1524657Z copying torch\include\ATen\ops\gather_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1531107Z copying torch\include\ATen\ops\gcd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1543280Z copying torch\include\ATen\ops\gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1549730Z copying torch\include\ATen\ops\gcd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1556563Z copying torch\include\ATen\ops\gcd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1562871Z copying torch\include\ATen\ops\gcd_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1568871Z copying torch\include\ATen\ops\gcd_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1581058Z copying torch\include\ATen\ops\gcd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1587427Z copying torch\include\ATen\ops\gcd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1593583Z copying torch\include\ATen\ops\ge.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1599855Z copying torch\include\ATen\ops\gelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1606160Z copying torch\include\ATen\ops\gelu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1622919Z copying torch\include\ATen\ops\gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1630028Z copying torch\include\ATen\ops\gelu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1636936Z copying torch\include\ATen\ops\gelu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1643559Z copying torch\include\ATen\ops\gelu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1650433Z copying torch\include\ATen\ops\gelu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1657334Z copying torch\include\ATen\ops\gelu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1663996Z copying torch\include\ATen\ops\gelu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1671421Z copying torch\include\ATen\ops\gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1677912Z copying torch\include\ATen\ops\gelu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1684577Z copying torch\include\ATen\ops\gelu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1691090Z copying torch\include\ATen\ops\gelu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1698220Z copying torch\include\ATen\ops\gelu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1705034Z copying torch\include\ATen\ops\gelu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1711344Z copying torch\include\ATen\ops\gelu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1717563Z copying torch\include\ATen\ops\geometric.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1724751Z copying torch\include\ATen\ops\geometric_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1735258Z copying torch\include\ATen\ops\geometric_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1743216Z copying torch\include\ATen\ops\geometric_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1751987Z copying torch\include\ATen\ops\geometric_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1759873Z copying torch\include\ATen\ops\geometric_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1768448Z copying torch\include\ATen\ops\geometric_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1777583Z copying torch\include\ATen\ops\geqrf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1785407Z copying torch\include\ATen\ops\geqrf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1794696Z copying torch\include\ATen\ops\geqrf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1802457Z copying torch\include\ATen\ops\geqrf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1816829Z copying torch\include\ATen\ops\geqrf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1823393Z copying torch\include\ATen\ops\ger.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1830192Z copying torch\include\ATen\ops\ger_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1836586Z copying torch\include\ATen\ops\ger_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1844397Z copying torch\include\ATen\ops\ger_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1857570Z copying torch\include\ATen\ops\ge_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1864308Z copying torch\include\ATen\ops\ge_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1870823Z copying torch\include\ATen\ops\ge_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1877488Z copying torch\include\ATen\ops\ge_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1883844Z copying torch\include\ATen\ops\ge_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1890427Z copying torch\include\ATen\ops\ge_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1896991Z copying torch\include\ATen\ops\ge_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1903284Z copying torch\include\ATen\ops\glu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1909725Z copying torch\include\ATen\ops\glu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1916573Z copying torch\include\ATen\ops\glu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1923392Z copying torch\include\ATen\ops\glu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1929746Z copying torch\include\ATen\ops\glu_backward_jvp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1936991Z copying torch\include\ATen\ops\glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1943617Z copying torch\include\ATen\ops\glu_backward_jvp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1950670Z copying torch\include\ATen\ops\glu_backward_jvp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1964372Z copying torch\include\ATen\ops\glu_backward_jvp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1971941Z copying torch\include\ATen\ops\glu_backward_jvp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1980974Z copying torch\include\ATen\ops\glu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1990529Z copying torch\include\ATen\ops\glu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.1997472Z copying torch\include\ATen\ops\glu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2003613Z copying torch\include\ATen\ops\glu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2010025Z copying torch\include\ATen\ops\glu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2016595Z copying torch\include\ATen\ops\glu_jvp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2023282Z copying torch\include\ATen\ops\glu_jvp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2029603Z copying torch\include\ATen\ops\glu_jvp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2036194Z copying torch\include\ATen\ops\glu_jvp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2042611Z copying torch\include\ATen\ops\glu_jvp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2049003Z copying torch\include\ATen\ops\glu_jvp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2055512Z copying torch\include\ATen\ops\glu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2061584Z copying torch\include\ATen\ops\glu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2067869Z copying torch\include\ATen\ops\glu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2074421Z copying torch\include\ATen\ops\glu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2080595Z copying torch\include\ATen\ops\gradient.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2087183Z copying torch\include\ATen\ops\gradient_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2093507Z copying torch\include\ATen\ops\gradient_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2099982Z copying torch\include\ATen\ops\gradient_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2106447Z copying torch\include\ATen\ops\greater.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2112961Z copying torch\include\ATen\ops\greater_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2119168Z copying torch\include\ATen\ops\greater_equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2126296Z copying torch\include\ATen\ops\greater_equal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2132834Z copying torch\include\ATen\ops\greater_equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2139605Z copying torch\include\ATen\ops\greater_equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2146320Z copying torch\include\ATen\ops\greater_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2153077Z copying torch\include\ATen\ops\greater_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2160271Z copying torch\include\ATen\ops\grid_sampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2166910Z copying torch\include\ATen\ops\grid_sampler_2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2173646Z copying torch\include\ATen\ops\grid_sampler_2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2180903Z copying torch\include\ATen\ops\grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2187655Z copying torch\include\ATen\ops\grid_sampler_2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2200551Z copying torch\include\ATen\ops\grid_sampler_2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2207273Z copying torch\include\ATen\ops\grid_sampler_2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2214050Z copying torch\include\ATen\ops\grid_sampler_2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2221224Z copying torch\include\ATen\ops\grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2228928Z copying torch\include\ATen\ops\grid_sampler_2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2235695Z copying torch\include\ATen\ops\grid_sampler_2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2242363Z copying torch\include\ATen\ops\grid_sampler_2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2248983Z copying torch\include\ATen\ops\grid_sampler_2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2255911Z copying torch\include\ATen\ops\grid_sampler_3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2262752Z copying torch\include\ATen\ops\grid_sampler_3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2270050Z copying torch\include\ATen\ops\grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2276935Z copying torch\include\ATen\ops\grid_sampler_3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2283936Z copying torch\include\ATen\ops\grid_sampler_3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2290637Z copying torch\include\ATen\ops\grid_sampler_3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2297597Z copying torch\include\ATen\ops\grid_sampler_3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2304557Z copying torch\include\ATen\ops\grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2311563Z copying torch\include\ATen\ops\grid_sampler_3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2318529Z copying torch\include\ATen\ops\grid_sampler_3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2325375Z copying torch\include\ATen\ops\grid_sampler_3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2332011Z copying torch\include\ATen\ops\grid_sampler_3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2339193Z copying torch\include\ATen\ops\grid_sampler_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2345783Z copying torch\include\ATen\ops\grid_sampler_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2352995Z copying torch\include\ATen\ops\grid_sampler_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2359693Z copying torch\include\ATen\ops\group_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2366651Z copying torch\include\ATen\ops\group_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2373052Z copying torch\include\ATen\ops\group_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2379948Z copying torch\include\ATen\ops\group_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2386236Z copying torch\include\ATen\ops\gru.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2392361Z copying torch\include\ATen\ops\gru_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2399180Z copying torch\include\ATen\ops\gru_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2405857Z copying torch\include\ATen\ops\gru_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2417476Z copying torch\include\ATen\ops\gru_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2424266Z copying torch\include\ATen\ops\gru_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2430615Z copying torch\include\ATen\ops\gru_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2437191Z copying torch\include\ATen\ops\gru_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2443340Z copying torch\include\ATen\ops\gt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2449995Z copying torch\include\ATen\ops\gt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2456429Z copying torch\include\ATen\ops\gt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2463251Z copying torch\include\ATen\ops\gt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2469645Z copying torch\include\ATen\ops\gt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2476288Z copying torch\include\ATen\ops\gt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2482663Z copying torch\include\ATen\ops\gt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2488912Z copying torch\include\ATen\ops\gt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2495223Z copying torch\include\ATen\ops\hamming_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2502262Z copying torch\include\ATen\ops\hamming_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2508494Z copying torch\include\ATen\ops\hamming_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2515197Z copying torch\include\ATen\ops\hamming_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2521638Z copying torch\include\ATen\ops\hann_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2528434Z copying torch\include\ATen\ops\hann_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2534847Z copying torch\include\ATen\ops\hann_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2541383Z copying torch\include\ATen\ops\hann_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2547884Z copying torch\include\ATen\ops\hardshrink.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2554361Z copying torch\include\ATen\ops\hardshrink_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2561625Z copying torch\include\ATen\ops\hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2568291Z copying torch\include\ATen\ops\hardshrink_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2575154Z copying torch\include\ATen\ops\hardshrink_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2581726Z copying torch\include\ATen\ops\hardshrink_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2588519Z copying torch\include\ATen\ops\hardshrink_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2595347Z copying torch\include\ATen\ops\hardshrink_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2602141Z copying torch\include\ATen\ops\hardshrink_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2609113Z copying torch\include\ATen\ops\hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2615599Z copying torch\include\ATen\ops\hardshrink_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2622297Z copying torch\include\ATen\ops\hardshrink_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2628765Z copying torch\include\ATen\ops\hardshrink_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2635387Z copying torch\include\ATen\ops\hardshrink_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2641889Z copying torch\include\ATen\ops\hardshrink_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2648586Z copying torch\include\ATen\ops\hardshrink_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2655192Z copying torch\include\ATen\ops\hardsigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2661824Z copying torch\include\ATen\ops\hardsigmoid_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2669018Z copying torch\include\ATen\ops\hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2675627Z copying torch\include\ATen\ops\hardsigmoid_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2682322Z copying torch\include\ATen\ops\hardsigmoid_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2689200Z copying torch\include\ATen\ops\hardsigmoid_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2696150Z copying torch\include\ATen\ops\hardsigmoid_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2703262Z copying torch\include\ATen\ops\hardsigmoid_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2710027Z copying torch\include\ATen\ops\hardsigmoid_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2717133Z copying torch\include\ATen\ops\hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2723659Z copying torch\include\ATen\ops\hardsigmoid_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2730436Z copying torch\include\ATen\ops\hardsigmoid_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2737533Z copying torch\include\ATen\ops\hardsigmoid_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2744282Z copying torch\include\ATen\ops\hardsigmoid_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2750993Z copying torch\include\ATen\ops\hardsigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2757941Z copying torch\include\ATen\ops\hardsigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2764655Z copying torch\include\ATen\ops\hardswish.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2771522Z copying torch\include\ATen\ops\hardswish_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2778487Z copying torch\include\ATen\ops\hardswish_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2785345Z copying torch\include\ATen\ops\hardswish_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2792144Z copying torch\include\ATen\ops\hardswish_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2798776Z copying torch\include\ATen\ops\hardswish_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2805439Z copying torch\include\ATen\ops\hardswish_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2812057Z copying torch\include\ATen\ops\hardswish_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2818920Z copying torch\include\ATen\ops\hardswish_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2825647Z copying torch\include\ATen\ops\hardswish_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2832544Z copying torch\include\ATen\ops\hardswish_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2839253Z copying torch\include\ATen\ops\hardswish_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2845846Z copying torch\include\ATen\ops\hardtanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2852333Z copying torch\include\ATen\ops\hardtanh_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2859282Z copying torch\include\ATen\ops\hardtanh_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2866039Z copying torch\include\ATen\ops\hardtanh_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2872742Z copying torch\include\ATen\ops\hardtanh_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2879597Z copying torch\include\ATen\ops\hardtanh_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2886243Z copying torch\include\ATen\ops\hardtanh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2892839Z copying torch\include\ATen\ops\hardtanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2899588Z copying torch\include\ATen\ops\hardtanh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2906232Z copying torch\include\ATen\ops\hardtanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2912741Z copying torch\include\ATen\ops\hardtanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2919412Z copying torch\include\ATen\ops\heaviside.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2926520Z copying torch\include\ATen\ops\heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2933864Z copying torch\include\ATen\ops\heaviside_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2940520Z copying torch\include\ATen\ops\heaviside_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2947017Z copying torch\include\ATen\ops\heaviside_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2954279Z copying torch\include\ATen\ops\heaviside_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2960892Z copying torch\include\ATen\ops\heaviside_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2967493Z copying torch\include\ATen\ops\heaviside_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2974235Z copying torch\include\ATen\ops\hinge_embedding_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.2981945Z copying torch\include\ATen\ops\hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3026600Z copying torch\include\ATen\ops\hinge_embedding_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3032976Z copying torch\include\ATen\ops\hinge_embedding_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3039463Z copying torch\include\ATen\ops\histc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3045722Z copying torch\include\ATen\ops\histc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3052154Z copying torch\include\ATen\ops\histc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3058637Z copying torch\include\ATen\ops\histc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3065215Z copying torch\include\ATen\ops\histc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3071613Z copying torch\include\ATen\ops\histogram.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3078007Z copying torch\include\ATen\ops\histogramdd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3133480Z copying torch\include\ATen\ops\histogramdd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3134970Z copying torch\include\ATen\ops\histogramdd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3136137Z copying torch\include\ATen\ops\histogramdd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3137463Z copying torch\include\ATen\ops\histogram_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3138652Z copying torch\include\ATen\ops\histogram_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3139800Z copying torch\include\ATen\ops\histogram_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3140885Z copying torch\include\ATen\ops\hsplit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3142147Z copying torch\include\ATen\ops\hsplit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3143439Z copying torch\include\ATen\ops\hsplit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3144543Z copying torch\include\ATen\ops\hsplit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3149676Z copying torch\include\ATen\ops\hspmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3155673Z copying torch\include\ATen\ops\hspmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3161998Z copying torch\include\ATen\ops\hspmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3168688Z copying torch\include\ATen\ops\hstack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3175150Z copying torch\include\ATen\ops\hstack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3181484Z copying torch\include\ATen\ops\hstack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3187662Z copying torch\include\ATen\ops\hstack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3194128Z copying torch\include\ATen\ops\huber_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3201672Z copying torch\include\ATen\ops\huber_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3209207Z copying torch\include\ATen\ops\huber_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3215895Z copying torch\include\ATen\ops\huber_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3222854Z copying torch\include\ATen\ops\huber_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3229696Z copying torch\include\ATen\ops\huber_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3236333Z copying torch\include\ATen\ops\huber_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3243055Z copying torch\include\ATen\ops\huber_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3249689Z copying torch\include\ATen\ops\huber_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3263754Z copying torch\include\ATen\ops\huber_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3270580Z copying torch\include\ATen\ops\huber_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3277390Z copying torch\include\ATen\ops\hypot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3284237Z copying torch\include\ATen\ops\hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3290578Z copying torch\include\ATen\ops\hypot_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3297377Z copying torch\include\ATen\ops\hypot_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3303979Z copying torch\include\ATen\ops\hypot_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3310573Z copying torch\include\ATen\ops\hypot_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3317249Z copying torch\include\ATen\ops\hypot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3324018Z copying torch\include\ATen\ops\hypot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3330613Z copying torch\include\ATen\ops\i0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3337435Z copying torch\include\ATen\ops\i0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3343796Z copying torch\include\ATen\ops\i0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3350372Z copying torch\include\ATen\ops\i0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3356795Z copying torch\include\ATen\ops\i0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3363004Z copying torch\include\ATen\ops\i0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3369530Z copying torch\include\ATen\ops\i0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3376072Z copying torch\include\ATen\ops\i0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3382310Z copying torch\include\ATen\ops\igamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3388525Z copying torch\include\ATen\ops\igammac.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3395227Z copying torch\include\ATen\ops\igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3401600Z copying torch\include\ATen\ops\igammac_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3408262Z copying torch\include\ATen\ops\igammac_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3414933Z copying torch\include\ATen\ops\igammac_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3421465Z copying torch\include\ATen\ops\igammac_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3428385Z copying torch\include\ATen\ops\igammac_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3435352Z copying torch\include\ATen\ops\igammac_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3442426Z copying torch\include\ATen\ops\igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3449322Z copying torch\include\ATen\ops\igamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3455993Z copying torch\include\ATen\ops\igamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3468006Z copying torch\include\ATen\ops\igamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3476499Z copying torch\include\ATen\ops\igamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3483146Z copying torch\include\ATen\ops\igamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3489987Z copying torch\include\ATen\ops\igamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3496712Z copying torch\include\ATen\ops\im2col.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3503294Z copying torch\include\ATen\ops\im2col_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3509849Z copying torch\include\ATen\ops\im2col_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3516412Z copying torch\include\ATen\ops\im2col_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3523030Z copying torch\include\ATen\ops\im2col_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3529405Z copying torch\include\ATen\ops\imag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3535962Z copying torch\include\ATen\ops\imag_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3542511Z copying torch\include\ATen\ops\imag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3548691Z copying torch\include\ATen\ops\imag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3554947Z copying torch\include\ATen\ops\index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3561046Z copying torch\include\ATen\ops\index_add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3568051Z copying torch\include\ATen\ops\index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3574903Z copying torch\include\ATen\ops\index_add_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3581400Z copying torch\include\ATen\ops\index_add_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3588393Z copying torch\include\ATen\ops\index_add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3594863Z copying torch\include\ATen\ops\index_add_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3601553Z copying torch\include\ATen\ops\index_add_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3608057Z copying torch\include\ATen\ops\index_add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3615168Z copying torch\include\ATen\ops\index_add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3621844Z copying torch\include\ATen\ops\index_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3628150Z copying torch\include\ATen\ops\index_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3635159Z copying torch\include\ATen\ops\index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3642179Z copying torch\include\ATen\ops\index_copy_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3648688Z copying torch\include\ATen\ops\index_copy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3655397Z copying torch\include\ATen\ops\index_copy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3661824Z copying torch\include\ATen\ops\index_copy_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3668443Z copying torch\include\ATen\ops\index_copy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3675011Z copying torch\include\ATen\ops\index_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3681769Z copying torch\include\ATen\ops\index_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3688404Z copying torch\include\ATen\ops\index_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3695490Z copying torch\include\ATen\ops\index_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3702572Z copying torch\include\ATen\ops\index_fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3709576Z copying torch\include\ATen\ops\index_fill_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3716349Z copying torch\include\ATen\ops\index_fill_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3722763Z copying torch\include\ATen\ops\index_fill_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3729445Z copying torch\include\ATen\ops\index_fill_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3736163Z copying torch\include\ATen\ops\index_fill_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3742772Z copying torch\include\ATen\ops\index_fill_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3749443Z copying torch\include\ATen\ops\index_fill_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3756308Z copying torch\include\ATen\ops\index_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3762958Z copying torch\include\ATen\ops\index_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3769596Z copying torch\include\ATen\ops\index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3776498Z copying torch\include\ATen\ops\index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3783295Z copying torch\include\ATen\ops\index_put.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3790283Z copying torch\include\ATen\ops\index_put_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3796802Z copying torch\include\ATen\ops\index_put_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3803455Z copying torch\include\ATen\ops\index_put_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3810241Z copying torch\include\ATen\ops\index_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3817477Z copying torch\include\ATen\ops\index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3824266Z copying torch\include\ATen\ops\index_reduce_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3832202Z copying torch\include\ATen\ops\index_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3838793Z copying torch\include\ATen\ops\index_reduce_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3845526Z copying torch\include\ATen\ops\index_reduce_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3852334Z copying torch\include\ATen\ops\index_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3859185Z copying torch\include\ATen\ops\index_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3865851Z copying torch\include\ATen\ops\index_select.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3872713Z copying torch\include\ATen\ops\index_select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3879860Z copying torch\include\ATen\ops\index_select_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3886896Z copying torch\include\ATen\ops\index_select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3893708Z copying torch\include\ATen\ops\index_select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3900765Z copying torch\include\ATen\ops\index_select_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3907757Z copying torch\include\ATen\ops\index_select_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3914527Z copying torch\include\ATen\ops\index_select_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3922000Z copying torch\include\ATen\ops\index_select_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3928901Z copying torch\include\ATen\ops\index_select_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3935469Z copying torch\include\ATen\ops\indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3941931Z copying torch\include\ATen\ops\indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3948371Z copying torch\include\ATen\ops\indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3955881Z copying torch\include\ATen\ops\indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3962544Z copying torch\include\ATen\ops\indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3969306Z copying torch\include\ATen\ops\indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3976169Z copying torch\include\ATen\ops\indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3982799Z copying torch\include\ATen\ops\indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3989105Z copying torch\include\ATen\ops\indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.3995987Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4002947Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4009542Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4016562Z copying torch\include\ATen\ops\infinitely_differentiable_gelu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4022931Z copying torch\include\ATen\ops\inner.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4029689Z copying torch\include\ATen\ops\inner_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4036019Z copying torch\include\ATen\ops\inner_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4042574Z copying torch\include\ATen\ops\inner_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4049068Z copying torch\include\ATen\ops\instance_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4056032Z copying torch\include\ATen\ops\instance_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4062673Z copying torch\include\ATen\ops\instance_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4069142Z copying torch\include\ATen\ops\instance_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4075769Z copying torch\include\ATen\ops\int_repr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4082369Z copying torch\include\ATen\ops\int_repr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4088778Z copying torch\include\ATen\ops\int_repr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4095370Z copying torch\include\ATen\ops\int_repr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4101845Z copying torch\include\ATen\ops\inverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4108719Z copying torch\include\ATen\ops\inverse_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4115000Z copying torch\include\ATen\ops\inverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4121230Z copying torch\include\ATen\ops\inverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4127596Z copying torch\include\ATen\ops\isclose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4134178Z copying torch\include\ATen\ops\isclose_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4140532Z copying torch\include\ATen\ops\isclose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4146684Z copying torch\include\ATen\ops\isclose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4153180Z copying torch\include\ATen\ops\isfinite.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4160740Z copying torch\include\ATen\ops\isfinite_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4167016Z copying torch\include\ATen\ops\isfinite_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4173607Z copying torch\include\ATen\ops\isfinite_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4180022Z copying torch\include\ATen\ops\isin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4186152Z copying torch\include\ATen\ops\isinf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4192507Z copying torch\include\ATen\ops\isinf_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4198716Z copying torch\include\ATen\ops\isinf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4205043Z copying torch\include\ATen\ops\isinf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4212187Z copying torch\include\ATen\ops\isin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4218575Z copying torch\include\ATen\ops\isin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4224942Z copying torch\include\ATen\ops\isin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4231254Z copying torch\include\ATen\ops\isin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4238218Z copying torch\include\ATen\ops\isin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4244603Z copying torch\include\ATen\ops\isin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4250865Z copying torch\include\ATen\ops\isin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4257154Z copying torch\include\ATen\ops\isnan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4263870Z copying torch\include\ATen\ops\isnan_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4270025Z copying torch\include\ATen\ops\isnan_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4282435Z copying torch\include\ATen\ops\isnan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4288827Z copying torch\include\ATen\ops\isnan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4295502Z copying torch\include\ATen\ops\isnan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4301910Z copying torch\include\ATen\ops\isneginf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4308776Z copying torch\include\ATen\ops\isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4315550Z copying torch\include\ATen\ops\isneginf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4322237Z copying torch\include\ATen\ops\isneginf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4329116Z copying torch\include\ATen\ops\isneginf_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4335644Z copying torch\include\ATen\ops\isneginf_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4342793Z copying torch\include\ATen\ops\isneginf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4349471Z copying torch\include\ATen\ops\isneginf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4356598Z copying torch\include\ATen\ops\isposinf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4363345Z copying torch\include\ATen\ops\isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4369945Z copying torch\include\ATen\ops\isposinf_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4376872Z copying torch\include\ATen\ops\isposinf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4383640Z copying torch\include\ATen\ops\isposinf_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4390042Z copying torch\include\ATen\ops\isposinf_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4396656Z copying torch\include\ATen\ops\isposinf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4403694Z copying torch\include\ATen\ops\isposinf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4410446Z copying torch\include\ATen\ops\isreal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4417079Z copying torch\include\ATen\ops\isreal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4423712Z copying torch\include\ATen\ops\isreal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4429988Z copying torch\include\ATen\ops\isreal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4436530Z copying torch\include\ATen\ops\istft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4443219Z copying torch\include\ATen\ops\istft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4449650Z copying torch\include\ATen\ops\istft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4456446Z copying torch\include\ATen\ops\istft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4463146Z copying torch\include\ATen\ops\is_coalesced.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4469879Z copying torch\include\ATen\ops\is_coalesced_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4476310Z copying torch\include\ATen\ops\is_coalesced_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4482644Z copying torch\include\ATen\ops\is_coalesced_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4489157Z copying torch\include\ATen\ops\is_complex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4496152Z copying torch\include\ATen\ops\is_complex_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4503058Z copying torch\include\ATen\ops\is_complex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4509459Z copying torch\include\ATen\ops\is_complex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4516309Z copying torch\include\ATen\ops\is_conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4522670Z copying torch\include\ATen\ops\is_conj_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4529056Z copying torch\include\ATen\ops\is_conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4535378Z copying torch\include\ATen\ops\is_conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4542017Z copying torch\include\ATen\ops\is_distributed.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4549007Z copying torch\include\ATen\ops\is_distributed_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4555480Z copying torch\include\ATen\ops\is_distributed_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4561864Z copying torch\include\ATen\ops\is_distributed_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4568585Z copying torch\include\ATen\ops\is_floating_point.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4575893Z copying torch\include\ATen\ops\is_floating_point_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4582455Z copying torch\include\ATen\ops\is_floating_point_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4588832Z copying torch\include\ATen\ops\is_floating_point_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4595383Z copying torch\include\ATen\ops\is_inference.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4602181Z copying torch\include\ATen\ops\is_inference_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4608846Z copying torch\include\ATen\ops\is_inference_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4615366Z copying torch\include\ATen\ops\is_inference_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4621910Z copying torch\include\ATen\ops\is_leaf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4628242Z copying torch\include\ATen\ops\is_leaf_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4635780Z copying torch\include\ATen\ops\is_leaf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4642046Z copying torch\include\ATen\ops\is_leaf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4648531Z copying torch\include\ATen\ops\is_neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4654903Z copying torch\include\ATen\ops\is_neg_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4661973Z copying torch\include\ATen\ops\is_neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4668185Z copying torch\include\ATen\ops\is_neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4674585Z copying torch\include\ATen\ops\is_nonzero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4681762Z copying torch\include\ATen\ops\is_nonzero_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4687764Z copying torch\include\ATen\ops\is_nonzero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4694228Z copying torch\include\ATen\ops\is_nonzero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4700748Z copying torch\include\ATen\ops\is_pinned.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4707303Z copying torch\include\ATen\ops\is_pinned_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4713853Z copying torch\include\ATen\ops\is_pinned_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4720425Z copying torch\include\ATen\ops\is_pinned_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4726978Z copying torch\include\ATen\ops\is_same_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4734176Z copying torch\include\ATen\ops\is_same_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4740240Z copying torch\include\ATen\ops\is_same_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4746760Z copying torch\include\ATen\ops\is_same_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4753451Z copying torch\include\ATen\ops\is_set_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4759897Z copying torch\include\ATen\ops\is_set_to_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4766403Z copying torch\include\ATen\ops\is_set_to_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4772858Z copying torch\include\ATen\ops\is_set_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4779246Z copying torch\include\ATen\ops\is_set_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4785695Z copying torch\include\ATen\ops\is_signed.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4792481Z copying torch\include\ATen\ops\is_signed_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4798495Z copying torch\include\ATen\ops\is_signed_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4804831Z copying torch\include\ATen\ops\is_signed_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4811623Z copying torch\include\ATen\ops\is_vulkan_available.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4818728Z copying torch\include\ATen\ops\is_vulkan_available_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4825559Z copying torch\include\ATen\ops\is_vulkan_available_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4831801Z copying torch\include\ATen\ops\is_vulkan_available_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4838221Z copying torch\include\ATen\ops\item.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4844500Z copying torch\include\ATen\ops\item_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4850962Z copying torch\include\ATen\ops\item_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4857550Z copying torch\include\ATen\ops\item_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4863784Z copying torch\include\ATen\ops\kaiser_window.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4870782Z copying torch\include\ATen\ops\kaiser_window_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4878118Z copying torch\include\ATen\ops\kaiser_window_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4884773Z copying torch\include\ATen\ops\kaiser_window_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4891604Z copying torch\include\ATen\ops\kl_div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4898300Z copying torch\include\ATen\ops\kl_div_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4905038Z copying torch\include\ATen\ops\kl_div_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4911363Z copying torch\include\ATen\ops\kl_div_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4917907Z copying torch\include\ATen\ops\kron.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4924635Z copying torch\include\ATen\ops\kron_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4930939Z copying torch\include\ATen\ops\kron_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4937653Z copying torch\include\ATen\ops\kron_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4945271Z copying torch\include\ATen\ops\kthvalue.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4951427Z copying torch\include\ATen\ops\kthvalue_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4958566Z copying torch\include\ATen\ops\kthvalue_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4964861Z copying torch\include\ATen\ops\kthvalue_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4971488Z copying torch\include\ATen\ops\kthvalue_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4978284Z copying torch\include\ATen\ops\kthvalue_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4984927Z copying torch\include\ATen\ops\kthvalue_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4991455Z copying torch\include\ATen\ops\l1_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.4998038Z copying torch\include\ATen\ops\l1_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5004734Z copying torch\include\ATen\ops\l1_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5011533Z copying torch\include\ATen\ops\l1_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5018408Z copying torch\include\ATen\ops\layer_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5025266Z copying torch\include\ATen\ops\layer_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5031679Z copying torch\include\ATen\ops\layer_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5038077Z copying torch\include\ATen\ops\layer_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5044542Z copying torch\include\ATen\ops\lcm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5051349Z copying torch\include\ATen\ops\lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5058456Z copying torch\include\ATen\ops\lcm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5064753Z copying torch\include\ATen\ops\lcm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5071300Z copying torch\include\ATen\ops\lcm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5077641Z copying torch\include\ATen\ops\lcm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5084113Z copying torch\include\ATen\ops\lcm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5090552Z copying torch\include\ATen\ops\lcm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5097027Z copying torch\include\ATen\ops\ldexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5108061Z copying torch\include\ATen\ops\ldexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5114625Z copying torch\include\ATen\ops\ldexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5121475Z copying torch\include\ATen\ops\ldexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5127949Z copying torch\include\ATen\ops\le.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5134452Z copying torch\include\ATen\ops\leaky_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5141020Z copying torch\include\ATen\ops\leaky_relu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5148169Z copying torch\include\ATen\ops\leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5156095Z copying torch\include\ATen\ops\leaky_relu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5163278Z copying torch\include\ATen\ops\leaky_relu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5169560Z copying torch\include\ATen\ops\leaky_relu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5176381Z copying torch\include\ATen\ops\leaky_relu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5183111Z copying torch\include\ATen\ops\leaky_relu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5190411Z copying torch\include\ATen\ops\leaky_relu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5197606Z copying torch\include\ATen\ops\leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5203967Z copying torch\include\ATen\ops\leaky_relu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5210748Z copying torch\include\ATen\ops\leaky_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5217313Z copying torch\include\ATen\ops\leaky_relu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5223942Z copying torch\include\ATen\ops\leaky_relu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5231110Z copying torch\include\ATen\ops\leaky_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5237644Z copying torch\include\ATen\ops\leaky_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5244044Z copying torch\include\ATen\ops\lerp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5250660Z copying torch\include\ATen\ops\lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5257280Z copying torch\include\ATen\ops\lerp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5264314Z copying torch\include\ATen\ops\lerp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5270718Z copying torch\include\ATen\ops\lerp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5277162Z copying torch\include\ATen\ops\lerp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5283781Z copying torch\include\ATen\ops\lerp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5290701Z copying torch\include\ATen\ops\lerp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5296874Z copying torch\include\ATen\ops\less.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5304031Z copying torch\include\ATen\ops\less_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5310662Z copying torch\include\ATen\ops\less_equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5317502Z copying torch\include\ATen\ops\less_equal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5323763Z copying torch\include\ATen\ops\less_equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5370400Z copying torch\include\ATen\ops\less_equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5502959Z copying torch\include\ATen\ops\less_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5510501Z copying torch\include\ATen\ops\less_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5530269Z copying torch\include\ATen\ops\le_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5537621Z copying torch\include\ATen\ops\le_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5544118Z copying torch\include\ATen\ops\le_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5550543Z copying torch\include\ATen\ops\le_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5557184Z copying torch\include\ATen\ops\le_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5564297Z copying torch\include\ATen\ops\le_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5570732Z copying torch\include\ATen\ops\le_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5577285Z copying torch\include\ATen\ops\lgamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5584004Z copying torch\include\ATen\ops\lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5590586Z copying torch\include\ATen\ops\lgamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5597555Z copying torch\include\ATen\ops\lgamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5604112Z copying torch\include\ATen\ops\lgamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5610218Z copying torch\include\ATen\ops\lgamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5616887Z copying torch\include\ATen\ops\lgamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5623564Z copying torch\include\ATen\ops\lgamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5629854Z copying torch\include\ATen\ops\lift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5636524Z copying torch\include\ATen\ops\lift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5643266Z copying torch\include\ATen\ops\lift_fresh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5650202Z copying torch\include\ATen\ops\lift_fresh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5656661Z copying torch\include\ATen\ops\lift_fresh_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5663943Z copying torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5673805Z copying torch\include\ATen\ops\lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5681467Z copying torch\include\ATen\ops\lift_fresh_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5689611Z copying torch\include\ATen\ops\lift_fresh_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5698756Z copying torch\include\ATen\ops\lift_fresh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5706061Z copying torch\include\ATen\ops\lift_fresh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5714965Z copying torch\include\ATen\ops\lift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5722346Z copying torch\include\ATen\ops\lift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5729783Z copying torch\include\ATen\ops\linalg_cholesky.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5739801Z copying torch\include\ATen\ops\linalg_cholesky_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5746755Z copying torch\include\ATen\ops\linalg_cholesky_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5754612Z copying torch\include\ATen\ops\linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5761156Z copying torch\include\ATen\ops\linalg_cholesky_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5767626Z copying torch\include\ATen\ops\linalg_cholesky_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5774157Z copying torch\include\ATen\ops\linalg_cholesky_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5780778Z copying torch\include\ATen\ops\linalg_cholesky_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5789219Z copying torch\include\ATen\ops\linalg_cholesky_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5795740Z copying torch\include\ATen\ops\linalg_cholesky_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5802343Z copying torch\include\ATen\ops\linalg_cholesky_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5809246Z copying torch\include\ATen\ops\linalg_cholesky_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5815938Z copying torch\include\ATen\ops\linalg_cond.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5822853Z copying torch\include\ATen\ops\linalg_cond_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5829276Z copying torch\include\ATen\ops\linalg_cond_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5836190Z copying torch\include\ATen\ops\linalg_cond_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5844024Z copying torch\include\ATen\ops\linalg_cross.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5850934Z copying torch\include\ATen\ops\linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5857472Z copying torch\include\ATen\ops\linalg_cross_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5863996Z copying torch\include\ATen\ops\linalg_cross_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5870307Z copying torch\include\ATen\ops\linalg_cross_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5876913Z copying torch\include\ATen\ops\linalg_cross_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5883604Z copying torch\include\ATen\ops\linalg_cross_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5890090Z copying torch\include\ATen\ops\linalg_cross_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5896662Z copying torch\include\ATen\ops\linalg_det.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5903627Z copying torch\include\ATen\ops\linalg_det_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5910079Z copying torch\include\ATen\ops\linalg_det_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5916348Z copying torch\include\ATen\ops\linalg_det_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5923000Z copying torch\include\ATen\ops\linalg_diagonal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5929782Z copying torch\include\ATen\ops\linalg_diagonal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5936395Z copying torch\include\ATen\ops\linalg_diagonal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5943974Z copying torch\include\ATen\ops\linalg_diagonal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5952652Z copying torch\include\ATen\ops\linalg_eig.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5960433Z copying torch\include\ATen\ops\linalg_eigh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5968512Z copying torch\include\ATen\ops\linalg_eigh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5977409Z copying torch\include\ATen\ops\linalg_eigh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5985321Z copying torch\include\ATen\ops\linalg_eigh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.5994099Z copying torch\include\ATen\ops\linalg_eigvals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6001972Z copying torch\include\ATen\ops\linalg_eigvalsh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6010165Z copying torch\include\ATen\ops\linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6019054Z copying torch\include\ATen\ops\linalg_eigvalsh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6027024Z copying torch\include\ATen\ops\linalg_eigvalsh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6036447Z copying torch\include\ATen\ops\linalg_eigvals_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6045932Z copying torch\include\ATen\ops\linalg_eigvals_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6054212Z copying torch\include\ATen\ops\linalg_eigvals_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6061789Z copying torch\include\ATen\ops\linalg_eigvals_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6070637Z copying torch\include\ATen\ops\linalg_eigvals_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6078707Z copying torch\include\ATen\ops\linalg_eig_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6087541Z copying torch\include\ATen\ops\linalg_eig_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6095966Z copying torch\include\ATen\ops\linalg_eig_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6104921Z copying torch\include\ATen\ops\linalg_eig_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6112969Z copying torch\include\ATen\ops\linalg_householder_product.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6121053Z copying torch\include\ATen\ops\linalg_householder_product_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6130181Z copying torch\include\ATen\ops\linalg_householder_product_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6138235Z copying torch\include\ATen\ops\linalg_householder_product_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6147140Z copying torch\include\ATen\ops\linalg_householder_product_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6154900Z copying torch\include\ATen\ops\linalg_inv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6165550Z copying torch\include\ATen\ops\linalg_inv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6173142Z copying torch\include\ATen\ops\linalg_inv_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6182707Z copying torch\include\ATen\ops\linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6190256Z copying torch\include\ATen\ops\linalg_inv_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6199168Z copying torch\include\ATen\ops\linalg_inv_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6207018Z copying torch\include\ATen\ops\linalg_inv_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6215227Z copying torch\include\ATen\ops\linalg_inv_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6224012Z copying torch\include\ATen\ops\linalg_inv_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6231625Z copying torch\include\ATen\ops\linalg_inv_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6240665Z copying torch\include\ATen\ops\linalg_inv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6248128Z copying torch\include\ATen\ops\linalg_inv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6257196Z copying torch\include\ATen\ops\linalg_ldl_factor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6265428Z copying torch\include\ATen\ops\linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6273235Z copying torch\include\ATen\ops\linalg_ldl_factor_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6282834Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6290562Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6298533Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6305042Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6311720Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6319726Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6329935Z copying torch\include\ATen\ops\linalg_ldl_factor_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6336640Z copying torch\include\ATen\ops\linalg_ldl_factor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6344427Z copying torch\include\ATen\ops\linalg_ldl_factor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6351038Z copying torch\include\ATen\ops\linalg_ldl_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6358079Z copying torch\include\ATen\ops\linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6364964Z copying torch\include\ATen\ops\linalg_ldl_solve_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6372474Z copying torch\include\ATen\ops\linalg_ldl_solve_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6379090Z copying torch\include\ATen\ops\linalg_ldl_solve_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6385883Z copying torch\include\ATen\ops\linalg_ldl_solve_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6392748Z copying torch\include\ATen\ops\linalg_ldl_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6400531Z copying torch\include\ATen\ops\linalg_ldl_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6407071Z copying torch\include\ATen\ops\linalg_lstsq.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6414150Z copying torch\include\ATen\ops\linalg_lstsq_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6420588Z copying torch\include\ATen\ops\linalg_lstsq_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6427165Z copying torch\include\ATen\ops\linalg_lstsq_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6433594Z copying torch\include\ATen\ops\linalg_lstsq_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6440115Z copying torch\include\ATen\ops\linalg_lstsq_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6446546Z copying torch\include\ATen\ops\linalg_lu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6453492Z copying torch\include\ATen\ops\linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6460206Z copying torch\include\ATen\ops\linalg_lu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6466747Z copying torch\include\ATen\ops\linalg_lu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6473237Z copying torch\include\ATen\ops\linalg_lu_factor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6480111Z copying torch\include\ATen\ops\linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6486562Z copying torch\include\ATen\ops\linalg_lu_factor_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6493654Z copying torch\include\ATen\ops\linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6501640Z copying torch\include\ATen\ops\linalg_lu_factor_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6509705Z copying torch\include\ATen\ops\linalg_lu_factor_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6517719Z copying torch\include\ATen\ops\linalg_lu_factor_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6526669Z copying torch\include\ATen\ops\linalg_lu_factor_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6534726Z copying torch\include\ATen\ops\linalg_lu_factor_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6543888Z copying torch\include\ATen\ops\linalg_lu_factor_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6551750Z copying torch\include\ATen\ops\linalg_lu_factor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6560724Z copying torch\include\ATen\ops\linalg_lu_factor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6568569Z copying torch\include\ATen\ops\linalg_lu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6578359Z copying torch\include\ATen\ops\linalg_lu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6586575Z copying torch\include\ATen\ops\linalg_lu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6593445Z copying torch\include\ATen\ops\linalg_lu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6600855Z copying torch\include\ATen\ops\linalg_lu_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6607635Z copying torch\include\ATen\ops\linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6614699Z copying torch\include\ATen\ops\linalg_lu_solve_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6621821Z copying torch\include\ATen\ops\linalg_lu_solve_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6628929Z copying torch\include\ATen\ops\linalg_lu_solve_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6635755Z copying torch\include\ATen\ops\linalg_lu_solve_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6642373Z copying torch\include\ATen\ops\linalg_lu_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6649153Z copying torch\include\ATen\ops\linalg_lu_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6656466Z copying torch\include\ATen\ops\linalg_matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6663546Z copying torch\include\ATen\ops\linalg_matmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6670201Z copying torch\include\ATen\ops\linalg_matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6676976Z copying torch\include\ATen\ops\linalg_matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6683876Z copying torch\include\ATen\ops\linalg_matrix_exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6691013Z copying torch\include\ATen\ops\linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6698032Z copying torch\include\ATen\ops\linalg_matrix_exp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6705011Z copying torch\include\ATen\ops\linalg_matrix_exp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6711768Z copying torch\include\ATen\ops\linalg_matrix_exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6718628Z copying torch\include\ATen\ops\linalg_matrix_exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6725943Z copying torch\include\ATen\ops\linalg_matrix_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6733027Z copying torch\include\ATen\ops\linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6739950Z copying torch\include\ATen\ops\linalg_matrix_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6747005Z copying torch\include\ATen\ops\linalg_matrix_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6753762Z copying torch\include\ATen\ops\linalg_matrix_power.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6760904Z copying torch\include\ATen\ops\linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6767631Z copying torch\include\ATen\ops\linalg_matrix_power_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6774579Z copying torch\include\ATen\ops\linalg_matrix_power_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6781367Z copying torch\include\ATen\ops\linalg_matrix_rank.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6788520Z copying torch\include\ATen\ops\linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6795621Z copying torch\include\ATen\ops\linalg_matrix_rank_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6802384Z copying torch\include\ATen\ops\linalg_matrix_rank_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6809184Z copying torch\include\ATen\ops\linalg_multi_dot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6816761Z copying torch\include\ATen\ops\linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6823256Z copying torch\include\ATen\ops\linalg_multi_dot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6829941Z copying torch\include\ATen\ops\linalg_multi_dot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6836674Z copying torch\include\ATen\ops\linalg_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6843688Z copying torch\include\ATen\ops\linalg_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6850121Z copying torch\include\ATen\ops\linalg_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6856892Z copying torch\include\ATen\ops\linalg_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6863655Z copying torch\include\ATen\ops\linalg_pinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6871047Z copying torch\include\ATen\ops\linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6877874Z copying torch\include\ATen\ops\linalg_pinv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6884921Z copying torch\include\ATen\ops\linalg_pinv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6891480Z copying torch\include\ATen\ops\linalg_pinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6898372Z copying torch\include\ATen\ops\linalg_pinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6905061Z copying torch\include\ATen\ops\linalg_qr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6912106Z copying torch\include\ATen\ops\linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6918481Z copying torch\include\ATen\ops\linalg_qr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6925303Z copying torch\include\ATen\ops\linalg_qr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6932099Z copying torch\include\ATen\ops\linalg_qr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6938972Z copying torch\include\ATen\ops\linalg_qr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6945634Z copying torch\include\ATen\ops\linalg_qr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6952301Z copying torch\include\ATen\ops\linalg_qr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6959338Z copying torch\include\ATen\ops\linalg_slogdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6966492Z copying torch\include\ATen\ops\linalg_slogdet_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6973418Z copying torch\include\ATen\ops\linalg_slogdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6980304Z copying torch\include\ATen\ops\linalg_slogdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6987014Z copying torch\include\ATen\ops\linalg_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.6994130Z copying torch\include\ATen\ops\linalg_solve_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7002686Z copying torch\include\ATen\ops\linalg_solve_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7009522Z copying torch\include\ATen\ops\linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7016262Z copying torch\include\ATen\ops\linalg_solve_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7023146Z copying torch\include\ATen\ops\linalg_solve_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7029932Z copying torch\include\ATen\ops\linalg_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7036639Z copying torch\include\ATen\ops\linalg_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7043525Z copying torch\include\ATen\ops\linalg_solve_triangular.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7050779Z copying torch\include\ATen\ops\linalg_solve_triangular_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7057765Z copying torch\include\ATen\ops\linalg_solve_triangular_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7064534Z copying torch\include\ATen\ops\linalg_solve_triangular_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7071712Z copying torch\include\ATen\ops\linalg_solve_triangular_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7078310Z copying torch\include\ATen\ops\linalg_svd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7084962Z copying torch\include\ATen\ops\linalg_svdvals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7092033Z copying torch\include\ATen\ops\linalg_svdvals_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7099034Z copying torch\include\ATen\ops\linalg_svdvals_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7105733Z copying torch\include\ATen\ops\linalg_svdvals_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7112683Z copying torch\include\ATen\ops\linalg_svd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7119797Z copying torch\include\ATen\ops\linalg_svd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7126548Z copying torch\include\ATen\ops\linalg_svd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7133356Z copying torch\include\ATen\ops\linalg_tensorinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7140543Z copying torch\include\ATen\ops\linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7147154Z copying torch\include\ATen\ops\linalg_tensorinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7154131Z copying torch\include\ATen\ops\linalg_tensorinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7160849Z copying torch\include\ATen\ops\linalg_tensorsolve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7168151Z copying torch\include\ATen\ops\linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7174974Z copying torch\include\ATen\ops\linalg_tensorsolve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7181947Z copying torch\include\ATen\ops\linalg_tensorsolve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7188713Z copying torch\include\ATen\ops\linalg_vander.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7195771Z copying torch\include\ATen\ops\linalg_vander_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7202547Z copying torch\include\ATen\ops\linalg_vander_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7209252Z copying torch\include\ATen\ops\linalg_vander_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7216151Z copying torch\include\ATen\ops\linalg_vecdot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7223296Z copying torch\include\ATen\ops\linalg_vecdot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7229930Z copying torch\include\ATen\ops\linalg_vecdot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7236823Z copying torch\include\ATen\ops\linalg_vecdot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7243687Z copying torch\include\ATen\ops\linalg_vector_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7250913Z copying torch\include\ATen\ops\linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7257895Z copying torch\include\ATen\ops\linalg_vector_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7264586Z copying torch\include\ATen\ops\linalg_vector_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7271417Z copying torch\include\ATen\ops\linalg_vector_norm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7278222Z copying torch\include\ATen\ops\linalg_vector_norm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7285502Z copying torch\include\ATen\ops\linalg_vector_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7292164Z copying torch\include\ATen\ops\linalg_vector_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7298983Z copying torch\include\ATen\ops\linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7322071Z copying torch\include\ATen\ops\linear_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7328925Z copying torch\include\ATen\ops\linear_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7335497Z copying torch\include\ATen\ops\linear_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7341963Z copying torch\include\ATen\ops\linear_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7348687Z copying torch\include\ATen\ops\linear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7355717Z copying torch\include\ATen\ops\linear_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7362675Z copying torch\include\ATen\ops\linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7369164Z copying torch\include\ATen\ops\linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7376034Z copying torch\include\ATen\ops\linspace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7382558Z copying torch\include\ATen\ops\linspace_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7389023Z copying torch\include\ATen\ops\linspace_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7395691Z copying torch\include\ATen\ops\linspace_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7402114Z copying torch\include\ATen\ops\linspace_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7408829Z copying torch\include\ATen\ops\linspace_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7415470Z copying torch\include\ATen\ops\linspace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7421914Z copying torch\include\ATen\ops\log.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7428130Z copying torch\include\ATen\ops\log10.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7434713Z copying torch\include\ATen\ops\log10_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7441083Z copying torch\include\ATen\ops\log10_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7447407Z copying torch\include\ATen\ops\log10_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7453906Z copying torch\include\ATen\ops\log10_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7460725Z copying torch\include\ATen\ops\log10_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7467478Z copying torch\include\ATen\ops\log10_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7473957Z copying torch\include\ATen\ops\log10_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7480479Z copying torch\include\ATen\ops\log1p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7487582Z copying torch\include\ATen\ops\log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7494153Z copying torch\include\ATen\ops\log1p_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7500798Z copying torch\include\ATen\ops\log1p_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7507419Z copying torch\include\ATen\ops\log1p_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7514129Z copying torch\include\ATen\ops\log1p_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7520942Z copying torch\include\ATen\ops\log1p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7527721Z copying torch\include\ATen\ops\log1p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7534493Z copying torch\include\ATen\ops\log2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7541693Z copying torch\include\ATen\ops\log2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7548121Z copying torch\include\ATen\ops\log2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7555313Z copying torch\include\ATen\ops\log2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7561804Z copying torch\include\ATen\ops\log2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7568373Z copying torch\include\ATen\ops\log2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7575097Z copying torch\include\ATen\ops\log2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7581585Z copying torch\include\ATen\ops\log2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7587976Z copying torch\include\ATen\ops\logaddexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7594567Z copying torch\include\ATen\ops\logaddexp2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7602079Z copying torch\include\ATen\ops\logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7608551Z copying torch\include\ATen\ops\logaddexp2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7615488Z copying torch\include\ATen\ops\logaddexp2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7622380Z copying torch\include\ATen\ops\logaddexp2_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7629153Z copying torch\include\ATen\ops\logaddexp2_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7635807Z copying torch\include\ATen\ops\logaddexp2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7642416Z copying torch\include\ATen\ops\logaddexp2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7649508Z copying torch\include\ATen\ops\logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7656281Z copying torch\include\ATen\ops\logaddexp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7662990Z copying torch\include\ATen\ops\logaddexp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7669842Z copying torch\include\ATen\ops\logaddexp_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7676590Z copying torch\include\ATen\ops\logaddexp_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7683355Z copying torch\include\ATen\ops\logaddexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7690228Z copying torch\include\ATen\ops\logaddexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7696978Z copying torch\include\ATen\ops\logcumsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7703901Z copying torch\include\ATen\ops\logcumsumexp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7710640Z copying torch\include\ATen\ops\logcumsumexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7717442Z copying torch\include\ATen\ops\logcumsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7724204Z copying torch\include\ATen\ops\logcumsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7730785Z copying torch\include\ATen\ops\logdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7737462Z copying torch\include\ATen\ops\logdet_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7743917Z copying torch\include\ATen\ops\logdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7750238Z copying torch\include\ATen\ops\logdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7757034Z copying torch\include\ATen\ops\logical_and.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7764001Z copying torch\include\ATen\ops\logical_and_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7770928Z copying torch\include\ATen\ops\logical_and_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7778251Z copying torch\include\ATen\ops\logical_and_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7785327Z copying torch\include\ATen\ops\logical_and_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7792060Z copying torch\include\ATen\ops\logical_and_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7799287Z copying torch\include\ATen\ops\logical_not.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7806264Z copying torch\include\ATen\ops\logical_not_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7813271Z copying torch\include\ATen\ops\logical_not_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7819986Z copying torch\include\ATen\ops\logical_not_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7826699Z copying torch\include\ATen\ops\logical_not_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7833360Z copying torch\include\ATen\ops\logical_not_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7839911Z copying torch\include\ATen\ops\logical_or.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7846820Z copying torch\include\ATen\ops\logical_or_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7853662Z copying torch\include\ATen\ops\logical_or_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7860648Z copying torch\include\ATen\ops\logical_or_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7866974Z copying torch\include\ATen\ops\logical_or_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7873545Z copying torch\include\ATen\ops\logical_or_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7880035Z copying torch\include\ATen\ops\logical_xor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7886643Z copying torch\include\ATen\ops\logical_xor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7893097Z copying torch\include\ATen\ops\logical_xor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7906185Z copying torch\include\ATen\ops\logical_xor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7912923Z copying torch\include\ATen\ops\logical_xor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7919893Z copying torch\include\ATen\ops\logical_xor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7926303Z copying torch\include\ATen\ops\logit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7932630Z copying torch\include\ATen\ops\logit_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7939776Z copying torch\include\ATen\ops\logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7946433Z copying torch\include\ATen\ops\logit_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7952901Z copying torch\include\ATen\ops\logit_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7959393Z copying torch\include\ATen\ops\logit_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7966341Z copying torch\include\ATen\ops\logit_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7972901Z copying torch\include\ATen\ops\logit_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7979655Z copying torch\include\ATen\ops\logit_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7987017Z copying torch\include\ATen\ops\logit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.7993607Z copying torch\include\ATen\ops\logit_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8000249Z copying torch\include\ATen\ops\logit_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8006785Z copying torch\include\ATen\ops\logit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8013881Z copying torch\include\ATen\ops\logit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8020444Z copying torch\include\ATen\ops\logspace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8027453Z copying torch\include\ATen\ops\logspace_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8034134Z copying torch\include\ATen\ops\logspace_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8040721Z copying torch\include\ATen\ops\logspace_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8047260Z copying torch\include\ATen\ops\logspace_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8053897Z copying torch\include\ATen\ops\logspace_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8060456Z copying torch\include\ATen\ops\logspace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8067425Z copying torch\include\ATen\ops\logsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8074384Z copying torch\include\ATen\ops\logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8081036Z copying torch\include\ATen\ops\logsumexp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8087716Z copying torch\include\ATen\ops\logsumexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8094521Z copying torch\include\ATen\ops\logsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8101112Z copying torch\include\ATen\ops\logsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8108255Z copying torch\include\ATen\ops\log_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8115199Z copying torch\include\ATen\ops\log_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8122637Z copying torch\include\ATen\ops\log_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8128731Z copying torch\include\ATen\ops\log_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8135402Z copying torch\include\ATen\ops\log_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8141838Z copying torch\include\ATen\ops\log_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8148368Z copying torch\include\ATen\ops\log_normal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8155268Z copying torch\include\ATen\ops\log_normal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8162114Z copying torch\include\ATen\ops\log_normal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8168959Z copying torch\include\ATen\ops\log_normal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8175766Z copying torch\include\ATen\ops\log_normal_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8182400Z copying torch\include\ATen\ops\log_normal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8189380Z copying torch\include\ATen\ops\log_normal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8195631Z copying torch\include\ATen\ops\log_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8202072Z copying torch\include\ATen\ops\log_sigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8208779Z copying torch\include\ATen\ops\log_sigmoid_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8216159Z copying torch\include\ATen\ops\log_sigmoid_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8222703Z copying torch\include\ATen\ops\log_sigmoid_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8229573Z copying torch\include\ATen\ops\log_sigmoid_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8236386Z copying torch\include\ATen\ops\log_sigmoid_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8243370Z copying torch\include\ATen\ops\log_sigmoid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8249924Z copying torch\include\ATen\ops\log_sigmoid_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8257769Z copying torch\include\ATen\ops\log_sigmoid_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8264579Z copying torch\include\ATen\ops\log_sigmoid_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8271388Z copying torch\include\ATen\ops\log_sigmoid_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8278102Z copying torch\include\ATen\ops\log_sigmoid_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8284838Z copying torch\include\ATen\ops\log_sigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8291361Z copying torch\include\ATen\ops\log_sigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8298211Z copying torch\include\ATen\ops\log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8305891Z copying torch\include\ATen\ops\log_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8312509Z copying torch\include\ATen\ops\log_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8319097Z copying torch\include\ATen\ops\log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8325742Z copying torch\include\ATen\ops\log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8332381Z copying torch\include\ATen\ops\lshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8339263Z copying torch\include\ATen\ops\lshift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8345671Z copying torch\include\ATen\ops\lshift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8352514Z copying torch\include\ATen\ops\lshift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8359133Z copying torch\include\ATen\ops\lshift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8365809Z copying torch\include\ATen\ops\lshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8372485Z copying torch\include\ATen\ops\lshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8379468Z copying torch\include\ATen\ops\lstm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8385762Z copying torch\include\ATen\ops\lstm_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8392500Z copying torch\include\ATen\ops\lstm_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8428222Z copying torch\include\ATen\ops\lstm_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8435100Z copying torch\include\ATen\ops\lstm_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8442087Z copying torch\include\ATen\ops\lstm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8448593Z copying torch\include\ATen\ops\lstm_mps_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8455528Z copying torch\include\ATen\ops\lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8462007Z copying torch\include\ATen\ops\lstm_mps_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8468663Z copying torch\include\ATen\ops\lstm_mps_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8475310Z copying torch\include\ATen\ops\lstm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8481822Z copying torch\include\ATen\ops\lstm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8487929Z copying torch\include\ATen\ops\lt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8494559Z copying torch\include\ATen\ops\lt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8501116Z copying torch\include\ATen\ops\lt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8507545Z copying torch\include\ATen\ops\lt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8514294Z copying torch\include\ATen\ops\lt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8520576Z copying torch\include\ATen\ops\lt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8526973Z copying torch\include\ATen\ops\lt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8533503Z copying torch\include\ATen\ops\lt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8539781Z copying torch\include\ATen\ops\lu_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8546486Z copying torch\include\ATen\ops\lu_solve_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8552854Z copying torch\include\ATen\ops\lu_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8559229Z copying torch\include\ATen\ops\lu_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8565637Z copying torch\include\ATen\ops\lu_unpack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8572466Z copying torch\include\ATen\ops\lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8579138Z copying torch\include\ATen\ops\lu_unpack_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8585643Z copying torch\include\ATen\ops\lu_unpack_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8592026Z copying torch\include\ATen\ops\lu_unpack_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8598650Z copying torch\include\ATen\ops\lu_unpack_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8605561Z copying torch\include\ATen\ops\lu_unpack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8612024Z copying torch\include\ATen\ops\lu_unpack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8618698Z copying torch\include\ATen\ops\margin_ranking_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8625444Z copying torch\include\ATen\ops\margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8632159Z copying torch\include\ATen\ops\margin_ranking_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8638588Z copying torch\include\ATen\ops\margin_ranking_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8644992Z copying torch\include\ATen\ops\masked_fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8651787Z copying torch\include\ATen\ops\masked_fill_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8658632Z copying torch\include\ATen\ops\masked_fill_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8665359Z copying torch\include\ATen\ops\masked_fill_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8672246Z copying torch\include\ATen\ops\masked_fill_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8679029Z copying torch\include\ATen\ops\masked_fill_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8685474Z copying torch\include\ATen\ops\masked_fill_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8692135Z copying torch\include\ATen\ops\masked_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8699368Z copying torch\include\ATen\ops\masked_scatter_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8706458Z copying torch\include\ATen\ops\masked_scatter_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8713351Z copying torch\include\ATen\ops\masked_scatter_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8720372Z copying torch\include\ATen\ops\masked_scatter_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8727243Z copying torch\include\ATen\ops\masked_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8733942Z copying torch\include\ATen\ops\masked_scatter_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8740826Z copying torch\include\ATen\ops\masked_scatter_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8748064Z copying torch\include\ATen\ops\masked_scatter_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8754772Z copying torch\include\ATen\ops\masked_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8761691Z copying torch\include\ATen\ops\masked_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8768486Z copying torch\include\ATen\ops\masked_select.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8775447Z copying torch\include\ATen\ops\masked_select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8782639Z copying torch\include\ATen\ops\masked_select_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8789328Z copying torch\include\ATen\ops\masked_select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8804844Z copying torch\include\ATen\ops\masked_select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8806196Z copying torch\include\ATen\ops\masked_select_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8809734Z copying torch\include\ATen\ops\masked_select_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8816637Z copying torch\include\ATen\ops\masked_select_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8823428Z copying torch\include\ATen\ops\masked_select_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8829951Z copying torch\include\ATen\ops\matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8836727Z copying torch\include\ATen\ops\matmul_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8843656Z copying torch\include\ATen\ops\matmul_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8850138Z copying torch\include\ATen\ops\matmul_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8857255Z copying torch\include\ATen\ops\matmul_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8864010Z copying torch\include\ATen\ops\matmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8870645Z copying torch\include\ATen\ops\matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8877336Z copying torch\include\ATen\ops\matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8884212Z copying torch\include\ATen\ops\matrix_exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8890939Z copying torch\include\ATen\ops\matrix_exp_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8898167Z copying torch\include\ATen\ops\matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8905085Z copying torch\include\ATen\ops\matrix_exp_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8911533Z copying torch\include\ATen\ops\matrix_exp_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8918622Z copying torch\include\ATen\ops\matrix_exp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8925337Z copying torch\include\ATen\ops\matrix_exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8931789Z copying torch\include\ATen\ops\matrix_exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8938617Z copying torch\include\ATen\ops\matrix_H.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8945439Z copying torch\include\ATen\ops\matrix_H_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8952900Z copying torch\include\ATen\ops\matrix_H_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8959491Z copying torch\include\ATen\ops\matrix_H_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8966152Z copying torch\include\ATen\ops\matrix_power.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8973537Z copying torch\include\ATen\ops\matrix_power_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8980066Z copying torch\include\ATen\ops\matrix_power_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8987135Z copying torch\include\ATen\ops\matrix_power_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8993559Z copying torch\include\ATen\ops\max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.8999630Z copying torch\include\ATen\ops\maximum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9006694Z copying torch\include\ATen\ops\maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9013148Z copying torch\include\ATen\ops\maximum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9019755Z copying torch\include\ATen\ops\maximum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9026245Z copying torch\include\ATen\ops\maximum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9032886Z copying torch\include\ATen\ops\maximum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9039556Z copying torch\include\ATen\ops\maximum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9046075Z copying torch\include\ATen\ops\maximum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9052991Z copying torch\include\ATen\ops\max_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9059970Z copying torch\include\ATen\ops\max_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9066643Z copying torch\include\ATen\ops\max_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9073387Z copying torch\include\ATen\ops\max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9079704Z copying torch\include\ATen\ops\max_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9085872Z copying torch\include\ATen\ops\max_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9092525Z copying torch\include\ATen\ops\max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9099137Z copying torch\include\ATen\ops\max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9105307Z copying torch\include\ATen\ops\max_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9112124Z copying torch\include\ATen\ops\max_pool1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9118454Z copying torch\include\ATen\ops\max_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9124979Z copying torch\include\ATen\ops\max_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9131549Z copying torch\include\ATen\ops\max_pool1d_with_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9138603Z copying torch\include\ATen\ops\max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9145426Z copying torch\include\ATen\ops\max_pool1d_with_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9151912Z copying torch\include\ATen\ops\max_pool1d_with_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9158296Z copying torch\include\ATen\ops\max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9164826Z copying torch\include\ATen\ops\max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9171824Z copying torch\include\ATen\ops\max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9178436Z copying torch\include\ATen\ops\max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9184973Z copying torch\include\ATen\ops\max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9192510Z copying torch\include\ATen\ops\max_pool2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9198786Z copying torch\include\ATen\ops\max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9205498Z copying torch\include\ATen\ops\max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9213345Z copying torch\include\ATen\ops\max_pool2d_with_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9220574Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9227727Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9234641Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9241546Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9248143Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9255223Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9262211Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9268990Z copying torch\include\ATen\ops\max_pool2d_with_indices_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9276456Z copying torch\include\ATen\ops\max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9283428Z copying torch\include\ATen\ops\max_pool2d_with_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9290273Z copying torch\include\ATen\ops\max_pool2d_with_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9297262Z copying torch\include\ATen\ops\max_pool2d_with_indices_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9304285Z copying torch\include\ATen\ops\max_pool2d_with_indices_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9311317Z copying torch\include\ATen\ops\max_pool2d_with_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9317966Z copying torch\include\ATen\ops\max_pool2d_with_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9325552Z copying torch\include\ATen\ops\max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9332548Z copying torch\include\ATen\ops\max_pool3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9339159Z copying torch\include\ATen\ops\max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9345985Z copying torch\include\ATen\ops\max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9353163Z copying torch\include\ATen\ops\max_pool3d_with_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9360279Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9367454Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9374379Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9381374Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9388278Z copying torch\include\ATen\ops\max_pool3d_with_indices_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9395130Z copying torch\include\ATen\ops\max_pool3d_with_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9402234Z copying torch\include\ATen\ops\max_pool3d_with_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9408933Z copying torch\include\ATen\ops\max_pool3d_with_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9415779Z copying torch\include\ATen\ops\max_pool3d_with_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9422518Z copying torch\include\ATen\ops\max_unpool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9429259Z copying torch\include\ATen\ops\max_unpool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9435885Z copying torch\include\ATen\ops\max_unpool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9442709Z copying torch\include\ATen\ops\max_unpool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9449573Z copying torch\include\ATen\ops\max_unpool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9456816Z copying torch\include\ATen\ops\max_unpool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9463640Z copying torch\include\ATen\ops\max_unpool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9470484Z copying torch\include\ATen\ops\max_unpool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9477237Z copying torch\include\ATen\ops\max_unpool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9484140Z copying torch\include\ATen\ops\max_unpool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9490651Z copying torch\include\ATen\ops\mean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9498181Z copying torch\include\ATen\ops\mean_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9504457Z copying torch\include\ATen\ops\mean_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9511168Z copying torch\include\ATen\ops\mean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9524365Z copying torch\include\ATen\ops\mean_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9531071Z copying torch\include\ATen\ops\mean_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9537713Z copying torch\include\ATen\ops\mean_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9544641Z copying torch\include\ATen\ops\mean_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9551223Z copying torch\include\ATen\ops\mean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9557679Z copying torch\include\ATen\ops\mean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9563919Z copying torch\include\ATen\ops\median.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9570382Z copying torch\include\ATen\ops\median_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9577194Z copying torch\include\ATen\ops\median_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9583530Z copying torch\include\ATen\ops\median_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9590123Z copying torch\include\ATen\ops\median_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9596769Z copying torch\include\ATen\ops\median_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9603246Z copying torch\include\ATen\ops\median_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9609742Z copying torch\include\ATen\ops\meshgrid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9616386Z copying torch\include\ATen\ops\meshgrid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9622834Z copying torch\include\ATen\ops\meshgrid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9629429Z copying torch\include\ATen\ops\meshgrid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9635970Z copying torch\include\ATen\ops\mH.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9642360Z copying torch\include\ATen\ops\mH_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9648949Z copying torch\include\ATen\ops\mH_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9655325Z copying torch\include\ATen\ops\mH_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9661531Z copying torch\include\ATen\ops\min.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9668116Z copying torch\include\ATen\ops\minimum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9674623Z copying torch\include\ATen\ops\minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9680957Z copying torch\include\ATen\ops\minimum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9687704Z copying torch\include\ATen\ops\minimum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9694937Z copying torch\include\ATen\ops\minimum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9701888Z copying torch\include\ATen\ops\minimum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9708442Z copying torch\include\ATen\ops\minimum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9715279Z copying torch\include\ATen\ops\minimum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9722188Z copying torch\include\ATen\ops\min_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9728832Z copying torch\include\ATen\ops\min_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9735464Z copying torch\include\ATen\ops\min_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9742039Z copying torch\include\ATen\ops\min_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9748894Z copying torch\include\ATen\ops\min_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9757305Z copying torch\include\ATen\ops\min_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9764970Z copying torch\include\ATen\ops\min_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9773632Z copying torch\include\ATen\ops\min_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9781284Z copying torch\include\ATen\ops\miopen_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9789111Z copying torch\include\ATen\ops\miopen_batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9798351Z copying torch\include\ATen\ops\miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9806071Z copying torch\include\ATen\ops\miopen_batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9815762Z copying torch\include\ATen\ops\miopen_batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9823724Z copying torch\include\ATen\ops\miopen_batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9833034Z copying torch\include\ATen\ops\miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9840659Z copying torch\include\ATen\ops\miopen_batch_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9849726Z copying torch\include\ATen\ops\miopen_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9857422Z copying torch\include\ATen\ops\miopen_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9866462Z copying torch\include\ATen\ops\miopen_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9874275Z copying torch\include\ATen\ops\miopen_convolution_add_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9882439Z copying torch\include\ATen\ops\miopen_convolution_add_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9891393Z copying torch\include\ATen\ops\miopen_convolution_add_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9899604Z copying torch\include\ATen\ops\miopen_convolution_add_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9908738Z copying torch\include\ATen\ops\miopen_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9916944Z copying torch\include\ATen\ops\miopen_convolution_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9925947Z copying torch\include\ATen\ops\miopen_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9934068Z copying torch\include\ATen\ops\miopen_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9943137Z copying torch\include\ATen\ops\miopen_convolution_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9951463Z copying torch\include\ATen\ops\miopen_convolution_relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9960654Z copying torch\include\ATen\ops\miopen_convolution_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9968730Z copying torch\include\ATen\ops\miopen_convolution_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9978249Z copying torch\include\ATen\ops\miopen_convolution_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9985328Z copying torch\include\ATen\ops\miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9993359Z copying torch\include\ATen\ops\miopen_convolution_transpose_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:02.9999896Z copying torch\include\ATen\ops\miopen_convolution_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0007907Z copying torch\include\ATen\ops\miopen_convolution_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0014864Z copying torch\include\ATen\ops\miopen_depthwise_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0021942Z copying torch\include\ATen\ops\miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0028985Z copying torch\include\ATen\ops\miopen_depthwise_convolution_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0036963Z copying torch\include\ATen\ops\miopen_depthwise_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0044061Z copying torch\include\ATen\ops\miopen_depthwise_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0050670Z copying torch\include\ATen\ops\miopen_rnn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0057316Z copying torch\include\ATen\ops\miopen_rnn_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0064187Z copying torch\include\ATen\ops\miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0070763Z copying torch\include\ATen\ops\miopen_rnn_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0077323Z copying torch\include\ATen\ops\miopen_rnn_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0083828Z copying torch\include\ATen\ops\miopen_rnn_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0097407Z copying torch\include\ATen\ops\miopen_rnn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0103337Z copying torch\include\ATen\ops\miopen_rnn_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0110019Z copying torch\include\ATen\ops\miopen_rnn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0116691Z copying torch\include\ATen\ops\miopen_rnn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0123943Z copying torch\include\ATen\ops\mish.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0130091Z copying torch\include\ATen\ops\mish_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0136947Z copying torch\include\ATen\ops\mish_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0143482Z copying torch\include\ATen\ops\mish_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0150086Z copying torch\include\ATen\ops\mish_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0156564Z copying torch\include\ATen\ops\mish_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0163342Z copying torch\include\ATen\ops\mish_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0170015Z copying torch\include\ATen\ops\mish_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0176199Z copying torch\include\ATen\ops\mish_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0182685Z copying torch\include\ATen\ops\mish_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0189073Z copying torch\include\ATen\ops\mish_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0196745Z copying torch\include\ATen\ops\mish_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0203377Z copying torch\include\ATen\ops\mish_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0210395Z copying torch\include\ATen\ops\mish_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0216945Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0223503Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0230598Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0237115Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0243789Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0250429Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0258232Z copying torch\include\ATen\ops\mkldnn_adaptive_avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0265203Z copying torch\include\ATen\ops\mkldnn_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0350521Z copying torch\include\ATen\ops\mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0357210Z copying torch\include\ATen\ops\mkldnn_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0364286Z copying torch\include\ATen\ops\mkldnn_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0371068Z copying torch\include\ATen\ops\mkldnn_linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0378083Z copying torch\include\ATen\ops\mkldnn_linear_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0385347Z copying torch\include\ATen\ops\mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0391989Z copying torch\include\ATen\ops\mkldnn_linear_backward_input.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0399479Z copying torch\include\ATen\ops\mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0406464Z copying torch\include\ATen\ops\mkldnn_linear_backward_input_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0413278Z copying torch\include\ATen\ops\mkldnn_linear_backward_input_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0420167Z copying torch\include\ATen\ops\mkldnn_linear_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0427247Z copying torch\include\ATen\ops\mkldnn_linear_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0434086Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0441140Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0448117Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0455236Z copying torch\include\ATen\ops\mkldnn_linear_backward_weights_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0462188Z copying torch\include\ATen\ops\mkldnn_linear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0468876Z copying torch\include\ATen\ops\mkldnn_linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0475873Z copying torch\include\ATen\ops\mkldnn_linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0482865Z copying torch\include\ATen\ops\mkldnn_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0489442Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0497156Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0503668Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0510547Z copying torch\include\ATen\ops\mkldnn_max_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0517591Z copying torch\include\ATen\ops\mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0524417Z copying torch\include\ATen\ops\mkldnn_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0531676Z copying torch\include\ATen\ops\mkldnn_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0538790Z copying torch\include\ATen\ops\mkldnn_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0546170Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0553077Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0559704Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0566761Z copying torch\include\ATen\ops\mkldnn_max_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0574464Z copying torch\include\ATen\ops\mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0580924Z copying torch\include\ATen\ops\mkldnn_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0587722Z copying torch\include\ATen\ops\mkldnn_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0594571Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0601723Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0608983Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0615855Z copying torch\include\ATen\ops\mkldnn_reorder_conv2d_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0622950Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0630168Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0637022Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0644214Z copying torch\include\ATen\ops\mkldnn_reorder_conv3d_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0650780Z copying torch\include\ATen\ops\mkldnn_rnn_layer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0657917Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0665222Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0672223Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0679151Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0685727Z copying torch\include\ATen\ops\mkldnn_rnn_layer_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0692564Z copying torch\include\ATen\ops\mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0699748Z copying torch\include\ATen\ops\mkldnn_rnn_layer_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0706429Z copying torch\include\ATen\ops\mkldnn_rnn_layer_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0713251Z copying torch\include\ATen\ops\mkldnn_rnn_layer_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0719727Z copying torch\include\ATen\ops\mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0726427Z copying torch\include\ATen\ops\mm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0733163Z copying torch\include\ATen\ops\mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0739580Z copying torch\include\ATen\ops\mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0745919Z copying torch\include\ATen\ops\mm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0751924Z copying torch\include\ATen\ops\mm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0759145Z copying torch\include\ATen\ops\mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0765319Z copying torch\include\ATen\ops\mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0771417Z copying torch\include\ATen\ops\mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0778054Z copying torch\include\ATen\ops\mode_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0784842Z copying torch\include\ATen\ops\mode_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0791164Z copying torch\include\ATen\ops\mode_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0797582Z copying torch\include\ATen\ops\mode_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0804381Z copying torch\include\ATen\ops\mode_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0810813Z copying torch\include\ATen\ops\mode_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0817068Z copying torch\include\ATen\ops\moveaxis.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0823504Z copying torch\include\ATen\ops\moveaxis_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0829972Z copying torch\include\ATen\ops\moveaxis_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0836681Z copying torch\include\ATen\ops\moveaxis_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0843058Z copying torch\include\ATen\ops\movedim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0849598Z copying torch\include\ATen\ops\movedim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0856136Z copying torch\include\ATen\ops\movedim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0862730Z copying torch\include\ATen\ops\movedim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0869747Z copying torch\include\ATen\ops\mps_convolution_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0876587Z copying torch\include\ATen\ops\mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0883425Z copying torch\include\ATen\ops\mps_convolution_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0890267Z copying torch\include\ATen\ops\mps_convolution_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0897232Z copying torch\include\ATen\ops\mps_convolution_transpose_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0904465Z copying torch\include\ATen\ops\mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0911212Z copying torch\include\ATen\ops\mps_convolution_transpose_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0918495Z copying torch\include\ATen\ops\mps_convolution_transpose_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0925043Z copying torch\include\ATen\ops\mse_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0931423Z copying torch\include\ATen\ops\mse_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0938372Z copying torch\include\ATen\ops\mse_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0945622Z copying torch\include\ATen\ops\mse_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0952310Z copying torch\include\ATen\ops\mse_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0959141Z copying torch\include\ATen\ops\mse_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0966384Z copying torch\include\ATen\ops\mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0972996Z copying torch\include\ATen\ops\mse_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0979908Z copying torch\include\ATen\ops\mse_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0986648Z copying torch\include\ATen\ops\mse_loss_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.0993864Z copying torch\include\ATen\ops\mse_loss_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1000539Z copying torch\include\ATen\ops\mse_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1007439Z copying torch\include\ATen\ops\mse_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1014326Z copying torch\include\ATen\ops\msort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1020960Z copying torch\include\ATen\ops\msort_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1027336Z copying torch\include\ATen\ops\msort_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1033560Z copying torch\include\ATen\ops\msort_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1040086Z copying torch\include\ATen\ops\mT.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1046393Z copying torch\include\ATen\ops\mT_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1052717Z copying torch\include\ATen\ops\mT_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1059229Z copying torch\include\ATen\ops\mT_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1065608Z copying torch\include\ATen\ops\mul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1072160Z copying torch\include\ATen\ops\multilabel_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1078931Z copying torch\include\ATen\ops\multilabel_margin_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1085698Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1092469Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1099399Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1106334Z copying torch\include\ATen\ops\multilabel_margin_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1113523Z copying torch\include\ATen\ops\multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1120204Z copying torch\include\ATen\ops\multilabel_margin_loss_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1127272Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1134647Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1141344Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1148268Z copying torch\include\ATen\ops\multilabel_margin_loss_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1155130Z copying torch\include\ATen\ops\multilabel_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1161824Z copying torch\include\ATen\ops\multilabel_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1168428Z copying torch\include\ATen\ops\multinomial.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1175268Z copying torch\include\ATen\ops\multinomial_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1181831Z copying torch\include\ATen\ops\multinomial_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1188486Z copying torch\include\ATen\ops\multinomial_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1195183Z copying torch\include\ATen\ops\multinomial_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1201752Z copying torch\include\ATen\ops\multiply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1208359Z copying torch\include\ATen\ops\multiply_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1214723Z copying torch\include\ATen\ops\multiply_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1221145Z copying torch\include\ATen\ops\multiply_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1228040Z copying torch\include\ATen\ops\multi_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1234689Z copying torch\include\ATen\ops\multi_margin_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1241437Z copying torch\include\ATen\ops\multi_margin_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1248185Z copying torch\include\ATen\ops\multi_margin_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1255379Z copying torch\include\ATen\ops\multi_margin_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1262086Z copying torch\include\ATen\ops\multi_margin_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1268801Z copying torch\include\ATen\ops\multi_margin_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1275416Z copying torch\include\ATen\ops\multi_margin_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1281911Z copying torch\include\ATen\ops\multi_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1294521Z copying torch\include\ATen\ops\multi_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1301996Z copying torch\include\ATen\ops\mul_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1307965Z copying torch\include\ATen\ops\mul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1314260Z copying torch\include\ATen\ops\mul_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1320598Z copying torch\include\ATen\ops\mul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1327100Z copying torch\include\ATen\ops\mul_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1333153Z copying torch\include\ATen\ops\mul_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1339816Z copying torch\include\ATen\ops\mul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1346313Z copying torch\include\ATen\ops\mul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1352446Z copying torch\include\ATen\ops\mv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1358583Z copying torch\include\ATen\ops\mvlgamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1365054Z copying torch\include\ATen\ops\mvlgamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1371658Z copying torch\include\ATen\ops\mvlgamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1378381Z copying torch\include\ATen\ops\mvlgamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1384819Z copying torch\include\ATen\ops\mvlgamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1391644Z copying torch\include\ATen\ops\mvlgamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1399296Z copying torch\include\ATen\ops\mv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.1405652Z copying torch\include\ATen\ops\mv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.5851762Z copying torch\include\ATen\ops\mv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.5857879Z copying torch\include\ATen\ops\nanmean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.5864861Z copying torch\include\ATen\ops\nanmean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.5871496Z copying torch\include\ATen\ops\nanmean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.5878747Z copying torch\include\ATen\ops\nanmean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.5885415Z copying torch\include\ATen\ops\nanmedian.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.5891931Z copying torch\include\ATen\ops\nanmedian_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.5899203Z copying torch\include\ATen\ops\nanmedian_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.5905684Z copying torch\include\ATen\ops\nanmedian_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.5912243Z copying torch\include\ATen\ops\nanmedian_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.5919117Z copying torch\include\ATen\ops\nanmedian_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.5926356Z copying torch\include\ATen\ops\nanmedian_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.5933061Z copying torch\include\ATen\ops\nanquantile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.5940213Z copying torch\include\ATen\ops\nanquantile_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.5946305Z copying torch\include\ATen\ops\nanquantile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.5952955Z copying torch\include\ATen\ops\nanquantile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.5960720Z copying torch\include\ATen\ops\nansum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.5967015Z copying torch\include\ATen\ops\nansum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.5973491Z copying torch\include\ATen\ops\nansum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.5980534Z copying torch\include\ATen\ops\nansum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.5986979Z copying torch\include\ATen\ops\nansum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.5993592Z copying torch\include\ATen\ops\nan_to_num.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6000333Z copying torch\include\ATen\ops\nan_to_num_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6006821Z copying torch\include\ATen\ops\nan_to_num_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6013326Z copying torch\include\ATen\ops\nan_to_num_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6019956Z copying torch\include\ATen\ops\nan_to_num_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6026758Z copying torch\include\ATen\ops\nan_to_num_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6033479Z copying torch\include\ATen\ops\narrow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6040055Z copying torch\include\ATen\ops\narrow_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6046665Z copying torch\include\ATen\ops\narrow_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6053573Z copying torch\include\ATen\ops\narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6060014Z copying torch\include\ATen\ops\narrow_copy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6066518Z copying torch\include\ATen\ops\narrow_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6073076Z copying torch\include\ATen\ops\narrow_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6079911Z copying torch\include\ATen\ops\narrow_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6086439Z copying torch\include\ATen\ops\narrow_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6093109Z copying torch\include\ATen\ops\native_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6099744Z copying torch\include\ATen\ops\native_batch_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6106654Z copying torch\include\ATen\ops\native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6113256Z copying torch\include\ATen\ops\native_batch_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6120343Z copying torch\include\ATen\ops\native_batch_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6126929Z copying torch\include\ATen\ops\native_batch_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6133514Z copying torch\include\ATen\ops\native_batch_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6140284Z copying torch\include\ATen\ops\native_batch_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6147008Z copying torch\include\ATen\ops\native_batch_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6159175Z copying torch\include\ATen\ops\native_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6166089Z copying torch\include\ATen\ops\native_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6173044Z copying torch\include\ATen\ops\native_channel_shuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6180509Z copying torch\include\ATen\ops\native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6187051Z copying torch\include\ATen\ops\native_channel_shuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6193748Z copying torch\include\ATen\ops\native_channel_shuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6200434Z copying torch\include\ATen\ops\native_channel_shuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6207452Z copying torch\include\ATen\ops\native_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6214326Z copying torch\include\ATen\ops\native_dropout_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6221794Z copying torch\include\ATen\ops\native_dropout_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6228220Z copying torch\include\ATen\ops\native_dropout_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6234801Z copying torch\include\ATen\ops\native_dropout_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6241605Z copying torch\include\ATen\ops\native_dropout_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6248235Z copying torch\include\ATen\ops\native_dropout_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6255282Z copying torch\include\ATen\ops\native_dropout_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6261928Z copying torch\include\ATen\ops\native_dropout_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6268545Z copying torch\include\ATen\ops\native_dropout_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6275166Z copying torch\include\ATen\ops\native_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6281899Z copying torch\include\ATen\ops\native_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6288936Z copying torch\include\ATen\ops\native_group_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6296297Z copying torch\include\ATen\ops\native_group_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6303539Z copying torch\include\ATen\ops\native_group_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6310446Z copying torch\include\ATen\ops\native_group_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6317219Z copying torch\include\ATen\ops\native_group_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6323985Z copying torch\include\ATen\ops\native_group_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6330792Z copying torch\include\ATen\ops\native_group_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6338597Z copying torch\include\ATen\ops\native_group_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6345167Z copying torch\include\ATen\ops\native_group_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6351709Z copying torch\include\ATen\ops\native_group_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6358090Z copying torch\include\ATen\ops\native_group_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6364612Z copying torch\include\ATen\ops\native_group_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6371530Z copying torch\include\ATen\ops\native_layer_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6378449Z copying torch\include\ATen\ops\native_layer_norm_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6385288Z copying torch\include\ATen\ops\native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6391815Z copying torch\include\ATen\ops\native_layer_norm_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6398463Z copying torch\include\ATen\ops\native_layer_norm_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6404921Z copying torch\include\ATen\ops\native_layer_norm_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6411343Z copying torch\include\ATen\ops\native_layer_norm_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6418350Z copying torch\include\ATen\ops\native_layer_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6425187Z copying torch\include\ATen\ops\native_layer_norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6431770Z copying torch\include\ATen\ops\native_layer_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6438176Z copying torch\include\ATen\ops\native_layer_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6444605Z copying torch\include\ATen\ops\native_layer_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6450991Z copying torch\include\ATen\ops\native_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6457790Z copying torch\include\ATen\ops\native_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6464311Z copying torch\include\ATen\ops\native_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6470851Z copying torch\include\ATen\ops\native_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6477230Z copying torch\include\ATen\ops\ne.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6483297Z copying torch\include\ATen\ops\neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6489419Z copying torch\include\ATen\ops\negative.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6495669Z copying torch\include\ATen\ops\negative_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6501657Z copying torch\include\ATen\ops\negative_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6508234Z copying torch\include\ATen\ops\negative_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6515093Z copying torch\include\ATen\ops\neg_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6521154Z copying torch\include\ATen\ops\neg_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6527516Z copying torch\include\ATen\ops\neg_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6533827Z copying torch\include\ATen\ops\neg_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6540142Z copying torch\include\ATen\ops\neg_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6546410Z copying torch\include\ATen\ops\neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6552775Z copying torch\include\ATen\ops\neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6559184Z copying torch\include\ATen\ops\nested_to_padded_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6565827Z copying torch\include\ATen\ops\nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6572138Z copying torch\include\ATen\ops\nested_to_padded_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6578775Z copying torch\include\ATen\ops\nested_to_padded_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6585067Z copying torch\include\ATen\ops\new_empty.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6591785Z copying torch\include\ATen\ops\new_empty_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6598118Z copying torch\include\ATen\ops\new_empty_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6604688Z copying torch\include\ATen\ops\new_empty_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6613446Z copying torch\include\ATen\ops\new_empty_strided.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6620466Z copying torch\include\ATen\ops\new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6627188Z copying torch\include\ATen\ops\new_empty_strided_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6633974Z copying torch\include\ATen\ops\new_empty_strided_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6640651Z copying torch\include\ATen\ops\new_empty_strided_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6647447Z copying torch\include\ATen\ops\new_full.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6654616Z copying torch\include\ATen\ops\new_full_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6661350Z copying torch\include\ATen\ops\new_full_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6667967Z copying torch\include\ATen\ops\new_full_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6674651Z copying torch\include\ATen\ops\new_ones.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6681308Z copying torch\include\ATen\ops\new_ones_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6688153Z copying torch\include\ATen\ops\new_ones_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6694621Z copying torch\include\ATen\ops\new_ones_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6701169Z copying torch\include\ATen\ops\new_zeros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6708212Z copying torch\include\ATen\ops\new_zeros_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6714747Z copying torch\include\ATen\ops\new_zeros_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6721349Z copying torch\include\ATen\ops\new_zeros_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6727903Z copying torch\include\ATen\ops\nextafter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6734993Z copying torch\include\ATen\ops\nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6741438Z copying torch\include\ATen\ops\nextafter_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6748865Z copying torch\include\ATen\ops\nextafter_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6755452Z copying torch\include\ATen\ops\nextafter_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6762172Z copying torch\include\ATen\ops\nextafter_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6768871Z copying torch\include\ATen\ops\nextafter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6775676Z copying torch\include\ATen\ops\nextafter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6782834Z copying torch\include\ATen\ops\ne_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6789194Z copying torch\include\ATen\ops\ne_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6796101Z copying torch\include\ATen\ops\ne_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6802553Z copying torch\include\ATen\ops\ne_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6809252Z copying torch\include\ATen\ops\ne_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6815812Z copying torch\include\ATen\ops\ne_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6822433Z copying torch\include\ATen\ops\ne_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6828536Z copying torch\include\ATen\ops\nll_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6834705Z copying torch\include\ATen\ops\nll_loss2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6841388Z copying torch\include\ATen\ops\nll_loss2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6848061Z copying torch\include\ATen\ops\nll_loss2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6854968Z copying torch\include\ATen\ops\nll_loss2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6861523Z copying torch\include\ATen\ops\nll_loss2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6868293Z copying torch\include\ATen\ops\nll_loss2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6875157Z copying torch\include\ATen\ops\nll_loss2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6881686Z copying torch\include\ATen\ops\nll_loss2d_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6888927Z copying torch\include\ATen\ops\nll_loss2d_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6896024Z copying torch\include\ATen\ops\nll_loss2d_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6902625Z copying torch\include\ATen\ops\nll_loss2d_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6909157Z copying torch\include\ATen\ops\nll_loss2d_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6915703Z copying torch\include\ATen\ops\nll_loss2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6922568Z copying torch\include\ATen\ops\nll_loss2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6929183Z copying torch\include\ATen\ops\nll_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6936467Z copying torch\include\ATen\ops\nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6943461Z copying torch\include\ATen\ops\nll_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6950197Z copying torch\include\ATen\ops\nll_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6956927Z copying torch\include\ATen\ops\nll_loss_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6963765Z copying torch\include\ATen\ops\nll_loss_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6970606Z copying torch\include\ATen\ops\nll_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6977576Z copying torch\include\ATen\ops\nll_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6984703Z copying torch\include\ATen\ops\nll_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6991256Z copying torch\include\ATen\ops\nll_loss_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.6998664Z copying torch\include\ATen\ops\nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7005294Z copying torch\include\ATen\ops\nll_loss_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7012237Z copying torch\include\ATen\ops\nll_loss_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7019086Z copying torch\include\ATen\ops\nll_loss_forward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7026158Z copying torch\include\ATen\ops\nll_loss_forward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7033063Z copying torch\include\ATen\ops\nll_loss_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7039892Z copying torch\include\ATen\ops\nll_loss_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7046821Z copying torch\include\ATen\ops\nll_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7053506Z copying torch\include\ATen\ops\nll_loss_nd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7060681Z copying torch\include\ATen\ops\nll_loss_nd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7067265Z copying torch\include\ATen\ops\nll_loss_nd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7074074Z copying torch\include\ATen\ops\nll_loss_nd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7081045Z copying torch\include\ATen\ops\nll_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7088058Z copying torch\include\ATen\ops\nonzero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7094515Z copying torch\include\ATen\ops\nonzero_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7101152Z copying torch\include\ATen\ops\nonzero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7107769Z copying torch\include\ATen\ops\nonzero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7114445Z copying torch\include\ATen\ops\nonzero_numpy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7121460Z copying torch\include\ATen\ops\nonzero_numpy_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7128701Z copying torch\include\ATen\ops\nonzero_numpy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7135471Z copying torch\include\ATen\ops\nonzero_numpy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7142063Z copying torch\include\ATen\ops\nonzero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7148659Z copying torch\include\ATen\ops\nonzero_static.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7155391Z copying torch\include\ATen\ops\nonzero_static_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7161940Z copying torch\include\ATen\ops\nonzero_static_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7168712Z copying torch\include\ATen\ops\nonzero_static_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7175583Z copying torch\include\ATen\ops\norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7182183Z copying torch\include\ATen\ops\normal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7188966Z copying torch\include\ATen\ops\normal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7195386Z copying torch\include\ATen\ops\normal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7202180Z copying torch\include\ATen\ops\normal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7208738Z copying torch\include\ATen\ops\normal_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7215483Z copying torch\include\ATen\ops\normal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7222118Z copying torch\include\ATen\ops\normal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7229287Z copying torch\include\ATen\ops\norm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7236538Z copying torch\include\ATen\ops\norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7243035Z copying torch\include\ATen\ops\norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7249724Z copying torch\include\ATen\ops\norm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7257188Z copying torch\include\ATen\ops\norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7263630Z copying torch\include\ATen\ops\norm_except_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7270542Z copying torch\include\ATen\ops\norm_except_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7277469Z copying torch\include\ATen\ops\norm_except_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7283911Z copying torch\include\ATen\ops\norm_except_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7290619Z copying torch\include\ATen\ops\norm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7297574Z copying torch\include\ATen\ops\norm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7303977Z copying torch\include\ATen\ops\norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7310937Z copying torch\include\ATen\ops\norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7317195Z copying torch\include\ATen\ops\not_equal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7323871Z copying torch\include\ATen\ops\not_equal_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7330360Z copying torch\include\ATen\ops\not_equal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7337297Z copying torch\include\ATen\ops\not_equal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7343670Z copying torch\include\ATen\ops\nuclear_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7350272Z copying torch\include\ATen\ops\nuclear_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7357045Z copying torch\include\ATen\ops\nuclear_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7363563Z copying torch\include\ATen\ops\nuclear_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7370116Z copying torch\include\ATen\ops\numpy_T.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7376462Z copying torch\include\ATen\ops\numpy_T_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7382912Z copying torch\include\ATen\ops\numpy_T_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7389111Z copying torch\include\ATen\ops\numpy_T_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7395471Z copying torch\include\ATen\ops\ones.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7402078Z copying torch\include\ATen\ops\ones_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7408370Z copying torch\include\ATen\ops\ones_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7415213Z copying torch\include\ATen\ops\ones_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7421554Z copying torch\include\ATen\ops\ones_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7428194Z copying torch\include\ATen\ops\ones_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7435221Z copying torch\include\ATen\ops\ones_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7441669Z copying torch\include\ATen\ops\ones_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7447878Z copying torch\include\ATen\ops\one_hot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7454092Z copying torch\include\ATen\ops\one_hot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7460284Z copying torch\include\ATen\ops\one_hot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7466467Z copying torch\include\ATen\ops\one_hot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7473063Z copying torch\include\ATen\ops\or.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7479265Z copying torch\include\ATen\ops\orgqr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7485536Z copying torch\include\ATen\ops\orgqr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7491779Z copying torch\include\ATen\ops\orgqr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7498292Z copying torch\include\ATen\ops\orgqr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7505038Z copying torch\include\ATen\ops\ormqr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7511339Z copying torch\include\ATen\ops\ormqr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7518512Z copying torch\include\ATen\ops\ormqr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7524963Z copying torch\include\ATen\ops\ormqr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7531512Z copying torch\include\ATen\ops\ormqr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7538847Z copying torch\include\ATen\ops\or_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7545191Z copying torch\include\ATen\ops\or_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7551643Z copying torch\include\ATen\ops\or_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7557959Z copying torch\include\ATen\ops\outer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7564625Z copying torch\include\ATen\ops\outer_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7570888Z copying torch\include\ATen\ops\outer_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7577675Z copying torch\include\ATen\ops\outer_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7584322Z copying torch\include\ATen\ops\output_nr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7591516Z copying torch\include\ATen\ops\output_nr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7597997Z copying torch\include\ATen\ops\output_nr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7604281Z copying torch\include\ATen\ops\output_nr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7610787Z copying torch\include\ATen\ops\pad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7617597Z copying torch\include\ATen\ops\pad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7623895Z copying torch\include\ATen\ops\pad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7630084Z copying torch\include\ATen\ops\pad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7636930Z copying torch\include\ATen\ops\pad_sequence.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7643825Z copying torch\include\ATen\ops\pad_sequence_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7650575Z copying torch\include\ATen\ops\pad_sequence_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7656935Z copying torch\include\ATen\ops\pad_sequence_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7663603Z copying torch\include\ATen\ops\pairwise_distance.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7670504Z copying torch\include\ATen\ops\pairwise_distance_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7676949Z copying torch\include\ATen\ops\pairwise_distance_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7683455Z copying torch\include\ATen\ops\pairwise_distance_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7690032Z copying torch\include\ATen\ops\pdist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7696646Z copying torch\include\ATen\ops\pdist_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7703284Z copying torch\include\ATen\ops\pdist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7709491Z copying torch\include\ATen\ops\pdist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7716107Z copying torch\include\ATen\ops\permute.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7722415Z copying torch\include\ATen\ops\permute_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7728845Z copying torch\include\ATen\ops\permute_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7735984Z copying torch\include\ATen\ops\permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7742940Z copying torch\include\ATen\ops\permute_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7749605Z copying torch\include\ATen\ops\permute_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7756708Z copying torch\include\ATen\ops\permute_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7763491Z copying torch\include\ATen\ops\permute_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7770037Z copying torch\include\ATen\ops\permute_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7776655Z copying torch\include\ATen\ops\pinverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7783436Z copying torch\include\ATen\ops\pinverse_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7789900Z copying torch\include\ATen\ops\pinverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7796032Z copying torch\include\ATen\ops\pinverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7802591Z copying torch\include\ATen\ops\pin_memory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7809198Z copying torch\include\ATen\ops\pin_memory_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7815691Z copying torch\include\ATen\ops\pin_memory_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7822216Z copying torch\include\ATen\ops\pin_memory_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7829481Z copying torch\include\ATen\ops\pixel_shuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7836532Z copying torch\include\ATen\ops\pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7843157Z copying torch\include\ATen\ops\pixel_shuffle_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7849785Z copying torch\include\ATen\ops\pixel_shuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7856543Z copying torch\include\ATen\ops\pixel_shuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7862921Z copying torch\include\ATen\ops\pixel_shuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7869421Z copying torch\include\ATen\ops\pixel_unshuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7876708Z copying torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7883488Z copying torch\include\ATen\ops\pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7890065Z copying torch\include\ATen\ops\pixel_unshuffle_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7896720Z copying torch\include\ATen\ops\pixel_unshuffle_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7903221Z copying torch\include\ATen\ops\pixel_unshuffle_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7909836Z copying torch\include\ATen\ops\poisson.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7916387Z copying torch\include\ATen\ops\poisson_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7922700Z copying torch\include\ATen\ops\poisson_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7929248Z copying torch\include\ATen\ops\poisson_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7935798Z copying torch\include\ATen\ops\poisson_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7942603Z copying torch\include\ATen\ops\poisson_nll_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7949637Z copying torch\include\ATen\ops\poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7956107Z copying torch\include\ATen\ops\poisson_nll_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7962872Z copying torch\include\ATen\ops\poisson_nll_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7969475Z copying torch\include\ATen\ops\poisson_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7976037Z copying torch\include\ATen\ops\polar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7982513Z copying torch\include\ATen\ops\polar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7989409Z copying torch\include\ATen\ops\polar_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.7996182Z copying torch\include\ATen\ops\polar_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.8002585Z copying torch\include\ATen\ops\polar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.8008837Z copying torch\include\ATen\ops\polar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.8015878Z copying torch\include\ATen\ops\polygamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.8022880Z copying torch\include\ATen\ops\polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.8029455Z copying torch\include\ATen\ops\polygamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.8035688Z copying torch\include\ATen\ops\polygamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.8042276Z copying torch\include\ATen\ops\polygamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.8048870Z copying torch\include\ATen\ops\polygamma_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.8055594Z copying torch\include\ATen\ops\polygamma_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.8062694Z copying torch\include\ATen\ops\polygamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.8069160Z copying torch\include\ATen\ops\polygamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.8075674Z copying torch\include\ATen\ops\positive.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.8082086Z copying torch\include\ATen\ops\positive_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.8088307Z copying torch\include\ATen\ops\positive_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.8094678Z copying torch\include\ATen\ops\positive_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.8101039Z copying torch\include\ATen\ops\pow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.8107701Z copying torch\include\ATen\ops\pow_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.8114301Z copying torch\include\ATen\ops\pow_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.8120707Z copying torch\include\ATen\ops\pow_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.8127125Z copying torch\include\ATen\ops\pow_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.8133396Z copying torch\include\ATen\ops\pow_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.8139961Z copying torch\include\ATen\ops\pow_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.8146418Z copying torch\include\ATen\ops\pow_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.8152695Z copying torch\include\ATen\ops\prelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.8159104Z copying torch\include\ATen\ops\prelu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.8165804Z copying torch\include\ATen\ops\prelu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.8172029Z copying torch\include\ATen\ops\prelu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.8178686Z copying torch\include\ATen\ops\prod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.8185342Z copying torch\include\ATen\ops\prod_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.8192018Z copying torch\include\ATen\ops\prod_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.8198840Z copying torch\include\ATen\ops\prod_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.8205446Z copying torch\include\ATen\ops\prod_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.8212212Z copying torch\include\ATen\ops\prod_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:03.8218954Z copying torch\include\ATen\ops\prod_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0089647Z copying torch\include\ATen\ops\prod_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0096754Z copying torch\include\ATen\ops\prod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0103015Z copying torch\include\ATen\ops\prod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0109867Z copying torch\include\ATen\ops\promote_types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0116838Z copying torch\include\ATen\ops\promote_types_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0123446Z copying torch\include\ATen\ops\promote_types_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0130230Z copying torch\include\ATen\ops\promote_types_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0137150Z copying torch\include\ATen\ops\put.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0143901Z copying torch\include\ATen\ops\put_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0150515Z copying torch\include\ATen\ops\put_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0162558Z copying torch\include\ATen\ops\put_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0169202Z copying torch\include\ATen\ops\put_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0176359Z copying torch\include\ATen\ops\put_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0182896Z copying torch\include\ATen\ops\put_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0190486Z copying torch\include\ATen\ops\qr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0197120Z copying torch\include\ATen\ops\qr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0203686Z copying torch\include\ATen\ops\qr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0210384Z copying torch\include\ATen\ops\qr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0216771Z copying torch\include\ATen\ops\qscheme.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0222819Z copying torch\include\ATen\ops\qscheme_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0229221Z copying torch\include\ATen\ops\qscheme_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0235930Z copying torch\include\ATen\ops\quantile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0268285Z copying torch\include\ATen\ops\quantile_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0269774Z copying torch\include\ATen\ops\quantile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0270913Z copying torch\include\ATen\ops\quantile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0272081Z copying torch\include\ATen\ops\quantized_batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0273626Z copying torch\include\ATen\ops\quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0279463Z copying torch\include\ATen\ops\quantized_batch_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0286051Z copying torch\include\ATen\ops\quantized_batch_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0292969Z copying torch\include\ATen\ops\quantized_gru_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0300575Z copying torch\include\ATen\ops\quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0306870Z copying torch\include\ATen\ops\quantized_gru_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0314630Z copying torch\include\ATen\ops\quantized_gru_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0321160Z copying torch\include\ATen\ops\quantized_lstm_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0327951Z copying torch\include\ATen\ops\quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0334924Z copying torch\include\ATen\ops\quantized_lstm_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0341689Z copying torch\include\ATen\ops\quantized_lstm_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0348141Z copying torch\include\ATen\ops\quantized_max_pool1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0355390Z copying torch\include\ATen\ops\quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0362104Z copying torch\include\ATen\ops\quantized_max_pool1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0368814Z copying torch\include\ATen\ops\quantized_max_pool1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0375561Z copying torch\include\ATen\ops\quantized_max_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0382626Z copying torch\include\ATen\ops\quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0389324Z copying torch\include\ATen\ops\quantized_max_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0395999Z copying torch\include\ATen\ops\quantized_max_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0403262Z copying torch\include\ATen\ops\quantized_max_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0410310Z copying torch\include\ATen\ops\quantized_max_pool3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0417206Z copying torch\include\ATen\ops\quantized_max_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0424077Z copying torch\include\ATen\ops\quantized_max_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0430993Z copying torch\include\ATen\ops\quantized_rnn_relu_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0438092Z copying torch\include\ATen\ops\quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0444402Z copying torch\include\ATen\ops\quantized_rnn_relu_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0451163Z copying torch\include\ATen\ops\quantized_rnn_relu_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0457997Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0465053Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0471518Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0478305Z copying torch\include\ATen\ops\quantized_rnn_tanh_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0484937Z copying torch\include\ATen\ops\quantize_per_channel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0491769Z copying torch\include\ATen\ops\quantize_per_channel_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0498340Z copying torch\include\ATen\ops\quantize_per_channel_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0505324Z copying torch\include\ATen\ops\quantize_per_channel_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0512115Z copying torch\include\ATen\ops\quantize_per_channel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0518543Z copying torch\include\ATen\ops\quantize_per_channel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0524828Z copying torch\include\ATen\ops\quantize_per_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0531690Z copying torch\include\ATen\ops\quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0538647Z copying torch\include\ATen\ops\quantize_per_tensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0545602Z copying torch\include\ATen\ops\quantize_per_tensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0552960Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0560109Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0566606Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0573353Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0580258Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0587087Z copying torch\include\ATen\ops\quantize_per_tensor_dynamic_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0593622Z copying torch\include\ATen\ops\quantize_per_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0600105Z copying torch\include\ATen\ops\quantize_per_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0606603Z copying torch\include\ATen\ops\q_per_channel_axis.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0613310Z copying torch\include\ATen\ops\q_per_channel_axis_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0619574Z copying torch\include\ATen\ops\q_per_channel_axis_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0626096Z copying torch\include\ATen\ops\q_per_channel_scales.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0633699Z copying torch\include\ATen\ops\q_per_channel_scales_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0640979Z copying torch\include\ATen\ops\q_per_channel_scales_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0648250Z copying torch\include\ATen\ops\q_per_channel_scales_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0655189Z copying torch\include\ATen\ops\q_per_channel_zero_points.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0662630Z copying torch\include\ATen\ops\q_per_channel_zero_points_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0669479Z copying torch\include\ATen\ops\q_per_channel_zero_points_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0676665Z copying torch\include\ATen\ops\q_per_channel_zero_points_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0683207Z copying torch\include\ATen\ops\q_scale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0689287Z copying torch\include\ATen\ops\q_scale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0696100Z copying torch\include\ATen\ops\q_scale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0702492Z copying torch\include\ATen\ops\q_zero_point.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0708990Z copying torch\include\ATen\ops\q_zero_point_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0715414Z copying torch\include\ATen\ops\q_zero_point_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0722018Z copying torch\include\ATen\ops\rad2deg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0729027Z copying torch\include\ATen\ops\rad2deg_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0735522Z copying torch\include\ATen\ops\rad2deg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0742145Z copying torch\include\ATen\ops\rad2deg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0748751Z copying torch\include\ATen\ops\rand.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0755624Z copying torch\include\ATen\ops\randint.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0763559Z copying torch\include\ATen\ops\randint_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0769803Z copying torch\include\ATen\ops\randint_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0777114Z copying torch\include\ATen\ops\randint_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0783848Z copying torch\include\ATen\ops\randint_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0790839Z copying torch\include\ATen\ops\randint_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0797599Z copying torch\include\ATen\ops\randint_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0804041Z copying torch\include\ATen\ops\randint_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0811327Z copying torch\include\ATen\ops\randn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0818562Z copying torch\include\ATen\ops\randn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0825453Z copying torch\include\ATen\ops\randn_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0832263Z copying torch\include\ATen\ops\randn_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0839059Z copying torch\include\ATen\ops\randn_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0846025Z copying torch\include\ATen\ops\randn_like_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0852524Z copying torch\include\ATen\ops\randn_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0859619Z copying torch\include\ATen\ops\randn_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0866256Z copying torch\include\ATen\ops\randn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0873512Z copying torch\include\ATen\ops\randn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0880261Z copying torch\include\ATen\ops\random.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0886880Z copying torch\include\ATen\ops\random_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0893639Z copying torch\include\ATen\ops\random_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0900261Z copying torch\include\ATen\ops\random_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0906616Z copying torch\include\ATen\ops\random_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0913358Z copying torch\include\ATen\ops\random_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0919917Z copying torch\include\ATen\ops\random_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0926654Z copying torch\include\ATen\ops\randperm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0933541Z copying torch\include\ATen\ops\randperm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0940278Z copying torch\include\ATen\ops\randperm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0946891Z copying torch\include\ATen\ops\randperm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0953652Z copying torch\include\ATen\ops\randperm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0960155Z copying torch\include\ATen\ops\randperm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0967216Z copying torch\include\ATen\ops\rand_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0974074Z copying torch\include\ATen\ops\rand_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0980836Z copying torch\include\ATen\ops\rand_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0987827Z copying torch\include\ATen\ops\rand_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.0994393Z copying torch\include\ATen\ops\rand_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1000974Z copying torch\include\ATen\ops\rand_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1007745Z copying torch\include\ATen\ops\rand_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1014331Z copying torch\include\ATen\ops\rand_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1020848Z copying torch\include\ATen\ops\range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1027709Z copying torch\include\ATen\ops\range_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1034204Z copying torch\include\ATen\ops\range_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1041269Z copying torch\include\ATen\ops\range_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1048082Z copying torch\include\ATen\ops\range_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1055103Z copying torch\include\ATen\ops\range_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1061548Z copying torch\include\ATen\ops\range_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1068082Z copying torch\include\ATen\ops\ravel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1074378Z copying torch\include\ATen\ops\ravel_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1081095Z copying torch\include\ATen\ops\ravel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1087283Z copying torch\include\ATen\ops\ravel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1093592Z copying torch\include\ATen\ops\real.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1099866Z copying torch\include\ATen\ops\real_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1106027Z copying torch\include\ATen\ops\real_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1112876Z copying torch\include\ATen\ops\real_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1119007Z copying torch\include\ATen\ops\reciprocal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1125749Z copying torch\include\ATen\ops\reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1132437Z copying torch\include\ATen\ops\reciprocal_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1139076Z copying torch\include\ATen\ops\reciprocal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1145775Z copying torch\include\ATen\ops\reciprocal_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1152384Z copying torch\include\ATen\ops\reciprocal_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1159100Z copying torch\include\ATen\ops\reciprocal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1166034Z copying torch\include\ATen\ops\reciprocal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1172961Z copying torch\include\ATen\ops\record_stream.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1179468Z copying torch\include\ATen\ops\record_stream_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1186045Z copying torch\include\ATen\ops\record_stream_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1192502Z copying torch\include\ATen\ops\record_stream_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1199055Z copying torch\include\ATen\ops\refine_names.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1205490Z copying torch\include\ATen\ops\refine_names_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1211992Z copying torch\include\ATen\ops\refine_names_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1218330Z copying torch\include\ATen\ops\refine_names_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1225101Z copying torch\include\ATen\ops\reflection_pad1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1231970Z copying torch\include\ATen\ops\reflection_pad1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1239035Z copying torch\include\ATen\ops\reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1245776Z copying torch\include\ATen\ops\reflection_pad1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1252739Z copying torch\include\ATen\ops\reflection_pad1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1259902Z copying torch\include\ATen\ops\reflection_pad1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1266589Z copying torch\include\ATen\ops\reflection_pad1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1273644Z copying torch\include\ATen\ops\reflection_pad1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1280357Z copying torch\include\ATen\ops\reflection_pad1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1287724Z copying torch\include\ATen\ops\reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1294573Z copying torch\include\ATen\ops\reflection_pad1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1301913Z copying torch\include\ATen\ops\reflection_pad1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1308507Z copying torch\include\ATen\ops\reflection_pad1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1315438Z copying torch\include\ATen\ops\reflection_pad1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1322087Z copying torch\include\ATen\ops\reflection_pad1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1329459Z copying torch\include\ATen\ops\reflection_pad1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1336274Z copying torch\include\ATen\ops\reflection_pad2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1343368Z copying torch\include\ATen\ops\reflection_pad2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1350692Z copying torch\include\ATen\ops\reflection_pad2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1357643Z copying torch\include\ATen\ops\reflection_pad2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1364755Z copying torch\include\ATen\ops\reflection_pad2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1372163Z copying torch\include\ATen\ops\reflection_pad2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1378965Z copying torch\include\ATen\ops\reflection_pad2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1385764Z copying torch\include\ATen\ops\reflection_pad2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1392575Z copying torch\include\ATen\ops\reflection_pad2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1399553Z copying torch\include\ATen\ops\reflection_pad2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1406323Z copying torch\include\ATen\ops\reflection_pad3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1413603Z copying torch\include\ATen\ops\reflection_pad3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1421039Z copying torch\include\ATen\ops\reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1427809Z copying torch\include\ATen\ops\reflection_pad3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1434900Z copying torch\include\ATen\ops\reflection_pad3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1441722Z copying torch\include\ATen\ops\reflection_pad3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1448738Z copying torch\include\ATen\ops\reflection_pad3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1455932Z copying torch\include\ATen\ops\reflection_pad3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1462688Z copying torch\include\ATen\ops\reflection_pad3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1470018Z copying torch\include\ATen\ops\reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1476501Z copying torch\include\ATen\ops\reflection_pad3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1483750Z copying torch\include\ATen\ops\reflection_pad3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1490443Z copying torch\include\ATen\ops\reflection_pad3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1497274Z copying torch\include\ATen\ops\reflection_pad3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1504139Z copying torch\include\ATen\ops\reflection_pad3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1510950Z copying torch\include\ATen\ops\reflection_pad3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1517618Z copying torch\include\ATen\ops\relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1524178Z copying torch\include\ATen\ops\relu6.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1530779Z copying torch\include\ATen\ops\relu6_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1538200Z copying torch\include\ATen\ops\relu6_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1544610Z copying torch\include\ATen\ops\relu6_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1551658Z copying torch\include\ATen\ops\relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1558234Z copying torch\include\ATen\ops\relu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1564884Z copying torch\include\ATen\ops\relu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1571781Z copying torch\include\ATen\ops\relu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1578625Z copying torch\include\ATen\ops\relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1585077Z copying torch\include\ATen\ops\relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1591546Z copying torch\include\ATen\ops\remainder.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1598710Z copying torch\include\ATen\ops\remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1605653Z copying torch\include\ATen\ops\remainder_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1636959Z copying torch\include\ATen\ops\remainder_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1643490Z copying torch\include\ATen\ops\remainder_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1650339Z copying torch\include\ATen\ops\remainder_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1657375Z copying torch\include\ATen\ops\remainder_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1664022Z copying torch\include\ATen\ops\remainder_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1670760Z copying torch\include\ATen\ops\remainder_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1677348Z copying torch\include\ATen\ops\rename.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1683839Z copying torch\include\ATen\ops\rename_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1690313Z copying torch\include\ATen\ops\rename_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1697196Z copying torch\include\ATen\ops\rename_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1703689Z copying torch\include\ATen\ops\renorm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1710726Z copying torch\include\ATen\ops\renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1717337Z copying torch\include\ATen\ops\renorm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1723969Z copying torch\include\ATen\ops\renorm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1730523Z copying torch\include\ATen\ops\renorm_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1737242Z copying torch\include\ATen\ops\renorm_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1743860Z copying torch\include\ATen\ops\renorm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1750542Z copying torch\include\ATen\ops\renorm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1757491Z copying torch\include\ATen\ops\repeat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1764281Z copying torch\include\ATen\ops\repeat_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1770552Z copying torch\include\ATen\ops\repeat_interleave.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1777499Z copying torch\include\ATen\ops\repeat_interleave_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1784499Z copying torch\include\ATen\ops\repeat_interleave_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1791058Z copying torch\include\ATen\ops\repeat_interleave_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1797710Z copying torch\include\ATen\ops\repeat_interleave_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1805217Z copying torch\include\ATen\ops\repeat_interleave_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1812569Z copying torch\include\ATen\ops\repeat_interleave_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1819360Z copying torch\include\ATen\ops\repeat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1825883Z copying torch\include\ATen\ops\repeat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1832599Z copying torch\include\ATen\ops\replication_pad1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1839029Z copying torch\include\ATen\ops\replication_pad1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1846699Z copying torch\include\ATen\ops\replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1853339Z copying torch\include\ATen\ops\replication_pad1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1860487Z copying torch\include\ATen\ops\replication_pad1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1867031Z copying torch\include\ATen\ops\replication_pad1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1873779Z copying torch\include\ATen\ops\replication_pad1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1880380Z copying torch\include\ATen\ops\replication_pad1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1887533Z copying torch\include\ATen\ops\replication_pad1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1894637Z copying torch\include\ATen\ops\replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1901042Z copying torch\include\ATen\ops\replication_pad1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1907752Z copying torch\include\ATen\ops\replication_pad1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1914300Z copying torch\include\ATen\ops\replication_pad1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1921338Z copying torch\include\ATen\ops\replication_pad1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1928104Z copying torch\include\ATen\ops\replication_pad1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1935171Z copying torch\include\ATen\ops\replication_pad1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1941690Z copying torch\include\ATen\ops\replication_pad2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1948463Z copying torch\include\ATen\ops\replication_pad2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1958215Z copying torch\include\ATen\ops\replication_pad2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1964836Z copying torch\include\ATen\ops\replication_pad2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1971286Z copying torch\include\ATen\ops\replication_pad2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1978299Z copying torch\include\ATen\ops\replication_pad2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1985360Z copying torch\include\ATen\ops\replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1991948Z copying torch\include\ATen\ops\replication_pad2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.1998939Z copying torch\include\ATen\ops\replication_pad2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2005576Z copying torch\include\ATen\ops\replication_pad2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2012537Z copying torch\include\ATen\ops\replication_pad2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2019568Z copying torch\include\ATen\ops\replication_pad2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2026750Z copying torch\include\ATen\ops\replication_pad2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2033191Z copying torch\include\ATen\ops\replication_pad3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2040107Z copying torch\include\ATen\ops\replication_pad3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2046722Z copying torch\include\ATen\ops\replication_pad3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2053459Z copying torch\include\ATen\ops\replication_pad3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2060438Z copying torch\include\ATen\ops\replication_pad3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2067173Z copying torch\include\ATen\ops\replication_pad3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2074227Z copying torch\include\ATen\ops\replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2081706Z copying torch\include\ATen\ops\replication_pad3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2088409Z copying torch\include\ATen\ops\replication_pad3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2095824Z copying torch\include\ATen\ops\replication_pad3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2103088Z copying torch\include\ATen\ops\replication_pad3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2110007Z copying torch\include\ATen\ops\replication_pad3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2116827Z copying torch\include\ATen\ops\replication_pad3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2123913Z copying torch\include\ATen\ops\requires_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2130502Z copying torch\include\ATen\ops\requires_grad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2136993Z copying torch\include\ATen\ops\requires_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2143957Z copying torch\include\ATen\ops\requires_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2150380Z copying torch\include\ATen\ops\reshape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2157006Z copying torch\include\ATen\ops\reshape_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2163785Z copying torch\include\ATen\ops\reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2170426Z copying torch\include\ATen\ops\reshape_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2176956Z copying torch\include\ATen\ops\reshape_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2183476Z copying torch\include\ATen\ops\reshape_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2190844Z copying torch\include\ATen\ops\reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2197515Z copying torch\include\ATen\ops\reshape_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2204092Z copying torch\include\ATen\ops\reshape_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2210797Z copying torch\include\ATen\ops\reshape_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2217732Z copying torch\include\ATen\ops\resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2223863Z copying torch\include\ATen\ops\resize_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2230787Z copying torch\include\ATen\ops\resize_as_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2237575Z copying torch\include\ATen\ops\resize_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2244247Z copying torch\include\ATen\ops\resize_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2251045Z copying torch\include\ATen\ops\resize_as_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2258143Z copying torch\include\ATen\ops\resize_as_sparse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2265650Z copying torch\include\ATen\ops\resize_as_sparse_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2272643Z copying torch\include\ATen\ops\resize_as_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2279335Z copying torch\include\ATen\ops\resize_as_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2286495Z copying torch\include\ATen\ops\resize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2292994Z copying torch\include\ATen\ops\resize_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2300164Z copying torch\include\ATen\ops\resize_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2307186Z copying torch\include\ATen\ops\resize_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2313593Z copying torch\include\ATen\ops\resize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2320221Z copying torch\include\ATen\ops\resize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2326903Z copying torch\include\ATen\ops\resolve_conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2334031Z copying torch\include\ATen\ops\resolve_conj_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2340896Z copying torch\include\ATen\ops\resolve_conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2347715Z copying torch\include\ATen\ops\resolve_conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2354380Z copying torch\include\ATen\ops\resolve_neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2361463Z copying torch\include\ATen\ops\resolve_neg_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2368575Z copying torch\include\ATen\ops\resolve_neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2374859Z copying torch\include\ATen\ops\resolve_neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2381487Z copying torch\include\ATen\ops\result_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2388523Z copying torch\include\ATen\ops\result_type_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2394907Z copying torch\include\ATen\ops\result_type_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2401448Z copying torch\include\ATen\ops\result_type_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2408254Z copying torch\include\ATen\ops\retains_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2414782Z copying torch\include\ATen\ops\retains_grad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2421281Z copying torch\include\ATen\ops\retains_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2427542Z copying torch\include\ATen\ops\retains_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2434479Z copying torch\include\ATen\ops\retain_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2441368Z copying torch\include\ATen\ops\retain_grad_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2447699Z copying torch\include\ATen\ops\retain_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2453919Z copying torch\include\ATen\ops\retain_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2460529Z copying torch\include\ATen\ops\rms_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2467209Z copying torch\include\ATen\ops\rms_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2473326Z copying torch\include\ATen\ops\rms_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2480160Z copying torch\include\ATen\ops\rms_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2486602Z copying torch\include\ATen\ops\rnn_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2492544Z copying torch\include\ATen\ops\rnn_relu_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2499454Z copying torch\include\ATen\ops\rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2505958Z copying torch\include\ATen\ops\rnn_relu_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2512399Z copying torch\include\ATen\ops\rnn_relu_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2519250Z copying torch\include\ATen\ops\rnn_relu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2525735Z copying torch\include\ATen\ops\rnn_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2532665Z copying torch\include\ATen\ops\rnn_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2539409Z copying torch\include\ATen\ops\rnn_tanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2546129Z copying torch\include\ATen\ops\rnn_tanh_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2553033Z copying torch\include\ATen\ops\rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2560068Z copying torch\include\ATen\ops\rnn_tanh_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2566914Z copying torch\include\ATen\ops\rnn_tanh_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2574057Z copying torch\include\ATen\ops\rnn_tanh_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2580714Z copying torch\include\ATen\ops\rnn_tanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2587771Z copying torch\include\ATen\ops\rnn_tanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2594452Z copying torch\include\ATen\ops\roll.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2601252Z copying torch\include\ATen\ops\roll_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2607639Z copying torch\include\ATen\ops\roll_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2614404Z copying torch\include\ATen\ops\roll_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2621035Z copying torch\include\ATen\ops\roll_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2627472Z copying torch\include\ATen\ops\roll_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2633986Z copying torch\include\ATen\ops\rot90.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2640583Z copying torch\include\ATen\ops\rot90_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2647160Z copying torch\include\ATen\ops\rot90_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2654059Z copying torch\include\ATen\ops\rot90_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2660585Z copying torch\include\ATen\ops\round.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2667403Z copying torch\include\ATen\ops\round_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2673896Z copying torch\include\ATen\ops\round_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2680551Z copying torch\include\ATen\ops\round_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2687676Z copying torch\include\ATen\ops\round_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2694133Z copying torch\include\ATen\ops\round_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2700747Z copying torch\include\ATen\ops\round_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2707493Z copying torch\include\ATen\ops\round_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2736845Z copying torch\include\ATen\ops\row_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2743442Z copying torch\include\ATen\ops\row_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2749812Z copying torch\include\ATen\ops\row_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2759648Z copying torch\include\ATen\ops\row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2767849Z copying torch\include\ATen\ops\row_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2776909Z copying torch\include\ATen\ops\row_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2784828Z copying torch\include\ATen\ops\row_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2793841Z copying torch\include\ATen\ops\row_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2801332Z copying torch\include\ATen\ops\row_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2809090Z copying torch\include\ATen\ops\row_stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2818976Z copying torch\include\ATen\ops\row_stack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2826597Z copying torch\include\ATen\ops\row_stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2835305Z copying torch\include\ATen\ops\row_stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2842846Z copying torch\include\ATen\ops\rrelu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2851586Z copying torch\include\ATen\ops\rrelu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2859820Z copying torch\include\ATen\ops\rrelu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2867574Z copying torch\include\ATen\ops\rrelu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2876375Z copying torch\include\ATen\ops\rrelu_with_noise.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2884910Z copying torch\include\ATen\ops\rrelu_with_noise_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2893825Z copying torch\include\ATen\ops\rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2900742Z copying torch\include\ATen\ops\rrelu_with_noise_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2907473Z copying torch\include\ATen\ops\rrelu_with_noise_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2914540Z copying torch\include\ATen\ops\rrelu_with_noise_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2920998Z copying torch\include\ATen\ops\rrelu_with_noise_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2928036Z copying torch\include\ATen\ops\rrelu_with_noise_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2934884Z copying torch\include\ATen\ops\rrelu_with_noise_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2941452Z copying torch\include\ATen\ops\rrelu_with_noise_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2948173Z copying torch\include\ATen\ops\rshift.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2954929Z copying torch\include\ATen\ops\rshift_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2961229Z copying torch\include\ATen\ops\rshift_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2967896Z copying torch\include\ATen\ops\rshift_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2974755Z copying torch\include\ATen\ops\rshift_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2981002Z copying torch\include\ATen\ops\rshift_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2987631Z copying torch\include\ATen\ops\rshift_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.2994088Z copying torch\include\ATen\ops\rsqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3000702Z copying torch\include\ATen\ops\rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3007206Z copying torch\include\ATen\ops\rsqrt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3013517Z copying torch\include\ATen\ops\rsqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3019997Z copying torch\include\ATen\ops\rsqrt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3026757Z copying torch\include\ATen\ops\rsqrt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3033660Z copying torch\include\ATen\ops\rsqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3039826Z copying torch\include\ATen\ops\rsqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3046286Z copying torch\include\ATen\ops\rsub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3052817Z copying torch\include\ATen\ops\rsub_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3059214Z copying torch\include\ATen\ops\rsub_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3065623Z copying torch\include\ATen\ops\rsub_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3072409Z copying torch\include\ATen\ops\rsub_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3078866Z copying torch\include\ATen\ops\rsub_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3085054Z copying torch\include\ATen\ops\scalar_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3091783Z copying torch\include\ATen\ops\scalar_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3098333Z copying torch\include\ATen\ops\scalar_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3105003Z copying torch\include\ATen\ops\scalar_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3111423Z copying torch\include\ATen\ops\scaled_dot_product_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3118123Z copying torch\include\ATen\ops\scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3125101Z copying torch\include\ATen\ops\scaled_dot_product_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3131623Z copying torch\include\ATen\ops\scaled_dot_product_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3138101Z copying torch\include\ATen\ops\scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3144237Z copying torch\include\ATen\ops\scatter_add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3151329Z copying torch\include\ATen\ops\scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3157978Z copying torch\include\ATen\ops\scatter_add_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3164683Z copying torch\include\ATen\ops\scatter_add_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3171245Z copying torch\include\ATen\ops\scatter_add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3177782Z copying torch\include\ATen\ops\scatter_add_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3184439Z copying torch\include\ATen\ops\scatter_add_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3191021Z copying torch\include\ATen\ops\scatter_add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3197442Z copying torch\include\ATen\ops\scatter_add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3204509Z copying torch\include\ATen\ops\scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3211244Z copying torch\include\ATen\ops\scatter_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3217900Z copying torch\include\ATen\ops\scatter_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3224546Z copying torch\include\ATen\ops\scatter_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3231077Z copying torch\include\ATen\ops\scatter_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3237847Z copying torch\include\ATen\ops\scatter_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3244245Z copying torch\include\ATen\ops\scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3250540Z copying torch\include\ATen\ops\scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3257736Z copying torch\include\ATen\ops\scatter_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3264954Z copying torch\include\ATen\ops\scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3271347Z copying torch\include\ATen\ops\scatter_reduce_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3278033Z copying torch\include\ATen\ops\scatter_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3284732Z copying torch\include\ATen\ops\scatter_reduce_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3291491Z copying torch\include\ATen\ops\scatter_reduce_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3298926Z copying torch\include\ATen\ops\scatter_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3305716Z copying torch\include\ATen\ops\scatter_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3312234Z copying torch\include\ATen\ops\searchsorted.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3318852Z copying torch\include\ATen\ops\searchsorted_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3325420Z copying torch\include\ATen\ops\searchsorted_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3331980Z copying torch\include\ATen\ops\searchsorted_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3338810Z copying torch\include\ATen\ops\searchsorted_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3345886Z copying torch\include\ATen\ops\segment_reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3353055Z copying torch\include\ATen\ops\segment_reduce_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3359710Z copying torch\include\ATen\ops\segment_reduce_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3366526Z copying torch\include\ATen\ops\segment_reduce_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3373390Z copying torch\include\ATen\ops\segment_reduce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3380239Z copying torch\include\ATen\ops\segment_reduce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3386777Z copying torch\include\ATen\ops\select.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3393178Z copying torch\include\ATen\ops\select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3400492Z copying torch\include\ATen\ops\select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3407241Z copying torch\include\ATen\ops\select_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3413621Z copying torch\include\ATen\ops\select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3420707Z copying torch\include\ATen\ops\select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3427634Z copying torch\include\ATen\ops\select_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3434391Z copying torch\include\ATen\ops\select_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3441093Z copying torch\include\ATen\ops\select_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3448199Z copying torch\include\ATen\ops\select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3455334Z copying torch\include\ATen\ops\select_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3461865Z copying torch\include\ATen\ops\select_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3468422Z copying torch\include\ATen\ops\select_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3475150Z copying torch\include\ATen\ops\select_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3481876Z copying torch\include\ATen\ops\select_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3488634Z copying torch\include\ATen\ops\select_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3495971Z copying torch\include\ATen\ops\select_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3502828Z copying torch\include\ATen\ops\select_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3509596Z copying torch\include\ATen\ops\select_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3516377Z copying torch\include\ATen\ops\select_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3522830Z copying torch\include\ATen\ops\selu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3530105Z copying torch\include\ATen\ops\selu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3536735Z copying torch\include\ATen\ops\selu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3543200Z copying torch\include\ATen\ops\selu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3549366Z copying torch\include\ATen\ops\set.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3556045Z copying torch\include\ATen\ops\set_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3562756Z copying torch\include\ATen\ops\set_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3569406Z copying torch\include\ATen\ops\set_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3576223Z copying torch\include\ATen\ops\set_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3582677Z copying torch\include\ATen\ops\set_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3589151Z copying torch\include\ATen\ops\set_data_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3595786Z copying torch\include\ATen\ops\set_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3602056Z copying torch\include\ATen\ops\set_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3608606Z copying torch\include\ATen\ops\set_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3615607Z copying torch\include\ATen\ops\set_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3622134Z copying torch\include\ATen\ops\set_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3628399Z copying torch\include\ATen\ops\sgn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3639512Z copying torch\include\ATen\ops\sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3643266Z copying torch\include\ATen\ops\sgn_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3649829Z copying torch\include\ATen\ops\sgn_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3656329Z copying torch\include\ATen\ops\sgn_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3662260Z copying torch\include\ATen\ops\sgn_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3668708Z copying torch\include\ATen\ops\sgn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3675140Z copying torch\include\ATen\ops\sgn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3681685Z copying torch\include\ATen\ops\sigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3688136Z copying torch\include\ATen\ops\sigmoid_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3695239Z copying torch\include\ATen\ops\sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3701756Z copying torch\include\ATen\ops\sigmoid_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3708355Z copying torch\include\ATen\ops\sigmoid_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3714794Z copying torch\include\ATen\ops\sigmoid_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3721862Z copying torch\include\ATen\ops\sigmoid_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3729013Z copying torch\include\ATen\ops\sigmoid_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3735818Z copying torch\include\ATen\ops\sigmoid_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3742967Z copying torch\include\ATen\ops\sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3749120Z copying torch\include\ATen\ops\sigmoid_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3755846Z copying torch\include\ATen\ops\sigmoid_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3763159Z copying torch\include\ATen\ops\sigmoid_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3769871Z copying torch\include\ATen\ops\sigmoid_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3776995Z copying torch\include\ATen\ops\sigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3783465Z copying torch\include\ATen\ops\sigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3790567Z copying torch\include\ATen\ops\sign.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3796931Z copying torch\include\ATen\ops\signbit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3803719Z copying torch\include\ATen\ops\signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3810194Z copying torch\include\ATen\ops\signbit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3816863Z copying torch\include\ATen\ops\signbit_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3823528Z copying torch\include\ATen\ops\signbit_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3830392Z copying torch\include\ATen\ops\signbit_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3837072Z copying torch\include\ATen\ops\signbit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3843811Z copying torch\include\ATen\ops\signbit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3850857Z copying torch\include\ATen\ops\sign_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3857148Z copying torch\include\ATen\ops\sign_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3863720Z copying torch\include\ATen\ops\sign_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3870310Z copying torch\include\ATen\ops\sign_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3876728Z copying torch\include\ATen\ops\sign_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3883331Z copying torch\include\ATen\ops\sign_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3889905Z copying torch\include\ATen\ops\sign_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3896273Z copying torch\include\ATen\ops\silu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3902731Z copying torch\include\ATen\ops\silu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3909831Z copying torch\include\ATen\ops\silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3916704Z copying torch\include\ATen\ops\silu_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3923302Z copying torch\include\ATen\ops\silu_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3930404Z copying torch\include\ATen\ops\silu_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3937222Z copying torch\include\ATen\ops\silu_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3943956Z copying torch\include\ATen\ops\silu_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3950757Z copying torch\include\ATen\ops\silu_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3957622Z copying torch\include\ATen\ops\silu_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3964655Z copying torch\include\ATen\ops\silu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3971067Z copying torch\include\ATen\ops\silu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3978105Z copying torch\include\ATen\ops\silu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3984797Z copying torch\include\ATen\ops\silu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3991311Z copying torch\include\ATen\ops\silu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.3997874Z copying torch\include\ATen\ops\silu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4004959Z copying torch\include\ATen\ops\silu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4011231Z copying torch\include\ATen\ops\sin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4018059Z copying torch\include\ATen\ops\sinc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4024907Z copying torch\include\ATen\ops\sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4031357Z copying torch\include\ATen\ops\sinc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4038046Z copying torch\include\ATen\ops\sinc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4044477Z copying torch\include\ATen\ops\sinc_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4050812Z copying torch\include\ATen\ops\sinc_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4057564Z copying torch\include\ATen\ops\sinc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4064135Z copying torch\include\ATen\ops\sinc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4070556Z copying torch\include\ATen\ops\sinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4077745Z copying torch\include\ATen\ops\sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4084453Z copying torch\include\ATen\ops\sinh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4113966Z copying torch\include\ATen\ops\sinh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4120528Z copying torch\include\ATen\ops\sinh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4126877Z copying torch\include\ATen\ops\sinh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4133364Z copying torch\include\ATen\ops\sinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4139998Z copying torch\include\ATen\ops\sinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4146881Z copying torch\include\ATen\ops\sin_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4153484Z copying torch\include\ATen\ops\sin_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4160314Z copying torch\include\ATen\ops\sin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4167082Z copying torch\include\ATen\ops\sin_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4173065Z copying torch\include\ATen\ops\sin_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4179597Z copying torch\include\ATen\ops\sin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4186105Z copying torch\include\ATen\ops\sin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4192404Z copying torch\include\ATen\ops\size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4199026Z copying torch\include\ATen\ops\size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4205336Z copying torch\include\ATen\ops\size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4211780Z copying torch\include\ATen\ops\size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4217925Z copying torch\include\ATen\ops\slice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4224305Z copying torch\include\ATen\ops\slice_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4231322Z copying torch\include\ATen\ops\slice_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4237610Z copying torch\include\ATen\ops\slice_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4244572Z copying torch\include\ATen\ops\slice_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4251275Z copying torch\include\ATen\ops\slice_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4257801Z copying torch\include\ATen\ops\slice_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4265070Z copying torch\include\ATen\ops\slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4272066Z copying torch\include\ATen\ops\slice_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4278547Z copying torch\include\ATen\ops\slice_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4285280Z copying torch\include\ATen\ops\slice_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4291772Z copying torch\include\ATen\ops\slice_inverse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4299074Z copying torch\include\ATen\ops\slice_inverse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4305724Z copying torch\include\ATen\ops\slice_inverse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4312119Z copying torch\include\ATen\ops\slice_inverse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4318758Z copying torch\include\ATen\ops\slice_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4325176Z copying torch\include\ATen\ops\slice_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4331834Z copying torch\include\ATen\ops\slice_scatter.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4338957Z copying torch\include\ATen\ops\slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4345918Z copying torch\include\ATen\ops\slice_scatter_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4352703Z copying torch\include\ATen\ops\slice_scatter_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4359170Z copying torch\include\ATen\ops\slice_scatter_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4366364Z copying torch\include\ATen\ops\slogdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4372837Z copying torch\include\ATen\ops\slogdet_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4379574Z copying torch\include\ATen\ops\slogdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4386348Z copying torch\include\ATen\ops\slogdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4393583Z copying torch\include\ATen\ops\slow_conv3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4400519Z copying torch\include\ATen\ops\slow_conv3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4406828Z copying torch\include\ATen\ops\slow_conv3d_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4413793Z copying torch\include\ATen\ops\slow_conv3d_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4420536Z copying torch\include\ATen\ops\slow_conv3d_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4427293Z copying torch\include\ATen\ops\slow_conv3d_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4434022Z copying torch\include\ATen\ops\slow_conv3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4440804Z copying torch\include\ATen\ops\slow_conv3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4447639Z copying torch\include\ATen\ops\slow_conv_dilated2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4454789Z copying torch\include\ATen\ops\slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4461626Z copying torch\include\ATen\ops\slow_conv_dilated2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4468508Z copying torch\include\ATen\ops\slow_conv_dilated2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4475214Z copying torch\include\ATen\ops\slow_conv_dilated2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4482069Z copying torch\include\ATen\ops\slow_conv_dilated2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4489095Z copying torch\include\ATen\ops\slow_conv_dilated3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4496737Z copying torch\include\ATen\ops\slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4503622Z copying torch\include\ATen\ops\slow_conv_dilated3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4510301Z copying torch\include\ATen\ops\slow_conv_dilated3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4516884Z copying torch\include\ATen\ops\slow_conv_dilated3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4523624Z copying torch\include\ATen\ops\slow_conv_dilated3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4530410Z copying torch\include\ATen\ops\slow_conv_transpose2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4538296Z copying torch\include\ATen\ops\slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4544884Z copying torch\include\ATen\ops\slow_conv_transpose2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4552192Z copying torch\include\ATen\ops\slow_conv_transpose2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4558951Z copying torch\include\ATen\ops\slow_conv_transpose2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4565527Z copying torch\include\ATen\ops\slow_conv_transpose2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4572622Z copying torch\include\ATen\ops\slow_conv_transpose2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4579555Z copying torch\include\ATen\ops\slow_conv_transpose2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4586587Z copying torch\include\ATen\ops\slow_conv_transpose3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4593559Z copying torch\include\ATen\ops\slow_conv_transpose3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4600722Z copying torch\include\ATen\ops\slow_conv_transpose3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4607484Z copying torch\include\ATen\ops\slow_conv_transpose3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4614310Z copying torch\include\ATen\ops\slow_conv_transpose3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4621213Z copying torch\include\ATen\ops\smm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4627732Z copying torch\include\ATen\ops\smm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4634282Z copying torch\include\ATen\ops\smm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4647623Z copying torch\include\ATen\ops\smm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4653797Z copying torch\include\ATen\ops\smooth_l1_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4660875Z copying torch\include\ATen\ops\smooth_l1_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4667732Z copying torch\include\ATen\ops\smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4674455Z copying torch\include\ATen\ops\smooth_l1_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4681250Z copying torch\include\ATen\ops\smooth_l1_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4687926Z copying torch\include\ATen\ops\smooth_l1_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4694854Z copying torch\include\ATen\ops\smooth_l1_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4701991Z copying torch\include\ATen\ops\smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4708795Z copying torch\include\ATen\ops\smooth_l1_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4715532Z copying torch\include\ATen\ops\smooth_l1_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4722115Z copying torch\include\ATen\ops\smooth_l1_loss_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4728639Z copying torch\include\ATen\ops\smooth_l1_loss_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4735374Z copying torch\include\ATen\ops\smooth_l1_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4742265Z copying torch\include\ATen\ops\smooth_l1_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4749710Z copying torch\include\ATen\ops\softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4756152Z copying torch\include\ATen\ops\softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4762973Z copying torch\include\ATen\ops\softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4769395Z copying torch\include\ATen\ops\softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4775985Z copying torch\include\ATen\ops\softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4782660Z copying torch\include\ATen\ops\softplus.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4788840Z copying torch\include\ATen\ops\softplus_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4795758Z copying torch\include\ATen\ops\softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4803840Z copying torch\include\ATen\ops\softplus_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4810475Z copying torch\include\ATen\ops\softplus_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4817384Z copying torch\include\ATen\ops\softplus_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4824196Z copying torch\include\ATen\ops\softplus_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4831339Z copying torch\include\ATen\ops\softplus_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4838003Z copying torch\include\ATen\ops\softplus_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4844966Z copying torch\include\ATen\ops\softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4851841Z copying torch\include\ATen\ops\softplus_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4858675Z copying torch\include\ATen\ops\softplus_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4865404Z copying torch\include\ATen\ops\softplus_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4872124Z copying torch\include\ATen\ops\softplus_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4878931Z copying torch\include\ATen\ops\softplus_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4885653Z copying torch\include\ATen\ops\softplus_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4892077Z copying torch\include\ATen\ops\softshrink.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4899117Z copying torch\include\ATen\ops\softshrink_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4906301Z copying torch\include\ATen\ops\softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4912986Z copying torch\include\ATen\ops\softshrink_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4920041Z copying torch\include\ATen\ops\softshrink_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4926608Z copying torch\include\ATen\ops\softshrink_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4933589Z copying torch\include\ATen\ops\softshrink_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4940701Z copying torch\include\ATen\ops\softshrink_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4947500Z copying torch\include\ATen\ops\softshrink_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4954722Z copying torch\include\ATen\ops\softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4961207Z copying torch\include\ATen\ops\softshrink_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4968117Z copying torch\include\ATen\ops\softshrink_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4975270Z copying torch\include\ATen\ops\softshrink_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4982233Z copying torch\include\ATen\ops\softshrink_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4989147Z copying torch\include\ATen\ops\softshrink_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.4995772Z copying torch\include\ATen\ops\softshrink_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5002696Z copying torch\include\ATen\ops\soft_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5009333Z copying torch\include\ATen\ops\soft_margin_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5016713Z copying torch\include\ATen\ops\soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5023429Z copying torch\include\ATen\ops\soft_margin_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5030595Z copying torch\include\ATen\ops\soft_margin_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5037545Z copying torch\include\ATen\ops\soft_margin_loss_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5044271Z copying torch\include\ATen\ops\soft_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5050955Z copying torch\include\ATen\ops\soft_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5057548Z copying torch\include\ATen\ops\sort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5064449Z copying torch\include\ATen\ops\sort_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5071638Z copying torch\include\ATen\ops\sort_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5078806Z copying torch\include\ATen\ops\sort_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5085464Z copying torch\include\ATen\ops\sort_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5092369Z copying torch\include\ATen\ops\sort_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5099129Z copying torch\include\ATen\ops\sort_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5105716Z copying torch\include\ATen\ops\sort_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5112495Z copying torch\include\ATen\ops\sort_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5118903Z copying torch\include\ATen\ops\sort_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5125863Z copying torch\include\ATen\ops\sparse_bsc_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5132854Z copying torch\include\ATen\ops\sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5139302Z copying torch\include\ATen\ops\sparse_bsc_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5146073Z copying torch\include\ATen\ops\sparse_bsc_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5153075Z copying torch\include\ATen\ops\sparse_bsr_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5160513Z copying torch\include\ATen\ops\sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5166766Z copying torch\include\ATen\ops\sparse_bsr_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5174093Z copying torch\include\ATen\ops\sparse_bsr_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5180973Z copying torch\include\ATen\ops\sparse_compressed_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5187946Z copying torch\include\ATen\ops\sparse_compressed_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5194741Z copying torch\include\ATen\ops\sparse_compressed_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5201456Z copying torch\include\ATen\ops\sparse_compressed_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5208609Z copying torch\include\ATen\ops\sparse_coo_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5216355Z copying torch\include\ATen\ops\sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5223070Z copying torch\include\ATen\ops\sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5229860Z copying torch\include\ATen\ops\sparse_coo_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5236541Z copying torch\include\ATen\ops\sparse_coo_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5243531Z copying torch\include\ATen\ops\sparse_csc_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5250663Z copying torch\include\ATen\ops\sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5257329Z copying torch\include\ATen\ops\sparse_csc_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5264158Z copying torch\include\ATen\ops\sparse_csc_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5270622Z copying torch\include\ATen\ops\sparse_csr_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5277706Z copying torch\include\ATen\ops\sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5284492Z copying torch\include\ATen\ops\sparse_csr_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5290941Z copying torch\include\ATen\ops\sparse_csr_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5297455Z copying torch\include\ATen\ops\sparse_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5304253Z copying torch\include\ATen\ops\sparse_dim_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5310766Z copying torch\include\ATen\ops\sparse_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5317569Z copying torch\include\ATen\ops\sparse_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5323828Z copying torch\include\ATen\ops\sparse_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5330462Z copying torch\include\ATen\ops\sparse_mask_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5336996Z copying torch\include\ATen\ops\sparse_mask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5343598Z copying torch\include\ATen\ops\sparse_mask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5350210Z copying torch\include\ATen\ops\sparse_resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5356953Z copying torch\include\ATen\ops\sparse_resize_and_clear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5364252Z copying torch\include\ATen\ops\sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5371139Z copying torch\include\ATen\ops\sparse_resize_and_clear_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5378310Z copying torch\include\ATen\ops\sparse_resize_and_clear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5384714Z copying torch\include\ATen\ops\sparse_resize_and_clear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5391659Z copying torch\include\ATen\ops\sparse_resize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5398331Z copying torch\include\ATen\ops\sparse_resize_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5404801Z copying torch\include\ATen\ops\sparse_resize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5411460Z copying torch\include\ATen\ops\sparse_resize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5418139Z copying torch\include\ATen\ops\sparse_sampled_addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5424885Z copying torch\include\ATen\ops\sparse_sampled_addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5431346Z copying torch\include\ATen\ops\sparse_sampled_addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5439072Z copying torch\include\ATen\ops\special_airy_ai.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5445939Z copying torch\include\ATen\ops\special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5457236Z copying torch\include\ATen\ops\special_airy_ai_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5464189Z copying torch\include\ATen\ops\special_airy_ai_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5471061Z copying torch\include\ATen\ops\special_airy_ai_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5477553Z copying torch\include\ATen\ops\special_airy_ai_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5484166Z copying torch\include\ATen\ops\special_airy_ai_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5490794Z copying torch\include\ATen\ops\special_airy_ai_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5497505Z copying torch\include\ATen\ops\special_bessel_j0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5504923Z copying torch\include\ATen\ops\special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5511170Z copying torch\include\ATen\ops\special_bessel_j0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5519148Z copying torch\include\ATen\ops\special_bessel_j0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5525770Z copying torch\include\ATen\ops\special_bessel_j0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5532845Z copying torch\include\ATen\ops\special_bessel_j0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5539488Z copying torch\include\ATen\ops\special_bessel_j0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5545998Z copying torch\include\ATen\ops\special_bessel_j0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5552576Z copying torch\include\ATen\ops\special_bessel_j1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5559813Z copying torch\include\ATen\ops\special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5566505Z copying torch\include\ATen\ops\special_bessel_j1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5573509Z copying torch\include\ATen\ops\special_bessel_j1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5580487Z copying torch\include\ATen\ops\special_bessel_j1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5587363Z copying torch\include\ATen\ops\special_bessel_j1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5594337Z copying torch\include\ATen\ops\special_bessel_j1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5601164Z copying torch\include\ATen\ops\special_bessel_j1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5629560Z copying torch\include\ATen\ops\special_bessel_y0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5636890Z copying torch\include\ATen\ops\special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5643893Z copying torch\include\ATen\ops\special_bessel_y0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5650786Z copying torch\include\ATen\ops\special_bessel_y0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5657412Z copying torch\include\ATen\ops\special_bessel_y0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5664392Z copying torch\include\ATen\ops\special_bessel_y0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5670977Z copying torch\include\ATen\ops\special_bessel_y0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5677726Z copying torch\include\ATen\ops\special_bessel_y0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5684884Z copying torch\include\ATen\ops\special_bessel_y1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5691967Z copying torch\include\ATen\ops\special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5698849Z copying torch\include\ATen\ops\special_bessel_y1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5706007Z copying torch\include\ATen\ops\special_bessel_y1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5713652Z copying torch\include\ATen\ops\special_bessel_y1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5720701Z copying torch\include\ATen\ops\special_bessel_y1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5727392Z copying torch\include\ATen\ops\special_bessel_y1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5734053Z copying torch\include\ATen\ops\special_bessel_y1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5741050Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5758847Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5760854Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5762445Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5769298Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5775945Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5782833Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5789961Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5796811Z copying torch\include\ATen\ops\special_chebyshev_polynomial_t_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5804075Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5811381Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5818485Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5825298Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5831911Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5838915Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5845995Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5852973Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5859727Z copying torch\include\ATen\ops\special_chebyshev_polynomial_u_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5866813Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5874460Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5881378Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5888236Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5895102Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5902285Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5909301Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5915825Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5922455Z copying torch\include\ATen\ops\special_chebyshev_polynomial_v_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5929668Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5937131Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5944309Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5951088Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5958006Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5964613Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5971618Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5978658Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5985290Z copying torch\include\ATen\ops\special_chebyshev_polynomial_w_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5992048Z copying torch\include\ATen\ops\special_digamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.5998847Z copying torch\include\ATen\ops\special_digamma_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6005551Z copying torch\include\ATen\ops\special_digamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6012126Z copying torch\include\ATen\ops\special_digamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6019260Z copying torch\include\ATen\ops\special_entr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6026336Z copying torch\include\ATen\ops\special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6032930Z copying torch\include\ATen\ops\special_entr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6039651Z copying torch\include\ATen\ops\special_entr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6046181Z copying torch\include\ATen\ops\special_entr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6052807Z copying torch\include\ATen\ops\special_entr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6059351Z copying torch\include\ATen\ops\special_entr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6066224Z copying torch\include\ATen\ops\special_entr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6072663Z copying torch\include\ATen\ops\special_erf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6079376Z copying torch\include\ATen\ops\special_erfc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6085922Z copying torch\include\ATen\ops\special_erfcx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6093236Z copying torch\include\ATen\ops\special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6100023Z copying torch\include\ATen\ops\special_erfcx_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6106753Z copying torch\include\ATen\ops\special_erfcx_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6113927Z copying torch\include\ATen\ops\special_erfcx_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6120806Z copying torch\include\ATen\ops\special_erfcx_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6127407Z copying torch\include\ATen\ops\special_erfcx_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6134356Z copying torch\include\ATen\ops\special_erfcx_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6141367Z copying torch\include\ATen\ops\special_erfc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6148089Z copying torch\include\ATen\ops\special_erfc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6155087Z copying torch\include\ATen\ops\special_erfc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6162017Z copying torch\include\ATen\ops\special_erfinv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6168842Z copying torch\include\ATen\ops\special_erfinv_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6175577Z copying torch\include\ATen\ops\special_erfinv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6182166Z copying torch\include\ATen\ops\special_erfinv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6188879Z copying torch\include\ATen\ops\special_erf_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6195740Z copying torch\include\ATen\ops\special_erf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6202244Z copying torch\include\ATen\ops\special_erf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6209499Z copying torch\include\ATen\ops\special_exp2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6216560Z copying torch\include\ATen\ops\special_exp2_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6223066Z copying torch\include\ATen\ops\special_exp2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6229805Z copying torch\include\ATen\ops\special_exp2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6236501Z copying torch\include\ATen\ops\special_expit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6243696Z copying torch\include\ATen\ops\special_expit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6250265Z copying torch\include\ATen\ops\special_expit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6257471Z copying torch\include\ATen\ops\special_expit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6263932Z copying torch\include\ATen\ops\special_expm1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6270788Z copying torch\include\ATen\ops\special_expm1_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6277475Z copying torch\include\ATen\ops\special_expm1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6283872Z copying torch\include\ATen\ops\special_expm1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6290629Z copying torch\include\ATen\ops\special_gammainc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6297427Z copying torch\include\ATen\ops\special_gammaincc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6304746Z copying torch\include\ATen\ops\special_gammaincc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6311406Z copying torch\include\ATen\ops\special_gammaincc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6318085Z copying torch\include\ATen\ops\special_gammaincc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6325249Z copying torch\include\ATen\ops\special_gammainc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6332049Z copying torch\include\ATen\ops\special_gammainc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6339081Z copying torch\include\ATen\ops\special_gammainc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6345707Z copying torch\include\ATen\ops\special_gammaln.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6352651Z copying torch\include\ATen\ops\special_gammaln_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6359398Z copying torch\include\ATen\ops\special_gammaln_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6366242Z copying torch\include\ATen\ops\special_gammaln_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6373117Z copying torch\include\ATen\ops\special_hermite_polynomial_h.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6380006Z copying torch\include\ATen\ops\special_hermite_polynomial_he.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6387668Z copying torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6396213Z copying torch\include\ATen\ops\special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6402869Z copying torch\include\ATen\ops\special_hermite_polynomial_he_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6409827Z copying torch\include\ATen\ops\special_hermite_polynomial_he_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6416935Z copying torch\include\ATen\ops\special_hermite_polynomial_he_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6423864Z copying torch\include\ATen\ops\special_hermite_polynomial_he_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6430835Z copying torch\include\ATen\ops\special_hermite_polynomial_he_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6437855Z copying torch\include\ATen\ops\special_hermite_polynomial_he_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6445355Z copying torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6452510Z copying torch\include\ATen\ops\special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6459834Z copying torch\include\ATen\ops\special_hermite_polynomial_h_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6466876Z copying torch\include\ATen\ops\special_hermite_polynomial_h_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6473799Z copying torch\include\ATen\ops\special_hermite_polynomial_h_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6480871Z copying torch\include\ATen\ops\special_hermite_polynomial_h_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6487944Z copying torch\include\ATen\ops\special_hermite_polynomial_h_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6495052Z copying torch\include\ATen\ops\special_hermite_polynomial_h_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6502212Z copying torch\include\ATen\ops\special_i0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6508862Z copying torch\include\ATen\ops\special_i0e.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6515975Z copying torch\include\ATen\ops\special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6530485Z copying torch\include\ATen\ops\special_i0e_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6538955Z copying torch\include\ATen\ops\special_i0e_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6547670Z copying torch\include\ATen\ops\special_i0e_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6555836Z copying torch\include\ATen\ops\special_i0e_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6563888Z copying torch\include\ATen\ops\special_i0e_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6571828Z copying torch\include\ATen\ops\special_i0e_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6578890Z copying torch\include\ATen\ops\special_i0_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6586631Z copying torch\include\ATen\ops\special_i0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6593051Z copying torch\include\ATen\ops\special_i0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6599685Z copying torch\include\ATen\ops\special_i1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6606285Z copying torch\include\ATen\ops\special_i1e.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6613406Z copying torch\include\ATen\ops\special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6621715Z copying torch\include\ATen\ops\special_i1e_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6628223Z copying torch\include\ATen\ops\special_i1e_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6634834Z copying torch\include\ATen\ops\special_i1e_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6641408Z copying torch\include\ATen\ops\special_i1e_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6648609Z copying torch\include\ATen\ops\special_i1e_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6655089Z copying torch\include\ATen\ops\special_i1e_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6662731Z copying torch\include\ATen\ops\special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6669010Z copying torch\include\ATen\ops\special_i1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6677134Z copying torch\include\ATen\ops\special_i1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6683748Z copying torch\include\ATen\ops\special_i1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6690424Z copying torch\include\ATen\ops\special_i1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6697174Z copying torch\include\ATen\ops\special_i1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6704047Z copying torch\include\ATen\ops\special_i1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6711203Z copying torch\include\ATen\ops\special_laguerre_polynomial_l.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6718341Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6725175Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6731947Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6738783Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6745703Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6752608Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6759333Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6766897Z copying torch\include\ATen\ops\special_laguerre_polynomial_l_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6774362Z copying torch\include\ATen\ops\special_legendre_polynomial_p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6781770Z copying torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6789494Z copying torch\include\ATen\ops\special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6796315Z copying torch\include\ATen\ops\special_legendre_polynomial_p_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6803188Z copying torch\include\ATen\ops\special_legendre_polynomial_p_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6810110Z copying torch\include\ATen\ops\special_legendre_polynomial_p_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6817101Z copying torch\include\ATen\ops\special_legendre_polynomial_p_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6824467Z copying torch\include\ATen\ops\special_legendre_polynomial_p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6831816Z copying torch\include\ATen\ops\special_legendre_polynomial_p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6838389Z copying torch\include\ATen\ops\special_log1p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6845846Z copying torch\include\ATen\ops\special_log1p_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6852911Z copying torch\include\ATen\ops\special_log1p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6859883Z copying torch\include\ATen\ops\special_log1p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6866767Z copying torch\include\ATen\ops\special_logit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6874218Z copying torch\include\ATen\ops\special_logit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6880883Z copying torch\include\ATen\ops\special_logit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6888526Z copying torch\include\ATen\ops\special_logit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6895281Z copying torch\include\ATen\ops\special_logsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6902808Z copying torch\include\ATen\ops\special_logsumexp_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6909558Z copying torch\include\ATen\ops\special_logsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6916362Z copying torch\include\ATen\ops\special_logsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6923425Z copying torch\include\ATen\ops\special_log_ndtr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6930768Z copying torch\include\ATen\ops\special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6937692Z copying torch\include\ATen\ops\special_log_ndtr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6944514Z copying torch\include\ATen\ops\special_log_ndtr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6951340Z copying torch\include\ATen\ops\special_log_ndtr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6959084Z copying torch\include\ATen\ops\special_log_ndtr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6966020Z copying torch\include\ATen\ops\special_log_ndtr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6972890Z copying torch\include\ATen\ops\special_log_ndtr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6979817Z copying torch\include\ATen\ops\special_log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6987255Z copying torch\include\ATen\ops\special_log_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.6994074Z copying torch\include\ATen\ops\special_log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7001067Z copying torch\include\ATen\ops\special_log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7008111Z copying torch\include\ATen\ops\special_modified_bessel_i0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7015493Z copying torch\include\ATen\ops\special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7022567Z copying torch\include\ATen\ops\special_modified_bessel_i0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7029431Z copying torch\include\ATen\ops\special_modified_bessel_i0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7036395Z copying torch\include\ATen\ops\special_modified_bessel_i0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7043647Z copying torch\include\ATen\ops\special_modified_bessel_i0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7051031Z copying torch\include\ATen\ops\special_modified_bessel_i0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7057929Z copying torch\include\ATen\ops\special_modified_bessel_i0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7064668Z copying torch\include\ATen\ops\special_modified_bessel_i1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7072151Z copying torch\include\ATen\ops\special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7079134Z copying torch\include\ATen\ops\special_modified_bessel_i1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7086597Z copying torch\include\ATen\ops\special_modified_bessel_i1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7093411Z copying torch\include\ATen\ops\special_modified_bessel_i1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7100803Z copying torch\include\ATen\ops\special_modified_bessel_i1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7107772Z copying torch\include\ATen\ops\special_modified_bessel_i1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7114602Z copying torch\include\ATen\ops\special_modified_bessel_i1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7122237Z copying torch\include\ATen\ops\special_modified_bessel_k0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7129604Z copying torch\include\ATen\ops\special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7136710Z copying torch\include\ATen\ops\special_modified_bessel_k0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7143685Z copying torch\include\ATen\ops\special_modified_bessel_k0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7150867Z copying torch\include\ATen\ops\special_modified_bessel_k0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7157902Z copying torch\include\ATen\ops\special_modified_bessel_k0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7165167Z copying torch\include\ATen\ops\special_modified_bessel_k0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7172113Z copying torch\include\ATen\ops\special_modified_bessel_k0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7178984Z copying torch\include\ATen\ops\special_modified_bessel_k1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7186703Z copying torch\include\ATen\ops\special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7193446Z copying torch\include\ATen\ops\special_modified_bessel_k1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7200722Z copying torch\include\ATen\ops\special_modified_bessel_k1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7207777Z copying torch\include\ATen\ops\special_modified_bessel_k1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7214918Z copying torch\include\ATen\ops\special_modified_bessel_k1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7221938Z copying torch\include\ATen\ops\special_modified_bessel_k1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7228700Z copying torch\include\ATen\ops\special_modified_bessel_k1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7235668Z copying torch\include\ATen\ops\special_multigammaln.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7243191Z copying torch\include\ATen\ops\special_multigammaln_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7250259Z copying torch\include\ATen\ops\special_multigammaln_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7257065Z copying torch\include\ATen\ops\special_multigammaln_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7263920Z copying torch\include\ATen\ops\special_ndtr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7270931Z copying torch\include\ATen\ops\special_ndtri.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7278596Z copying torch\include\ATen\ops\special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7285461Z copying torch\include\ATen\ops\special_ndtri_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7292145Z copying torch\include\ATen\ops\special_ndtri_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7299134Z copying torch\include\ATen\ops\special_ndtri_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7306010Z copying torch\include\ATen\ops\special_ndtri_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7317236Z copying torch\include\ATen\ops\special_ndtri_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7322916Z copying torch\include\ATen\ops\special_ndtri_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7330168Z copying torch\include\ATen\ops\special_ndtr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7337764Z copying torch\include\ATen\ops\special_ndtr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7344113Z copying torch\include\ATen\ops\special_ndtr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7351404Z copying torch\include\ATen\ops\special_polygamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7358479Z copying torch\include\ATen\ops\special_polygamma_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7365224Z copying torch\include\ATen\ops\special_polygamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7372013Z copying torch\include\ATen\ops\special_polygamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7379144Z copying torch\include\ATen\ops\special_psi.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7386392Z copying torch\include\ATen\ops\special_psi_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7392897Z copying torch\include\ATen\ops\special_psi_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7399538Z copying torch\include\ATen\ops\special_psi_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7406241Z copying torch\include\ATen\ops\special_round.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7413434Z copying torch\include\ATen\ops\special_round_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7420186Z copying torch\include\ATen\ops\special_round_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7427653Z copying torch\include\ATen\ops\special_round_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7434906Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7443447Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7450348Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7457635Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7464415Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7471406Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7478384Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7485201Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7492312Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7499678Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7506437Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7514003Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7520783Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7527973Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7535110Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7542338Z copying torch\include\ATen\ops\special_scaled_modified_bessel_k1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7549490Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7557050Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7564938Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7572026Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7579583Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7586768Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7596240Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7603131Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7610398Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_t_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7617598Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7625421Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7632575Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7639784Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7646852Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7654151Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7661149Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7668195Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7675227Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_u_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7682709Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7690410Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7697951Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7705120Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7712586Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7719449Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7726524Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7733647Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7741030Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_v_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7748175Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7756297Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7763227Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7770305Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7777879Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7784900Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7792075Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7799111Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7806276Z copying torch\include\ATen\ops\special_shifted_chebyshev_polynomial_w_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7813475Z copying torch\include\ATen\ops\special_sinc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7820854Z copying torch\include\ATen\ops\special_sinc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7827610Z copying torch\include\ATen\ops\special_sinc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7834231Z copying torch\include\ATen\ops\special_sinc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7841165Z copying torch\include\ATen\ops\special_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7848488Z copying torch\include\ATen\ops\special_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7855440Z copying torch\include\ATen\ops\special_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7862201Z copying torch\include\ATen\ops\special_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7869248Z copying torch\include\ATen\ops\special_spherical_bessel_j0.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7876402Z copying torch\include\ATen\ops\special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7883403Z copying torch\include\ATen\ops\special_spherical_bessel_j0_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7890339Z copying torch\include\ATen\ops\special_spherical_bessel_j0_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7897043Z copying torch\include\ATen\ops\special_spherical_bessel_j0_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7904673Z copying torch\include\ATen\ops\special_spherical_bessel_j0_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7911560Z copying torch\include\ATen\ops\special_spherical_bessel_j0_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7918325Z copying torch\include\ATen\ops\special_spherical_bessel_j0_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7925057Z copying torch\include\ATen\ops\special_xlog1py.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7932273Z copying torch\include\ATen\ops\special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7939150Z copying torch\include\ATen\ops\special_xlog1py_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7946187Z copying torch\include\ATen\ops\special_xlog1py_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7952938Z copying torch\include\ATen\ops\special_xlog1py_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7959849Z copying torch\include\ATen\ops\special_xlog1py_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7966771Z copying torch\include\ATen\ops\special_xlog1py_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7974181Z copying torch\include\ATen\ops\special_xlog1py_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7980928Z copying torch\include\ATen\ops\special_xlog1py_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7987779Z copying torch\include\ATen\ops\special_xlogy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.7994853Z copying torch\include\ATen\ops\special_xlogy_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8001503Z copying torch\include\ATen\ops\special_xlogy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8008086Z copying torch\include\ATen\ops\special_xlogy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8014870Z copying torch\include\ATen\ops\special_zeta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8022143Z copying torch\include\ATen\ops\special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8028836Z copying torch\include\ATen\ops\special_zeta_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8035674Z copying torch\include\ATen\ops\special_zeta_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8042436Z copying torch\include\ATen\ops\special_zeta_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8049181Z copying torch\include\ATen\ops\special_zeta_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8056182Z copying torch\include\ATen\ops\special_zeta_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8063037Z copying torch\include\ATen\ops\special_zeta_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8070642Z copying torch\include\ATen\ops\special_zeta_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8078330Z copying torch\include\ATen\ops\split.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8085179Z copying torch\include\ATen\ops\split_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8092025Z copying torch\include\ATen\ops\split_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8098694Z copying torch\include\ATen\ops\split_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8105970Z copying torch\include\ATen\ops\split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8112623Z copying torch\include\ATen\ops\split_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8119347Z copying torch\include\ATen\ops\split_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8126091Z copying torch\include\ATen\ops\split_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8132565Z copying torch\include\ATen\ops\split_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8139520Z copying torch\include\ATen\ops\split_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8146129Z copying torch\include\ATen\ops\split_with_sizes.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8153698Z copying torch\include\ATen\ops\split_with_sizes_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8160532Z copying torch\include\ATen\ops\split_with_sizes_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8167995Z copying torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8175215Z copying torch\include\ATen\ops\split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8182156Z copying torch\include\ATen\ops\split_with_sizes_copy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8188884Z copying torch\include\ATen\ops\split_with_sizes_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8195707Z copying torch\include\ATen\ops\split_with_sizes_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8202815Z copying torch\include\ATen\ops\split_with_sizes_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8209651Z copying torch\include\ATen\ops\split_with_sizes_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8216391Z copying torch\include\ATen\ops\sqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8223023Z copying torch\include\ATen\ops\sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8229319Z copying torch\include\ATen\ops\sqrt_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8236122Z copying torch\include\ATen\ops\sqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8242691Z copying torch\include\ATen\ops\sqrt_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8249148Z copying torch\include\ATen\ops\sqrt_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8255798Z copying torch\include\ATen\ops\sqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8262693Z copying torch\include\ATen\ops\sqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8271535Z copying torch\include\ATen\ops\square.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8281019Z copying torch\include\ATen\ops\square_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8288912Z copying torch\include\ATen\ops\square_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8298246Z copying torch\include\ATen\ops\square_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8306386Z copying torch\include\ATen\ops\squeeze.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8316180Z copying torch\include\ATen\ops\squeeze_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8324778Z copying torch\include\ATen\ops\squeeze_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8334658Z copying torch\include\ATen\ops\squeeze_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8344365Z copying torch\include\ATen\ops\squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8352117Z copying torch\include\ATen\ops\squeeze_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8358953Z copying torch\include\ATen\ops\squeeze_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8366455Z copying torch\include\ATen\ops\squeeze_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8375831Z copying torch\include\ATen\ops\squeeze_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8384535Z copying torch\include\ATen\ops\squeeze_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8393765Z copying torch\include\ATen\ops\sspaddmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8404601Z copying torch\include\ATen\ops\sspaddmm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8416386Z copying torch\include\ATen\ops\sspaddmm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8428615Z copying torch\include\ATen\ops\sspaddmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8440699Z copying torch\include\ATen\ops\sspaddmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8452385Z copying torch\include\ATen\ops\sspaddmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8460323Z copying torch\include\ATen\ops\stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8469638Z copying torch\include\ATen\ops\stack_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8477268Z copying torch\include\ATen\ops\stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8484852Z copying torch\include\ATen\ops\stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8493801Z copying torch\include\ATen\ops\std.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8501863Z copying torch\include\ATen\ops\std_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8510898Z copying torch\include\ATen\ops\std_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8518389Z copying torch\include\ATen\ops\std_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8527332Z copying torch\include\ATen\ops\std_mean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8535950Z copying torch\include\ATen\ops\std_mean_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8544078Z copying torch\include\ATen\ops\std_mean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8552615Z copying torch\include\ATen\ops\std_mean_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8560474Z copying torch\include\ATen\ops\std_mean_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8569477Z copying torch\include\ATen\ops\std_mean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8577362Z copying torch\include\ATen\ops\std_mean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8586225Z copying torch\include\ATen\ops\std_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8594377Z copying torch\include\ATen\ops\std_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8600452Z copying torch\include\ATen\ops\stft.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8608298Z copying torch\include\ATen\ops\stft_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8615348Z copying torch\include\ATen\ops\stft_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8623659Z copying torch\include\ATen\ops\stft_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8629703Z copying torch\include\ATen\ops\stride.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8636564Z copying torch\include\ATen\ops\stride_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8642618Z copying torch\include\ATen\ops\stride_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8649983Z copying torch\include\ATen\ops\stride_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8656824Z copying torch\include\ATen\ops\sub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8663048Z copying torch\include\ATen\ops\subtract.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8669505Z copying torch\include\ATen\ops\subtract_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8676830Z copying torch\include\ATen\ops\subtract_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8683665Z copying torch\include\ATen\ops\subtract_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8690813Z copying torch\include\ATen\ops\sub_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8697469Z copying torch\include\ATen\ops\sub_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8704281Z copying torch\include\ATen\ops\sub_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8710959Z copying torch\include\ATen\ops\sub_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8717378Z copying torch\include\ATen\ops\sub_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8723541Z copying torch\include\ATen\ops\sub_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8729986Z copying torch\include\ATen\ops\sub_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8736555Z copying torch\include\ATen\ops\sub_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8742797Z copying torch\include\ATen\ops\sum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8749943Z copying torch\include\ATen\ops\sum_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8756479Z copying torch\include\ATen\ops\sum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8763164Z copying torch\include\ATen\ops\sum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8769608Z copying torch\include\ATen\ops\sum_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8776219Z copying torch\include\ATen\ops\sum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8782714Z copying torch\include\ATen\ops\sum_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8788924Z copying torch\include\ATen\ops\sum_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8795366Z copying torch\include\ATen\ops\sum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8801995Z copying torch\include\ATen\ops\sum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8808348Z copying torch\include\ATen\ops\sum_to_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8815289Z copying torch\include\ATen\ops\sum_to_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8821799Z copying torch\include\ATen\ops\sum_to_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8828013Z copying torch\include\ATen\ops\sum_to_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8834393Z copying torch\include\ATen\ops\svd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8840970Z copying torch\include\ATen\ops\svd_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8847216Z copying torch\include\ATen\ops\svd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8853776Z copying torch\include\ATen\ops\svd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8860177Z copying torch\include\ATen\ops\swapaxes.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8866405Z copying torch\include\ATen\ops\swapaxes_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8872482Z copying torch\include\ATen\ops\swapaxes_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8878905Z copying torch\include\ATen\ops\swapaxes_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8885515Z copying torch\include\ATen\ops\swapdims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8891878Z copying torch\include\ATen\ops\swapdims_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8898197Z copying torch\include\ATen\ops\swapdims_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8904769Z copying torch\include\ATen\ops\swapdims_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8911497Z copying torch\include\ATen\ops\sym_constrain_range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8918358Z copying torch\include\ATen\ops\sym_constrain_range_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8924833Z copying torch\include\ATen\ops\sym_constrain_range_for_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8931843Z copying torch\include\ATen\ops\sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8938710Z copying torch\include\ATen\ops\sym_constrain_range_for_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8945535Z copying torch\include\ATen\ops\sym_constrain_range_for_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8952118Z copying torch\include\ATen\ops\sym_constrain_range_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8967951Z copying torch\include\ATen\ops\sym_constrain_range_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8974492Z copying torch\include\ATen\ops\sym_numel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8981489Z copying torch\include\ATen\ops\sym_numel_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8987781Z copying torch\include\ATen\ops\sym_numel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.8994397Z copying torch\include\ATen\ops\sym_numel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9001172Z copying torch\include\ATen\ops\sym_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9010315Z copying torch\include\ATen\ops\sym_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9016783Z copying torch\include\ATen\ops\sym_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9022817Z copying torch\include\ATen\ops\sym_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9029569Z copying torch\include\ATen\ops\sym_storage_offset.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9036567Z copying torch\include\ATen\ops\sym_storage_offset_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9043390Z copying torch\include\ATen\ops\sym_storage_offset_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9050131Z copying torch\include\ATen\ops\sym_storage_offset_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9057020Z copying torch\include\ATen\ops\sym_stride.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9064123Z copying torch\include\ATen\ops\sym_stride_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9071010Z copying torch\include\ATen\ops\sym_stride_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9077448Z copying torch\include\ATen\ops\sym_stride_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9084019Z copying torch\include\ATen\ops\t.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9090112Z copying torch\include\ATen\ops\take.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9096596Z copying torch\include\ATen\ops\take_along_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9103727Z copying torch\include\ATen\ops\take_along_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9110361Z copying torch\include\ATen\ops\take_along_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9117093Z copying torch\include\ATen\ops\take_along_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9123844Z copying torch\include\ATen\ops\take_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9130460Z copying torch\include\ATen\ops\take_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9137131Z copying torch\include\ATen\ops\take_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9143723Z copying torch\include\ATen\ops\take_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9150071Z copying torch\include\ATen\ops\tan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9156561Z copying torch\include\ATen\ops\tanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9162951Z copying torch\include\ATen\ops\tanh_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9169980Z copying torch\include\ATen\ops\tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9176729Z copying torch\include\ATen\ops\tanh_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9183395Z copying torch\include\ATen\ops\tanh_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9194331Z copying torch\include\ATen\ops\tanh_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9201190Z copying torch\include\ATen\ops\tanh_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9208159Z copying torch\include\ATen\ops\tanh_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9215262Z copying torch\include\ATen\ops\tanh_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9222371Z copying torch\include\ATen\ops\tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9228853Z copying torch\include\ATen\ops\tanh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9235421Z copying torch\include\ATen\ops\tanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9241941Z copying torch\include\ATen\ops\tanh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9248379Z copying torch\include\ATen\ops\tanh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9255268Z copying torch\include\ATen\ops\tanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9262014Z copying torch\include\ATen\ops\tanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9268863Z copying torch\include\ATen\ops\tan_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9275306Z copying torch\include\ATen\ops\tan_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9282227Z copying torch\include\ATen\ops\tan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9288739Z copying torch\include\ATen\ops\tan_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9294916Z copying torch\include\ATen\ops\tan_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9301353Z copying torch\include\ATen\ops\tan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9308135Z copying torch\include\ATen\ops\tan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9314372Z copying torch\include\ATen\ops\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9320687Z copying torch\include\ATen\ops\tensordot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9327535Z copying torch\include\ATen\ops\tensordot_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9334060Z copying torch\include\ATen\ops\tensordot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9340540Z copying torch\include\ATen\ops\tensordot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9347155Z copying torch\include\ATen\ops\tensor_split.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9354180Z copying torch\include\ATen\ops\tensor_split_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9360783Z copying torch\include\ATen\ops\tensor_split_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9367239Z copying torch\include\ATen\ops\tensor_split_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9373766Z copying torch\include\ATen\ops\thnn_conv2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9381789Z copying torch\include\ATen\ops\thnn_conv2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9390593Z copying torch\include\ATen\ops\thnn_conv2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9397130Z copying torch\include\ATen\ops\thnn_conv2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9403562Z copying torch\include\ATen\ops\threshold.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9411162Z copying torch\include\ATen\ops\threshold_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9418581Z copying torch\include\ATen\ops\threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9425294Z copying torch\include\ATen\ops\threshold_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9432024Z copying torch\include\ATen\ops\threshold_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9438825Z copying torch\include\ATen\ops\threshold_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9445689Z copying torch\include\ATen\ops\threshold_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9452451Z copying torch\include\ATen\ops\threshold_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9459545Z copying torch\include\ATen\ops\threshold_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9466888Z copying torch\include\ATen\ops\threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9473461Z copying torch\include\ATen\ops\threshold_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9480158Z copying torch\include\ATen\ops\threshold_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9486749Z copying torch\include\ATen\ops\threshold_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9493556Z copying torch\include\ATen\ops\threshold_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9500547Z copying torch\include\ATen\ops\threshold_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9507256Z copying torch\include\ATen\ops\threshold_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9514150Z copying torch\include\ATen\ops\tile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9520822Z copying torch\include\ATen\ops\tile_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9527354Z copying torch\include\ATen\ops\tile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9533694Z copying torch\include\ATen\ops\tile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9540127Z copying torch\include\ATen\ops\to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9546338Z copying torch\include\ATen\ops\topk.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9553222Z copying torch\include\ATen\ops\topk_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9583661Z copying torch\include\ATen\ops\topk_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9590276Z copying torch\include\ATen\ops\topk_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9596895Z copying torch\include\ATen\ops\topk_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9603484Z copying torch\include\ATen\ops\topk_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9610079Z copying torch\include\ATen\ops\topk_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9616679Z copying torch\include\ATen\ops\topk_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9623495Z copying torch\include\ATen\ops\to_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9630115Z copying torch\include\ATen\ops\to_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9636311Z copying torch\include\ATen\ops\to_dense_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9643337Z copying torch\include\ATen\ops\to_dense_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9650121Z copying torch\include\ATen\ops\to_dense_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9657069Z copying torch\include\ATen\ops\to_dense_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9663913Z copying torch\include\ATen\ops\to_dense_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9670583Z copying torch\include\ATen\ops\to_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9677383Z copying torch\include\ATen\ops\to_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9684045Z copying torch\include\ATen\ops\to_mkldnn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9690790Z copying torch\include\ATen\ops\to_mkldnn_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9697879Z copying torch\include\ATen\ops\to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9704670Z copying torch\include\ATen\ops\to_mkldnn_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9711114Z copying torch\include\ATen\ops\to_mkldnn_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9718240Z copying torch\include\ATen\ops\to_mkldnn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9725129Z copying torch\include\ATen\ops\to_mkldnn_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9731774Z copying torch\include\ATen\ops\to_mkldnn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9738659Z copying torch\include\ATen\ops\to_mkldnn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9745267Z copying torch\include\ATen\ops\to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9751822Z copying torch\include\ATen\ops\to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9758291Z copying torch\include\ATen\ops\to_padded_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9765208Z copying torch\include\ATen\ops\to_padded_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9772011Z copying torch\include\ATen\ops\to_padded_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9779357Z copying torch\include\ATen\ops\to_padded_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9786352Z copying torch\include\ATen\ops\to_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9792732Z copying torch\include\ATen\ops\to_sparse_bsc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9799763Z copying torch\include\ATen\ops\to_sparse_bsc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9806380Z copying torch\include\ATen\ops\to_sparse_bsc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9812573Z copying torch\include\ATen\ops\to_sparse_bsc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9819513Z copying torch\include\ATen\ops\to_sparse_bsr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9826313Z copying torch\include\ATen\ops\to_sparse_bsr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9832878Z copying torch\include\ATen\ops\to_sparse_bsr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9839199Z copying torch\include\ATen\ops\to_sparse_bsr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9846468Z copying torch\include\ATen\ops\to_sparse_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9852778Z copying torch\include\ATen\ops\to_sparse_csc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9859379Z copying torch\include\ATen\ops\to_sparse_csc_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9866009Z copying torch\include\ATen\ops\to_sparse_csc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9872650Z copying torch\include\ATen\ops\to_sparse_csc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9879648Z copying torch\include\ATen\ops\to_sparse_csr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9886088Z copying torch\include\ATen\ops\to_sparse_csr_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9892552Z copying torch\include\ATen\ops\to_sparse_csr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9899131Z copying torch\include\ATen\ops\to_sparse_csr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9905716Z copying torch\include\ATen\ops\to_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9912218Z copying torch\include\ATen\ops\to_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9919494Z copying torch\include\ATen\ops\trace.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9925760Z copying torch\include\ATen\ops\trace_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9932639Z copying torch\include\ATen\ops\trace_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9939172Z copying torch\include\ATen\ops\trace_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9945520Z copying torch\include\ATen\ops\trace_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9952388Z copying torch\include\ATen\ops\trace_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9958989Z copying torch\include\ATen\ops\trace_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9965773Z copying torch\include\ATen\ops\trace_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9972297Z copying torch\include\ATen\ops\trace_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9979521Z copying torch\include\ATen\ops\trace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9985606Z copying torch\include\ATen\ops\transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:04.9992213Z copying torch\include\ATen\ops\transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0014380Z copying torch\include\ATen\ops\transpose_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0020910Z copying torch\include\ATen\ops\transpose_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0028371Z copying torch\include\ATen\ops\transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0042385Z copying torch\include\ATen\ops\transpose_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0049049Z copying torch\include\ATen\ops\transpose_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0055915Z copying torch\include\ATen\ops\transpose_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0062733Z copying torch\include\ATen\ops\transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0069351Z copying torch\include\ATen\ops\transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0076166Z copying torch\include\ATen\ops\trapezoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0083670Z copying torch\include\ATen\ops\trapezoid_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0090173Z copying torch\include\ATen\ops\trapezoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0096967Z copying torch\include\ATen\ops\trapezoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0103612Z copying torch\include\ATen\ops\trapz.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0110731Z copying torch\include\ATen\ops\trapz_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0117114Z copying torch\include\ATen\ops\trapz_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0123736Z copying torch\include\ATen\ops\trapz_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0130440Z copying torch\include\ATen\ops\triangular_solve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0137923Z copying torch\include\ATen\ops\triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0144637Z copying torch\include\ATen\ops\triangular_solve_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0151394Z copying torch\include\ATen\ops\triangular_solve_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0158161Z copying torch\include\ATen\ops\triangular_solve_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0165000Z copying torch\include\ATen\ops\triangular_solve_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0171763Z copying torch\include\ATen\ops\triangular_solve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0179318Z copying torch\include\ATen\ops\triangular_solve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0185907Z copying torch\include\ATen\ops\tril.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0192840Z copying torch\include\ATen\ops\tril_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0199066Z copying torch\include\ATen\ops\tril_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0205709Z copying torch\include\ATen\ops\tril_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0212358Z copying torch\include\ATen\ops\tril_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0219588Z copying torch\include\ATen\ops\tril_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0226463Z copying torch\include\ATen\ops\tril_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0233232Z copying torch\include\ATen\ops\tril_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0240215Z copying torch\include\ATen\ops\tril_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0252268Z copying torch\include\ATen\ops\tril_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0259050Z copying torch\include\ATen\ops\tril_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0265643Z copying torch\include\ATen\ops\tril_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0272281Z copying torch\include\ATen\ops\tril_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0278920Z copying torch\include\ATen\ops\tril_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0285659Z copying torch\include\ATen\ops\triplet_margin_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0299415Z copying torch\include\ATen\ops\triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0306154Z copying torch\include\ATen\ops\triplet_margin_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0313740Z copying torch\include\ATen\ops\triplet_margin_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0320007Z copying torch\include\ATen\ops\triu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0326698Z copying torch\include\ATen\ops\triu_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0333375Z copying torch\include\ATen\ops\triu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0340138Z copying torch\include\ATen\ops\triu_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0346716Z copying torch\include\ATen\ops\triu_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0353715Z copying torch\include\ATen\ops\triu_indices_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0360377Z copying torch\include\ATen\ops\triu_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0367099Z copying torch\include\ATen\ops\triu_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0373877Z copying torch\include\ATen\ops\triu_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0380889Z copying torch\include\ATen\ops\triu_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0387714Z copying torch\include\ATen\ops\triu_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0394426Z copying torch\include\ATen\ops\triu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0400822Z copying torch\include\ATen\ops\triu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0407240Z copying torch\include\ATen\ops\triu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0413557Z copying torch\include\ATen\ops\true_divide.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0420552Z copying torch\include\ATen\ops\true_divide_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0426975Z copying torch\include\ATen\ops\true_divide_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0433658Z copying torch\include\ATen\ops\true_divide_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0440238Z copying torch\include\ATen\ops\trunc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0447025Z copying torch\include\ATen\ops\trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0453996Z copying torch\include\ATen\ops\trunc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0460579Z copying torch\include\ATen\ops\trunc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0466996Z copying torch\include\ATen\ops\trunc_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0473359Z copying torch\include\ATen\ops\trunc_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0479801Z copying torch\include\ATen\ops\trunc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0486503Z copying torch\include\ATen\ops\trunc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0492997Z copying torch\include\ATen\ops\type_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0499460Z copying torch\include\ATen\ops\type_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0510691Z copying torch\include\ATen\ops\type_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0517338Z copying torch\include\ATen\ops\type_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0524046Z copying torch\include\ATen\ops\t_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0530525Z copying torch\include\ATen\ops\t_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0537254Z copying torch\include\ATen\ops\t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0544112Z copying torch\include\ATen\ops\t_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0550435Z copying torch\include\ATen\ops\t_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0556668Z copying torch\include\ATen\ops\t_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0563150Z copying torch\include\ATen\ops\t_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0568817Z copying torch\include\ATen\ops\t_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0591080Z copying torch\include\ATen\ops\unbind.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0597528Z copying torch\include\ATen\ops\unbind_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0604671Z copying torch\include\ATen\ops\unbind_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0616798Z copying torch\include\ATen\ops\unbind_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0623737Z copying torch\include\ATen\ops\unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0630360Z copying torch\include\ATen\ops\unbind_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0636801Z copying torch\include\ATen\ops\unbind_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0643389Z copying torch\include\ATen\ops\unbind_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0650112Z copying torch\include\ATen\ops\unbind_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0656731Z copying torch\include\ATen\ops\unbind_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0663187Z copying torch\include\ATen\ops\unflatten.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0669945Z copying torch\include\ATen\ops\unflatten_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0676803Z copying torch\include\ATen\ops\unflatten_dense_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0683416Z copying torch\include\ATen\ops\unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0689858Z copying torch\include\ATen\ops\unflatten_dense_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0696566Z copying torch\include\ATen\ops\unflatten_dense_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0703345Z copying torch\include\ATen\ops\unflatten_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0709983Z copying torch\include\ATen\ops\unflatten_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0716612Z copying torch\include\ATen\ops\unfold.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0722772Z copying torch\include\ATen\ops\unfold_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0729844Z copying torch\include\ATen\ops\unfold_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0736898Z copying torch\include\ATen\ops\unfold_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0744016Z copying torch\include\ATen\ops\unfold_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0750792Z copying torch\include\ATen\ops\unfold_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0757485Z copying torch\include\ATen\ops\unfold_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0764182Z copying torch\include\ATen\ops\unfold_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0771350Z copying torch\include\ATen\ops\unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0778276Z copying torch\include\ATen\ops\unfold_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0785254Z copying torch\include\ATen\ops\unfold_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0791991Z copying torch\include\ATen\ops\unfold_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0798810Z copying torch\include\ATen\ops\unfold_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0805422Z copying torch\include\ATen\ops\unfold_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0812182Z copying torch\include\ATen\ops\unfold_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0818999Z copying torch\include\ATen\ops\unfold_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0825321Z copying torch\include\ATen\ops\unfold_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0832120Z copying torch\include\ATen\ops\uniform.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0838784Z copying torch\include\ATen\ops\uniform_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0845708Z copying torch\include\ATen\ops\uniform_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0852368Z copying torch\include\ATen\ops\uniform_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0859072Z copying torch\include\ATen\ops\uniform_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0865840Z copying torch\include\ATen\ops\uniform_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0872605Z copying torch\include\ATen\ops\uniform_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0879522Z copying torch\include\ATen\ops\unique_consecutive.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0886557Z copying torch\include\ATen\ops\unique_consecutive_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0893509Z copying torch\include\ATen\ops\unique_consecutive_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0900527Z copying torch\include\ATen\ops\unique_consecutive_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0907485Z copying torch\include\ATen\ops\unique_consecutive_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0914281Z copying torch\include\ATen\ops\unique_consecutive_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0921014Z copying torch\include\ATen\ops\unique_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0928182Z copying torch\include\ATen\ops\unique_dim_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0935165Z copying torch\include\ATen\ops\unique_dim_consecutive.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0942349Z copying torch\include\ATen\ops\unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0949190Z copying torch\include\ATen\ops\unique_dim_consecutive_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0956237Z copying torch\include\ATen\ops\unique_dim_consecutive_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0966016Z copying torch\include\ATen\ops\unique_dim_consecutive_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0973151Z copying torch\include\ATen\ops\unique_dim_consecutive_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0980594Z copying torch\include\ATen\ops\unique_dim_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0987570Z copying torch\include\ATen\ops\unique_dim_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.0994572Z copying torch\include\ATen\ops\unique_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1001295Z copying torch\include\ATen\ops\unique_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1008234Z copying torch\include\ATen\ops\unsafe_chunk.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1015475Z copying torch\include\ATen\ops\unsafe_chunk_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1022202Z copying torch\include\ATen\ops\unsafe_chunk_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1029052Z copying torch\include\ATen\ops\unsafe_chunk_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1035756Z copying torch\include\ATen\ops\unsafe_split.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1042977Z copying torch\include\ATen\ops\unsafe_split_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1049529Z copying torch\include\ATen\ops\unsafe_split_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1056458Z copying torch\include\ATen\ops\unsafe_split_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1063269Z copying torch\include\ATen\ops\unsafe_split_with_sizes.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1070553Z copying torch\include\ATen\ops\unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1078088Z copying torch\include\ATen\ops\unsafe_split_with_sizes_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1084831Z copying torch\include\ATen\ops\unsafe_split_with_sizes_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1091341Z copying torch\include\ATen\ops\unsqueeze.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1098291Z copying torch\include\ATen\ops\unsqueeze_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1104811Z copying torch\include\ATen\ops\unsqueeze_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1111868Z copying torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1118816Z copying torch\include\ATen\ops\unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1125338Z copying torch\include\ATen\ops\unsqueeze_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1131955Z copying torch\include\ATen\ops\unsqueeze_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1138685Z copying torch\include\ATen\ops\unsqueeze_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1145359Z copying torch\include\ATen\ops\unsqueeze_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1152040Z copying torch\include\ATen\ops\upsample_bicubic2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1158959Z copying torch\include\ATen\ops\upsample_bicubic2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1166262Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1172892Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1179729Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1186514Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1193231Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1199926Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1206861Z copying torch\include\ATen\ops\upsample_bicubic2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1214202Z copying torch\include\ATen\ops\upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1221057Z copying torch\include\ATen\ops\upsample_bicubic2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1227592Z copying torch\include\ATen\ops\upsample_bicubic2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1234305Z copying torch\include\ATen\ops\upsample_bicubic2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1241088Z copying torch\include\ATen\ops\upsample_bicubic2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1247808Z copying torch\include\ATen\ops\upsample_bicubic2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1254587Z copying torch\include\ATen\ops\upsample_bicubic2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1261586Z copying torch\include\ATen\ops\upsample_bicubic2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1268540Z copying torch\include\ATen\ops\upsample_bilinear2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1275744Z copying torch\include\ATen\ops\upsample_bilinear2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1283082Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1290050Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1297163Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1303953Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1311448Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1318358Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1325384Z copying torch\include\ATen\ops\upsample_bilinear2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1332656Z copying torch\include\ATen\ops\upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1339754Z copying torch\include\ATen\ops\upsample_bilinear2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1346685Z copying torch\include\ATen\ops\upsample_bilinear2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1353577Z copying torch\include\ATen\ops\upsample_bilinear2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1372684Z copying torch\include\ATen\ops\upsample_bilinear2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1391530Z copying torch\include\ATen\ops\upsample_bilinear2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1392909Z copying torch\include\ATen\ops\upsample_bilinear2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1394211Z copying torch\include\ATen\ops\upsample_bilinear2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1407684Z copying torch\include\ATen\ops\upsample_linear1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1409493Z copying torch\include\ATen\ops\upsample_linear1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1414725Z copying torch\include\ATen\ops\upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1421780Z copying torch\include\ATen\ops\upsample_linear1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1428633Z copying torch\include\ATen\ops\upsample_linear1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1435528Z copying torch\include\ATen\ops\upsample_linear1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1442622Z copying torch\include\ATen\ops\upsample_linear1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1449471Z copying torch\include\ATen\ops\upsample_linear1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1456724Z copying torch\include\ATen\ops\upsample_linear1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1464100Z copying torch\include\ATen\ops\upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1471361Z copying torch\include\ATen\ops\upsample_linear1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1478093Z copying torch\include\ATen\ops\upsample_linear1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1484925Z copying torch\include\ATen\ops\upsample_linear1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1491861Z copying torch\include\ATen\ops\upsample_linear1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1499210Z copying torch\include\ATen\ops\upsample_linear1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1506137Z copying torch\include\ATen\ops\upsample_linear1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1512823Z copying torch\include\ATen\ops\upsample_linear1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1519722Z copying torch\include\ATen\ops\upsample_nearest1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1526565Z copying torch\include\ATen\ops\upsample_nearest1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1534730Z copying torch\include\ATen\ops\upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1541647Z copying torch\include\ATen\ops\upsample_nearest1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1548626Z copying torch\include\ATen\ops\upsample_nearest1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1555562Z copying torch\include\ATen\ops\upsample_nearest1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1562780Z copying torch\include\ATen\ops\upsample_nearest1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1569584Z copying torch\include\ATen\ops\upsample_nearest1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1576622Z copying torch\include\ATen\ops\upsample_nearest1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1584639Z copying torch\include\ATen\ops\upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1591462Z copying torch\include\ATen\ops\upsample_nearest1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1598104Z copying torch\include\ATen\ops\upsample_nearest1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1605055Z copying torch\include\ATen\ops\upsample_nearest1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1611670Z copying torch\include\ATen\ops\upsample_nearest1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1618796Z copying torch\include\ATen\ops\upsample_nearest1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1625443Z copying torch\include\ATen\ops\upsample_nearest1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1632317Z copying torch\include\ATen\ops\upsample_nearest1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1639139Z copying torch\include\ATen\ops\upsample_nearest2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1645956Z copying torch\include\ATen\ops\upsample_nearest2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1653441Z copying torch\include\ATen\ops\upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1660444Z copying torch\include\ATen\ops\upsample_nearest2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1667161Z copying torch\include\ATen\ops\upsample_nearest2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1673758Z copying torch\include\ATen\ops\upsample_nearest2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1680542Z copying torch\include\ATen\ops\upsample_nearest2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1687306Z copying torch\include\ATen\ops\upsample_nearest2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1694204Z copying torch\include\ATen\ops\upsample_nearest2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1701573Z copying torch\include\ATen\ops\upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1708342Z copying torch\include\ATen\ops\upsample_nearest2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1715017Z copying torch\include\ATen\ops\upsample_nearest2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1721650Z copying torch\include\ATen\ops\upsample_nearest2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1728467Z copying torch\include\ATen\ops\upsample_nearest2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1735586Z copying torch\include\ATen\ops\upsample_nearest2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1741996Z copying torch\include\ATen\ops\upsample_nearest2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1748681Z copying torch\include\ATen\ops\upsample_nearest2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1755713Z copying torch\include\ATen\ops\upsample_nearest3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1762467Z copying torch\include\ATen\ops\upsample_nearest3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1769929Z copying torch\include\ATen\ops\upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1776879Z copying torch\include\ATen\ops\upsample_nearest3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1783611Z copying torch\include\ATen\ops\upsample_nearest3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1790362Z copying torch\include\ATen\ops\upsample_nearest3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1797394Z copying torch\include\ATen\ops\upsample_nearest3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1804196Z copying torch\include\ATen\ops\upsample_nearest3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1811080Z copying torch\include\ATen\ops\upsample_nearest3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1818631Z copying torch\include\ATen\ops\upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1825532Z copying torch\include\ATen\ops\upsample_nearest3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1832179Z copying torch\include\ATen\ops\upsample_nearest3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1838892Z copying torch\include\ATen\ops\upsample_nearest3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1845585Z copying torch\include\ATen\ops\upsample_nearest3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1852624Z copying torch\include\ATen\ops\upsample_nearest3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1859412Z copying torch\include\ATen\ops\upsample_nearest3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1866080Z copying torch\include\ATen\ops\upsample_nearest3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1872873Z copying torch\include\ATen\ops\upsample_trilinear3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1879709Z copying torch\include\ATen\ops\upsample_trilinear3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1886969Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1894106Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1901118Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1908267Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1915399Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1922456Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1929210Z copying torch\include\ATen\ops\upsample_trilinear3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1937099Z copying torch\include\ATen\ops\upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1944010Z copying torch\include\ATen\ops\upsample_trilinear3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1950797Z copying torch\include\ATen\ops\upsample_trilinear3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1957654Z copying torch\include\ATen\ops\upsample_trilinear3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1964512Z copying torch\include\ATen\ops\upsample_trilinear3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1971811Z copying torch\include\ATen\ops\upsample_trilinear3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1978854Z copying torch\include\ATen\ops\upsample_trilinear3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1986088Z copying torch\include\ATen\ops\upsample_trilinear3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.1993296Z copying torch\include\ATen\ops\values.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2000132Z copying torch\include\ATen\ops\values_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2006636Z copying torch\include\ATen\ops\values_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2013843Z copying torch\include\ATen\ops\values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2020996Z copying torch\include\ATen\ops\values_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2027636Z copying torch\include\ATen\ops\values_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2034168Z copying torch\include\ATen\ops\values_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2040894Z copying torch\include\ATen\ops\values_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2047709Z copying torch\include\ATen\ops\values_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2054908Z copying torch\include\ATen\ops\value_selecting_reduction_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2062424Z copying torch\include\ATen\ops\value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2069129Z copying torch\include\ATen\ops\value_selecting_reduction_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2075967Z copying torch\include\ATen\ops\value_selecting_reduction_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2082587Z copying torch\include\ATen\ops\vander.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2089253Z copying torch\include\ATen\ops\vander_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2096381Z copying torch\include\ATen\ops\vander_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2103092Z copying torch\include\ATen\ops\vander_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2109454Z copying torch\include\ATen\ops\var.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2115947Z copying torch\include\ATen\ops\var_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2122417Z copying torch\include\ATen\ops\var_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2128864Z copying torch\include\ATen\ops\var_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2135478Z copying torch\include\ATen\ops\var_mean.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2141950Z copying torch\include\ATen\ops\var_mean_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2148579Z copying torch\include\ATen\ops\var_mean_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2155772Z copying torch\include\ATen\ops\var_mean_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2162388Z copying torch\include\ATen\ops\var_mean_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2168928Z copying torch\include\ATen\ops\var_mean_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2175579Z copying torch\include\ATen\ops\var_mean_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2182187Z copying torch\include\ATen\ops\var_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2188793Z copying torch\include\ATen\ops\var_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2194906Z copying torch\include\ATen\ops\vdot.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2201347Z copying torch\include\ATen\ops\vdot_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2207887Z copying torch\include\ATen\ops\vdot_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2214283Z copying torch\include\ATen\ops\vdot_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2221199Z copying torch\include\ATen\ops\vdot_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2227718Z copying torch\include\ATen\ops\vdot_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2233996Z copying torch\include\ATen\ops\view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2240289Z copying torch\include\ATen\ops\view_as.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2246428Z copying torch\include\ATen\ops\view_as_complex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2253002Z copying torch\include\ATen\ops\view_as_complex_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2260656Z copying torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2267332Z copying torch\include\ATen\ops\view_as_complex_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2273910Z copying torch\include\ATen\ops\view_as_complex_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2280555Z copying torch\include\ATen\ops\view_as_complex_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2287223Z copying torch\include\ATen\ops\view_as_complex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2294033Z copying torch\include\ATen\ops\view_as_complex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2301079Z copying torch\include\ATen\ops\view_as_complex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2307701Z copying torch\include\ATen\ops\view_as_complex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2314272Z copying torch\include\ATen\ops\view_as_complex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2321194Z copying torch\include\ATen\ops\view_as_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2327526Z copying torch\include\ATen\ops\view_as_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2333842Z copying torch\include\ATen\ops\view_as_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2340550Z copying torch\include\ATen\ops\view_as_real.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2347688Z copying torch\include\ATen\ops\view_as_real_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2354868Z copying torch\include\ATen\ops\view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2361722Z copying torch\include\ATen\ops\view_as_real_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2368255Z copying torch\include\ATen\ops\view_as_real_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2374893Z copying torch\include\ATen\ops\view_as_real_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2381577Z copying torch\include\ATen\ops\view_as_real_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2388459Z copying torch\include\ATen\ops\view_as_real_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2395172Z copying torch\include\ATen\ops\view_as_real_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2401732Z copying torch\include\ATen\ops\view_as_real_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2408116Z copying torch\include\ATen\ops\view_as_real_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2415084Z copying torch\include\ATen\ops\view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2421399Z copying torch\include\ATen\ops\view_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2428370Z copying torch\include\ATen\ops\view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2435194Z copying torch\include\ATen\ops\view_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2441596Z copying torch\include\ATen\ops\view_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2448198Z copying torch\include\ATen\ops\view_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2454921Z copying torch\include\ATen\ops\view_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2462151Z copying torch\include\ATen\ops\view_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2468701Z copying torch\include\ATen\ops\view_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2475101Z copying torch\include\ATen\ops\view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2481878Z copying torch\include\ATen\ops\view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2487975Z copying torch\include\ATen\ops\vsplit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2494576Z copying torch\include\ATen\ops\vsplit_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2500954Z copying torch\include\ATen\ops\vsplit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2507351Z copying torch\include\ATen\ops\vsplit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2513839Z copying torch\include\ATen\ops\vstack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2520328Z copying torch\include\ATen\ops\vstack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2526701Z copying torch\include\ATen\ops\vstack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2533138Z copying torch\include\ATen\ops\vstack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2539696Z copying torch\include\ATen\ops\where.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2546211Z copying torch\include\ATen\ops\where_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2553147Z copying torch\include\ATen\ops\where_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2559958Z copying torch\include\ATen\ops\where_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2568911Z copying torch\include\ATen\ops\where_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2575230Z copying torch\include\ATen\ops\where_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2581755Z copying torch\include\ATen\ops\xlogy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2588678Z copying torch\include\ATen\ops\xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2596221Z copying torch\include\ATen\ops\xlogy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2602674Z copying torch\include\ATen\ops\xlogy_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2609255Z copying torch\include\ATen\ops\xlogy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2615850Z copying torch\include\ATen\ops\xlogy_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2622519Z copying torch\include\ATen\ops\xlogy_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2628976Z copying torch\include\ATen\ops\xlogy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2635637Z copying torch\include\ATen\ops\xlogy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2642058Z copying torch\include\ATen\ops\xor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2648551Z copying torch\include\ATen\ops\xor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2654923Z copying torch\include\ATen\ops\xor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2661395Z copying torch\include\ATen\ops\xor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2667511Z copying torch\include\ATen\ops\zero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2673570Z copying torch\include\ATen\ops\zeros.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2680229Z copying torch\include\ATen\ops\zeros_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2686422Z copying torch\include\ATen\ops\zeros_like.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2693479Z copying torch\include\ATen\ops\zeros_like_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2700751Z copying torch\include\ATen\ops\zeros_like_compositeimplicitautogradnestedtensor_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2707077Z copying torch\include\ATen\ops\zeros_like_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2713593Z copying torch\include\ATen\ops\zeros_like_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2720031Z copying torch\include\ATen\ops\zeros_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2726469Z copying torch\include\ATen\ops\zeros_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2733258Z copying torch\include\ATen\ops\zero_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2739824Z copying torch\include\ATen\ops\zero_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2746419Z copying torch\include\ATen\ops\zero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2752907Z copying torch\include\ATen\ops\zero_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2759317Z copying torch\include\ATen\ops\zero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2765807Z copying torch\include\ATen\ops\zero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2772232Z copying torch\include\ATen\ops\_adaptive_avg_pool2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2779032Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2786321Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2793091Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2799946Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2806948Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2813706Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2821012Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2828059Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2835470Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2842254Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2849096Z copying torch\include\ATen\ops\_adaptive_avg_pool2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2856050Z copying torch\include\ATen\ops\_adaptive_avg_pool3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2863075Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2870401Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2877307Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2884244Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2891129Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2898019Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2905451Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2912295Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2919129Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2925881Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2932809Z copying torch\include\ATen\ops\_adaptive_avg_pool3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2940149Z copying torch\include\ATen\ops\_addmm_activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2947667Z copying torch\include\ATen\ops\_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2954215Z copying torch\include\ATen\ops\_addmm_activation_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2975336Z copying torch\include\ATen\ops\_addmm_activation_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2981725Z copying torch\include\ATen\ops\_addmm_activation_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2988549Z copying torch\include\ATen\ops\_addmm_activation_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.2995253Z copying torch\include\ATen\ops\_addmm_activation_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3002383Z copying torch\include\ATen\ops\_addmm_activation_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3009121Z copying torch\include\ATen\ops\_add_batch_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3016217Z copying torch\include\ATen\ops\_add_batch_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3022750Z copying torch\include\ATen\ops\_add_batch_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3029383Z copying torch\include\ATen\ops\_add_batch_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3036010Z copying torch\include\ATen\ops\_add_relu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3042960Z copying torch\include\ATen\ops\_add_relu_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3049690Z copying torch\include\ATen\ops\_add_relu_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3056638Z copying torch\include\ATen\ops\_add_relu_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3064039Z copying torch\include\ATen\ops\_add_relu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3070352Z copying torch\include\ATen\ops\_add_relu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3077064Z copying torch\include\ATen\ops\_aminmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3083765Z copying torch\include\ATen\ops\_aminmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3090498Z copying torch\include\ATen\ops\_aminmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3097433Z copying torch\include\ATen\ops\_aminmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3104922Z copying torch\include\ATen\ops\_aminmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3111216Z copying torch\include\ATen\ops\_aminmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3118001Z copying torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3126166Z 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 2024-10-08T20:14:05.3133152Z 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 2024-10-08T20:14:05.3141855Z 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 2024-10-08T20:14:05.3148742Z copying torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3155503Z copying torch\include\ATen\ops\_amp_foreach_non_finite_check_and_unscale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3162070Z copying torch\include\ATen\ops\_amp_update_scale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3170364Z copying torch\include\ATen\ops\_amp_update_scale_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3177209Z copying torch\include\ATen\ops\_amp_update_scale_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3184327Z copying torch\include\ATen\ops\_amp_update_scale_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3191034Z copying torch\include\ATen\ops\_amp_update_scale_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3197723Z copying torch\include\ATen\ops\_amp_update_scale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3204709Z copying torch\include\ATen\ops\_amp_update_scale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3211336Z copying torch\include\ATen\ops\_assert_async.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3218141Z copying torch\include\ATen\ops\_assert_async_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3226253Z copying torch\include\ATen\ops\_assert_async_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3232625Z copying torch\include\ATen\ops\_assert_async_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3239184Z copying torch\include\ATen\ops\_assert_async_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3245734Z copying torch\include\ATen\ops\_assert_scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3252747Z copying torch\include\ATen\ops\_assert_scalar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3259220Z copying torch\include\ATen\ops\_assert_scalar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3265519Z copying torch\include\ATen\ops\_assert_scalar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3272295Z copying torch\include\ATen\ops\_assert_tensor_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3279491Z copying torch\include\ATen\ops\_assert_tensor_metadata_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3286042Z copying torch\include\ATen\ops\_assert_tensor_metadata_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3292819Z copying torch\include\ATen\ops\_assert_tensor_metadata_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3299752Z copying torch\include\ATen\ops\_autocast_to_full_precision.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3306317Z copying torch\include\ATen\ops\_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3312978Z copying torch\include\ATen\ops\_autocast_to_full_precision_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3319246Z copying torch\include\ATen\ops\_autocast_to_full_precision_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3328474Z copying torch\include\ATen\ops\_autocast_to_reduced_precision.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3337714Z copying torch\include\ATen\ops\_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3345591Z copying torch\include\ATen\ops\_autocast_to_reduced_precision_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3354912Z copying torch\include\ATen\ops\_autocast_to_reduced_precision_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3362623Z copying torch\include\ATen\ops\_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3371775Z copying torch\include\ATen\ops\_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3379631Z copying torch\include\ATen\ops\_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3388420Z copying torch\include\ATen\ops\_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3396459Z copying torch\include\ATen\ops\_batch_norm_impl_index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3404373Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3414071Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3421835Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3430921Z copying torch\include\ATen\ops\_batch_norm_impl_index_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3439861Z copying torch\include\ATen\ops\_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3448803Z copying torch\include\ATen\ops\_batch_norm_impl_index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3457010Z copying torch\include\ATen\ops\_batch_norm_impl_index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3465996Z copying torch\include\ATen\ops\_batch_norm_no_update.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3474303Z copying torch\include\ATen\ops\_batch_norm_no_update_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3483361Z copying torch\include\ATen\ops\_batch_norm_no_update_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3491282Z copying torch\include\ATen\ops\_batch_norm_no_update_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3500527Z copying torch\include\ATen\ops\_batch_norm_with_update.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3508851Z copying torch\include\ATen\ops\_batch_norm_with_update_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3517951Z copying torch\include\ATen\ops\_batch_norm_with_update_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3526226Z copying torch\include\ATen\ops\_batch_norm_with_update_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3535230Z copying torch\include\ATen\ops\_batch_norm_with_update_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3543130Z copying torch\include\ATen\ops\_batch_norm_with_update_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3550842Z copying torch\include\ATen\ops\_cast_Byte.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3559967Z copying torch\include\ATen\ops\_cast_Byte_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3567758Z copying torch\include\ATen\ops\_cast_Byte_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3576540Z copying torch\include\ATen\ops\_cast_Byte_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3584247Z copying torch\include\ATen\ops\_cast_Char.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3593467Z copying torch\include\ATen\ops\_cast_Char_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3601361Z copying torch\include\ATen\ops\_cast_Char_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3626928Z copying torch\include\ATen\ops\_cast_Char_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3633585Z copying torch\include\ATen\ops\_cast_Double.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3640850Z copying torch\include\ATen\ops\_cast_Double_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3647401Z copying torch\include\ATen\ops\_cast_Double_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3653824Z copying torch\include\ATen\ops\_cast_Double_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3660666Z copying torch\include\ATen\ops\_cast_Float.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3667803Z copying torch\include\ATen\ops\_cast_Float_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3674441Z copying torch\include\ATen\ops\_cast_Float_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3681057Z copying torch\include\ATen\ops\_cast_Float_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3688292Z copying torch\include\ATen\ops\_cast_Half.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3695556Z copying torch\include\ATen\ops\_cast_Half_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3702040Z copying torch\include\ATen\ops\_cast_Half_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3708520Z copying torch\include\ATen\ops\_cast_Half_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3715158Z copying torch\include\ATen\ops\_cast_Int.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3722489Z copying torch\include\ATen\ops\_cast_Int_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3729051Z copying torch\include\ATen\ops\_cast_Int_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3735735Z copying torch\include\ATen\ops\_cast_Int_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3742359Z copying torch\include\ATen\ops\_cast_Long.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3749215Z copying torch\include\ATen\ops\_cast_Long_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3755639Z copying torch\include\ATen\ops\_cast_Long_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3762165Z copying torch\include\ATen\ops\_cast_Long_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3768686Z copying torch\include\ATen\ops\_cast_Short.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3775660Z copying torch\include\ATen\ops\_cast_Short_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3782305Z copying torch\include\ATen\ops\_cast_Short_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3788638Z copying torch\include\ATen\ops\_cast_Short_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3795190Z copying torch\include\ATen\ops\_cdist_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3801998Z copying torch\include\ATen\ops\_cdist_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3808508Z copying torch\include\ATen\ops\_cdist_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3815248Z copying torch\include\ATen\ops\_cdist_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3821931Z copying torch\include\ATen\ops\_cdist_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3828884Z copying torch\include\ATen\ops\_cdist_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3835607Z copying torch\include\ATen\ops\_cdist_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3842515Z copying torch\include\ATen\ops\_cdist_forward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3849015Z copying torch\include\ATen\ops\_cdist_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3855758Z copying torch\include\ATen\ops\_cdist_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3867955Z copying torch\include\ATen\ops\_cdist_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3870807Z copying torch\include\ATen\ops\_cdist_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3877921Z copying torch\include\ATen\ops\_cholesky_solve_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3884931Z copying torch\include\ATen\ops\_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3891344Z copying torch\include\ATen\ops\_cholesky_solve_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3898134Z copying torch\include\ATen\ops\_cholesky_solve_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3904977Z copying torch\include\ATen\ops\_cholesky_solve_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3911677Z copying torch\include\ATen\ops\_cholesky_solve_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3918377Z copying torch\include\ATen\ops\_choose_qparams_per_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3925672Z copying torch\include\ATen\ops\_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3932024Z copying torch\include\ATen\ops\_choose_qparams_per_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3938232Z copying torch\include\ATen\ops\_choose_qparams_per_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3944670Z copying torch\include\ATen\ops\_chunk_cat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3951483Z copying torch\include\ATen\ops\_chunk_cat_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3958204Z copying torch\include\ATen\ops\_chunk_cat_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3965239Z copying torch\include\ATen\ops\_chunk_cat_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3971744Z copying torch\include\ATen\ops\_chunk_cat_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3978503Z copying torch\include\ATen\ops\_coalesce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3984973Z copying torch\include\ATen\ops\_coalesced.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3991844Z copying torch\include\ATen\ops\_coalesced_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.3998358Z copying torch\include\ATen\ops\_coalesced_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4005090Z copying torch\include\ATen\ops\_coalesced_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4011649Z copying torch\include\ATen\ops\_coalesced_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4018725Z copying torch\include\ATen\ops\_coalesce_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4025335Z copying torch\include\ATen\ops\_coalesce_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4032664Z copying torch\include\ATen\ops\_coalesce_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4039644Z copying torch\include\ATen\ops\_compute_linear_combination.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4046399Z copying torch\include\ATen\ops\_compute_linear_combination_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4053042Z copying torch\include\ATen\ops\_compute_linear_combination_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4059495Z copying torch\include\ATen\ops\_compute_linear_combination_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4065876Z copying torch\include\ATen\ops\_compute_linear_combination_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4072053Z copying torch\include\ATen\ops\_conj.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4078044Z copying torch\include\ATen\ops\_conj_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4084049Z copying torch\include\ATen\ops\_conj_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4090726Z copying torch\include\ATen\ops\_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4097839Z copying torch\include\ATen\ops\_conj_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4104376Z copying torch\include\ATen\ops\_conj_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4110742Z copying torch\include\ATen\ops\_conj_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4118169Z copying torch\include\ATen\ops\_conj_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4124699Z copying torch\include\ATen\ops\_conj_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4131786Z copying torch\include\ATen\ops\_conj_physical.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4139048Z copying torch\include\ATen\ops\_conj_physical_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4145857Z copying torch\include\ATen\ops\_conj_physical_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4152530Z copying torch\include\ATen\ops\_conj_physical_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4159234Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4166422Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4172830Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4179655Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4185971Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4192835Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4199301Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4205722Z copying torch\include\ATen\ops\_convert_indices_from_coo_to_csr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4212307Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4219382Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4225754Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4232710Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4239566Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4247052Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4254236Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4260863Z copying torch\include\ATen\ops\_convert_indices_from_csr_to_coo_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4268327Z copying torch\include\ATen\ops\_convert_weight_to_int4pack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4275319Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4281839Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4288564Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4295167Z copying torch\include\ATen\ops\_convert_weight_to_int4pack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4301643Z copying torch\include\ATen\ops\_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4308681Z copying torch\include\ATen\ops\_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4315535Z copying torch\include\ATen\ops\_convolution_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4322667Z copying torch\include\ATen\ops\_convolution_double_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4329859Z copying torch\include\ATen\ops\_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4336523Z copying torch\include\ATen\ops\_convolution_double_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4343223Z copying torch\include\ATen\ops\_convolution_double_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4349999Z copying torch\include\ATen\ops\_convolution_mode.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4357506Z copying torch\include\ATen\ops\_convolution_mode_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4363800Z copying torch\include\ATen\ops\_convolution_mode_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4370580Z copying torch\include\ATen\ops\_convolution_mode_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4377129Z copying torch\include\ATen\ops\_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4383599Z copying torch\include\ATen\ops\_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4390277Z copying torch\include\ATen\ops\_conv_depthwise2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4397395Z copying torch\include\ATen\ops\_conv_depthwise2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4404178Z copying torch\include\ATen\ops\_conv_depthwise2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4411106Z copying torch\include\ATen\ops\_conv_depthwise2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4418140Z copying torch\include\ATen\ops\_copy_from.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4424788Z copying torch\include\ATen\ops\_copy_from_and_resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4431859Z copying torch\include\ATen\ops\_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4438215Z copying torch\include\ATen\ops\_copy_from_and_resize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4444360Z copying torch\include\ATen\ops\_copy_from_and_resize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4451095Z copying torch\include\ATen\ops\_copy_from_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4458178Z copying torch\include\ATen\ops\_copy_from_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4464012Z copying torch\include\ATen\ops\_copy_from_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4470499Z copying torch\include\ATen\ops\_cslt_compress.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4477040Z copying torch\include\ATen\ops\_cslt_compress_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4483486Z copying torch\include\ATen\ops\_cslt_compress_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4489615Z copying torch\include\ATen\ops\_cslt_compress_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4496357Z copying torch\include\ATen\ops\_cslt_sparse_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4503251Z copying torch\include\ATen\ops\_cslt_sparse_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4510017Z copying torch\include\ATen\ops\_cslt_sparse_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4517030Z copying torch\include\ATen\ops\_cslt_sparse_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4523554Z copying torch\include\ATen\ops\_cslt_sparse_mm_search.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4530399Z copying torch\include\ATen\ops\_cslt_sparse_mm_search_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4537236Z copying torch\include\ATen\ops\_cslt_sparse_mm_search_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4543999Z copying torch\include\ATen\ops\_cslt_sparse_mm_search_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4550580Z copying torch\include\ATen\ops\_ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4557245Z copying torch\include\ATen\ops\_ctc_loss_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4564401Z copying torch\include\ATen\ops\_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4570785Z copying torch\include\ATen\ops\_ctc_loss_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4577406Z copying torch\include\ATen\ops\_ctc_loss_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4584547Z copying torch\include\ATen\ops\_ctc_loss_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4591161Z copying torch\include\ATen\ops\_ctc_loss_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4598026Z copying torch\include\ATen\ops\_ctc_loss_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4604217Z copying torch\include\ATen\ops\_ctc_loss_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4610512Z copying torch\include\ATen\ops\_ctc_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4617205Z copying torch\include\ATen\ops\_ctc_loss_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4624427Z copying torch\include\ATen\ops\_ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4630980Z copying torch\include\ATen\ops\_ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4637503Z copying torch\include\ATen\ops\_cudnn_ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4644194Z copying torch\include\ATen\ops\_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4650905Z copying torch\include\ATen\ops\_cudnn_ctc_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4657494Z copying torch\include\ATen\ops\_cudnn_ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4664075Z copying torch\include\ATen\ops\_cudnn_ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4670937Z copying torch\include\ATen\ops\_cudnn_init_dropout_state.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4678112Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4684720Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4691752Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4698424Z copying torch\include\ATen\ops\_cudnn_init_dropout_state_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4705032Z copying torch\include\ATen\ops\_cudnn_rnn.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4711861Z copying torch\include\ATen\ops\_cudnn_rnn_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4719500Z copying torch\include\ATen\ops\_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4725982Z copying torch\include\ATen\ops\_cudnn_rnn_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4733020Z copying torch\include\ATen\ops\_cudnn_rnn_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4739731Z copying torch\include\ATen\ops\_cudnn_rnn_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4746772Z copying torch\include\ATen\ops\_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4753290Z copying torch\include\ATen\ops\_cudnn_rnn_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4759901Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4766640Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4773260Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4779821Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4786375Z copying torch\include\ATen\ops\_cudnn_rnn_flatten_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4792713Z copying torch\include\ATen\ops\_cudnn_rnn_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4799168Z copying torch\include\ATen\ops\_cudnn_rnn_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4805504Z copying torch\include\ATen\ops\_cufft_clear_plan_cache.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4812328Z copying torch\include\ATen\ops\_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4818555Z copying torch\include\ATen\ops\_cufft_clear_plan_cache_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4824663Z copying torch\include\ATen\ops\_cufft_clear_plan_cache_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4830887Z copying torch\include\ATen\ops\_cufft_get_plan_cache_max_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4838096Z copying torch\include\ATen\ops\_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4845341Z copying torch\include\ATen\ops\_cufft_get_plan_cache_max_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4852179Z copying torch\include\ATen\ops\_cufft_get_plan_cache_max_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4859268Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4866606Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4873642Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4880797Z copying torch\include\ATen\ops\_cufft_get_plan_cache_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4888165Z copying torch\include\ATen\ops\_cufft_set_plan_cache_max_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4895365Z copying torch\include\ATen\ops\_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4902159Z copying torch\include\ATen\ops\_cufft_set_plan_cache_max_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4909055Z copying torch\include\ATen\ops\_cufft_set_plan_cache_max_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4915693Z copying torch\include\ATen\ops\_cummax_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4922470Z copying torch\include\ATen\ops\_cummax_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4929526Z copying torch\include\ATen\ops\_cummax_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4936358Z copying torch\include\ATen\ops\_cummax_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4943082Z copying torch\include\ATen\ops\_cummax_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4949577Z copying torch\include\ATen\ops\_cummin_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4955893Z copying torch\include\ATen\ops\_cummin_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4962292Z copying torch\include\ATen\ops\_cummin_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4968676Z copying torch\include\ATen\ops\_cummin_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4975555Z copying torch\include\ATen\ops\_cummin_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4982253Z copying torch\include\ATen\ops\_debug_has_internal_overlap.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4989026Z copying torch\include\ATen\ops\_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.4995431Z copying torch\include\ATen\ops\_debug_has_internal_overlap_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5001671Z copying torch\include\ATen\ops\_debug_has_internal_overlap_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5008063Z copying torch\include\ATen\ops\_dimI.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5013836Z copying torch\include\ATen\ops\_dimI_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5020221Z copying torch\include\ATen\ops\_dimI_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5026480Z copying torch\include\ATen\ops\_dimV.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5032318Z copying torch\include\ATen\ops\_dimV_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5038345Z copying torch\include\ATen\ops\_dimV_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5044652Z copying torch\include\ATen\ops\_dim_arange.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5051309Z copying torch\include\ATen\ops\_dim_arange_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5057636Z copying torch\include\ATen\ops\_dim_arange_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5063796Z copying torch\include\ATen\ops\_dim_arange_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5070889Z copying torch\include\ATen\ops\_dirichlet_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5078822Z copying torch\include\ATen\ops\_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5086014Z copying torch\include\ATen\ops\_dirichlet_grad_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5092849Z copying torch\include\ATen\ops\_dirichlet_grad_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5099940Z copying torch\include\ATen\ops\_dirichlet_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5106614Z copying torch\include\ATen\ops\_dirichlet_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5113818Z copying torch\include\ATen\ops\_efficientzerotensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5121124Z copying torch\include\ATen\ops\_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5127760Z copying torch\include\ATen\ops\_efficientzerotensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5134599Z copying torch\include\ATen\ops\_efficientzerotensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5141255Z copying torch\include\ATen\ops\_efficientzerotensor_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5147617Z copying torch\include\ATen\ops\_efficientzerotensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5154006Z copying torch\include\ATen\ops\_efficientzerotensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5160792Z copying torch\include\ATen\ops\_efficient_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5167726Z copying torch\include\ATen\ops\_efficient_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5174659Z copying torch\include\ATen\ops\_efficient_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5181590Z copying torch\include\ATen\ops\_efficient_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5188729Z copying torch\include\ATen\ops\_efficient_attention_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5195703Z copying torch\include\ATen\ops\_efficient_attention_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5202565Z copying torch\include\ATen\ops\_efficient_attention_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5209162Z copying torch\include\ATen\ops\_efficient_attention_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5215919Z copying torch\include\ATen\ops\_embedding_bag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5222550Z copying torch\include\ATen\ops\_embedding_bag_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5228978Z copying torch\include\ATen\ops\_embedding_bag_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5235649Z copying torch\include\ATen\ops\_embedding_bag_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5242721Z copying torch\include\ATen\ops\_embedding_bag_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5249420Z copying torch\include\ATen\ops\_embedding_bag_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5257026Z copying torch\include\ATen\ops\_embedding_bag_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5263486Z copying torch\include\ATen\ops\_embedding_bag_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5271515Z copying torch\include\ATen\ops\_embedding_bag_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5278883Z copying torch\include\ATen\ops\_embedding_bag_dense_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5286152Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5293237Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5300370Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5307166Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5314050Z copying torch\include\ATen\ops\_embedding_bag_dense_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5320877Z copying torch\include\ATen\ops\_embedding_bag_forward_only.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5328443Z copying torch\include\ATen\ops\_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5335516Z copying torch\include\ATen\ops\_embedding_bag_forward_only_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5342613Z copying torch\include\ATen\ops\_embedding_bag_forward_only_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5349319Z copying torch\include\ATen\ops\_embedding_bag_forward_only_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5355873Z copying torch\include\ATen\ops\_embedding_bag_forward_only_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5362508Z copying torch\include\ATen\ops\_embedding_bag_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5368933Z copying torch\include\ATen\ops\_embedding_bag_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5375734Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5382943Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5389367Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5396232Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5403653Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5410500Z copying torch\include\ATen\ops\_embedding_bag_per_sample_weights_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5417457Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5424557Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5431032Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5437454Z copying torch\include\ATen\ops\_embedding_bag_sparse_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5443762Z copying torch\include\ATen\ops\_empty_affine_quantized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5450614Z copying torch\include\ATen\ops\_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5457019Z copying torch\include\ATen\ops\_empty_affine_quantized_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5463391Z copying torch\include\ATen\ops\_empty_affine_quantized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5469964Z copying torch\include\ATen\ops\_empty_affine_quantized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5476664Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5484101Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5491113Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5498167Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5505222Z copying torch\include\ATen\ops\_empty_per_channel_affine_quantized_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5511700Z copying torch\include\ATen\ops\_euclidean_dist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5518894Z copying torch\include\ATen\ops\_euclidean_dist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5525355Z copying torch\include\ATen\ops\_euclidean_dist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5531991Z copying torch\include\ATen\ops\_euclidean_dist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5539162Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5546968Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5554414Z 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 2024-10-08T20:14:05.5561289Z 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 2024-10-08T20:14:05.5568225Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5575319Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5582884Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5589807Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5596737Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5603727Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5610917Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_channel_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5618228Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5625030Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5632310Z 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 2024-10-08T20:14:05.5639458Z 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 2024-10-08T20:14:05.5647860Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5655016Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5662540Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5669761Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5676911Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5684930Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5692003Z copying torch\include\ATen\ops\_fake_quantize_learnable_per_tensor_affine_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5699523Z copying torch\include\ATen\ops\_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5706943Z 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 2024-10-08T20:14:05.5714231Z 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 2024-10-08T20:14:05.5721494Z 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 2024-10-08T20:14:05.5729813Z 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 2024-10-08T20:14:05.5737086Z 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 2024-10-08T20:14:05.5743663Z copying torch\include\ATen\ops\_fft_c2c.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5750192Z copying torch\include\ATen\ops\_fft_c2c_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5757164Z copying torch\include\ATen\ops\_fft_c2c_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5764425Z copying torch\include\ATen\ops\_fft_c2c_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5771188Z copying torch\include\ATen\ops\_fft_c2c_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5778616Z copying torch\include\ATen\ops\_fft_c2r.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5785059Z copying torch\include\ATen\ops\_fft_c2r_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5792130Z copying torch\include\ATen\ops\_fft_c2r_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5799445Z copying torch\include\ATen\ops\_fft_c2r_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5806014Z copying torch\include\ATen\ops\_fft_c2r_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5813052Z copying torch\include\ATen\ops\_fft_r2c.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5829141Z copying torch\include\ATen\ops\_fft_r2c_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5836106Z copying torch\include\ATen\ops\_fft_r2c_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5842806Z copying torch\include\ATen\ops\_fft_r2c_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5849408Z copying torch\include\ATen\ops\_fft_r2c_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5856238Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5863055Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5869505Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5875911Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5882063Z copying torch\include\ATen\ops\_fill_mem_eff_dropout_mask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5888754Z copying torch\include\ATen\ops\_flash_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5896180Z copying torch\include\ATen\ops\_flash_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5902510Z copying torch\include\ATen\ops\_flash_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5908913Z copying torch\include\ATen\ops\_flash_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5915201Z copying torch\include\ATen\ops\_flash_attention_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5922097Z copying torch\include\ATen\ops\_flash_attention_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5928988Z copying torch\include\ATen\ops\_flash_attention_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5936108Z copying torch\include\ATen\ops\_flash_attention_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5942970Z copying torch\include\ATen\ops\_foobar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5956445Z copying torch\include\ATen\ops\_foobar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5963032Z copying torch\include\ATen\ops\_foobar_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5969218Z copying torch\include\ATen\ops\_foobar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5975818Z copying torch\include\ATen\ops\_foobar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5982316Z copying torch\include\ATen\ops\_foreach_abs.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5989117Z copying torch\include\ATen\ops\_foreach_abs_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.5995836Z copying torch\include\ATen\ops\_foreach_abs_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6002248Z copying torch\include\ATen\ops\_foreach_abs_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6010530Z copying torch\include\ATen\ops\_foreach_abs_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6016699Z copying torch\include\ATen\ops\_foreach_acos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6023296Z copying torch\include\ATen\ops\_foreach_acos_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6029533Z copying torch\include\ATen\ops\_foreach_acos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6035976Z copying torch\include\ATen\ops\_foreach_acos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6042918Z copying torch\include\ATen\ops\_foreach_acos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6049717Z copying torch\include\ATen\ops\_foreach_add.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6057049Z copying torch\include\ATen\ops\_foreach_addcdiv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6064088Z copying torch\include\ATen\ops\_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6070722Z copying torch\include\ATen\ops\_foreach_addcdiv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6078738Z copying torch\include\ATen\ops\_foreach_addcdiv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6084898Z copying torch\include\ATen\ops\_foreach_addcdiv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6091327Z copying torch\include\ATen\ops\_foreach_addcmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6098375Z copying torch\include\ATen\ops\_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6104888Z copying torch\include\ATen\ops\_foreach_addcmul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6111610Z copying torch\include\ATen\ops\_foreach_addcmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6118050Z copying torch\include\ATen\ops\_foreach_addcmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6124740Z copying torch\include\ATen\ops\_foreach_add_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6131511Z copying torch\include\ATen\ops\_foreach_add_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6138407Z copying torch\include\ATen\ops\_foreach_add_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6145660Z copying torch\include\ATen\ops\_foreach_add_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6152853Z copying torch\include\ATen\ops\_foreach_asin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6160077Z copying torch\include\ATen\ops\_foreach_asin_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6166699Z copying torch\include\ATen\ops\_foreach_asin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6174649Z copying torch\include\ATen\ops\_foreach_asin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6181813Z copying torch\include\ATen\ops\_foreach_asin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6188958Z copying torch\include\ATen\ops\_foreach_atan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6196351Z copying torch\include\ATen\ops\_foreach_atan_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6203366Z copying torch\include\ATen\ops\_foreach_atan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6339792Z copying torch\include\ATen\ops\_foreach_atan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6347285Z copying torch\include\ATen\ops\_foreach_atan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6354147Z copying torch\include\ATen\ops\_foreach_ceil.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6361822Z copying torch\include\ATen\ops\_foreach_ceil_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6368555Z copying torch\include\ATen\ops\_foreach_ceil_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6375829Z copying torch\include\ATen\ops\_foreach_ceil_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6384197Z copying torch\include\ATen\ops\_foreach_ceil_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6391028Z copying torch\include\ATen\ops\_foreach_clamp_max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6398292Z copying torch\include\ATen\ops\_foreach_clamp_max_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6405636Z copying torch\include\ATen\ops\_foreach_clamp_max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6412736Z copying torch\include\ATen\ops\_foreach_clamp_max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6419617Z copying torch\include\ATen\ops\_foreach_clamp_max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6429024Z copying torch\include\ATen\ops\_foreach_clamp_min.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6436249Z copying torch\include\ATen\ops\_foreach_clamp_min_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6445256Z copying torch\include\ATen\ops\_foreach_clamp_min_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6465544Z copying torch\include\ATen\ops\_foreach_clamp_min_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6472543Z copying torch\include\ATen\ops\_foreach_clamp_min_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6479161Z copying torch\include\ATen\ops\_foreach_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6486173Z copying torch\include\ATen\ops\_foreach_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6494271Z copying torch\include\ATen\ops\_foreach_copy_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6500885Z copying torch\include\ATen\ops\_foreach_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6507507Z copying torch\include\ATen\ops\_foreach_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6514141Z copying torch\include\ATen\ops\_foreach_cos.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6522029Z copying torch\include\ATen\ops\_foreach_cosh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6528968Z copying torch\include\ATen\ops\_foreach_cosh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6535961Z copying torch\include\ATen\ops\_foreach_cosh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6542584Z copying torch\include\ATen\ops\_foreach_cosh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6550011Z copying torch\include\ATen\ops\_foreach_cosh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6557191Z copying torch\include\ATen\ops\_foreach_cos_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6564535Z copying torch\include\ATen\ops\_foreach_cos_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6571752Z copying torch\include\ATen\ops\_foreach_cos_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6578844Z copying torch\include\ATen\ops\_foreach_cos_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6586043Z copying torch\include\ATen\ops\_foreach_div.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6593426Z copying torch\include\ATen\ops\_foreach_div_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6600283Z copying torch\include\ATen\ops\_foreach_div_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6607376Z copying torch\include\ATen\ops\_foreach_div_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6614365Z copying torch\include\ATen\ops\_foreach_div_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6621264Z copying torch\include\ATen\ops\_foreach_erf.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6627885Z copying torch\include\ATen\ops\_foreach_erfc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6635107Z copying torch\include\ATen\ops\_foreach_erfc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6641822Z copying torch\include\ATen\ops\_foreach_erfc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6648885Z copying torch\include\ATen\ops\_foreach_erfc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6656004Z copying torch\include\ATen\ops\_foreach_erfc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6663245Z copying torch\include\ATen\ops\_foreach_erf_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6670599Z copying torch\include\ATen\ops\_foreach_erf_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6679361Z copying torch\include\ATen\ops\_foreach_erf_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6687608Z copying torch\include\ATen\ops\_foreach_erf_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6696719Z copying torch\include\ATen\ops\_foreach_exp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6703802Z copying torch\include\ATen\ops\_foreach_expm1.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6711100Z copying torch\include\ATen\ops\_foreach_expm1_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6718326Z copying torch\include\ATen\ops\_foreach_expm1_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6725334Z copying torch\include\ATen\ops\_foreach_expm1_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6732108Z copying torch\include\ATen\ops\_foreach_expm1_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6739536Z copying torch\include\ATen\ops\_foreach_exp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6746364Z copying torch\include\ATen\ops\_foreach_exp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6753274Z copying torch\include\ATen\ops\_foreach_exp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6760052Z copying torch\include\ATen\ops\_foreach_exp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6767269Z copying torch\include\ATen\ops\_foreach_floor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6774615Z copying torch\include\ATen\ops\_foreach_floor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6781466Z copying torch\include\ATen\ops\_foreach_floor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6788344Z copying torch\include\ATen\ops\_foreach_floor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6795526Z copying torch\include\ATen\ops\_foreach_floor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6802505Z copying torch\include\ATen\ops\_foreach_frac.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6809696Z copying torch\include\ATen\ops\_foreach_frac_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6817086Z copying torch\include\ATen\ops\_foreach_frac_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6824099Z copying torch\include\ATen\ops\_foreach_frac_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6830826Z copying torch\include\ATen\ops\_foreach_frac_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6838088Z copying torch\include\ATen\ops\_foreach_lerp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6851490Z copying torch\include\ATen\ops\_foreach_lerp_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6867999Z copying torch\include\ATen\ops\_foreach_lerp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6884758Z copying torch\include\ATen\ops\_foreach_lerp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6903121Z copying torch\include\ATen\ops\_foreach_lerp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6920037Z copying torch\include\ATen\ops\_foreach_lgamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6938840Z copying torch\include\ATen\ops\_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6955293Z copying torch\include\ATen\ops\_foreach_lgamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6971169Z copying torch\include\ATen\ops\_foreach_lgamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6979101Z copying torch\include\ATen\ops\_foreach_lgamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6985627Z copying torch\include\ATen\ops\_foreach_log.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.6993696Z copying torch\include\ATen\ops\_foreach_log10.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7000737Z copying torch\include\ATen\ops\_foreach_log10_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7007632Z copying torch\include\ATen\ops\_foreach_log10_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7014378Z copying torch\include\ATen\ops\_foreach_log10_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7022307Z copying torch\include\ATen\ops\_foreach_log10_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7029090Z copying torch\include\ATen\ops\_foreach_log1p.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7036046Z copying torch\include\ATen\ops\_foreach_log1p_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7042916Z copying torch\include\ATen\ops\_foreach_log1p_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7049463Z copying torch\include\ATen\ops\_foreach_log1p_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7056289Z copying torch\include\ATen\ops\_foreach_log1p_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7063205Z copying torch\include\ATen\ops\_foreach_log2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7070054Z copying torch\include\ATen\ops\_foreach_log2_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7077500Z copying torch\include\ATen\ops\_foreach_log2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7084664Z copying torch\include\ATen\ops\_foreach_log2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7091395Z copying torch\include\ATen\ops\_foreach_log2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7110663Z copying torch\include\ATen\ops\_foreach_log_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7117225Z copying torch\include\ATen\ops\_foreach_log_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7124229Z copying torch\include\ATen\ops\_foreach_log_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7130611Z copying torch\include\ATen\ops\_foreach_log_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7137450Z copying torch\include\ATen\ops\_foreach_max.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7144379Z copying torch\include\ATen\ops\_foreach_maximum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7151653Z copying torch\include\ATen\ops\_foreach_maximum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7158378Z copying torch\include\ATen\ops\_foreach_maximum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7165038Z copying torch\include\ATen\ops\_foreach_maximum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7171686Z copying torch\include\ATen\ops\_foreach_maximum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7179091Z copying torch\include\ATen\ops\_foreach_max_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7185866Z copying torch\include\ATen\ops\_foreach_max_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7193331Z copying torch\include\ATen\ops\_foreach_max_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7200035Z copying torch\include\ATen\ops\_foreach_max_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7206776Z copying torch\include\ATen\ops\_foreach_minimum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7214006Z copying torch\include\ATen\ops\_foreach_minimum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7220876Z copying torch\include\ATen\ops\_foreach_minimum_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7227640Z copying torch\include\ATen\ops\_foreach_minimum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7234815Z copying torch\include\ATen\ops\_foreach_minimum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7241750Z copying torch\include\ATen\ops\_foreach_mul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7248969Z copying torch\include\ATen\ops\_foreach_mul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7256001Z copying torch\include\ATen\ops\_foreach_mul_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7262944Z copying torch\include\ATen\ops\_foreach_mul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7269733Z copying torch\include\ATen\ops\_foreach_mul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7276704Z copying torch\include\ATen\ops\_foreach_neg.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7284059Z copying torch\include\ATen\ops\_foreach_neg_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7291135Z copying torch\include\ATen\ops\_foreach_neg_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7298030Z copying torch\include\ATen\ops\_foreach_neg_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7304891Z copying torch\include\ATen\ops\_foreach_neg_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7311542Z copying torch\include\ATen\ops\_foreach_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7318774Z copying torch\include\ATen\ops\_foreach_norm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7325467Z copying torch\include\ATen\ops\_foreach_norm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7332664Z copying torch\include\ATen\ops\_foreach_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7344807Z copying torch\include\ATen\ops\_foreach_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7347762Z copying torch\include\ATen\ops\_foreach_pow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7355317Z copying torch\include\ATen\ops\_foreach_pow_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7361953Z copying torch\include\ATen\ops\_foreach_pow_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7368726Z copying torch\include\ATen\ops\_foreach_pow_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7376036Z copying torch\include\ATen\ops\_foreach_pow_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7382897Z copying torch\include\ATen\ops\_foreach_reciprocal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7390675Z copying torch\include\ATen\ops\_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7397444Z copying torch\include\ATen\ops\_foreach_reciprocal_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7404666Z copying torch\include\ATen\ops\_foreach_reciprocal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7411537Z copying torch\include\ATen\ops\_foreach_reciprocal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7418397Z copying torch\include\ATen\ops\_foreach_round.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7427098Z copying torch\include\ATen\ops\_foreach_round_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7436438Z copying torch\include\ATen\ops\_foreach_round_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7444517Z copying torch\include\ATen\ops\_foreach_round_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7452580Z copying torch\include\ATen\ops\_foreach_round_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7461856Z copying torch\include\ATen\ops\_foreach_sigmoid.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7471363Z copying torch\include\ATen\ops\_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7479448Z copying torch\include\ATen\ops\_foreach_sigmoid_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7488327Z copying torch\include\ATen\ops\_foreach_sigmoid_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7496816Z copying torch\include\ATen\ops\_foreach_sigmoid_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7505286Z copying torch\include\ATen\ops\_foreach_sign.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7512641Z copying torch\include\ATen\ops\_foreach_sign_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7519546Z copying torch\include\ATen\ops\_foreach_sign_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7526330Z copying torch\include\ATen\ops\_foreach_sign_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7533276Z copying torch\include\ATen\ops\_foreach_sign_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7540368Z copying torch\include\ATen\ops\_foreach_sin.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7547242Z copying torch\include\ATen\ops\_foreach_sinh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7554282Z copying torch\include\ATen\ops\_foreach_sinh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7561099Z copying torch\include\ATen\ops\_foreach_sinh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7568048Z copying torch\include\ATen\ops\_foreach_sinh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7575059Z copying torch\include\ATen\ops\_foreach_sinh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7582459Z copying torch\include\ATen\ops\_foreach_sin_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7589677Z copying torch\include\ATen\ops\_foreach_sin_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7596604Z copying torch\include\ATen\ops\_foreach_sin_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7603428Z copying torch\include\ATen\ops\_foreach_sin_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7610182Z copying torch\include\ATen\ops\_foreach_sqrt.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7617543Z copying torch\include\ATen\ops\_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7624483Z copying torch\include\ATen\ops\_foreach_sqrt_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7631711Z copying torch\include\ATen\ops\_foreach_sqrt_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7638699Z copying torch\include\ATen\ops\_foreach_sqrt_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7645505Z copying torch\include\ATen\ops\_foreach_sub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7652810Z copying torch\include\ATen\ops\_foreach_sub_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7659745Z copying torch\include\ATen\ops\_foreach_sub_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7673913Z copying torch\include\ATen\ops\_foreach_sub_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7675128Z copying torch\include\ATen\ops\_foreach_sub_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7680284Z copying torch\include\ATen\ops\_foreach_tan.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7688991Z copying torch\include\ATen\ops\_foreach_tanh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7694326Z copying torch\include\ATen\ops\_foreach_tanh_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7701018Z copying torch\include\ATen\ops\_foreach_tanh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7709114Z copying torch\include\ATen\ops\_foreach_tanh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7714682Z copying torch\include\ATen\ops\_foreach_tanh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7733335Z copying torch\include\ATen\ops\_foreach_tan_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7734885Z copying torch\include\ATen\ops\_foreach_tan_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7753857Z copying torch\include\ATen\ops\_foreach_tan_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7780965Z copying torch\include\ATen\ops\_foreach_tan_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7782330Z copying torch\include\ATen\ops\_foreach_trunc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7783672Z copying torch\include\ATen\ops\_foreach_trunc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7785083Z copying torch\include\ATen\ops\_foreach_trunc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7787726Z copying torch\include\ATen\ops\_foreach_trunc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7794303Z copying torch\include\ATen\ops\_foreach_trunc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7801150Z copying torch\include\ATen\ops\_foreach_zero.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7808953Z copying torch\include\ATen\ops\_foreach_zero_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7815799Z copying torch\include\ATen\ops\_foreach_zero_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7822451Z copying torch\include\ATen\ops\_foreach_zero_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7829202Z copying torch\include\ATen\ops\_foreach_zero_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7835955Z copying torch\include\ATen\ops\_functional_assert_async.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7843082Z copying torch\include\ATen\ops\_functional_assert_async_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7850475Z copying torch\include\ATen\ops\_functional_assert_async_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7857425Z copying torch\include\ATen\ops\_functional_assert_async_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7864078Z copying torch\include\ATen\ops\_functional_assert_scalar.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7871186Z copying torch\include\ATen\ops\_functional_assert_scalar_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7878010Z copying torch\include\ATen\ops\_functional_assert_scalar_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7884727Z copying torch\include\ATen\ops\_functional_assert_scalar_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7891888Z copying torch\include\ATen\ops\_functional_sym_constrain_range.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7899211Z copying torch\include\ATen\ops\_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7905974Z copying torch\include\ATen\ops\_functional_sym_constrain_range_for_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7913275Z copying torch\include\ATen\ops\_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7920190Z copying torch\include\ATen\ops\_functional_sym_constrain_range_for_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7927414Z copying torch\include\ATen\ops\_functional_sym_constrain_range_for_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7934313Z copying torch\include\ATen\ops\_functional_sym_constrain_range_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7941314Z copying torch\include\ATen\ops\_functional_sym_constrain_range_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7952104Z copying torch\include\ATen\ops\_fused_adagrad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7958943Z copying torch\include\ATen\ops\_fused_adagrad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7965748Z copying torch\include\ATen\ops\_fused_adagrad_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7974382Z copying torch\include\ATen\ops\_fused_adagrad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7981456Z copying torch\include\ATen\ops\_fused_adagrad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7988261Z copying torch\include\ATen\ops\_fused_adam.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.7995256Z copying torch\include\ATen\ops\_fused_adamw.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8002672Z copying torch\include\ATen\ops\_fused_adamw_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8009565Z copying torch\include\ATen\ops\_fused_adamw_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8016632Z copying torch\include\ATen\ops\_fused_adamw_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8023351Z copying torch\include\ATen\ops\_fused_adamw_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8030092Z copying torch\include\ATen\ops\_fused_adamw_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8037224Z copying torch\include\ATen\ops\_fused_adam_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8044285Z copying torch\include\ATen\ops\_fused_adam_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8050850Z copying torch\include\ATen\ops\_fused_adam_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8057579Z copying torch\include\ATen\ops\_fused_adam_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8064366Z copying torch\include\ATen\ops\_fused_adam_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8071096Z copying torch\include\ATen\ops\_fused_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8078617Z copying torch\include\ATen\ops\_fused_dropout_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8085517Z copying torch\include\ATen\ops\_fused_dropout_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8092256Z copying torch\include\ATen\ops\_fused_dropout_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8099384Z copying torch\include\ATen\ops\_fused_dropout_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8106322Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8115505Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8122785Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8129988Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8137278Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8144345Z copying torch\include\ATen\ops\_fused_moving_avg_obs_fq_helper_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8151280Z copying torch\include\ATen\ops\_fused_sdp_choice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8158456Z copying torch\include\ATen\ops\_fused_sdp_choice_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8165543Z copying torch\include\ATen\ops\_fused_sdp_choice_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8172695Z copying torch\include\ATen\ops\_fused_sdp_choice_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8179740Z copying torch\include\ATen\ops\_fused_sdp_choice_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8186391Z copying torch\include\ATen\ops\_fused_sdp_choice_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8193563Z copying torch\include\ATen\ops\_fused_sgd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8201123Z copying torch\include\ATen\ops\_fused_sgd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8208290Z copying torch\include\ATen\ops\_fused_sgd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8215141Z copying torch\include\ATen\ops\_fused_sgd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8221891Z copying torch\include\ATen\ops\_fused_sgd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8228829Z copying torch\include\ATen\ops\_fused_sgd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8239488Z copying torch\include\ATen\ops\_fw_primal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8246235Z copying torch\include\ATen\ops\_fw_primal_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8253237Z copying torch\include\ATen\ops\_fw_primal_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8260675Z copying torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8267517Z copying torch\include\ATen\ops\_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8274251Z copying torch\include\ATen\ops\_fw_primal_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8281156Z copying torch\include\ATen\ops\_fw_primal_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8288045Z copying torch\include\ATen\ops\_fw_primal_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8294761Z copying torch\include\ATen\ops\_fw_primal_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8302161Z copying torch\include\ATen\ops\_gather_sparse_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8309867Z copying torch\include\ATen\ops\_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8316808Z copying torch\include\ATen\ops\_gather_sparse_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8323572Z copying torch\include\ATen\ops\_gather_sparse_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8330683Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8337811Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8345510Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8352435Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8360074Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8367320Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8374628Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8381620Z copying torch\include\ATen\ops\_grid_sampler_2d_cpu_fallback_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8388532Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8395590Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8402482Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8409381Z copying torch\include\ATen\ops\_has_compatible_shallow_copy_type_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8416578Z copying torch\include\ATen\ops\_has_same_storage_numel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8423596Z copying torch\include\ATen\ops\_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8430404Z copying torch\include\ATen\ops\_has_same_storage_numel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8437117Z copying torch\include\ATen\ops\_has_same_storage_numel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8444314Z copying torch\include\ATen\ops\_histogramdd_bin_edges.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8450908Z copying torch\include\ATen\ops\_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8457647Z copying torch\include\ATen\ops\_histogramdd_bin_edges_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8464560Z copying torch\include\ATen\ops\_histogramdd_bin_edges_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8471151Z copying torch\include\ATen\ops\_histogramdd_bin_edges_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8477966Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8484729Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8492189Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8498965Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8506339Z copying torch\include\ATen\ops\_histogramdd_from_bin_cts_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8514547Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8522217Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8528677Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8535893Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8542988Z copying torch\include\ATen\ops\_histogramdd_from_bin_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8549844Z copying torch\include\ATen\ops\_index_put_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8556875Z copying torch\include\ATen\ops\_index_put_impl_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8563354Z copying torch\include\ATen\ops\_index_put_impl_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8570314Z copying torch\include\ATen\ops\_index_put_impl_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8577343Z copying torch\include\ATen\ops\_index_put_impl_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8584003Z copying torch\include\ATen\ops\_index_put_impl_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8591082Z copying torch\include\ATen\ops\_index_put_impl_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8597821Z copying torch\include\ATen\ops\_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8603876Z copying torch\include\ATen\ops\_indices_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8611070Z copying torch\include\ATen\ops\_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8618045Z copying torch\include\ATen\ops\_indices_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8625102Z copying torch\include\ATen\ops\_indices_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8631485Z copying torch\include\ATen\ops\_indices_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8638154Z copying torch\include\ATen\ops\_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8644494Z copying torch\include\ATen\ops\_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8651185Z copying torch\include\ATen\ops\_int_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8657686Z copying torch\include\ATen\ops\_int_mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8664283Z copying torch\include\ATen\ops\_int_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8671316Z copying torch\include\ATen\ops\_int_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8677879Z copying torch\include\ATen\ops\_int_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8684384Z copying torch\include\ATen\ops\_is_all_true.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8691332Z copying torch\include\ATen\ops\_is_all_true_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8698037Z copying torch\include\ATen\ops\_is_all_true_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8704454Z copying torch\include\ATen\ops\_is_all_true_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8711014Z copying torch\include\ATen\ops\_is_any_true.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8718072Z copying torch\include\ATen\ops\_is_any_true_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8724824Z copying torch\include\ATen\ops\_is_any_true_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8731213Z copying torch\include\ATen\ops\_is_any_true_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8737897Z copying torch\include\ATen\ops\_is_zerotensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8744902Z copying torch\include\ATen\ops\_is_zerotensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8751531Z copying torch\include\ATen\ops\_is_zerotensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8758045Z copying torch\include\ATen\ops\_is_zerotensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8764757Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8771658Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8778649Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8785252Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8792626Z copying torch\include\ATen\ops\_jagged_to_padded_dense_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8799045Z copying torch\include\ATen\ops\_lazy_clone.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8806022Z copying torch\include\ATen\ops\_lazy_clone_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8812563Z copying torch\include\ATen\ops\_lazy_clone_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8819150Z copying torch\include\ATen\ops\_lazy_clone_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8825915Z copying torch\include\ATen\ops\_linalg_check_errors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8832923Z copying torch\include\ATen\ops\_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8839299Z copying torch\include\ATen\ops\_linalg_check_errors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8845921Z copying torch\include\ATen\ops\_linalg_check_errors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8852844Z copying torch\include\ATen\ops\_linalg_det.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8860255Z copying torch\include\ATen\ops\_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8866964Z copying torch\include\ATen\ops\_linalg_det_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8873728Z copying torch\include\ATen\ops\_linalg_det_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8880517Z copying torch\include\ATen\ops\_linalg_det_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8887165Z copying torch\include\ATen\ops\_linalg_det_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8893822Z copying torch\include\ATen\ops\_linalg_det_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8900964Z copying torch\include\ATen\ops\_linalg_det_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8907754Z copying torch\include\ATen\ops\_linalg_eigh.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8914791Z copying torch\include\ATen\ops\_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8921488Z copying torch\include\ATen\ops\_linalg_eigh_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8928153Z copying torch\include\ATen\ops\_linalg_eigh_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8935104Z copying torch\include\ATen\ops\_linalg_eigh_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8942152Z copying torch\include\ATen\ops\_linalg_eigh_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8949067Z copying torch\include\ATen\ops\_linalg_eigh_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8955844Z copying torch\include\ATen\ops\_linalg_eigh_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8962658Z copying torch\include\ATen\ops\_linalg_eigvals.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8969429Z copying torch\include\ATen\ops\_linalg_eigvals_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8976185Z copying torch\include\ATen\ops\_linalg_eigvals_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8983593Z copying torch\include\ATen\ops\_linalg_eigvals_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8990286Z copying torch\include\ATen\ops\_linalg_eigvals_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.8997255Z copying torch\include\ATen\ops\_linalg_slogdet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9004525Z copying torch\include\ATen\ops\_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9011431Z copying torch\include\ATen\ops\_linalg_slogdet_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9018486Z copying torch\include\ATen\ops\_linalg_slogdet_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9025751Z copying torch\include\ATen\ops\_linalg_slogdet_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9032636Z copying torch\include\ATen\ops\_linalg_slogdet_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9039568Z copying torch\include\ATen\ops\_linalg_slogdet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9046547Z copying torch\include\ATen\ops\_linalg_slogdet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9053427Z copying torch\include\ATen\ops\_linalg_solve_ex.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9061247Z copying torch\include\ATen\ops\_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9067913Z copying torch\include\ATen\ops\_linalg_solve_ex_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9081724Z copying torch\include\ATen\ops\_linalg_solve_ex_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9088685Z copying torch\include\ATen\ops\_linalg_solve_ex_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9096867Z copying torch\include\ATen\ops\_linalg_solve_ex_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9103575Z copying torch\include\ATen\ops\_linalg_solve_ex_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9110546Z copying torch\include\ATen\ops\_linalg_solve_ex_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9117489Z copying torch\include\ATen\ops\_linalg_svd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9124666Z copying torch\include\ATen\ops\_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9131219Z copying torch\include\ATen\ops\_linalg_svd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9138505Z copying torch\include\ATen\ops\_linalg_svd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9145549Z copying torch\include\ATen\ops\_linalg_svd_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9152608Z copying torch\include\ATen\ops\_linalg_svd_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9159846Z copying torch\include\ATen\ops\_linalg_svd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9166718Z copying torch\include\ATen\ops\_linalg_svd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9173355Z copying torch\include\ATen\ops\_local_scalar_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9180930Z copying torch\include\ATen\ops\_local_scalar_dense_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9188043Z copying torch\include\ATen\ops\_local_scalar_dense_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9195746Z copying torch\include\ATen\ops\_local_scalar_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9202506Z copying torch\include\ATen\ops\_local_scalar_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9209516Z copying torch\include\ATen\ops\_logcumsumexp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9216626Z copying torch\include\ATen\ops\_logcumsumexp_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9223461Z copying torch\include\ATen\ops\_logcumsumexp_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9230237Z copying torch\include\ATen\ops\_logcumsumexp_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9237118Z copying torch\include\ATen\ops\_logcumsumexp_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9243971Z copying torch\include\ATen\ops\_log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9251337Z copying torch\include\ATen\ops\_log_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9258887Z copying torch\include\ATen\ops\_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9265795Z copying torch\include\ATen\ops\_log_softmax_backward_data_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9273056Z copying torch\include\ATen\ops\_log_softmax_backward_data_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9279835Z copying torch\include\ATen\ops\_log_softmax_backward_data_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9287319Z copying torch\include\ATen\ops\_log_softmax_backward_data_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9294361Z copying torch\include\ATen\ops\_log_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9301282Z copying torch\include\ATen\ops\_log_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9308451Z copying torch\include\ATen\ops\_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9315533Z copying torch\include\ATen\ops\_log_softmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9322380Z copying torch\include\ATen\ops\_log_softmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9329416Z copying torch\include\ATen\ops\_log_softmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9336522Z copying torch\include\ATen\ops\_log_softmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9343204Z copying torch\include\ATen\ops\_log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9350464Z copying torch\include\ATen\ops\_log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9358951Z copying torch\include\ATen\ops\_lstm_mps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9366094Z copying torch\include\ATen\ops\_lstm_mps_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9372409Z copying torch\include\ATen\ops\_lstm_mps_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9379410Z copying torch\include\ATen\ops\_lstm_mps_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9386017Z copying torch\include\ATen\ops\_lu_with_info.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9392760Z copying torch\include\ATen\ops\_lu_with_info_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9403391Z copying torch\include\ATen\ops\_lu_with_info_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9409904Z copying torch\include\ATen\ops\_lu_with_info_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9416607Z copying torch\include\ATen\ops\_make_dep_token.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9423266Z copying torch\include\ATen\ops\_make_dep_token_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9429571Z copying torch\include\ATen\ops\_make_dep_token_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9436342Z copying torch\include\ATen\ops\_make_dep_token_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9443036Z copying torch\include\ATen\ops\_make_dual.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9449997Z copying torch\include\ATen\ops\_make_dual_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9456472Z copying torch\include\ATen\ops\_make_dual_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9464258Z copying torch\include\ATen\ops\_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9470675Z copying torch\include\ATen\ops\_make_dual_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9477290Z copying torch\include\ATen\ops\_make_dual_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9484108Z copying torch\include\ATen\ops\_make_dual_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9490705Z copying torch\include\ATen\ops\_make_dual_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9497210Z copying torch\include\ATen\ops\_make_dual_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9503979Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9511086Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9518411Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9525221Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9531992Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9538675Z copying torch\include\ATen\ops\_make_per_channel_quantized_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9545738Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9552805Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9559572Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9566278Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9573840Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9580653Z copying torch\include\ATen\ops\_make_per_tensor_quantized_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9587531Z copying torch\include\ATen\ops\_masked_scale.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9594983Z copying torch\include\ATen\ops\_masked_scale_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9601360Z copying torch\include\ATen\ops\_masked_scale_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9608908Z copying torch\include\ATen\ops\_masked_scale_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9615425Z copying torch\include\ATen\ops\_masked_scale_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9621947Z copying torch\include\ATen\ops\_masked_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9628624Z copying torch\include\ATen\ops\_masked_softmax_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9635794Z copying torch\include\ATen\ops\_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9642660Z copying torch\include\ATen\ops\_masked_softmax_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9649570Z copying torch\include\ATen\ops\_masked_softmax_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9656929Z copying torch\include\ATen\ops\_masked_softmax_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9663644Z copying torch\include\ATen\ops\_masked_softmax_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9670820Z copying torch\include\ATen\ops\_masked_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9677668Z copying torch\include\ATen\ops\_masked_softmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9684524Z copying torch\include\ATen\ops\_masked_softmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9691310Z copying torch\include\ATen\ops\_masked_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9698157Z copying torch\include\ATen\ops\_masked_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9705017Z copying torch\include\ATen\ops\_mixed_dtypes_linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9712014Z copying torch\include\ATen\ops\_mixed_dtypes_linear_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9718536Z copying torch\include\ATen\ops\_mixed_dtypes_linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9725335Z copying torch\include\ATen\ops\_mixed_dtypes_linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9732387Z copying torch\include\ATen\ops\_mkldnn_reshape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9739525Z copying torch\include\ATen\ops\_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9746462Z copying torch\include\ATen\ops\_mkldnn_reshape_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9752972Z copying torch\include\ATen\ops\_mkldnn_reshape_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9759666Z copying torch\include\ATen\ops\_mkldnn_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9766838Z copying torch\include\ATen\ops\_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9773826Z copying torch\include\ATen\ops\_mkldnn_transpose_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9780565Z copying torch\include\ATen\ops\_mkldnn_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9787397Z copying torch\include\ATen\ops\_mkldnn_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9794372Z copying torch\include\ATen\ops\_mps_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9801459Z copying torch\include\ATen\ops\_mps_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9808029Z copying torch\include\ATen\ops\_mps_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9814932Z copying torch\include\ATen\ops\_mps_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9821678Z copying torch\include\ATen\ops\_mps_convolution_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9828934Z copying torch\include\ATen\ops\_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9835411Z copying torch\include\ATen\ops\_mps_convolution_transpose_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9842427Z copying torch\include\ATen\ops\_mps_convolution_transpose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9855651Z copying torch\include\ATen\ops\_native_batch_norm_legit.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9862897Z copying torch\include\ATen\ops\_native_batch_norm_legit_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9869652Z copying torch\include\ATen\ops\_native_batch_norm_legit_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9876626Z copying torch\include\ATen\ops\_native_batch_norm_legit_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9883283Z copying torch\include\ATen\ops\_native_batch_norm_legit_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9889953Z copying torch\include\ATen\ops\_native_batch_norm_legit_no_training.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9897308Z copying torch\include\ATen\ops\_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9904346Z copying torch\include\ATen\ops\_native_batch_norm_legit_no_training_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9911204Z copying torch\include\ATen\ops\_native_batch_norm_legit_no_training_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9917861Z copying torch\include\ATen\ops\_native_batch_norm_legit_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9924895Z copying torch\include\ATen\ops\_native_multi_head_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9931819Z copying torch\include\ATen\ops\_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9938840Z copying torch\include\ATen\ops\_native_multi_head_attention_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9945754Z copying torch\include\ATen\ops\_native_multi_head_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9952374Z copying torch\include\ATen\ops\_native_multi_head_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9959050Z copying torch\include\ATen\ops\_native_multi_head_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9965601Z copying torch\include\ATen\ops\_neg_view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9972719Z copying torch\include\ATen\ops\_neg_view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9979845Z copying torch\include\ATen\ops\_neg_view_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9986948Z copying torch\include\ATen\ops\_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:05.9993687Z copying torch\include\ATen\ops\_neg_view_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0000274Z copying torch\include\ATen\ops\_neg_view_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0006537Z copying torch\include\ATen\ops\_neg_view_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0013309Z copying torch\include\ATen\ops\_neg_view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0019640Z copying torch\include\ATen\ops\_neg_view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0026341Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0033123Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0039899Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0046825Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0054744Z copying torch\include\ATen\ops\_nested_compute_contiguous_strides_offsets_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0061170Z copying torch\include\ATen\ops\_nested_from_padded.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0067966Z copying torch\include\ATen\ops\_nested_from_padded_and_nested_example.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0075066Z copying torch\include\ATen\ops\_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0081612Z copying torch\include\ATen\ops\_nested_from_padded_and_nested_example_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0088682Z copying torch\include\ATen\ops\_nested_from_padded_and_nested_example_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0095678Z copying torch\include\ATen\ops\_nested_from_padded_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0102452Z copying torch\include\ATen\ops\_nested_from_padded_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0109450Z copying torch\include\ATen\ops\_nested_from_padded_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0116130Z copying torch\include\ATen\ops\_nested_from_padded_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0122989Z copying torch\include\ATen\ops\_nested_from_padded_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0130045Z copying torch\include\ATen\ops\_nested_from_padded_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0136948Z copying torch\include\ATen\ops\_nested_from_padded_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0143532Z copying torch\include\ATen\ops\_nested_from_padded_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0150286Z copying torch\include\ATen\ops\_nested_get_jagged_dummy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0157212Z copying torch\include\ATen\ops\_nested_get_jagged_dummy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0163608Z copying torch\include\ATen\ops\_nested_get_jagged_dummy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0170687Z copying torch\include\ATen\ops\_nested_get_lengths.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0177793Z copying torch\include\ATen\ops\_nested_get_lengths_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0184221Z copying torch\include\ATen\ops\_nested_get_lengths_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0191153Z copying torch\include\ATen\ops\_nested_get_max_seqlen.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0197946Z copying torch\include\ATen\ops\_nested_get_max_seqlen_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0204650Z copying torch\include\ATen\ops\_nested_get_max_seqlen_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0211950Z copying torch\include\ATen\ops\_nested_get_min_seqlen.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0219210Z copying torch\include\ATen\ops\_nested_get_min_seqlen_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0225844Z copying torch\include\ATen\ops\_nested_get_min_seqlen_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0232533Z copying torch\include\ATen\ops\_nested_get_offsets.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0239343Z copying torch\include\ATen\ops\_nested_get_offsets_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0245836Z copying torch\include\ATen\ops\_nested_get_offsets_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0252588Z copying torch\include\ATen\ops\_nested_get_ragged_idx.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0259516Z copying torch\include\ATen\ops\_nested_get_ragged_idx_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0265965Z copying torch\include\ATen\ops\_nested_get_ragged_idx_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0273110Z copying torch\include\ATen\ops\_nested_get_values.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0279865Z copying torch\include\ATen\ops\_nested_get_values_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0287248Z copying torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0294352Z copying torch\include\ATen\ops\_nested_get_values_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0301838Z copying torch\include\ATen\ops\_nested_get_values_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0309814Z copying torch\include\ATen\ops\_nested_get_values_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0317845Z copying torch\include\ATen\ops\_nested_get_values_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0325071Z copying torch\include\ATen\ops\_nested_get_values_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0332059Z copying torch\include\ATen\ops\_nested_select_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0339924Z copying torch\include\ATen\ops\_nested_select_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0347197Z copying torch\include\ATen\ops\_nested_select_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0354339Z copying torch\include\ATen\ops\_nested_sum_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0361872Z copying torch\include\ATen\ops\_nested_sum_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0369306Z copying torch\include\ATen\ops\_nested_sum_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0376827Z copying torch\include\ATen\ops\_nested_tensor_from_mask.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0384615Z copying torch\include\ATen\ops\_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0391638Z copying torch\include\ATen\ops\_nested_tensor_from_mask_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0399127Z copying torch\include\ATen\ops\_nested_tensor_from_mask_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0407107Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0414742Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0422046Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0429493Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0437139Z copying torch\include\ATen\ops\_nested_tensor_from_mask_left_aligned_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0444692Z copying torch\include\ATen\ops\_nested_tensor_from_mask_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0452288Z copying torch\include\ATen\ops\_nested_tensor_from_mask_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0460197Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0468004Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0475192Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0482869Z copying torch\include\ATen\ops\_nested_tensor_from_tensor_list_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0490434Z copying torch\include\ATen\ops\_nested_tensor_size.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0498527Z copying torch\include\ATen\ops\_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0505655Z copying torch\include\ATen\ops\_nested_tensor_size_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0512603Z copying torch\include\ATen\ops\_nested_tensor_size_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0520186Z copying torch\include\ATen\ops\_nested_tensor_softmax_with_shape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0527654Z copying torch\include\ATen\ops\_nested_tensor_softmax_with_shape_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0535316Z copying torch\include\ATen\ops\_nested_tensor_softmax_with_shape_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0542532Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0550255Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0557944Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0565485Z copying torch\include\ATen\ops\_nested_tensor_storage_offsets_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0572564Z copying torch\include\ATen\ops\_nested_tensor_strides.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0581819Z copying torch\include\ATen\ops\_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0588719Z copying torch\include\ATen\ops\_nested_tensor_strides_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0595969Z copying torch\include\ATen\ops\_nested_tensor_strides_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0603087Z copying torch\include\ATen\ops\_nested_view_from_buffer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0610661Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0618730Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0626127Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0633276Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0640828Z copying torch\include\ATen\ops\_nested_view_from_buffer_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0648367Z copying torch\include\ATen\ops\_nested_view_from_buffer_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0655474Z copying torch\include\ATen\ops\_nested_view_from_buffer_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0662801Z copying torch\include\ATen\ops\_nested_view_from_buffer_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0669344Z copying torch\include\ATen\ops\_nested_view_from_buffer_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0676595Z copying torch\include\ATen\ops\_nested_view_from_jagged.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0683310Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0690486Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0697706Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0704800Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0711822Z copying torch\include\ATen\ops\_nested_view_from_jagged_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0718333Z copying torch\include\ATen\ops\_nested_view_from_jagged_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0725793Z copying torch\include\ATen\ops\_nested_view_from_jagged_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0732440Z copying torch\include\ATen\ops\_new_zeros_with_same_feature_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0740177Z copying torch\include\ATen\ops\_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0746594Z copying torch\include\ATen\ops\_new_zeros_with_same_feature_meta_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0752934Z copying torch\include\ATen\ops\_new_zeros_with_same_feature_meta_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0759494Z copying torch\include\ATen\ops\_nnpack_available.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0767504Z copying torch\include\ATen\ops\_nnpack_available_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0773859Z copying torch\include\ATen\ops\_nnpack_available_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0780351Z copying torch\include\ATen\ops\_nnpack_available_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0786922Z copying torch\include\ATen\ops\_nnpack_spatial_convolution.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0794357Z copying torch\include\ATen\ops\_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0800799Z copying torch\include\ATen\ops\_nnpack_spatial_convolution_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0807309Z copying torch\include\ATen\ops\_nnpack_spatial_convolution_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0813801Z copying torch\include\ATen\ops\_nnz.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0820045Z copying torch\include\ATen\ops\_nnz_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0826141Z copying torch\include\ATen\ops\_nnz_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0832545Z copying torch\include\ATen\ops\_pack_padded_sequence.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0839412Z copying torch\include\ATen\ops\_pack_padded_sequence_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0846526Z copying torch\include\ATen\ops\_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0852882Z copying torch\include\ATen\ops\_pack_padded_sequence_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0859837Z copying torch\include\ATen\ops\_pack_padded_sequence_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0867499Z copying torch\include\ATen\ops\_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0874959Z copying torch\include\ATen\ops\_pack_padded_sequence_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0882229Z copying torch\include\ATen\ops\_pack_padded_sequence_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0889458Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0897019Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0904721Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0912032Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0919334Z copying torch\include\ATen\ops\_padded_dense_to_jagged_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0926537Z copying torch\include\ATen\ops\_pad_circular.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0933921Z copying torch\include\ATen\ops\_pad_circular_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0942472Z copying torch\include\ATen\ops\_pad_circular_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0949368Z copying torch\include\ATen\ops\_pad_circular_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0956561Z copying torch\include\ATen\ops\_pad_enum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0963883Z copying torch\include\ATen\ops\_pad_enum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0971172Z copying torch\include\ATen\ops\_pad_enum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0978292Z copying torch\include\ATen\ops\_pad_enum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0985650Z copying torch\include\ATen\ops\_pad_packed_sequence.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.0993122Z copying torch\include\ATen\ops\_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1000533Z copying torch\include\ATen\ops\_pad_packed_sequence_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1008149Z copying torch\include\ATen\ops\_pad_packed_sequence_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1015387Z copying torch\include\ATen\ops\_pdist_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1022833Z copying torch\include\ATen\ops\_pdist_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1029864Z copying torch\include\ATen\ops\_pdist_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1037342Z copying torch\include\ATen\ops\_pdist_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1045144Z copying torch\include\ATen\ops\_pdist_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1052109Z copying torch\include\ATen\ops\_pdist_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1059479Z copying torch\include\ATen\ops\_pdist_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1067131Z copying torch\include\ATen\ops\_pdist_forward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1074414Z copying torch\include\ATen\ops\_pdist_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1081820Z copying torch\include\ATen\ops\_pdist_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1088882Z copying torch\include\ATen\ops\_pdist_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1096289Z copying torch\include\ATen\ops\_pdist_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1104053Z copying torch\include\ATen\ops\_pin_memory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1111750Z copying torch\include\ATen\ops\_pin_memory_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1118488Z copying torch\include\ATen\ops\_pin_memory_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1125309Z copying torch\include\ATen\ops\_pin_memory_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1132433Z copying torch\include\ATen\ops\_prelu_kernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1139949Z copying torch\include\ATen\ops\_prelu_kernel_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1147857Z copying torch\include\ATen\ops\_prelu_kernel_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1155165Z copying torch\include\ATen\ops\_prelu_kernel_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1162226Z copying torch\include\ATen\ops\_prelu_kernel_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1169273Z copying torch\include\ATen\ops\_prelu_kernel_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1177336Z copying torch\include\ATen\ops\_prelu_kernel_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1184522Z copying torch\include\ATen\ops\_prelu_kernel_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1192317Z copying torch\include\ATen\ops\_prelu_kernel_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1199650Z copying torch\include\ATen\ops\_prelu_kernel_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1207348Z copying torch\include\ATen\ops\_print.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1214271Z copying torch\include\ATen\ops\_print_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1221418Z copying torch\include\ATen\ops\_print_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1228166Z copying torch\include\ATen\ops\_print_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1235556Z copying torch\include\ATen\ops\_propagate_xla_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1243847Z copying torch\include\ATen\ops\_propagate_xla_data_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1251166Z copying torch\include\ATen\ops\_propagate_xla_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1258417Z copying torch\include\ATen\ops\_propagate_xla_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1265844Z copying torch\include\ATen\ops\_remove_batch_dim.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1273999Z copying torch\include\ATen\ops\_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1281314Z copying torch\include\ATen\ops\_remove_batch_dim_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1288513Z copying torch\include\ATen\ops\_remove_batch_dim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1295965Z copying torch\include\ATen\ops\_reshape_alias.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1303642Z copying torch\include\ATen\ops\_reshape_alias_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1312018Z copying torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1318898Z copying torch\include\ATen\ops\_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1325950Z copying torch\include\ATen\ops\_reshape_alias_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1333552Z copying torch\include\ATen\ops\_reshape_alias_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1341510Z copying torch\include\ATen\ops\_reshape_alias_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1348802Z copying torch\include\ATen\ops\_reshape_alias_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1355901Z copying torch\include\ATen\ops\_reshape_alias_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1363842Z copying torch\include\ATen\ops\_reshape_alias_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1370680Z copying torch\include\ATen\ops\_reshape_alias_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1377425Z copying torch\include\ATen\ops\_reshape_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1385017Z copying torch\include\ATen\ops\_reshape_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1391777Z copying torch\include\ATen\ops\_reshape_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1399043Z copying torch\include\ATen\ops\_reshape_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1405685Z copying torch\include\ATen\ops\_reshape_from_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1413020Z copying torch\include\ATen\ops\_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1419838Z copying torch\include\ATen\ops\_reshape_from_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1426454Z copying torch\include\ATen\ops\_reshape_from_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1433693Z copying torch\include\ATen\ops\_resize_output.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1440974Z copying torch\include\ATen\ops\_resize_output_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1447716Z copying torch\include\ATen\ops\_resize_output_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1454473Z copying torch\include\ATen\ops\_resize_output_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1461108Z copying torch\include\ATen\ops\_resize_output_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1467846Z copying torch\include\ATen\ops\_rowwise_prune.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1475288Z copying torch\include\ATen\ops\_rowwise_prune_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1482157Z copying torch\include\ATen\ops\_rowwise_prune_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1489777Z copying torch\include\ATen\ops\_rowwise_prune_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1497615Z copying torch\include\ATen\ops\_safe_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1504799Z copying torch\include\ATen\ops\_safe_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1512083Z copying torch\include\ATen\ops\_safe_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1519273Z copying torch\include\ATen\ops\_safe_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1526770Z copying torch\include\ATen\ops\_sample_dirichlet.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1534306Z copying torch\include\ATen\ops\_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1541843Z copying torch\include\ATen\ops\_sample_dirichlet_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1549382Z copying torch\include\ATen\ops\_sample_dirichlet_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1573094Z copying torch\include\ATen\ops\_sample_dirichlet_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1580158Z copying torch\include\ATen\ops\_sample_dirichlet_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1587276Z copying torch\include\ATen\ops\_saturate_weight_to_fp16.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1594359Z copying torch\include\ATen\ops\_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1601371Z copying torch\include\ATen\ops\_saturate_weight_to_fp16_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1608050Z copying torch\include\ATen\ops\_saturate_weight_to_fp16_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1615203Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1622423Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1629532Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1636926Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1643566Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_for_mps_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1650629Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1657756Z copying torch\include\ATen\ops\_scaled_dot_product_attention_math_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1665025Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1671995Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1679366Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1686742Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1693699Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1701155Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1708572Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1715738Z copying torch\include\ATen\ops\_scaled_dot_product_cudnn_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1722954Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1730135Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1737869Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1745240Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1752689Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1759913Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1766864Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1773812Z copying torch\include\ATen\ops\_scaled_dot_product_efficient_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1781374Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1788600Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1795859Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1802917Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1809903Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1817095Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1824174Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1831344Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1839280Z 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 2024-10-08T20:14:06.1846355Z 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 2024-10-08T20:14:06.1854471Z 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 2024-10-08T20:14:06.1861701Z 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 2024-10-08T20:14:06.1868345Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1875362Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_for_cpu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1882908Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1889877Z copying torch\include\ATen\ops\_scaled_dot_product_flash_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1897214Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1904282Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1911416Z 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 2024-10-08T20:14:06.1918282Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1924993Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1932138Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1938752Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1946257Z copying torch\include\ATen\ops\_scaled_dot_product_fused_attention_overrideable_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1952783Z copying torch\include\ATen\ops\_scaled_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1959603Z copying torch\include\ATen\ops\_scaled_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1966303Z copying torch\include\ATen\ops\_scaled_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1972764Z copying torch\include\ATen\ops\_scaled_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1979371Z copying torch\include\ATen\ops\_segment_reduce_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1986469Z copying torch\include\ATen\ops\_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1993088Z copying torch\include\ATen\ops\_segment_reduce_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.1999400Z copying torch\include\ATen\ops\_segment_reduce_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2005864Z copying torch\include\ATen\ops\_segment_reduce_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2012450Z copying torch\include\ATen\ops\_segment_reduce_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2019052Z copying torch\include\ATen\ops\_shape_as_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2026321Z copying torch\include\ATen\ops\_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2033172Z copying torch\include\ATen\ops\_shape_as_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2039551Z copying torch\include\ATen\ops\_shape_as_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2046123Z copying torch\include\ATen\ops\_slow_conv2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2053151Z copying torch\include\ATen\ops\_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2059526Z copying torch\include\ATen\ops\_slow_conv2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2066246Z copying torch\include\ATen\ops\_slow_conv2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2073195Z copying torch\include\ATen\ops\_slow_conv2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2079912Z copying torch\include\ATen\ops\_slow_conv2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2087093Z copying torch\include\ATen\ops\_slow_conv2d_forward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2094119Z copying torch\include\ATen\ops\_slow_conv2d_forward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2101206Z copying torch\include\ATen\ops\_slow_conv2d_forward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2108406Z copying torch\include\ATen\ops\_slow_conv2d_forward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2115922Z copying torch\include\ATen\ops\_slow_conv2d_forward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2122587Z copying torch\include\ATen\ops\_sobol_engine_draw.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2129656Z copying torch\include\ATen\ops\_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2136642Z copying torch\include\ATen\ops\_sobol_engine_draw_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2143373Z copying torch\include\ATen\ops\_sobol_engine_draw_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2149931Z copying torch\include\ATen\ops\_sobol_engine_ff.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2157111Z copying torch\include\ATen\ops\_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2164237Z copying torch\include\ATen\ops\_sobol_engine_ff_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2171317Z copying torch\include\ATen\ops\_sobol_engine_ff_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2178254Z copying torch\include\ATen\ops\_sobol_engine_initialize_state.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2185523Z copying torch\include\ATen\ops\_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2192394Z copying torch\include\ATen\ops\_sobol_engine_initialize_state_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2199066Z copying torch\include\ATen\ops\_sobol_engine_initialize_state_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2205903Z copying torch\include\ATen\ops\_sobol_engine_scramble.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2212899Z copying torch\include\ATen\ops\_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2219505Z copying torch\include\ATen\ops\_sobol_engine_scramble_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2225762Z copying torch\include\ATen\ops\_sobol_engine_scramble_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2232178Z copying torch\include\ATen\ops\_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2238489Z copying torch\include\ATen\ops\_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2245759Z copying torch\include\ATen\ops\_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2252334Z copying torch\include\ATen\ops\_softmax_backward_data_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2258898Z copying torch\include\ATen\ops\_softmax_backward_data_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2265394Z copying torch\include\ATen\ops\_softmax_backward_data_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2272751Z copying torch\include\ATen\ops\_softmax_backward_data_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2280686Z copying torch\include\ATen\ops\_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2288752Z copying torch\include\ATen\ops\_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2296464Z copying torch\include\ATen\ops\_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2304432Z copying torch\include\ATen\ops\_softmax_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2311860Z copying torch\include\ATen\ops\_softmax_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2319539Z copying torch\include\ATen\ops\_softmax_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2326989Z copying torch\include\ATen\ops\_softmax_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2335259Z copying torch\include\ATen\ops\_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2344734Z copying torch\include\ATen\ops\_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2353798Z copying torch\include\ATen\ops\_sparse_addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2363101Z copying torch\include\ATen\ops\_sparse_addmm_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2372561Z copying torch\include\ATen\ops\_sparse_addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2380455Z copying torch\include\ATen\ops\_sparse_addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2386986Z copying torch\include\ATen\ops\_sparse_broadcast_to.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2393676Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2400575Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2407208Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2414214Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2420774Z copying torch\include\ATen\ops\_sparse_broadcast_to_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2427313Z copying torch\include\ATen\ops\_sparse_broadcast_to_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2433495Z copying torch\include\ATen\ops\_sparse_broadcast_to_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2439890Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2446658Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2453014Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2459529Z copying torch\include\ATen\ops\_sparse_bsc_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2465898Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2472946Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2479769Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2486720Z copying torch\include\ATen\ops\_sparse_bsr_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2493235Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2500623Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2607304Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2614076Z copying torch\include\ATen\ops\_sparse_compressed_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2621090Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2628262Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2635117Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2644186Z copying torch\include\ATen\ops\_sparse_compressed_tensor_with_dims_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2651811Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2659261Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2666316Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2673125Z copying torch\include\ATen\ops\_sparse_coo_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2680186Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2687798Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2695823Z 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 2024-10-08T20:14:06.2702771Z 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 2024-10-08T20:14:06.2709680Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2717020Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_and_tensors_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2724344Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2731223Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2738809Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2745783Z copying torch\include\ATen\ops\_sparse_coo_tensor_with_dims_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2752662Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2760002Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2767031Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2774021Z copying torch\include\ATen\ops\_sparse_csc_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2780873Z copying torch\include\ATen\ops\_sparse_csr_prod.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2788156Z copying torch\include\ATen\ops\_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2794978Z copying torch\include\ATen\ops\_sparse_csr_prod_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2801940Z copying torch\include\ATen\ops\_sparse_csr_prod_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2808720Z copying torch\include\ATen\ops\_sparse_csr_sum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2815933Z copying torch\include\ATen\ops\_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2822700Z copying torch\include\ATen\ops\_sparse_csr_sum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2829597Z copying torch\include\ATen\ops\_sparse_csr_sum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2837350Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2844526Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2851628Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2858799Z copying torch\include\ATen\ops\_sparse_csr_tensor_unsafe_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2865343Z copying torch\include\ATen\ops\_sparse_log_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2872297Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2879737Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2886821Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2893758Z copying torch\include\ATen\ops\_sparse_log_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2901005Z copying torch\include\ATen\ops\_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2908004Z copying torch\include\ATen\ops\_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2914857Z copying torch\include\ATen\ops\_sparse_log_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2921808Z copying torch\include\ATen\ops\_sparse_log_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2928768Z copying torch\include\ATen\ops\_sparse_mask_projection.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2936265Z copying torch\include\ATen\ops\_sparse_mask_projection_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2943059Z copying torch\include\ATen\ops\_sparse_mask_projection_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2950002Z copying torch\include\ATen\ops\_sparse_mask_projection_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2956710Z copying torch\include\ATen\ops\_sparse_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2963682Z copying torch\include\ATen\ops\_sparse_mm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2970523Z copying torch\include\ATen\ops\_sparse_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2977696Z copying torch\include\ATen\ops\_sparse_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2984578Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2991239Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.2998337Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3005163Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3011971Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3019147Z copying torch\include\ATen\ops\_sparse_mm_reduce_impl_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3026125Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3033219Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3040249Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3047176Z copying torch\include\ATen\ops\_sparse_semi_structured_addmm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3053973Z copying torch\include\ATen\ops\_sparse_semi_structured_apply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3061451Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3068518Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3075570Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3082593Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3089607Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3096852Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3103878Z copying torch\include\ATen\ops\_sparse_semi_structured_apply_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3110719Z copying torch\include\ATen\ops\_sparse_semi_structured_linear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3118053Z copying torch\include\ATen\ops\_sparse_semi_structured_linear_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3125150Z copying torch\include\ATen\ops\_sparse_semi_structured_linear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3132211Z copying torch\include\ATen\ops\_sparse_semi_structured_linear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3139590Z copying torch\include\ATen\ops\_sparse_semi_structured_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3146478Z copying torch\include\ATen\ops\_sparse_semi_structured_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3153614Z copying torch\include\ATen\ops\_sparse_semi_structured_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3160427Z copying torch\include\ATen\ops\_sparse_semi_structured_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3167190Z copying torch\include\ATen\ops\_sparse_semi_structured_tile.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3174049Z copying torch\include\ATen\ops\_sparse_semi_structured_tile_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3181089Z copying torch\include\ATen\ops\_sparse_semi_structured_tile_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3188135Z copying torch\include\ATen\ops\_sparse_semi_structured_tile_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3194713Z copying torch\include\ATen\ops\_sparse_softmax.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3201419Z copying torch\include\ATen\ops\_sparse_softmax_backward_data.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3208411Z copying torch\include\ATen\ops\_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3215556Z copying torch\include\ATen\ops\_sparse_softmax_backward_data_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3222515Z copying torch\include\ATen\ops\_sparse_softmax_backward_data_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3229459Z copying torch\include\ATen\ops\_sparse_softmax_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3236599Z copying torch\include\ATen\ops\_sparse_softmax_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3243253Z copying torch\include\ATen\ops\_sparse_softmax_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3250248Z copying torch\include\ATen\ops\_sparse_softmax_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3257197Z copying torch\include\ATen\ops\_sparse_sparse_matmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3264318Z copying torch\include\ATen\ops\_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3270986Z copying torch\include\ATen\ops\_sparse_sparse_matmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3277812Z copying torch\include\ATen\ops\_sparse_sparse_matmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3284417Z copying torch\include\ATen\ops\_sparse_sum.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3291553Z copying torch\include\ATen\ops\_sparse_sum_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3298604Z copying torch\include\ATen\ops\_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3305543Z copying torch\include\ATen\ops\_sparse_sum_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3312471Z copying torch\include\ATen\ops\_sparse_sum_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3319616Z copying torch\include\ATen\ops\_sparse_sum_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3326897Z copying torch\include\ATen\ops\_sparse_sum_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3333596Z copying torch\include\ATen\ops\_sparse_sum_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3341328Z copying torch\include\ATen\ops\_sparse_sum_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3348054Z copying torch\include\ATen\ops\_spdiags.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3354627Z copying torch\include\ATen\ops\_spdiags_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3360823Z copying torch\include\ATen\ops\_spdiags_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3367278Z copying torch\include\ATen\ops\_spdiags_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3374075Z copying torch\include\ATen\ops\_spdiags_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3380744Z copying torch\include\ATen\ops\_spsolve.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3386700Z copying torch\include\ATen\ops\_spsolve_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3392874Z copying torch\include\ATen\ops\_spsolve_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3399460Z copying torch\include\ATen\ops\_stack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3406389Z copying torch\include\ATen\ops\_stack_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3413637Z copying torch\include\ATen\ops\_stack_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3420449Z copying torch\include\ATen\ops\_stack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3426997Z copying torch\include\ATen\ops\_stack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3433609Z copying torch\include\ATen\ops\_standard_gamma.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3440566Z copying torch\include\ATen\ops\_standard_gamma_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3447513Z copying torch\include\ATen\ops\_standard_gamma_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3455302Z copying torch\include\ATen\ops\_standard_gamma_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3461984Z copying torch\include\ATen\ops\_standard_gamma_grad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3469453Z copying torch\include\ATen\ops\_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3476284Z copying torch\include\ATen\ops\_standard_gamma_grad_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3483440Z copying torch\include\ATen\ops\_standard_gamma_grad_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3490198Z copying torch\include\ATen\ops\_standard_gamma_grad_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3497162Z copying torch\include\ATen\ops\_standard_gamma_grad_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3503720Z copying torch\include\ATen\ops\_standard_gamma_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3510211Z copying torch\include\ATen\ops\_standard_gamma_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3516857Z copying torch\include\ATen\ops\_test_ambiguous_defaults.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3523661Z copying torch\include\ATen\ops\_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3529971Z copying torch\include\ATen\ops\_test_ambiguous_defaults_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3536737Z copying torch\include\ATen\ops\_test_ambiguous_defaults_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3543399Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3550306Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3556915Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3563273Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3570088Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3577162Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3584276Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3591021Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3598635Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3605634Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3612376Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3619284Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3625833Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3632109Z copying torch\include\ATen\ops\_test_autograd_multiple_dispatch_view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3638740Z copying torch\include\ATen\ops\_test_check_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3645546Z copying torch\include\ATen\ops\_test_check_tensor_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3651875Z copying torch\include\ATen\ops\_test_check_tensor_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3658473Z copying torch\include\ATen\ops\_test_check_tensor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3664980Z copying torch\include\ATen\ops\_test_functorch_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3672406Z copying torch\include\ATen\ops\_test_functorch_fallback_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3679033Z copying torch\include\ATen\ops\_test_functorch_fallback_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3685446Z copying torch\include\ATen\ops\_test_functorch_fallback_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3691711Z copying torch\include\ATen\ops\_test_functorch_fallback_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3698176Z copying torch\include\ATen\ops\_test_optional_filled_intlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3704895Z copying torch\include\ATen\ops\_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3711488Z copying torch\include\ATen\ops\_test_optional_filled_intlist_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3717950Z copying torch\include\ATen\ops\_test_optional_filled_intlist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3724305Z copying torch\include\ATen\ops\_test_optional_filled_intlist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3730682Z copying torch\include\ATen\ops\_test_optional_floatlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3738037Z copying torch\include\ATen\ops\_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3744351Z copying torch\include\ATen\ops\_test_optional_floatlist_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3750937Z copying torch\include\ATen\ops\_test_optional_floatlist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3757644Z copying torch\include\ATen\ops\_test_optional_floatlist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3764405Z copying torch\include\ATen\ops\_test_optional_intlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3772160Z copying torch\include\ATen\ops\_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3778951Z copying torch\include\ATen\ops\_test_optional_intlist_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3786013Z copying torch\include\ATen\ops\_test_optional_intlist_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3792686Z copying torch\include\ATen\ops\_test_optional_intlist_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3799548Z copying torch\include\ATen\ops\_test_parallel_materialize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3806694Z copying torch\include\ATen\ops\_test_parallel_materialize_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3813296Z copying torch\include\ATen\ops\_test_parallel_materialize_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3819990Z copying torch\include\ATen\ops\_test_parallel_materialize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3826997Z copying torch\include\ATen\ops\_test_serialization_subcmul.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3834264Z copying torch\include\ATen\ops\_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3841032Z copying torch\include\ATen\ops\_test_serialization_subcmul_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3847960Z copying torch\include\ATen\ops\_test_serialization_subcmul_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3854765Z copying torch\include\ATen\ops\_test_string_default.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3861943Z copying torch\include\ATen\ops\_test_string_default_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3868825Z copying torch\include\ATen\ops\_test_string_default_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3875328Z copying torch\include\ATen\ops\_test_string_default_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3882081Z copying torch\include\ATen\ops\_test_warn_in_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3889671Z copying torch\include\ATen\ops\_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3896724Z copying torch\include\ATen\ops\_test_warn_in_autograd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3903572Z copying torch\include\ATen\ops\_test_warn_in_autograd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3910774Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3917791Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3924653Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3931637Z copying torch\include\ATen\ops\_thnn_differentiable_gru_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3938851Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3946235Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3953214Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3960446Z copying torch\include\ATen\ops\_thnn_differentiable_lstm_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3967198Z copying torch\include\ATen\ops\_thnn_fused_gru_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3982643Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3984160Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.3988777Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4000797Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4003241Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4010381Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4030583Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4031951Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4053051Z copying torch\include\ATen\ops\_thnn_fused_gru_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4054591Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4055861Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4057410Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4059053Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4066507Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4073312Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4080206Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4086996Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_impl_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4093830Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4100656Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4108327Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4114831Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4121521Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4128591Z copying torch\include\ATen\ops\_thnn_fused_lstm_cell_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4135530Z copying torch\include\ATen\ops\_to_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4142098Z copying torch\include\ATen\ops\_to_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4148440Z copying torch\include\ATen\ops\_to_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4154804Z copying torch\include\ATen\ops\_to_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4161095Z copying torch\include\ATen\ops\_to_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4167276Z copying torch\include\ATen\ops\_to_cpu_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4173711Z copying torch\include\ATen\ops\_to_cpu_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4180076Z copying torch\include\ATen\ops\_to_cpu_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4186823Z copying torch\include\ATen\ops\_to_dense.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4193652Z copying torch\include\ATen\ops\_to_dense_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4199889Z copying torch\include\ATen\ops\_to_dense_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4206296Z copying torch\include\ATen\ops\_to_dense_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4212825Z copying torch\include\ATen\ops\_to_sparse.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4220054Z copying torch\include\ATen\ops\_to_sparse_bsc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4227007Z copying torch\include\ATen\ops\_to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4233638Z copying torch\include\ATen\ops\_to_sparse_bsc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4240253Z copying torch\include\ATen\ops\_to_sparse_bsc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4246757Z copying torch\include\ATen\ops\_to_sparse_bsc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4253456Z copying torch\include\ATen\ops\_to_sparse_bsc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4260147Z copying torch\include\ATen\ops\_to_sparse_bsr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4267399Z copying torch\include\ATen\ops\_to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4273679Z copying torch\include\ATen\ops\_to_sparse_bsr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4280769Z copying torch\include\ATen\ops\_to_sparse_bsr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4287513Z copying torch\include\ATen\ops\_to_sparse_bsr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4294432Z copying torch\include\ATen\ops\_to_sparse_bsr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4301355Z copying torch\include\ATen\ops\_to_sparse_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4308358Z copying torch\include\ATen\ops\_to_sparse_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4314939Z copying torch\include\ATen\ops\_to_sparse_csc.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4321670Z copying torch\include\ATen\ops\_to_sparse_csc_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4328125Z copying torch\include\ATen\ops\_to_sparse_csc_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4334563Z copying torch\include\ATen\ops\_to_sparse_csc_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4340948Z copying torch\include\ATen\ops\_to_sparse_csc_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4347251Z copying torch\include\ATen\ops\_to_sparse_csc_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4353519Z copying torch\include\ATen\ops\_to_sparse_csr.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4360735Z copying torch\include\ATen\ops\_to_sparse_csr_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4367153Z copying torch\include\ATen\ops\_to_sparse_csr_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4373620Z copying torch\include\ATen\ops\_to_sparse_csr_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4380329Z copying torch\include\ATen\ops\_to_sparse_csr_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4387414Z copying torch\include\ATen\ops\_to_sparse_csr_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4394107Z copying torch\include\ATen\ops\_to_sparse_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4400870Z copying torch\include\ATen\ops\_to_sparse_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4408009Z copying torch\include\ATen\ops\_to_sparse_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4414752Z copying torch\include\ATen\ops\_to_sparse_semi_structured.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4421820Z copying torch\include\ATen\ops\_to_sparse_semi_structured_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4428507Z copying torch\include\ATen\ops\_to_sparse_semi_structured_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4435146Z copying torch\include\ATen\ops\_to_sparse_semi_structured_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4441977Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4448895Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4455598Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4462431Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4469286Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4476384Z copying torch\include\ATen\ops\_transformer_encoder_layer_fwd_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4483125Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4490506Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4497563Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4504586Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4511432Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4518206Z copying torch\include\ATen\ops\_transform_bias_rescale_qkv_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4524664Z copying torch\include\ATen\ops\_trilinear.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4531771Z copying torch\include\ATen\ops\_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4538400Z copying torch\include\ATen\ops\_trilinear_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4544736Z copying torch\include\ATen\ops\_trilinear_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4551280Z copying torch\include\ATen\ops\_trilinear_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4557852Z copying torch\include\ATen\ops\_triton_multi_head_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4564738Z copying torch\include\ATen\ops\_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4571615Z copying torch\include\ATen\ops\_triton_multi_head_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4578682Z copying torch\include\ATen\ops\_triton_multi_head_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4585993Z copying torch\include\ATen\ops\_triton_multi_head_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4592649Z copying torch\include\ATen\ops\_triton_scaled_dot_attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4599595Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4606238Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4613064Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4620253Z copying torch\include\ATen\ops\_triton_scaled_dot_attention_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4626529Z copying torch\include\ATen\ops\_unique.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4632839Z copying torch\include\ATen\ops\_unique2.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4639467Z copying torch\include\ATen\ops\_unique2_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4646317Z copying torch\include\ATen\ops\_unique2_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4652647Z copying torch\include\ATen\ops\_unique2_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4659153Z copying torch\include\ATen\ops\_unique2_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4665597Z copying torch\include\ATen\ops\_unique2_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4672368Z copying torch\include\ATen\ops\_unique_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4678834Z copying torch\include\ATen\ops\_unique_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4685323Z copying torch\include\ATen\ops\_unique_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4691687Z copying torch\include\ATen\ops\_unique_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4698405Z copying torch\include\ATen\ops\_unique_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4704793Z copying torch\include\ATen\ops\_unpack_dual.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4711489Z copying torch\include\ATen\ops\_unpack_dual_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4718102Z copying torch\include\ATen\ops\_unpack_dual_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4724416Z copying torch\include\ATen\ops\_unpack_dual_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4731769Z copying torch\include\ATen\ops\_unsafe_index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4738528Z copying torch\include\ATen\ops\_unsafe_index_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4745024Z copying torch\include\ATen\ops\_unsafe_index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4751641Z copying torch\include\ATen\ops\_unsafe_index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4758020Z copying torch\include\ATen\ops\_unsafe_index_put.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4765077Z copying torch\include\ATen\ops\_unsafe_index_put_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4771530Z copying torch\include\ATen\ops\_unsafe_index_put_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4778214Z copying torch\include\ATen\ops\_unsafe_index_put_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4784912Z copying torch\include\ATen\ops\_unsafe_masked_index.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4792054Z copying torch\include\ATen\ops\_unsafe_masked_index_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4798901Z copying torch\include\ATen\ops\_unsafe_masked_index_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4805599Z copying torch\include\ATen\ops\_unsafe_masked_index_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4812861Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4820539Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4827019Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4834330Z copying torch\include\ATen\ops\_unsafe_masked_index_put_accumulate_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4840810Z copying torch\include\ATen\ops\_unsafe_view.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4853269Z copying torch\include\ATen\ops\_unsafe_view_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4858680Z copying torch\include\ATen\ops\_unsafe_view_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4865703Z copying torch\include\ATen\ops\_unsafe_view_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4872568Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4879424Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4887326Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4894133Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4901306Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4908890Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4915472Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4922714Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4930073Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4945003Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4952426Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4959900Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4966681Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4973705Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4980653Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4987633Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.4995239Z copying torch\include\ATen\ops\_upsample_bicubic2d_aa_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5002001Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5009379Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5017114Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5023958Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5031106Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5037969Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5045618Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5052397Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5059556Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5067458Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5074629Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5081890Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5088540Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5095208Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5101909Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5108568Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5115440Z copying torch\include\ATen\ops\_upsample_bilinear2d_aa_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5122620Z copying torch\include\ATen\ops\_upsample_nearest_exact1d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5129696Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5137257Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5144135Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5151435Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5158660Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5165280Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5172296Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5179116Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5186435Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5193384Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5200028Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5206855Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5213584Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5220691Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5250402Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5256956Z copying torch\include\ATen\ops\_upsample_nearest_exact1d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5263542Z copying torch\include\ATen\ops\_upsample_nearest_exact2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5270321Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5277755Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5284899Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5291865Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5298735Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5305580Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5312843Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5319599Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5327098Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5334265Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5341171Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5348151Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5354830Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5362049Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5369090Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5375985Z copying torch\include\ATen\ops\_upsample_nearest_exact2d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5383015Z copying torch\include\ATen\ops\_upsample_nearest_exact3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5390291Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5397832Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5404973Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5412152Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5419846Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5426770Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5434094Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5440949Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5448509Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5455763Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5462511Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5469983Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5476455Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_meta.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5483172Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_meta_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5490561Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5497508Z copying torch\include\ATen\ops\_upsample_nearest_exact3d_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5504013Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5510925Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5518256Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5524671Z copying torch\include\ATen\ops\_use_cudnn_ctc_loss_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5531601Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5539145Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5546507Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5553409Z copying torch\include\ATen\ops\_use_cudnn_rnn_flatten_weight_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5560248Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5567331Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5574190Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5581148Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5588268Z copying torch\include\ATen\ops\_validate_compressed_sparse_indices_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5595554Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5602958Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5609700Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5616868Z copying torch\include\ATen\ops\_validate_sparse_bsc_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5623888Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5631384Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5638238Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5645280Z copying torch\include\ATen\ops\_validate_sparse_bsr_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5652088Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5659611Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5666392Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5673253Z copying torch\include\ATen\ops\_validate_sparse_compressed_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5680123Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5687542Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5694879Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5702113Z copying torch\include\ATen\ops\_validate_sparse_coo_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5708744Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5715970Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5722779Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5729569Z copying torch\include\ATen\ops\_validate_sparse_csc_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5736799Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5744575Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5751298Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5758043Z copying torch\include\ATen\ops\_validate_sparse_csr_tensor_args_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5764602Z copying torch\include\ATen\ops\_values.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5770613Z copying torch\include\ATen\ops\_values_copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5778440Z copying torch\include\ATen\ops\_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5785067Z copying torch\include\ATen\ops\_values_copy_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5791791Z copying torch\include\ATen\ops\_values_copy_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5798211Z copying torch\include\ATen\ops\_values_copy_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5804783Z copying torch\include\ATen\ops\_values_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5811228Z copying torch\include\ATen\ops\_values_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5818008Z copying torch\include\ATen\ops\_version.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5824601Z copying torch\include\ATen\ops\_version_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5830782Z copying torch\include\ATen\ops\_version_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5837020Z copying torch\include\ATen\ops\_version_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5843594Z copying torch\include\ATen\ops\_weight_int4pack_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5850377Z copying torch\include\ATen\ops\_weight_int4pack_mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5856725Z copying torch\include\ATen\ops\_weight_int4pack_mm_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5863336Z copying torch\include\ATen\ops\_weight_int4pack_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5870240Z copying torch\include\ATen\ops\_weight_int4pack_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5877025Z copying torch\include\ATen\ops\_weight_int8pack_mm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5883935Z copying torch\include\ATen\ops\_weight_int8pack_mm_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5891098Z copying torch\include\ATen\ops\_weight_int8pack_mm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5897612Z copying torch\include\ATen\ops\_weight_int8pack_mm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5904204Z copying torch\include\ATen\ops\_weight_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5911351Z copying torch\include\ATen\ops\_weight_norm_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5918336Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5925529Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5932401Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5939271Z copying torch\include\ATen\ops\_weight_norm_differentiable_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5946448Z copying torch\include\ATen\ops\_weight_norm_interface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5952884Z copying torch\include\ATen\ops\_weight_norm_interface_backward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5960008Z copying torch\include\ATen\ops\_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5966595Z copying torch\include\ATen\ops\_weight_norm_interface_backward_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5973239Z copying torch\include\ATen\ops\_weight_norm_interface_backward_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5980248Z copying torch\include\ATen\ops\_weight_norm_interface_backward_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5987156Z copying torch\include\ATen\ops\_weight_norm_interface_backward_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.5994680Z copying torch\include\ATen\ops\_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.6001489Z copying torch\include\ATen\ops\_weight_norm_interface_cpu_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.6008257Z copying torch\include\ATen\ops\_weight_norm_interface_cuda_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.6015560Z copying torch\include\ATen\ops\_weight_norm_interface_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.6022179Z copying torch\include\ATen\ops\_weight_norm_interface_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.6029096Z copying torch\include\ATen\ops\_weight_norm_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.6035928Z copying torch\include\ATen\ops\_weight_norm_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.6042895Z copying torch\include\ATen\ops\_wrapped_linear_prepack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.6049760Z copying torch\include\ATen\ops\_wrapped_linear_prepack_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.6056538Z copying torch\include\ATen\ops\_wrapped_linear_prepack_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.6063237Z copying torch\include\ATen\ops\_wrapped_linear_prepack_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.6070190Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.6077726Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_compositeimplicitautograd_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.6084562Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_native.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.6091557Z copying torch\include\ATen\ops\_wrapped_quantized_linear_prepacked_ops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\ops 2024-10-08T20:14:06.6098320Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\hip 2024-10-08T20:14:06.6099875Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2024-10-08T20:14:06.6102717Z copying torch\include\ATen\hip\impl\HIPAllocatorMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2024-10-08T20:14:06.6109193Z copying torch\include\ATen\hip\impl\HIPCachingAllocatorMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2024-10-08T20:14:06.6115578Z copying torch\include\ATen\hip\impl\HIPGuardImplMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2024-10-08T20:14:06.6127162Z copying torch\include\ATen\hip\impl\HIPStreamMasqueradingAsCUDA.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl 2024-10-08T20:14:06.6132504Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-10-08T20:14:06.6135327Z copying torch\include\ATen\mps\EmptyTensor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-10-08T20:14:06.6141584Z copying torch\include\ATen\mps\IndexKernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-10-08T20:14:06.6148203Z copying torch\include\ATen\mps\MPSAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-10-08T20:14:06.6155059Z copying torch\include\ATen\mps\MPSAllocatorInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-10-08T20:14:06.6167300Z copying torch\include\ATen\mps\MPSDevice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-10-08T20:14:06.6173661Z copying torch\include\ATen\mps\MPSEvent.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-10-08T20:14:06.6180089Z copying torch\include\ATen\mps\MPSGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-10-08T20:14:06.6186337Z copying torch\include\ATen\mps\MPSGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-10-08T20:14:06.6192753Z copying torch\include\ATen\mps\MPSHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-10-08T20:14:06.6198927Z copying torch\include\ATen\mps\MPSProfiler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-10-08T20:14:06.6205712Z copying torch\include\ATen\mps\MPSStream.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\mps 2024-10-08T20:14:06.6211514Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-10-08T20:14:06.6214254Z copying torch\include\ATen\miopen\Descriptors.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-10-08T20:14:06.6220516Z copying torch\include\ATen\miopen\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-10-08T20:14:06.6226649Z copying torch\include\ATen\miopen\Handle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-10-08T20:14:06.6232862Z copying torch\include\ATen\miopen\miopen-wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-10-08T20:14:06.6243416Z copying torch\include\ATen\miopen\Types.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-10-08T20:14:06.6249653Z copying torch\include\ATen\miopen\Utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\miopen 2024-10-08T20:14:06.6254828Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-10-08T20:14:06.6257809Z copying torch\include\ATen\detail\AcceleratorHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-10-08T20:14:06.6263930Z copying torch\include\ATen\detail\CUDAHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-10-08T20:14:06.6270036Z copying torch\include\ATen\detail\FunctionTraits.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-10-08T20:14:06.6281102Z copying torch\include\ATen\detail\HIPHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-10-08T20:14:06.6287138Z copying torch\include\ATen\detail\IPUHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-10-08T20:14:06.6293555Z copying torch\include\ATen\detail\MAIAHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-10-08T20:14:06.6300243Z copying torch\include\ATen\detail\MPSHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-10-08T20:14:06.6306579Z copying torch\include\ATen\detail\MTIAHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-10-08T20:14:06.6312873Z copying torch\include\ATen\detail\PrivateUse1HooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-10-08T20:14:06.6318912Z copying torch\include\ATen\detail\XPUHooksInterface.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\detail 2024-10-08T20:14:06.6324282Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6326893Z copying torch\include\ATen\native\Activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6333045Z copying torch\include\ATen\native\AdaptivePooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6339183Z copying torch\include\ATen\native\AmpKernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6345520Z copying torch\include\ATen\native\BatchLinearAlgebra.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6356123Z copying torch\include\ATen\native\batch_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6362379Z copying torch\include\ATen\native\BinaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6368749Z copying torch\include\ATen\native\BucketizationUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6375121Z copying torch\include\ATen\native\CanUse32BitIndexMath.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6381006Z copying torch\include\ATen\native\ComplexHelper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6387395Z copying torch\include\ATen\native\CompositeRandomAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6393701Z copying torch\include\ATen\native\CompositeRandomAccessorCommon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6400134Z copying torch\include\ATen\native\ConvolutionMM3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6406075Z copying torch\include\ATen\native\ConvUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6412605Z copying torch\include\ATen\native\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6418577Z copying torch\include\ATen\native\CPUBlas.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6424744Z copying torch\include\ATen\native\CPUFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6430808Z copying torch\include\ATen\native\Cross.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6436800Z copying torch\include\ATen\native\DilatedConvolutionUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6442955Z copying torch\include\ATen\native\DispatchStub.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6449126Z copying torch\include\ATen\native\Distance.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6455606Z copying torch\include\ATen\native\Distributions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6467753Z copying torch\include\ATen\native\DistributionTemplates.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6474121Z copying torch\include\ATen\native\EmbeddingBag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6480289Z copying torch\include\ATen\native\Fill.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6486171Z copying torch\include\ATen\native\ForeachUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6492506Z copying torch\include\ATen\native\FractionalMaxPooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6499403Z copying torch\include\ATen\native\FunctionOfAMatrixUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6505298Z copying torch\include\ATen\native\FusedAdagrad.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6511271Z copying torch\include\ATen\native\FusedAdam.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6517540Z copying torch\include\ATen\native\FusedSGD.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6523814Z copying torch\include\ATen\native\GridSampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6536549Z copying torch\include\ATen\native\GridSamplerUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6542762Z copying torch\include\ATen\native\group_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6548938Z copying torch\include\ATen\native\Histogram.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6555091Z copying torch\include\ATen\native\im2col.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6561470Z copying torch\include\ATen\native\im2col_shape_check.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6567955Z copying torch\include\ATen\native\IndexingUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6579486Z copying torch\include\ATen\native\IndexKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6582423Z copying torch\include\ATen\native\layer_norm.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6588179Z copying torch\include\ATen\native\Lerp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6594473Z copying torch\include\ATen\native\LinearAlgebra.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6600197Z copying torch\include\ATen\native\LinearAlgebraUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6612650Z copying torch\include\ATen\native\LossMulti.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6618806Z copying torch\include\ATen\native\Math.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6626805Z copying torch\include\ATen\native\MathBitFallThroughLists.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6632955Z copying torch\include\ATen\native\MathBitsFallback.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6639349Z copying torch\include\ATen\native\MaxPooling.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6645531Z copying torch\include\ATen\native\NonEmptyUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6651637Z copying torch\include\ATen\native\NonSymbolicBC.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6658287Z copying torch\include\ATen\native\Normalization.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6664217Z copying torch\include\ATen\native\Padding.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6670219Z copying torch\include\ATen\native\PixelShuffle.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6676686Z copying torch\include\ATen\native\PointwiseOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6687562Z copying torch\include\ATen\native\Pool.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6693598Z copying torch\include\ATen\native\Pow.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6699799Z copying torch\include\ATen\native\RangeFactories.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6706199Z copying torch\include\ATen\native\ReduceAllOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6712163Z copying torch\include\ATen\native\ReduceOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6718418Z copying torch\include\ATen\native\ReduceOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6725035Z copying torch\include\ATen\native\ReductionType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6731155Z copying torch\include\ATen\native\Repeat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6737180Z copying torch\include\ATen\native\Resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6743282Z copying torch\include\ATen\native\ResizeCommon.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6749832Z copying torch\include\ATen\native\RNN.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6755988Z copying torch\include\ATen\native\ScatterGatherChecks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6771662Z copying torch\include\ATen\native\SegmentReduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6778076Z copying torch\include\ATen\native\SharedReduceOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6784882Z copying torch\include\ATen\native\SobolEngineOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6791162Z copying torch\include\ATen\native\Sorting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6797598Z copying torch\include\ATen\native\SortingUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6804347Z copying torch\include\ATen\native\SparseTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6810381Z copying torch\include\ATen\native\SpectralOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6816964Z copying torch\include\ATen\native\StridedRandomAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6823437Z copying torch\include\ATen\native\TensorAdvancedIndexing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6836122Z copying torch\include\ATen\native\TensorAdvancedIndexingUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6842421Z copying torch\include\ATen\native\TensorCompare.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6848961Z copying torch\include\ATen\native\TensorConversions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6855366Z copying torch\include\ATen\native\TensorDimApply.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6861895Z copying torch\include\ATen\native\TensorFactories.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6868329Z copying torch\include\ATen\native\TensorIterator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6875107Z copying torch\include\ATen\native\TensorIteratorDynamicCasting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6881516Z copying torch\include\ATen\native\TensorProperties.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6887702Z copying torch\include\ATen\native\TensorShape.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6899967Z copying torch\include\ATen\native\TensorTransformations.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6906247Z copying torch\include\ATen\native\TopKImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6912582Z copying torch\include\ATen\native\TransposeType.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6918966Z copying torch\include\ATen\native\TriangularOpsUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6925402Z copying torch\include\ATen\native\TypeProperties.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6931712Z copying torch\include\ATen\native\UnaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6938184Z copying torch\include\ATen\native\Unfold2d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6944658Z copying torch\include\ATen\native\Unfold3d.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6950866Z copying torch\include\ATen\native\UnfoldBackward.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6957327Z copying torch\include\ATen\native\UpSample.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6964226Z copying torch\include\ATen\native\verbose_wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6970492Z copying torch\include\ATen\native\vol2col.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native 2024-10-08T20:14:06.6976212Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-10-08T20:14:06.6979089Z copying torch\include\ATen\native\cpu\AtomicAddFloat.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-10-08T20:14:06.6985386Z copying torch\include\ATen\native\cpu\avx_mathfun.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-10-08T20:14:06.6992031Z copying torch\include\ATen\native\cpu\CatKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-10-08T20:14:06.6998182Z copying torch\include\ATen\native\cpu\ChannelShuffleKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-10-08T20:14:06.7011504Z copying torch\include\ATen\native\cpu\CopyKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-10-08T20:14:06.7017736Z copying torch\include\ATen\native\cpu\DepthwiseConvKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-10-08T20:14:06.7024076Z copying torch\include\ATen\native\cpu\DistributionTemplates.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-10-08T20:14:06.7030790Z copying torch\include\ATen\native\cpu\GridSamplerKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-10-08T20:14:06.7037220Z copying torch\include\ATen\native\cpu\IndexKernelUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-10-08T20:14:06.7043420Z copying torch\include\ATen\native\cpu\Intrinsics.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-10-08T20:14:06.7050007Z copying torch\include\ATen\native\cpu\int_mm_kernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-10-08T20:14:06.7056262Z copying torch\include\ATen\native\cpu\IsContiguous.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-10-08T20:14:06.7062810Z copying torch\include\ATen\native\cpu\LogAddExp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-10-08T20:14:06.7069147Z copying torch\include\ATen\native\cpu\Loops.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-10-08T20:14:06.7075500Z copying torch\include\ATen\native\cpu\MaxUnpoolKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-10-08T20:14:06.7081814Z copying torch\include\ATen\native\cpu\mixed_data_type.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-10-08T20:14:06.7088100Z copying torch\include\ATen\native\cpu\moments_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-10-08T20:14:06.7094635Z copying torch\include\ATen\native\cpu\PixelShuffleKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-10-08T20:14:06.7100693Z copying torch\include\ATen\native\cpu\Reduce.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-10-08T20:14:06.7107000Z copying torch\include\ATen\native\cpu\ReduceUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-10-08T20:14:06.7118344Z copying torch\include\ATen\native\cpu\SampledAddmmKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-10-08T20:14:06.7124505Z copying torch\include\ATen\native\cpu\SerialStackImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-10-08T20:14:06.7130746Z copying torch\include\ATen\native\cpu\SoftmaxKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-10-08T20:14:06.7137195Z copying torch\include\ATen\native\cpu\SpmmReduceKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-10-08T20:14:06.7143314Z copying torch\include\ATen\native\cpu\StackKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-10-08T20:14:06.7149673Z copying torch\include\ATen\native\cpu\UpSampleKernelAVXAntialias.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-10-08T20:14:06.7178683Z copying torch\include\ATen\native\cpu\utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-10-08T20:14:06.7184806Z copying torch\include\ATen\native\cpu\WeightNormKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-10-08T20:14:06.7190719Z copying torch\include\ATen\native\cpu\zmath.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu 2024-10-08T20:14:06.7196302Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7198982Z copying torch\include\ATen\native\cuda\Activation.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7204931Z copying torch\include\ATen\native\cuda\BinaryInternal.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7211060Z copying torch\include\ATen\native\cuda\CompositeRandomAccessor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7217171Z copying torch\include\ATen\native\cuda\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7227428Z copying torch\include\ATen\native\cuda\CuFFTPlanCache.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7234270Z copying torch\include\ATen\native\cuda\CuFFTUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7240448Z copying torch\include\ATen\native\cuda\Distributions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7246580Z copying torch\include\ATen\native\cuda\DistributionTemplates.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7253293Z copying torch\include\ATen\native\cuda\GridSampler.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7259793Z copying torch\include\ATen\native\cuda\IndexKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7265794Z copying torch\include\ATen\native\cuda\jit_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7271962Z copying torch\include\ATen\native\cuda\LaunchUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7277899Z copying torch\include\ATen\native\cuda\MiscUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7284366Z copying torch\include\ATen\native\cuda\ReduceOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7290324Z copying torch\include\ATen\native\cuda\Resize.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7296549Z copying torch\include\ATen\native\cuda\RowwiseScaledMM.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7302541Z copying torch\include\ATen\native\cuda\ScanKernels.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7308968Z copying torch\include\ATen\native\cuda\Sort.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7315057Z copying torch\include\ATen\native\cuda\Sorting.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7321025Z copying torch\include\ATen\native\cuda\SortStable.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7327245Z copying torch\include\ATen\native\cuda\TensorModeKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7338443Z copying torch\include\ATen\native\cuda\TensorTopK.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7344317Z copying torch\include\ATen\native\cuda\thread_constants.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7350680Z copying torch\include\ATen\native\cuda\block_reduce.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7357021Z copying torch\include\ATen\native\cuda\CUDAJitLoops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7363232Z copying torch\include\ATen\native\cuda\CUDALoops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7369588Z copying torch\include\ATen\native\cuda\DeviceSqrt.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7376362Z copying torch\include\ATen\native\cuda\EmbeddingBackwardKernel.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7382395Z copying torch\include\ATen\native\cuda\ForeachFunctors.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7389569Z copying torch\include\ATen\native\cuda\ForeachMinMaxFunctors.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7395432Z copying torch\include\ATen\native\cuda\fused_adamw_amsgrad_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7401708Z copying torch\include\ATen\native\cuda\fused_adamw_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7412500Z copying torch\include\ATen\native\cuda\fused_adam_amsgrad_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7418676Z copying torch\include\ATen\native\cuda\fused_adam_impl.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7425109Z copying torch\include\ATen\native\cuda\fused_adam_utils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7431480Z copying torch\include\ATen\native\cuda\GridSampler.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7437774Z copying torch\include\ATen\native\cuda\im2col.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7443920Z copying torch\include\ATen\native\cuda\JitLoops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7450175Z copying torch\include\ATen\native\cuda\KernelUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7456427Z copying torch\include\ATen\native\cuda\Loops.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7462674Z copying torch\include\ATen\native\cuda\Math.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7470481Z copying torch\include\ATen\native\cuda\MemoryAccess.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7479014Z copying torch\include\ATen\native\cuda\MultiTensorApply.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7486788Z copying torch\include\ATen\native\cuda\Normalization.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7496667Z copying torch\include\ATen\native\cuda\PersistentSoftmax.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7504525Z copying torch\include\ATen\native\cuda\Pow.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7518585Z copying torch\include\ATen\native\cuda\Randperm.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7525765Z copying torch\include\ATen\native\cuda\Reduce.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7535337Z copying torch\include\ATen\native\cuda\reduction_template.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7543799Z copying torch\include\ATen\native\cuda\ScanUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7552810Z copying torch\include\ATen\native\cuda\SortingCommon.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7560405Z copying torch\include\ATen\native\cuda\SortingRadixSelect.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7568077Z copying torch\include\ATen\native\cuda\SortUtils.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7577179Z copying torch\include\ATen\native\cuda\TensorModeKernel.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7584921Z copying torch\include\ATen\native\cuda\UniqueCub.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7592091Z copying torch\include\ATen\native\cuda\UpSample.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7600693Z copying torch\include\ATen\native\cuda\vol2col.cuh -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda 2024-10-08T20:14:06.7611948Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-10-08T20:14:06.7614634Z copying torch\include\ATen\native\mps\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-10-08T20:14:06.7622593Z copying torch\include\ATen\native\mps\MPSGraphSequoiaOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-10-08T20:14:06.7630503Z copying torch\include\ATen\native\mps\MPSGraphSonomaOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-10-08T20:14:06.7638051Z copying torch\include\ATen\native\mps\MPSGraphVenturaOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-10-08T20:14:06.7650412Z copying torch\include\ATen\native\mps\OperationUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-10-08T20:14:06.7658293Z copying torch\include\ATen\native\mps\TensorFactory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-10-08T20:14:06.7664373Z copying torch\include\ATen\native\mps\UnaryConstants.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps 2024-10-08T20:14:06.7669847Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-10-08T20:14:06.7673841Z copying torch\include\ATen\native\nested\NestedTensorBinaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-10-08T20:14:06.7679678Z copying torch\include\ATen\native\nested\NestedTensorMath.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-10-08T20:14:06.7686017Z copying torch\include\ATen\native\nested\NestedTensorTransformerFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-10-08T20:14:06.7696889Z copying torch\include\ATen\native\nested\NestedTensorTransformerUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-10-08T20:14:06.7704285Z copying torch\include\ATen\native\nested\NestedTensorUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested 2024-10-08T20:14:06.7710007Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-10-08T20:14:06.7712774Z copying torch\include\ATen\native\quantized\AffineQuantizer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-10-08T20:14:06.7718949Z copying torch\include\ATen\native\quantized\AffineQuantizerBase.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-10-08T20:14:06.7724916Z copying torch\include\ATen\native\quantized\ConvUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-10-08T20:14:06.7736022Z copying torch\include\ATen\native\quantized\Copy.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-10-08T20:14:06.7741834Z copying torch\include\ATen\native\quantized\FakeQuantAffine.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-10-08T20:14:06.7747977Z copying torch\include\ATen\native\quantized\IndexKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-10-08T20:14:06.7753921Z copying torch\include\ATen\native\quantized\PackedParams.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized 2024-10-08T20:14:06.7760783Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-10-08T20:14:06.7763514Z copying torch\include\ATen\native\quantized\cpu\BinaryOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-10-08T20:14:06.7769579Z copying torch\include\ATen\native\quantized\cpu\conv_serialization.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-10-08T20:14:06.7775879Z copying torch\include\ATen\native\quantized\cpu\EmbeddingPackedParams.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-10-08T20:14:06.7781893Z copying torch\include\ATen\native\quantized\cpu\fbgemm_utils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-10-08T20:14:06.7793636Z copying torch\include\ATen\native\quantized\cpu\init_qnnpack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-10-08T20:14:06.7799331Z copying torch\include\ATen\native\quantized\cpu\OnednnUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-10-08T20:14:06.7805573Z copying torch\include\ATen\native\quantized\cpu\qembeddingbag.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-10-08T20:14:06.7812473Z copying torch\include\ATen\native\quantized\cpu\qembeddingbag_prepack.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-10-08T20:14:06.7819107Z copying torch\include\ATen\native\quantized\cpu\QnnpackUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-10-08T20:14:06.7825925Z copying torch\include\ATen\native\quantized\cpu\QuantizedOps.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-10-08T20:14:06.7831847Z copying torch\include\ATen\native\quantized\cpu\QuantUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-10-08T20:14:06.7837966Z copying torch\include\ATen\native\quantized\cpu\RuyUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-10-08T20:14:06.7843752Z copying torch\include\ATen\native\quantized\cpu\XnnpackUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\cpu 2024-10-08T20:14:06.7849219Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2024-10-08T20:14:06.7852059Z copying torch\include\ATen\native\transformers\attention.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2024-10-08T20:14:06.7858489Z copying torch\include\ATen\native\transformers\sdp_utils_cpp.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers 2024-10-08T20:14:06.7865550Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2024-10-08T20:14:06.7868175Z copying torch\include\ATen\native\utils\Factory.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2024-10-08T20:14:06.7874167Z copying torch\include\ATen\native\utils\ParamsHash.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2024-10-08T20:14:06.7880063Z copying torch\include\ATen\native\utils\ParamUtils.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils 2024-10-08T20:14:06.7885413Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\quantized 2024-10-08T20:14:06.7888114Z copying torch\include\ATen\quantized\QTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\quantized 2024-10-08T20:14:06.7894345Z copying torch\include\ATen\quantized\Quantizer.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\quantized 2024-10-08T20:14:06.7899819Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-10-08T20:14:06.7902500Z copying torch\include\ATen\xpu\CachingHostAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-10-08T20:14:06.7908395Z copying torch\include\ATen\xpu\PinnedMemoryAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-10-08T20:14:06.7914003Z copying torch\include\ATen\xpu\XPUContext.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-10-08T20:14:06.7919769Z copying torch\include\ATen\xpu\XPUDevice.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-10-08T20:14:06.7932625Z copying torch\include\ATen\xpu\XPUEvent.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-10-08T20:14:06.7938863Z copying torch\include\ATen\xpu\XPUGeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu 2024-10-08T20:14:06.7944695Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\detail 2024-10-08T20:14:06.7946949Z copying torch\include\ATen\xpu\detail\XPUHooks.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\detail 2024-10-08T20:14:06.7952436Z creating build\lib.win-amd64-cpython-39\torch\include\caffe2 2024-10-08T20:14:06.7953923Z creating build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-10-08T20:14:06.7956466Z copying torch\include\caffe2\serialize\crc_alt.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-10-08T20:14:06.7963794Z copying torch\include\caffe2\serialize\file_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-10-08T20:14:06.7969896Z copying torch\include\caffe2\serialize\inline_container.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-10-08T20:14:06.7976551Z copying torch\include\caffe2\serialize\in_memory_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-10-08T20:14:06.7988108Z copying torch\include\caffe2\serialize\istream_adapter.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-10-08T20:14:06.7994732Z copying torch\include\caffe2\serialize\read_adapter_interface.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-10-08T20:14:06.8000633Z copying torch\include\caffe2\serialize\versions.h -> build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize 2024-10-08T20:14:06.8006346Z creating build\lib.win-amd64-cpython-39\torch\include\c10 2024-10-08T20:14:06.8007930Z creating build\lib.win-amd64-cpython-39\torch\include\c10\macros 2024-10-08T20:14:06.8010361Z copying torch\include\c10\macros\cmake_macros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\macros 2024-10-08T20:14:06.8016390Z copying torch\include\c10\macros\Export.h -> build\lib.win-amd64-cpython-39\torch\include\c10\macros 2024-10-08T20:14:06.8022849Z copying torch\include\c10\macros\Macros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\macros 2024-10-08T20:14:06.8028369Z creating build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8030881Z copying torch\include\c10\core\alignment.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8036762Z copying torch\include\c10\core\Allocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8043190Z copying torch\include\c10\core\AutogradState.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8049270Z copying torch\include\c10\core\Backend.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8061053Z copying torch\include\c10\core\CachingDeviceAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8067845Z copying torch\include\c10\core\CompileTimeFunctionPointer.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8074176Z copying torch\include\c10\core\ConstantSymNodeImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8080387Z copying torch\include\c10\core\Contiguity.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8086652Z copying torch\include\c10\core\CopyBytes.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8093088Z copying torch\include\c10\core\CPUAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8099473Z copying torch\include\c10\core\DefaultDtype.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8105627Z copying torch\include\c10\core\DefaultTensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8112070Z copying torch\include\c10\core\Device.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8118342Z copying torch\include\c10\core\DeviceArray.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8124357Z copying torch\include\c10\core\DeviceGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8130490Z copying torch\include\c10\core\DeviceType.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8136932Z copying torch\include\c10\core\DispatchKey.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8143930Z copying torch\include\c10\core\DispatchKeySet.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8151736Z copying torch\include\c10\core\DynamicCast.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8160981Z copying torch\include\c10\core\Event.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8172198Z copying torch\include\c10\core\GeneratorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8178802Z copying torch\include\c10\core\GradMode.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8184835Z copying torch\include\c10\core\InferenceMode.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8191026Z copying torch\include\c10\core\Layout.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8197214Z copying torch\include\c10\core\MemoryFormat.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8203496Z copying torch\include\c10\core\OptionalRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8209688Z copying torch\include\c10\core\PyHandleCache.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8216125Z copying torch\include\c10\core\QEngine.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8222221Z copying torch\include\c10\core\QScheme.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8228533Z copying torch\include\c10\core\RefcountedDeleter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8235134Z copying torch\include\c10\core\SafePyObject.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8241345Z copying torch\include\c10\core\Scalar.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8249177Z copying torch\include\c10\core\ScalarType.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8263801Z copying torch\include\c10\core\ScalarTypeToTypeMeta.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8270932Z copying torch\include\c10\core\Storage.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8279343Z copying torch\include\c10\core\StorageImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8286771Z copying torch\include\c10\core\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8294142Z copying torch\include\c10\core\StreamGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8300628Z copying torch\include\c10\core\SymbolicShapeMeta.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8308137Z copying torch\include\c10\core\SymBool.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8314058Z copying torch\include\c10\core\SymFloat.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8321348Z copying torch\include\c10\core\SymInt.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8327866Z copying torch\include\c10\core\SymIntArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8334031Z copying torch\include\c10\core\SymNodeImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8340323Z copying torch\include\c10\core\TensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8353394Z copying torch\include\c10\core\TensorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8360081Z copying torch\include\c10\core\thread_pool.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8366365Z copying torch\include\c10\core\UndefinedTensorImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8372776Z copying torch\include\c10\core\WrapDimMinimal.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core 2024-10-08T20:14:06.8378415Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2024-10-08T20:14:06.8381083Z copying torch\include\ATen\core\boxing\BoxedKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2024-10-08T20:14:06.8387316Z copying torch\include\ATen\core\boxing\BoxedKernel_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2024-10-08T20:14:06.8393517Z copying torch\include\ATen\core\boxing\KernelFunction.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2024-10-08T20:14:06.8399747Z copying torch\include\ATen\core\boxing\KernelFunction_impl.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2024-10-08T20:14:06.8411780Z copying torch\include\ATen\core\boxing\OperatorKernel.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing 2024-10-08T20:14:06.8417292Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2024-10-08T20:14:06.8419841Z copying torch\include\ATen\core\boxing\impl\boxing.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2024-10-08T20:14:06.8426278Z 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 2024-10-08T20:14:06.8434321Z copying torch\include\ATen\core\boxing\impl\test_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2024-10-08T20:14:06.8440510Z copying torch\include\ATen\core\boxing\impl\WrapFunctionIntoFunctor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2024-10-08T20:14:06.8453033Z copying torch\include\ATen\core\boxing\impl\WrapFunctionIntoRuntimeFunctor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\impl 2024-10-08T20:14:06.8458519Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-10-08T20:14:06.8461214Z copying torch\include\ATen\core\dispatch\CppSignature.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-10-08T20:14:06.8467376Z copying torch\include\ATen\core\dispatch\Dispatcher.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-10-08T20:14:06.8474232Z copying torch\include\ATen\core\dispatch\DispatchKeyExtractor.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-10-08T20:14:06.8480859Z copying torch\include\ATen\core\dispatch\ObservedOperators.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-10-08T20:14:06.8491815Z copying torch\include\ATen\core\dispatch\OperatorEntry.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-10-08T20:14:06.8498384Z copying torch\include\ATen\core\dispatch\OperatorOptions.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-10-08T20:14:06.8504868Z copying torch\include\ATen\core\dispatch\RegistrationHandleRAII.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch 2024-10-08T20:14:06.8510511Z creating build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2024-10-08T20:14:06.8513617Z copying torch\include\ATen\core\op_registration\adaption.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2024-10-08T20:14:06.8519431Z copying torch\include\ATen\core\op_registration\infer_schema.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2024-10-08T20:14:06.8525537Z copying torch\include\ATen\core\op_registration\op_allowlist.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2024-10-08T20:14:06.8531964Z copying torch\include\ATen\core\op_registration\op_registration.h -> build\lib.win-amd64-cpython-39\torch\include\ATen\core\op_registration 2024-10-08T20:14:06.8543286Z creating build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-10-08T20:14:06.8545664Z copying torch\include\c10\core\impl\alloc_cpu.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-10-08T20:14:06.8551447Z copying torch\include\c10\core\impl\COW.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-10-08T20:14:06.8557809Z copying torch\include\c10\core\impl\COWDeleter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-10-08T20:14:06.8564032Z copying torch\include\c10\core\impl\DeviceGuardImplInterface.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-10-08T20:14:06.8575470Z copying torch\include\c10\core\impl\FakeGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-10-08T20:14:06.8582462Z copying torch\include\c10\core\impl\GPUTrace.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-10-08T20:14:06.8588421Z copying torch\include\c10\core\impl\HermeticPyObjectTLS.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-10-08T20:14:06.8594658Z copying torch\include\c10\core\impl\InlineDeviceGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-10-08T20:14:06.8600811Z copying torch\include\c10\core\impl\InlineEvent.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-10-08T20:14:06.8607170Z copying torch\include\c10\core\impl\InlineStreamGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-10-08T20:14:06.8613739Z copying torch\include\c10\core\impl\LocalDispatchKeySet.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-10-08T20:14:06.8620146Z copying torch\include\c10\core\impl\PyInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-10-08T20:14:06.8626558Z copying torch\include\c10\core\impl\PyObjectSlot.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-10-08T20:14:06.8632996Z copying torch\include\c10\core\impl\PythonDispatcherTLS.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-10-08T20:14:06.8639184Z copying torch\include\c10\core\impl\SizesAndStrides.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-10-08T20:14:06.8645670Z copying torch\include\c10\core\impl\TorchDispatchModeTLS.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-10-08T20:14:06.8651952Z copying torch\include\c10\core\impl\VirtualGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\core\impl 2024-10-08T20:14:06.8657648Z creating build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.8660278Z copying torch\include\c10\util\AbortHandler.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.8666818Z copying torch\include\c10\util\accumulate.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.8672987Z copying torch\include\c10\util\AlignOf.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.8679267Z copying torch\include\c10\util\ApproximateClock.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.8691141Z copying torch\include\c10\util\Array.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.8697692Z copying torch\include\c10\util\ArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.8703936Z copying torch\include\c10\util\Backtrace.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.8710166Z copying torch\include\c10\util\BFloat16-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.8716496Z copying torch\include\c10\util\BFloat16-math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.8722755Z copying torch\include\c10\util\BFloat16.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.8728844Z copying torch\include\c10\util\bits.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.8735299Z copying torch\include\c10\util\Bitset.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.8741556Z copying torch\include\c10\util\bit_cast.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.8747601Z copying torch\include\c10\util\C++17.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.8753892Z copying torch\include\c10\util\CallOnce.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.8759829Z copying torch\include\c10\util\complex.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.8766369Z copying torch\include\c10\util\complex_math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.8772783Z copying torch\include\c10\util\complex_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.8779108Z copying torch\include\c10\util\ConstexprCrc.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.8785398Z copying torch\include\c10\util\copysign.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.8791742Z copying torch\include\c10\util\DeadlockDetection.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.8798330Z copying torch\include\c10\util\Deprecated.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.8804576Z copying torch\include\c10\util\DimVector.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.8810751Z copying torch\include\c10\util\DynamicCounter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.8827128Z copying torch\include\c10\util\env.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.8833065Z copying torch\include\c10\util\Exception.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.8840064Z copying torch\include\c10\util\ExclusivelyOwned.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.8846423Z copying torch\include\c10\util\ExclusivelyOwnedTensorTraits.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.8852655Z copying torch\include\c10\util\FbcodeMaps.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.8859268Z copying torch\include\c10\util\Flags.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.8865495Z copying torch\include\c10\util\flat_hash_map.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.8872838Z copying torch\include\c10\util\Float8_e4m3fn-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.8879209Z copying torch\include\c10\util\Float8_e4m3fn.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.8885726Z copying torch\include\c10\util\Float8_e4m3fnuz-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.8892085Z copying torch\include\c10\util\Float8_e4m3fnuz.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.8907365Z copying torch\include\c10\util\Float8_e5m2-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.8913532Z copying torch\include\c10\util\Float8_e5m2.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.8920034Z copying torch\include\c10\util\Float8_e5m2fnuz-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.8926658Z copying torch\include\c10\util\Float8_e5m2fnuz.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.8933105Z copying torch\include\c10\util\Float8_fnuz_cvt.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.8939716Z copying torch\include\c10\util\floating_point_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.8946401Z copying torch\include\c10\util\FunctionRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.8952532Z copying torch\include\c10\util\Gauge.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.8958703Z copying torch\include\c10\util\generic_math.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.8969071Z copying torch\include\c10\util\Half-inl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.8975313Z copying torch\include\c10\util\Half.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.8981693Z copying torch\include\c10\util\hash.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.8988051Z copying torch\include\c10\util\IdWrapper.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.8994198Z copying torch\include\c10\util\int128.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9000069Z copying torch\include\c10\util\intrusive_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9007346Z copying torch\include\c10\util\irange.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9013421Z copying torch\include\c10\util\Lazy.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9019659Z copying torch\include\c10\util\LeftRight.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9026035Z copying torch\include\c10\util\llvmMathExtras.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9032565Z copying torch\include\c10\util\Load.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9038688Z copying torch\include\c10\util\Logging.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9044970Z copying torch\include\c10\util\logging_is_google_glog.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9051555Z copying torch\include\c10\util\logging_is_not_google_glog.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9063825Z copying torch\include\c10\util\MathConstants.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9069911Z copying torch\include\c10\util\MaybeOwned.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9076269Z copying torch\include\c10\util\Metaprogramming.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9082446Z copying torch\include\c10\util\NetworkFlow.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9088946Z copying torch\include\c10\util\numa.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9095154Z copying torch\include\c10\util\Optional.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9101609Z copying torch\include\c10\util\OptionalArrayRef.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9108348Z copying torch\include\c10\util\order_preserving_flat_hash_map.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9115574Z copying torch\include\c10\util\overloaded.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9121749Z copying torch\include\c10\util\ParallelGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9135744Z copying torch\include\c10\util\python_stub.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9141588Z copying torch\include\c10\util\qint32.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9147385Z copying torch\include\c10\util\qint8.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9153207Z copying torch\include\c10\util\quint2x4.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9159225Z copying torch\include\c10\util\quint4x2.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9164963Z copying torch\include\c10\util\quint8.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9170711Z copying torch\include\c10\util\Registry.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9177190Z copying torch\include\c10\util\safe_numerics.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9183103Z copying torch\include\c10\util\ScopeExit.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9189246Z copying torch\include\c10\util\signal_handler.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9195489Z copying torch\include\c10\util\SmallBuffer.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9201708Z copying torch\include\c10\util\SmallVector.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9208907Z copying torch\include\c10\util\sparse_bitset.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9220777Z copying torch\include\c10\util\ssize.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9226848Z copying torch\include\c10\util\static_tracepoint.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9233422Z copying torch\include\c10\util\static_tracepoint_elfx86.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9239773Z copying torch\include\c10\util\strides.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9245366Z copying torch\include\c10\util\StringUtil.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9251380Z copying torch\include\c10\util\string_utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9257579Z copying torch\include\c10\util\string_view.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9269108Z copying torch\include\c10\util\strong_type.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9275888Z copying torch\include\c10\util\Synchronized.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9282951Z copying torch\include\c10\util\tempfile.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9289003Z copying torch\include\c10\util\ThreadLocal.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9300199Z copying torch\include\c10\util\ThreadLocalDebugInfo.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9306688Z copying torch\include\c10\util\thread_name.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9312633Z copying torch\include\c10\util\Type.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9318466Z copying torch\include\c10\util\TypeCast.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9324551Z copying torch\include\c10\util\typeid.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9331059Z copying torch\include\c10\util\TypeIndex.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9338223Z copying torch\include\c10\util\TypeList.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9344729Z copying torch\include\c10\util\TypeSafeSignMath.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9351267Z copying torch\include\c10\util\TypeTraits.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9357799Z copying torch\include\c10\util\Unicode.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9364367Z copying torch\include\c10\util\UniqueVoidPtr.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9371213Z copying torch\include\c10\util\Unroll.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9377783Z copying torch\include\c10\util\WaitCounter.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9384282Z copying torch\include\c10\util\WaitCounterDynamicBackend.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9390604Z copying torch\include\c10\util\win32-headers.h -> build\lib.win-amd64-cpython-39\torch\include\c10\util 2024-10-08T20:14:06.9396264Z creating build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-10-08T20:14:06.9398917Z copying torch\include\c10\cuda\CUDAAlgorithm.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-10-08T20:14:06.9405263Z copying torch\include\c10\cuda\CUDAAllocatorConfig.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-10-08T20:14:06.9411681Z copying torch\include\c10\cuda\CUDACachingAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-10-08T20:14:06.9418701Z copying torch\include\c10\cuda\CUDADeviceAssertion.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-10-08T20:14:06.9432149Z copying torch\include\c10\cuda\CUDADeviceAssertionHost.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-10-08T20:14:06.9438424Z copying torch\include\c10\cuda\CUDAException.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-10-08T20:14:06.9444743Z copying torch\include\c10\cuda\CUDAFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-10-08T20:14:06.9451015Z copying torch\include\c10\cuda\CUDAGraphsC10Utils.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-10-08T20:14:06.9457837Z copying torch\include\c10\cuda\CUDAGuard.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-10-08T20:14:06.9464245Z copying torch\include\c10\cuda\CUDAMacros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-10-08T20:14:06.9470625Z copying torch\include\c10\cuda\CUDAMathCompat.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-10-08T20:14:06.9477222Z copying torch\include\c10\cuda\CUDAMiscFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-10-08T20:14:06.9483280Z copying torch\include\c10\cuda\CUDAStream.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-10-08T20:14:06.9489678Z copying torch\include\c10\cuda\driver_api.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda 2024-10-08T20:14:06.9495483Z creating build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2024-10-08T20:14:06.9498154Z copying torch\include\c10\cuda\impl\CUDAGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2024-10-08T20:14:06.9504350Z copying torch\include\c10\cuda\impl\CUDATest.h -> build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl 2024-10-08T20:14:06.9509597Z creating build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-10-08T20:14:06.9512406Z copying torch\include\c10\xpu\XPUCachingAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-10-08T20:14:06.9518629Z copying torch\include\c10\xpu\XPUDeviceProp.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-10-08T20:14:06.9524930Z copying torch\include\c10\xpu\XPUException.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-10-08T20:14:06.9531071Z copying torch\include\c10\xpu\XPUFunctions.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-10-08T20:14:06.9542262Z copying torch\include\c10\xpu\XPUMacros.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-10-08T20:14:06.9548435Z copying torch\include\c10\xpu\XPUStream.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu 2024-10-08T20:14:06.9554138Z creating build\lib.win-amd64-cpython-39\torch\include\c10\xpu\impl 2024-10-08T20:14:06.9557478Z copying torch\include\c10\xpu\impl\XPUGuardImpl.h -> build\lib.win-amd64-cpython-39\torch\include\c10\xpu\impl 2024-10-08T20:14:06.9565383Z creating build\lib.win-amd64-cpython-39\torch\include\torch 2024-10-08T20:14:06.9568014Z copying torch\include\torch\custom_class.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2024-10-08T20:14:06.9577259Z copying torch\include\torch\custom_class_detail.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2024-10-08T20:14:06.9584696Z copying torch\include\torch\extension.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2024-10-08T20:14:06.9591669Z copying torch\include\torch\library.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2024-10-08T20:14:06.9605412Z copying torch\include\torch\script.h -> build\lib.win-amd64-cpython-39\torch\include\torch 2024-10-08T20:14:06.9611295Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-10-08T20:14:06.9613882Z copying torch\include\torch\csrc\copy_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-10-08T20:14:06.9620318Z copying torch\include\torch\csrc\CudaIPCTypes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-10-08T20:14:06.9626430Z copying torch\include\torch\csrc\DataLoader.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-10-08T20:14:06.9632389Z copying torch\include\torch\csrc\Device.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-10-08T20:14:06.9644975Z copying torch\include\torch\csrc\Dtype.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-10-08T20:14:06.9651104Z copying torch\include\torch\csrc\DynamicTypes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-10-08T20:14:06.9657439Z copying torch\include\torch\csrc\Event.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-10-08T20:14:06.9663565Z copying torch\include\torch\csrc\Exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-10-08T20:14:06.9669949Z copying torch\include\torch\csrc\Export.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-10-08T20:14:06.9676093Z copying torch\include\torch\csrc\Generator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-10-08T20:14:06.9682328Z copying torch\include\torch\csrc\itt_wrapper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-10-08T20:14:06.9688390Z copying torch\include\torch\csrc\Layout.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-10-08T20:14:06.9694387Z copying torch\include\torch\csrc\MemoryFormat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-10-08T20:14:06.9700592Z copying torch\include\torch\csrc\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-10-08T20:14:06.9706951Z copying torch\include\torch\csrc\PyInterpreter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-10-08T20:14:06.9713103Z copying torch\include\torch\csrc\python_dimname.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-10-08T20:14:06.9719254Z copying torch\include\torch\csrc\python_headers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-10-08T20:14:06.9725371Z copying torch\include\torch\csrc\QScheme.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-10-08T20:14:06.9731437Z copying torch\include\torch\csrc\serialization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-10-08T20:14:06.9737791Z copying torch\include\torch\csrc\Size.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-10-08T20:14:06.9743567Z copying torch\include\torch\csrc\Storage.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-10-08T20:14:06.9749577Z copying torch\include\torch\csrc\StorageMethods.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-10-08T20:14:06.9755519Z copying torch\include\torch\csrc\StorageSharing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-10-08T20:14:06.9761452Z copying torch\include\torch\csrc\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-10-08T20:14:06.9772036Z copying torch\include\torch\csrc\THConcat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-10-08T20:14:06.9778312Z copying torch\include\torch\csrc\THP.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-10-08T20:14:06.9784303Z copying torch\include\torch\csrc\TypeInfo.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-10-08T20:14:06.9790351Z copying torch\include\torch\csrc\Types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-10-08T20:14:06.9796309Z copying torch\include\torch\csrc\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc 2024-10-08T20:14:06.9802251Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api 2024-10-08T20:14:06.9803744Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include 2024-10-08T20:14:06.9805097Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-10-08T20:14:06.9807698Z copying torch\include\torch\csrc\api\include\torch\all.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-10-08T20:14:06.9813396Z copying torch\include\torch\csrc\api\include\torch\arg.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-10-08T20:14:06.9819734Z copying torch\include\torch\csrc\api\include\torch\autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-10-08T20:14:06.9827703Z copying torch\include\torch\csrc\api\include\torch\cuda.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-10-08T20:14:06.9833410Z copying torch\include\torch\csrc\api\include\torch\data.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-10-08T20:14:06.9838997Z copying torch\include\torch\csrc\api\include\torch\enum.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-10-08T20:14:06.9845047Z copying torch\include\torch\csrc\api\include\torch\expanding_array.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-10-08T20:14:06.9855579Z copying torch\include\torch\csrc\api\include\torch\fft.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-10-08T20:14:06.9861627Z copying torch\include\torch\csrc\api\include\torch\imethod.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-10-08T20:14:06.9867829Z copying torch\include\torch\csrc\api\include\torch\jit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-10-08T20:14:06.9873995Z copying torch\include\torch\csrc\api\include\torch\linalg.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-10-08T20:14:06.9881097Z copying torch\include\torch\csrc\api\include\torch\mps.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-10-08T20:14:06.9887457Z copying torch\include\torch\csrc\api\include\torch\nested.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-10-08T20:14:06.9893418Z copying torch\include\torch\csrc\api\include\torch\nn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-10-08T20:14:06.9899498Z copying torch\include\torch\csrc\api\include\torch\optim.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-10-08T20:14:06.9905374Z copying torch\include\torch\csrc\api\include\torch\ordered_dict.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-10-08T20:14:06.9912021Z copying torch\include\torch\csrc\api\include\torch\python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-10-08T20:14:06.9918116Z copying torch\include\torch\csrc\api\include\torch\serialize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-10-08T20:14:06.9924482Z copying torch\include\torch\csrc\api\include\torch\sparse.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-10-08T20:14:06.9930491Z copying torch\include\torch\csrc\api\include\torch\special.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-10-08T20:14:06.9937185Z copying torch\include\torch\csrc\api\include\torch\torch.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-10-08T20:14:06.9942884Z copying torch\include\torch\csrc\api\include\torch\types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-10-08T20:14:06.9948872Z copying torch\include\torch\csrc\api\include\torch\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-10-08T20:14:06.9954880Z copying torch\include\torch\csrc\api\include\torch\version.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-10-08T20:14:06.9960558Z copying torch\include\torch\csrc\api\include\torch\xpu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch 2024-10-08T20:14:06.9965760Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data 2024-10-08T20:14:06.9968387Z 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 2024-10-08T20:14:06.9974710Z 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 2024-10-08T20:14:06.9981180Z 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 2024-10-08T20:14:06.9986834Z 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 2024-10-08T20:14:06.9993096Z 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 2024-10-08T20:14:07.0005291Z 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 2024-10-08T20:14:07.0010993Z 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 2024-10-08T20:14:07.0017002Z 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 2024-10-08T20:14:07.0022715Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\dataloader 2024-10-08T20:14:07.0025336Z 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 2024-10-08T20:14:07.0031502Z 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 2024-10-08T20:14:07.0037575Z 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 2024-10-08T20:14:07.0042814Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\datasets 2024-10-08T20:14:07.0045560Z 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 2024-10-08T20:14:07.0051773Z 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 2024-10-08T20:14:07.0058496Z 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 2024-10-08T20:14:07.0064497Z 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 2024-10-08T20:14:07.0070530Z 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 2024-10-08T20:14:07.0076487Z 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 2024-10-08T20:14:07.0082386Z 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 2024-10-08T20:14:07.0094095Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\detail 2024-10-08T20:14:07.0096882Z 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 2024-10-08T20:14:07.0103055Z 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 2024-10-08T20:14:07.0109013Z 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 2024-10-08T20:14:07.0114313Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\samplers 2024-10-08T20:14:07.0117135Z 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 2024-10-08T20:14:07.0123664Z 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 2024-10-08T20:14:07.0129668Z 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 2024-10-08T20:14:07.0136248Z 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 2024-10-08T20:14:07.0142919Z 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 2024-10-08T20:14:07.0154569Z 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 2024-10-08T20:14:07.0160550Z 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 2024-10-08T20:14:07.0165848Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\data\transforms 2024-10-08T20:14:07.0168802Z 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 2024-10-08T20:14:07.0175090Z 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 2024-10-08T20:14:07.0181400Z 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 2024-10-08T20:14:07.0187810Z 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 2024-10-08T20:14:07.0194069Z 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 2024-10-08T20:14:07.0199329Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\detail 2024-10-08T20:14:07.0202163Z 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 2024-10-08T20:14:07.0208574Z 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 2024-10-08T20:14:07.0214106Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn 2024-10-08T20:14:07.0216950Z 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 2024-10-08T20:14:07.0223140Z 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 2024-10-08T20:14:07.0229667Z 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 2024-10-08T20:14:07.0235884Z 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 2024-10-08T20:14:07.0242515Z 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 2024-10-08T20:14:07.0254239Z 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 2024-10-08T20:14:07.0260297Z 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 2024-10-08T20:14:07.0266654Z 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 2024-10-08T20:14:07.0272801Z 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 2024-10-08T20:14:07.0278032Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\functional 2024-10-08T20:14:07.0281027Z 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 2024-10-08T20:14:07.0288246Z 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 2024-10-08T20:14:07.0294375Z 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 2024-10-08T20:14:07.0300772Z 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 2024-10-08T20:14:07.0312149Z 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 2024-10-08T20:14:07.0319180Z 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 2024-10-08T20:14:07.0325713Z 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 2024-10-08T20:14:07.0332180Z 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 2024-10-08T20:14:07.0338819Z 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 2024-10-08T20:14:07.0345031Z 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 2024-10-08T20:14:07.0352108Z 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 2024-10-08T20:14:07.0358630Z 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 2024-10-08T20:14:07.0365033Z 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 2024-10-08T20:14:07.0372593Z 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 2024-10-08T20:14:07.0379673Z 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 2024-10-08T20:14:07.0386376Z 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 2024-10-08T20:14:07.0392234Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\options 2024-10-08T20:14:07.0395084Z 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 2024-10-08T20:14:07.0401778Z 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 2024-10-08T20:14:07.0408106Z 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 2024-10-08T20:14:07.0415271Z 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 2024-10-08T20:14:07.0421456Z 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 2024-10-08T20:14:07.0433588Z 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 2024-10-08T20:14:07.0439800Z 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 2024-10-08T20:14:07.0446178Z 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 2024-10-08T20:14:07.0452468Z 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 2024-10-08T20:14:07.0459026Z 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 2024-10-08T20:14:07.0465303Z 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 2024-10-08T20:14:07.0472051Z 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 2024-10-08T20:14:07.0478817Z 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 2024-10-08T20:14:07.0484919Z 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 2024-10-08T20:14:07.0491274Z 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 2024-10-08T20:14:07.0498058Z 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 2024-10-08T20:14:07.0504669Z 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 2024-10-08T20:14:07.0510646Z 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 2024-10-08T20:14:07.0517194Z 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 2024-10-08T20:14:07.0523692Z 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 2024-10-08T20:14:07.0529688Z 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 2024-10-08T20:14:07.0535031Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules 2024-10-08T20:14:07.0537860Z 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 2024-10-08T20:14:07.0544805Z 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 2024-10-08T20:14:07.0550969Z 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 2024-10-08T20:14:07.0557199Z 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 2024-10-08T20:14:07.0563679Z 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 2024-10-08T20:14:07.0576431Z 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 2024-10-08T20:14:07.0582447Z 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 2024-10-08T20:14:07.0588764Z 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 2024-10-08T20:14:07.0594969Z 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 2024-10-08T20:14:07.0601318Z 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 2024-10-08T20:14:07.0607496Z 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 2024-10-08T20:14:07.0613873Z 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 2024-10-08T20:14:07.0621050Z 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 2024-10-08T20:14:07.0632919Z 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 2024-10-08T20:14:07.0639001Z 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 2024-10-08T20:14:07.0645394Z 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 2024-10-08T20:14:07.0652311Z 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 2024-10-08T20:14:07.0658899Z 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 2024-10-08T20:14:07.0665517Z 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 2024-10-08T20:14:07.0672386Z 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 2024-10-08T20:14:07.0678835Z 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 2024-10-08T20:14:07.0685985Z 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 2024-10-08T20:14:07.0692196Z 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 2024-10-08T20:14:07.0697953Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\modules\container 2024-10-08T20:14:07.0700777Z 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 2024-10-08T20:14:07.0707798Z 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 2024-10-08T20:14:07.0713818Z 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 2024-10-08T20:14:07.0720455Z 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 2024-10-08T20:14:07.0733326Z 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 2024-10-08T20:14:07.0739701Z 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 2024-10-08T20:14:07.0746308Z 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 2024-10-08T20:14:07.0752942Z 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 2024-10-08T20:14:07.0759628Z 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 2024-10-08T20:14:07.0766540Z 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 2024-10-08T20:14:07.0772048Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\parallel 2024-10-08T20:14:07.0774963Z 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 2024-10-08T20:14:07.0780819Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\nn\utils 2024-10-08T20:14:07.0783847Z 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 2024-10-08T20:14:07.0790626Z 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 2024-10-08T20:14:07.0796868Z 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 2024-10-08T20:14:07.0802494Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim 2024-10-08T20:14:07.0805140Z 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 2024-10-08T20:14:07.0811549Z 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 2024-10-08T20:14:07.0824588Z 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 2024-10-08T20:14:07.1986652Z 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 2024-10-08T20:14:07.2016075Z 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 2024-10-08T20:14:07.2017961Z 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 2024-10-08T20:14:07.2036983Z 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 2024-10-08T20:14:07.2038698Z 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 2024-10-08T20:14:07.2040087Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\optim\schedulers 2024-10-08T20:14:07.2041755Z 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 2024-10-08T20:14:07.2043853Z 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 2024-10-08T20:14:07.2046099Z 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 2024-10-08T20:14:07.2047688Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\serialize 2024-10-08T20:14:07.2049086Z 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 2024-10-08T20:14:07.2050896Z 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 2024-10-08T20:14:07.2052739Z 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 2024-10-08T20:14:07.2054629Z 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 2024-10-08T20:14:07.2055891Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-10-08T20:14:07.2056999Z copying torch\include\torch\csrc\autograd\anomaly_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-10-08T20:14:07.2058416Z copying torch\include\torch\csrc\autograd\autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-10-08T20:14:07.2059886Z copying torch\include\torch\csrc\autograd\autograd_not_implemented_fallback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-10-08T20:14:07.2061323Z copying torch\include\torch\csrc\autograd\cpp_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-10-08T20:14:07.2062679Z copying torch\include\torch\csrc\autograd\custom_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-10-08T20:14:07.2064091Z copying torch\include\torch\csrc\autograd\edge.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-10-08T20:14:07.2065472Z copying torch\include\torch\csrc\autograd\engine.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-10-08T20:14:07.2066788Z copying torch\include\torch\csrc\autograd\forward_grad.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-10-08T20:14:07.2068126Z copying torch\include\torch\csrc\autograd\function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-10-08T20:14:07.2069551Z copying torch\include\torch\csrc\autograd\FunctionsManual.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-10-08T20:14:07.2070989Z copying torch\include\torch\csrc\autograd\function_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-10-08T20:14:07.2072320Z copying torch\include\torch\csrc\autograd\grad_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-10-08T20:14:07.2073655Z copying torch\include\torch\csrc\autograd\graph_task.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-10-08T20:14:07.2075024Z copying torch\include\torch\csrc\autograd\InferenceMode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-10-08T20:14:07.2076386Z copying torch\include\torch\csrc\autograd\input_buffer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-10-08T20:14:07.2077760Z copying torch\include\torch\csrc\autograd\input_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-10-08T20:14:07.2079173Z copying torch\include\torch\csrc\autograd\jit_decomp_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-10-08T20:14:07.2080563Z copying torch\include\torch\csrc\autograd\profiler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-10-08T20:14:07.2081907Z copying torch\include\torch\csrc\autograd\profiler_kineto.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-10-08T20:14:07.2083297Z copying torch\include\torch\csrc\autograd\profiler_legacy.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-10-08T20:14:07.2084740Z copying torch\include\torch\csrc\autograd\profiler_python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-10-08T20:14:07.2086160Z copying torch\include\torch\csrc\autograd\python_anomaly_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-10-08T20:14:07.2087550Z copying torch\include\torch\csrc\autograd\python_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-10-08T20:14:07.2089038Z copying torch\include\torch\csrc\autograd\python_cpp_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-10-08T20:14:07.2090434Z copying torch\include\torch\csrc\autograd\python_engine.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-10-08T20:14:07.2091816Z copying torch\include\torch\csrc\autograd\python_enum_tag.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-10-08T20:14:07.2093208Z copying torch\include\torch\csrc\autograd\python_fft_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-10-08T20:14:07.2094707Z copying torch\include\torch\csrc\autograd\python_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-10-08T20:14:07.2096237Z copying torch\include\torch\csrc\autograd\python_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-10-08T20:14:07.2097709Z copying torch\include\torch\csrc\autograd\python_legacy_variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-10-08T20:14:07.2099166Z copying torch\include\torch\csrc\autograd\python_linalg_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-10-08T20:14:07.2100702Z copying torch\include\torch\csrc\autograd\python_nested_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-10-08T20:14:07.2102152Z copying torch\include\torch\csrc\autograd\python_nn_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-10-08T20:14:07.2103624Z copying torch\include\torch\csrc\autograd\python_saved_variable_hooks.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-10-08T20:14:07.2105112Z copying torch\include\torch\csrc\autograd\python_sparse_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-10-08T20:14:07.2107595Z copying torch\include\torch\csrc\autograd\python_special_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-10-08T20:14:07.2113877Z copying torch\include\torch\csrc\autograd\python_torch_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-10-08T20:14:07.2120397Z copying torch\include\torch\csrc\autograd\python_variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-10-08T20:14:07.2127098Z copying torch\include\torch\csrc\autograd\python_variable_indexing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-10-08T20:14:07.2133551Z copying torch\include\torch\csrc\autograd\record_function_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-10-08T20:14:07.2139870Z copying torch\include\torch\csrc\autograd\saved_variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-10-08T20:14:07.2147281Z copying torch\include\torch\csrc\autograd\saved_variable_hooks.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-10-08T20:14:07.2157481Z copying torch\include\torch\csrc\autograd\symbolic.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-10-08T20:14:07.2163560Z copying torch\include\torch\csrc\autograd\variable.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-10-08T20:14:07.2170711Z copying torch\include\torch\csrc\autograd\VariableTypeUtils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-10-08T20:14:07.2177223Z copying torch\include\torch\csrc\autograd\variable_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd 2024-10-08T20:14:07.2182700Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-10-08T20:14:07.2185666Z copying torch\include\torch\csrc\autograd\functions\accumulate_grad.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-10-08T20:14:07.2192130Z copying torch\include\torch\csrc\autograd\functions\basic_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-10-08T20:14:07.2198501Z copying torch\include\torch\csrc\autograd\functions\comm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-10-08T20:14:07.2204555Z copying torch\include\torch\csrc\autograd\functions\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-10-08T20:14:07.2218099Z copying torch\include\torch\csrc\autograd\functions\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-10-08T20:14:07.2224153Z copying torch\include\torch\csrc\autograd\functions\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\functions 2024-10-08T20:14:07.2229735Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-10-08T20:14:07.2232506Z copying torch\include\torch\csrc\autograd\generated\Functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-10-08T20:14:07.2243359Z copying torch\include\torch\csrc\autograd\generated\python_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-10-08T20:14:07.2249949Z copying torch\include\torch\csrc\autograd\generated\python_return_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-10-08T20:14:07.2261324Z copying torch\include\torch\csrc\autograd\generated\VariableType.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-10-08T20:14:07.2267466Z copying torch\include\torch\csrc\autograd\generated\variable_factories.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-10-08T20:14:07.2274755Z copying torch\include\torch\csrc\autograd\generated\ViewFuncs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\generated 2024-10-08T20:14:07.2280952Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2024-10-08T20:14:07.2283598Z copying torch\include\torch\csrc\autograd\utils\error_messages.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2024-10-08T20:14:07.2290041Z copying torch\include\torch\csrc\autograd\utils\grad_layout_contract.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2024-10-08T20:14:07.2296387Z copying torch\include\torch\csrc\autograd\utils\lambda_post_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2024-10-08T20:14:07.2303510Z copying torch\include\torch\csrc\autograd\utils\python_arg_parsing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2024-10-08T20:14:07.2314179Z copying torch\include\torch\csrc\autograd\utils\warnings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2024-10-08T20:14:07.2319939Z copying torch\include\torch\csrc\autograd\utils\wrap_outputs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\utils 2024-10-08T20:14:07.2325559Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-10-08T20:14:07.2328129Z copying torch\include\torch\csrc\cuda\comm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-10-08T20:14:07.2334723Z copying torch\include\torch\csrc\cuda\CUDAPluggableAllocator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-10-08T20:14:07.2340887Z copying torch\include\torch\csrc\cuda\device_set.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-10-08T20:14:07.2347198Z copying torch\include\torch\csrc\cuda\Event.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-10-08T20:14:07.2353135Z copying torch\include\torch\csrc\cuda\GdsFile.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-10-08T20:14:07.2363543Z copying torch\include\torch\csrc\cuda\memory_snapshot.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-10-08T20:14:07.2369909Z copying torch\include\torch\csrc\cuda\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-10-08T20:14:07.2375845Z copying torch\include\torch\csrc\cuda\nccl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-10-08T20:14:07.2382100Z copying torch\include\torch\csrc\cuda\python_comm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-10-08T20:14:07.2388321Z copying torch\include\torch\csrc\cuda\python_nccl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-10-08T20:14:07.2394564Z copying torch\include\torch\csrc\cuda\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-10-08T20:14:07.2400739Z copying torch\include\torch\csrc\cuda\THCP.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda 2024-10-08T20:14:07.2406436Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed 2024-10-08T20:14:07.2408167Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2410929Z copying torch\include\torch\csrc\distributed\c10d\c10d.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2417902Z copying torch\include\torch\csrc\distributed\c10d\CUDASymmetricMemory-inl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2424152Z copying torch\include\torch\csrc\distributed\c10d\debug.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2429915Z copying torch\include\torch\csrc\distributed\c10d\error.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2436399Z copying torch\include\torch\csrc\distributed\c10d\exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2447209Z copying torch\include\torch\csrc\distributed\c10d\logging.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2453344Z copying torch\include\torch\csrc\distributed\c10d\python_comm_hook.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2459938Z copying torch\include\torch\csrc\distributed\c10d\socket.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2466367Z copying torch\include\torch\csrc\distributed\c10d\socket_fmt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2473250Z copying torch\include\torch\csrc\distributed\c10d\TraceUtils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2479500Z copying torch\include\torch\csrc\distributed\c10d\Backend.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2485845Z copying torch\include\torch\csrc\distributed\c10d\Backoff.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2492077Z copying torch\include\torch\csrc\distributed\c10d\comm.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2498666Z copying torch\include\torch\csrc\distributed\c10d\CUDASymmetricMemory.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2505093Z copying torch\include\torch\csrc\distributed\c10d\default_comm_hooks.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2511838Z copying torch\include\torch\csrc\distributed\c10d\DMAConnectivity.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2518259Z copying torch\include\torch\csrc\distributed\c10d\FakeProcessGroup.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2525242Z copying torch\include\torch\csrc\distributed\c10d\FileStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2532207Z copying torch\include\torch\csrc\distributed\c10d\Functional.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2538585Z copying torch\include\torch\csrc\distributed\c10d\GlooDeviceFactory.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2545195Z copying torch\include\torch\csrc\distributed\c10d\GroupRegistry.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2551606Z copying torch\include\torch\csrc\distributed\c10d\HashStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2558029Z copying torch\include\torch\csrc\distributed\c10d\intra_node_comm.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2571629Z copying torch\include\torch\csrc\distributed\c10d\logger.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2578671Z copying torch\include\torch\csrc\distributed\c10d\NanCheck.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2584915Z copying torch\include\torch\csrc\distributed\c10d\NCCLUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2591970Z copying torch\include\torch\csrc\distributed\c10d\ParamCommsUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2598695Z copying torch\include\torch\csrc\distributed\c10d\PrefixStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2605029Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroup.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2612513Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupGloo.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2619126Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupMPI.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2625837Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupNCCL.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2637741Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupUCC.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2644631Z copying torch\include\torch\csrc\distributed\c10d\ProcessGroupWrapper.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2651488Z copying torch\include\torch\csrc\distributed\c10d\PyProcessGroup.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2658049Z copying torch\include\torch\csrc\distributed\c10d\RankLocal.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2664361Z copying torch\include\torch\csrc\distributed\c10d\reducer.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2671347Z copying torch\include\torch\csrc\distributed\c10d\reducer_timer.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2678327Z copying torch\include\torch\csrc\distributed\c10d\sequence_num.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2684654Z copying torch\include\torch\csrc\distributed\c10d\Store.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2691159Z copying torch\include\torch\csrc\distributed\c10d\SymmetricMemory.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2698020Z copying torch\include\torch\csrc\distributed\c10d\TCPStore.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2704435Z copying torch\include\torch\csrc\distributed\c10d\TCPStoreBackend.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2715415Z copying torch\include\torch\csrc\distributed\c10d\Types.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2721712Z copying torch\include\torch\csrc\distributed\c10d\UCCTracing.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2728207Z copying torch\include\torch\csrc\distributed\c10d\UCCUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2734453Z copying torch\include\torch\csrc\distributed\c10d\UnixSockUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2740452Z copying torch\include\torch\csrc\distributed\c10d\Utils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2747236Z copying torch\include\torch\csrc\distributed\c10d\WinSockUtils.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2753655Z copying torch\include\torch\csrc\distributed\c10d\Work.hpp -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:07.2759070Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-10-08T20:14:07.2761757Z copying torch\include\torch\csrc\distributed\rpc\agent_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-10-08T20:14:07.2767928Z copying torch\include\torch\csrc\distributed\rpc\message.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-10-08T20:14:07.2774788Z copying torch\include\torch\csrc\distributed\rpc\python_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-10-08T20:14:07.2780881Z copying torch\include\torch\csrc\distributed\rpc\python_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-10-08T20:14:07.2791972Z copying torch\include\torch\csrc\distributed\rpc\python_remote_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-10-08T20:14:07.2798042Z copying torch\include\torch\csrc\distributed\rpc\python_resp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-10-08T20:14:07.2804799Z copying torch\include\torch\csrc\distributed\rpc\python_rpc_handler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-10-08T20:14:07.2810969Z copying torch\include\torch\csrc\distributed\rpc\py_rref.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-10-08T20:14:07.2817233Z copying torch\include\torch\csrc\distributed\rpc\request_callback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-10-08T20:14:07.2823767Z copying torch\include\torch\csrc\distributed\rpc\request_callback_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-10-08T20:14:07.2830233Z copying torch\include\torch\csrc\distributed\rpc\request_callback_no_python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-10-08T20:14:07.2836955Z copying torch\include\torch\csrc\distributed\rpc\rpc.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-10-08T20:14:07.2842802Z copying torch\include\torch\csrc\distributed\rpc\rpc_agent.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-10-08T20:14:07.2849132Z copying torch\include\torch\csrc\distributed\rpc\rpc_command_base.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-10-08T20:14:07.2855464Z copying torch\include\torch\csrc\distributed\rpc\rref_context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-10-08T20:14:07.2861950Z copying torch\include\torch\csrc\distributed\rpc\rref_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-10-08T20:14:07.2868837Z copying torch\include\torch\csrc\distributed\rpc\rref_proto.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-10-08T20:14:07.2875487Z copying torch\include\torch\csrc\distributed\rpc\script_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-10-08T20:14:07.2882478Z copying torch\include\torch\csrc\distributed\rpc\script_remote_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-10-08T20:14:07.2889168Z copying torch\include\torch\csrc\distributed\rpc\script_resp.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-10-08T20:14:07.2902495Z copying torch\include\torch\csrc\distributed\rpc\tensorpipe_agent.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-10-08T20:14:07.2909076Z copying torch\include\torch\csrc\distributed\rpc\tensorpipe_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-10-08T20:14:07.2915339Z copying torch\include\torch\csrc\distributed\rpc\torchscript_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-10-08T20:14:07.2921574Z copying torch\include\torch\csrc\distributed\rpc\types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-10-08T20:14:07.2928245Z copying torch\include\torch\csrc\distributed\rpc\unpickled_python_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-10-08T20:14:07.2935292Z copying torch\include\torch\csrc\distributed\rpc\unpickled_python_remote_call.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-10-08T20:14:07.2941491Z copying torch\include\torch\csrc\distributed\rpc\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\rpc 2024-10-08T20:14:07.2953659Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd 2024-10-08T20:14:07.2955331Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context 2024-10-08T20:14:07.2958262Z copying torch\include\torch\csrc\distributed\autograd\context\container.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context 2024-10-08T20:14:07.2964497Z copying torch\include\torch\csrc\distributed\autograd\context\context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\context 2024-10-08T20:14:07.2969529Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\functions 2024-10-08T20:14:07.2972359Z copying torch\include\torch\csrc\distributed\autograd\functions\recvrpc_backward.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\functions 2024-10-08T20:14:07.2978590Z copying torch\include\torch\csrc\distributed\autograd\functions\sendrpc_backward.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\functions 2024-10-08T20:14:07.2984125Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\distributed\autograd\rpc_messages 2024-10-08T20:14:07.2986986Z 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 2024-10-08T20:14:07.2993484Z 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 2024-10-08T20:14:07.2999750Z 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 2024-10-08T20:14:07.3018070Z 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 2024-10-08T20:14:07.3022789Z 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 2024-10-08T20:14:07.3029335Z 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 2024-10-08T20:14:07.3035387Z 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 2024-10-08T20:14:07.3042072Z 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 2024-10-08T20:14:07.3048506Z 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 2024-10-08T20:14:07.3054890Z 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 2024-10-08T20:14:07.3060015Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-10-08T20:14:07.3062592Z copying torch\include\torch\csrc\dynamo\cache_entry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-10-08T20:14:07.3069127Z copying torch\include\torch\csrc\dynamo\compiled_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-10-08T20:14:07.3075980Z copying torch\include\torch\csrc\dynamo\cpp_shim.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-10-08T20:14:07.3082264Z copying torch\include\torch\csrc\dynamo\cpython_defs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-10-08T20:14:07.3094545Z copying torch\include\torch\csrc\dynamo\cpython_includes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-10-08T20:14:07.3100732Z copying torch\include\torch\csrc\dynamo\debug_macros.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-10-08T20:14:07.3106973Z copying torch\include\torch\csrc\dynamo\eval_frame.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-10-08T20:14:07.3112970Z copying torch\include\torch\csrc\dynamo\extra_state.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-10-08T20:14:07.3119311Z copying torch\include\torch\csrc\dynamo\framelocals_mapping.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-10-08T20:14:07.3125616Z copying torch\include\torch\csrc\dynamo\guards.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-10-08T20:14:07.3131931Z copying torch\include\torch\csrc\dynamo\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-10-08T20:14:07.3137967Z copying torch\include\torch\csrc\dynamo\python_compiled_autograd.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-10-08T20:14:07.3143944Z copying torch\include\torch\csrc\dynamo\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo 2024-10-08T20:14:07.3149527Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor 2024-10-08T20:14:07.3152168Z copying torch\include\torch\csrc\inductor\inductor_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor 2024-10-08T20:14:07.3157831Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_package 2024-10-08T20:14:07.3160671Z 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 2024-10-08T20:14:07.3167407Z copying torch\include\torch\csrc\inductor\aoti_package\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_package 2024-10-08T20:14:07.3172879Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner 2024-10-08T20:14:07.3175959Z 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 2024-10-08T20:14:07.3182545Z 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 2024-10-08T20:14:07.3188756Z 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 2024-10-08T20:14:07.3202585Z copying torch\include\torch\csrc\inductor\aoti_runner\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runner 2024-10-08T20:14:07.3207646Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2024-10-08T20:14:07.3216973Z copying torch\include\torch\csrc\inductor\aoti_runtime\arrayref_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2024-10-08T20:14:07.3223229Z copying torch\include\torch\csrc\inductor\aoti_runtime\device_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2024-10-08T20:14:07.3229882Z copying torch\include\torch\csrc\inductor\aoti_runtime\interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2024-10-08T20:14:07.3317474Z copying torch\include\torch\csrc\inductor\aoti_runtime\model.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2024-10-08T20:14:07.3324632Z copying torch\include\torch\csrc\inductor\aoti_runtime\model_container.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2024-10-08T20:14:07.3332525Z 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 2024-10-08T20:14:07.3339132Z copying torch\include\torch\csrc\inductor\aoti_runtime\thread_local.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2024-10-08T20:14:07.3345917Z copying torch\include\torch\csrc\inductor\aoti_runtime\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2024-10-08T20:14:07.3352475Z copying torch\include\torch\csrc\inductor\aoti_runtime\utils_cuda.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_runtime 2024-10-08T20:14:07.3358107Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2024-10-08T20:14:07.3361109Z copying torch\include\torch\csrc\inductor\aoti_torch\mkldnn_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2024-10-08T20:14:07.3367918Z 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 2024-10-08T20:14:07.3374414Z copying torch\include\torch\csrc\inductor\aoti_torch\proxy_executor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2024-10-08T20:14:07.3465317Z copying torch\include\torch\csrc\inductor\aoti_torch\tensor_converter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2024-10-08T20:14:07.3472623Z copying torch\include\torch\csrc\inductor\aoti_torch\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch 2024-10-08T20:14:07.3480632Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\c 2024-10-08T20:14:07.3483517Z 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 2024-10-08T20:14:07.3493680Z 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 2024-10-08T20:14:07.3500333Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\inductor\aoti_torch\generated 2024-10-08T20:14:07.3504251Z 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 2024-10-08T20:14:07.3512710Z 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 2024-10-08T20:14:07.3521430Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2024-10-08T20:14:07.3524329Z copying torch\include\torch\csrc\jit\jit_log.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2024-10-08T20:14:07.3533020Z copying torch\include\torch\csrc\jit\jit_opt_limit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2024-10-08T20:14:07.3540586Z copying torch\include\torch\csrc\jit\resource_guard.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit 2024-10-08T20:14:07.3547185Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-10-08T20:14:07.3550519Z copying torch\include\torch\csrc\jit\backends\backend.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-10-08T20:14:07.3557795Z copying torch\include\torch\csrc\jit\backends\backend_debug_handler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-10-08T20:14:07.3564648Z copying torch\include\torch\csrc\jit\backends\backend_debug_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-10-08T20:14:07.3570960Z copying torch\include\torch\csrc\jit\backends\backend_detail.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-10-08T20:14:07.3634808Z copying torch\include\torch\csrc\jit\backends\backend_exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-10-08T20:14:07.3640558Z copying torch\include\torch\csrc\jit\backends\backend_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-10-08T20:14:07.3646895Z copying torch\include\torch\csrc\jit\backends\backend_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-10-08T20:14:07.3653577Z copying torch\include\torch\csrc\jit\backends\backend_preprocess.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-10-08T20:14:07.3660428Z copying torch\include\torch\csrc\jit\backends\backend_resolver.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\backends 2024-10-08T20:14:07.3667851Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.3768330Z copying torch\include\torch\csrc\jit\passes\add_if_then_else.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.3831892Z copying torch\include\torch\csrc\jit\passes\annotate_warns.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.3837955Z copying torch\include\torch\csrc\jit\passes\autocast.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.3845375Z copying torch\include\torch\csrc\jit\passes\bailout_graph.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.3914952Z copying torch\include\torch\csrc\jit\passes\batch_mm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.3924612Z copying torch\include\torch\csrc\jit\passes\canonicalize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.3932632Z copying torch\include\torch\csrc\jit\passes\canonicalize_graph_fuser_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.3941537Z copying torch\include\torch\csrc\jit\passes\check_strict_fusion.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.3949549Z copying torch\include\torch\csrc\jit\passes\clear_profiling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.3958130Z copying torch\include\torch\csrc\jit\passes\clear_undefinedness.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.3966256Z copying torch\include\torch\csrc\jit\passes\common_subexpression_elimination.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.3973410Z copying torch\include\torch\csrc\jit\passes\concat_opt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.3982528Z copying torch\include\torch\csrc\jit\passes\constant_pooling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.3989956Z copying torch\include\torch\csrc\jit\passes\constant_propagation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.3999164Z copying torch\include\torch\csrc\jit\passes\create_autodiff_subgraphs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4006881Z copying torch\include\torch\csrc\jit\passes\create_functional_graphs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4014565Z copying torch\include\torch\csrc\jit\passes\dead_code_elimination.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4023366Z copying torch\include\torch\csrc\jit\passes\decompose_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4030906Z copying torch\include\torch\csrc\jit\passes\device_type_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4379130Z copying torch\include\torch\csrc\jit\passes\dtype_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4385413Z copying torch\include\torch\csrc\jit\passes\eliminate_no_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4391818Z copying torch\include\torch\csrc\jit\passes\erase_number_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4398528Z copying torch\include\torch\csrc\jit\passes\fixup_trace_scope_blocks.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4405125Z copying torch\include\torch\csrc\jit\passes\fold_conv_bn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4411375Z copying torch\include\torch\csrc\jit\passes\fold_linear_bn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4418134Z copying torch\include\torch\csrc\jit\passes\freeze_module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4424441Z copying torch\include\torch\csrc\jit\passes\frozen_concat_linear.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4430847Z 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 2024-10-08T20:14:07.4443576Z copying torch\include\torch\csrc\jit\passes\frozen_conv_folding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4450187Z copying torch\include\torch\csrc\jit\passes\frozen_graph_optimizations.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4461017Z copying torch\include\torch\csrc\jit\passes\frozen_linear_folding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4469322Z copying torch\include\torch\csrc\jit\passes\frozen_linear_transpose.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4475301Z copying torch\include\torch\csrc\jit\passes\frozen_ops_to_mkldnn.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4481878Z copying torch\include\torch\csrc\jit\passes\fuse_linear.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4509686Z copying torch\include\torch\csrc\jit\passes\fuse_relu.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4528765Z copying torch\include\torch\csrc\jit\passes\graph_fuser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4535397Z copying torch\include\torch\csrc\jit\passes\graph_rewrite_helper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4547143Z copying torch\include\torch\csrc\jit\passes\guard_elimination.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4553392Z copying torch\include\torch\csrc\jit\passes\hoist_conv_packed_params.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4559683Z copying torch\include\torch\csrc\jit\passes\inliner.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4565811Z copying torch\include\torch\csrc\jit\passes\inline_autodiff_subgraphs.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4572589Z copying torch\include\torch\csrc\jit\passes\inline_forked_closures.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4578537Z copying torch\include\torch\csrc\jit\passes\inline_fork_wait.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4584526Z copying torch\include\torch\csrc\jit\passes\inplace_check.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4590831Z copying torch\include\torch\csrc\jit\passes\insert_guards.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4597003Z copying torch\include\torch\csrc\jit\passes\integer_value_refinement.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4612247Z copying torch\include\torch\csrc\jit\passes\lift_closures.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4618485Z copying torch\include\torch\csrc\jit\passes\liveness.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4624642Z copying torch\include\torch\csrc\jit\passes\loop_unrolling.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4631342Z copying torch\include\torch\csrc\jit\passes\lower_grad_of.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4637599Z copying torch\include\torch\csrc\jit\passes\lower_graph.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4644277Z copying torch\include\torch\csrc\jit\passes\lower_tuples.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4650473Z copying torch\include\torch\csrc\jit\passes\metal_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4656711Z copying torch\include\torch\csrc\jit\passes\mkldnn_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4663363Z copying torch\include\torch\csrc\jit\passes\mobile_optimizer_type.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4669495Z copying torch\include\torch\csrc\jit\passes\normalize_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4684846Z copying torch\include\torch\csrc\jit\passes\onednn_graph_fuser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4691016Z copying torch\include\torch\csrc\jit\passes\onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4697532Z copying torch\include\torch\csrc\jit\passes\pass_manager.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4704368Z copying torch\include\torch\csrc\jit\passes\peephole.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4710841Z copying torch\include\torch\csrc\jit\passes\peephole_alias_sensitive.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4717080Z copying torch\include\torch\csrc\jit\passes\peephole_dict_idioms.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4723875Z copying torch\include\torch\csrc\jit\passes\peephole_list_idioms.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4730272Z copying torch\include\torch\csrc\jit\passes\peephole_non_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4737110Z copying torch\include\torch\csrc\jit\passes\prepack_folding.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4743421Z copying torch\include\torch\csrc\jit\passes\refine_tuple_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4750052Z copying torch\include\torch\csrc\jit\passes\remove_dropout.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4760528Z copying torch\include\torch\csrc\jit\passes\remove_exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4773237Z copying torch\include\torch\csrc\jit\passes\remove_expands.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4779531Z copying torch\include\torch\csrc\jit\passes\remove_inplace_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4785888Z copying torch\include\torch\csrc\jit\passes\remove_mutation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4792574Z copying torch\include\torch\csrc\jit\passes\remove_redundant_profiles.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4799426Z copying torch\include\torch\csrc\jit\passes\replacement_of_old_operators.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4805642Z copying torch\include\torch\csrc\jit\passes\requires_grad_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4811731Z copying torch\include\torch\csrc\jit\passes\restore_mutation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4818371Z copying torch\include\torch\csrc\jit\passes\shape_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4832165Z copying torch\include\torch\csrc\jit\passes\specialize_autogradzero.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4838841Z copying torch\include\torch\csrc\jit\passes\subgraph_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4845660Z copying torch\include\torch\csrc\jit\passes\symbolic_shape_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4852370Z copying torch\include\torch\csrc\jit\passes\symbolic_shape_cache.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4861309Z copying torch\include\torch\csrc\jit\passes\symbolic_shape_runtime_fusion.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4868711Z copying torch\include\torch\csrc\jit\passes\tensorexpr_fuser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4877678Z 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 2024-10-08T20:14:07.4885175Z copying torch\include\torch\csrc\jit\passes\value_refinement_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4894172Z copying torch\include\torch\csrc\jit\passes\variadic_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4901746Z copying torch\include\torch\csrc\jit\passes\vulkan_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4909257Z copying torch\include\torch\csrc\jit\passes\xnnpack_rewrite.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:07.4917596Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2024-10-08T20:14:07.4920590Z 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 2024-10-08T20:14:07.4927944Z copying torch\include\torch\csrc\jit\passes\quantization\finalize.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2024-10-08T20:14:07.4934393Z copying torch\include\torch\csrc\jit\passes\quantization\fusion_passes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2024-10-08T20:14:07.4940255Z copying torch\include\torch\csrc\jit\passes\quantization\helper.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2024-10-08T20:14:07.4952675Z copying torch\include\torch\csrc\jit\passes\quantization\insert_observers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2024-10-08T20:14:07.4958799Z 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 2024-10-08T20:14:07.4965242Z copying torch\include\torch\csrc\jit\passes\quantization\quantization_patterns.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2024-10-08T20:14:07.4972406Z copying torch\include\torch\csrc\jit\passes\quantization\quantization_type.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\quantization 2024-10-08T20:14:07.4980027Z 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 2024-10-08T20:14:07.4985207Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils 2024-10-08T20:14:07.4987987Z 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 2024-10-08T20:14:07.4993991Z copying torch\include\torch\csrc\jit\passes\utils\memory_dag.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils 2024-10-08T20:14:07.5000151Z copying torch\include\torch\csrc\jit\passes\utils\optimization_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils 2024-10-08T20:14:07.5015474Z copying torch\include\torch\csrc\jit\passes\utils\op_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils 2024-10-08T20:14:07.5022415Z copying torch\include\torch\csrc\jit\passes\utils\subgraph_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\passes\utils 2024-10-08T20:14:07.5028144Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-10-08T20:14:07.5031037Z copying torch\include\torch\csrc\jit\runtime\argument_spec.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-10-08T20:14:07.5037820Z copying torch\include\torch\csrc\jit\runtime\autodiff.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-10-08T20:14:07.5044412Z copying torch\include\torch\csrc\jit\runtime\calculate_necessary_args.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-10-08T20:14:07.5050682Z copying torch\include\torch\csrc\jit\runtime\custom_operator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-10-08T20:14:07.5064865Z copying torch\include\torch\csrc\jit\runtime\decomposition_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-10-08T20:14:07.5071244Z copying torch\include\torch\csrc\jit\runtime\decomposition_registry_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-10-08T20:14:07.5077365Z copying torch\include\torch\csrc\jit\runtime\exception_message.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-10-08T20:14:07.5083607Z copying torch\include\torch\csrc\jit\runtime\graph_executor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-10-08T20:14:07.5090057Z copying torch\include\torch\csrc\jit\runtime\graph_executor_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-10-08T20:14:07.5096816Z copying torch\include\torch\csrc\jit\runtime\graph_iterator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-10-08T20:14:07.5103495Z copying torch\include\torch\csrc\jit\runtime\instruction.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-10-08T20:14:07.5114930Z copying torch\include\torch\csrc\jit\runtime\interpreter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-10-08T20:14:07.5121253Z copying torch\include\torch\csrc\jit\runtime\jit_exception.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-10-08T20:14:07.5127514Z copying torch\include\torch\csrc\jit\runtime\jit_trace.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-10-08T20:14:07.5133602Z copying torch\include\torch\csrc\jit\runtime\logging.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-10-08T20:14:07.5140543Z copying torch\include\torch\csrc\jit\runtime\operator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-10-08T20:14:07.5146800Z copying torch\include\torch\csrc\jit\runtime\operator_options.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-10-08T20:14:07.5152815Z copying torch\include\torch\csrc\jit\runtime\print_handler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-10-08T20:14:07.5159100Z copying torch\include\torch\csrc\jit\runtime\profiling_graph_executor_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-10-08T20:14:07.5165578Z copying torch\include\torch\csrc\jit\runtime\profiling_record.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-10-08T20:14:07.5176697Z copying torch\include\torch\csrc\jit\runtime\register_ops_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-10-08T20:14:07.5183669Z copying torch\include\torch\csrc\jit\runtime\script_profile.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-10-08T20:14:07.5190216Z copying torch\include\torch\csrc\jit\runtime\serialized_shape_function_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-10-08T20:14:07.5196695Z copying torch\include\torch\csrc\jit\runtime\shape_function_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-10-08T20:14:07.5202926Z copying torch\include\torch\csrc\jit\runtime\simple_graph_executor_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-10-08T20:14:07.5209202Z copying torch\include\torch\csrc\jit\runtime\slice_indices_adjust.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-10-08T20:14:07.5215902Z copying torch\include\torch\csrc\jit\runtime\symbolic_script.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-10-08T20:14:07.5222219Z copying torch\include\torch\csrc\jit\runtime\symbolic_shape_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-10-08T20:14:07.5228712Z copying torch\include\torch\csrc\jit\runtime\symbolic_shape_registry_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-10-08T20:14:07.5239674Z copying torch\include\torch\csrc\jit\runtime\vararg_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-10-08T20:14:07.5246277Z copying torch\include\torch\csrc\jit\runtime\variable_tensor_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\runtime 2024-10-08T20:14:07.5251561Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-10-08T20:14:07.5254375Z copying torch\include\torch\csrc\jit\ir\alias_analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-10-08T20:14:07.5260791Z copying torch\include\torch\csrc\jit\ir\attributes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-10-08T20:14:07.5267340Z copying torch\include\torch\csrc\jit\ir\constants.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-10-08T20:14:07.5273558Z copying torch\include\torch\csrc\jit\ir\graph_node_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-10-08T20:14:07.5286549Z copying torch\include\torch\csrc\jit\ir\graph_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-10-08T20:14:07.5292331Z copying torch\include\torch\csrc\jit\ir\ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-10-08T20:14:07.5299571Z copying torch\include\torch\csrc\jit\ir\irparser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-10-08T20:14:07.5305673Z copying torch\include\torch\csrc\jit\ir\ir_views.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-10-08T20:14:07.5312068Z copying torch\include\torch\csrc\jit\ir\named_value.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-10-08T20:14:07.5318238Z copying torch\include\torch\csrc\jit\ir\node_hashing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-10-08T20:14:07.5324326Z copying torch\include\torch\csrc\jit\ir\scope.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-10-08T20:14:07.5330552Z copying torch\include\torch\csrc\jit\ir\subgraph_matcher.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-10-08T20:14:07.5337303Z copying torch\include\torch\csrc\jit\ir\type_hashing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\ir 2024-10-08T20:14:07.5342828Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-10-08T20:14:07.5345533Z copying torch\include\torch\csrc\jit\frontend\builtin_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-10-08T20:14:07.5351503Z copying torch\include\torch\csrc\jit\frontend\canonicalize_modified_loop.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-10-08T20:14:07.5357714Z copying torch\include\torch\csrc\jit\frontend\concrete_module_type.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-10-08T20:14:07.5372325Z copying torch\include\torch\csrc\jit\frontend\convert_to_ssa.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-10-08T20:14:07.5378294Z copying torch\include\torch\csrc\jit\frontend\edit_distance.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-10-08T20:14:07.5384262Z copying torch\include\torch\csrc\jit\frontend\error_report.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-10-08T20:14:07.5390491Z copying torch\include\torch\csrc\jit\frontend\exit_transforms.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-10-08T20:14:07.5396716Z copying torch\include\torch\csrc\jit\frontend\function_schema_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-10-08T20:14:07.5403346Z copying torch\include\torch\csrc\jit\frontend\inline_loop_condition.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-10-08T20:14:07.5409323Z copying torch\include\torch\csrc\jit\frontend\ir_emitter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-10-08T20:14:07.5415415Z copying torch\include\torch\csrc\jit\frontend\lexer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-10-08T20:14:07.5422021Z copying torch\include\torch\csrc\jit\frontend\mini_environment.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-10-08T20:14:07.5428139Z copying torch\include\torch\csrc\jit\frontend\name_mangler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-10-08T20:14:07.5434361Z copying torch\include\torch\csrc\jit\frontend\parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-10-08T20:14:07.5440322Z copying torch\include\torch\csrc\jit\frontend\parser_constants.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-10-08T20:14:07.5446369Z copying torch\include\torch\csrc\jit\frontend\parse_string_literal.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-10-08T20:14:07.5452640Z copying torch\include\torch\csrc\jit\frontend\resolver.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-10-08T20:14:07.5459177Z copying torch\include\torch\csrc\jit\frontend\schema_matching.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-10-08T20:14:07.5465536Z copying torch\include\torch\csrc\jit\frontend\schema_type_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-10-08T20:14:07.5471818Z copying torch\include\torch\csrc\jit\frontend\script_type_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-10-08T20:14:07.5484104Z copying torch\include\torch\csrc\jit\frontend\source_range.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-10-08T20:14:07.5490211Z copying torch\include\torch\csrc\jit\frontend\source_ref.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-10-08T20:14:07.5496737Z copying torch\include\torch\csrc\jit\frontend\strtod.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-10-08T20:14:07.5502590Z copying torch\include\torch\csrc\jit\frontend\sugared_value.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-10-08T20:14:07.5509471Z copying torch\include\torch\csrc\jit\frontend\tracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-10-08T20:14:07.5515555Z copying torch\include\torch\csrc\jit\frontend\tree.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-10-08T20:14:07.5521731Z copying torch\include\torch\csrc\jit\frontend\tree_views.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-10-08T20:14:07.5528635Z copying torch\include\torch\csrc\jit\frontend\versioned_symbols.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\frontend 2024-10-08T20:14:07.5534138Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2024-10-08T20:14:07.5536805Z copying torch\include\torch\csrc\jit\api\compilation_unit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2024-10-08T20:14:07.5543049Z copying torch\include\torch\csrc\jit\api\function_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2024-10-08T20:14:07.5549203Z copying torch\include\torch\csrc\jit\api\method.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2024-10-08T20:14:07.5555236Z copying torch\include\torch\csrc\jit\api\module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2024-10-08T20:14:07.5561733Z copying torch\include\torch\csrc\jit\api\object.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\api 2024-10-08T20:14:07.5573614Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-10-08T20:14:07.5576712Z copying torch\include\torch\csrc\jit\serialization\callstack_debug_info_serialization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-10-08T20:14:07.5582775Z copying torch\include\torch\csrc\jit\serialization\export.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-10-08T20:14:07.5588898Z copying torch\include\torch\csrc\jit\serialization\export_bytecode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-10-08T20:14:07.5603667Z copying torch\include\torch\csrc\jit\serialization\flatbuffer_serializer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-10-08T20:14:07.5609775Z copying torch\include\torch\csrc\jit\serialization\flatbuffer_serializer_jit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-10-08T20:14:07.5615847Z copying torch\include\torch\csrc\jit\serialization\import.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-10-08T20:14:07.5622132Z copying torch\include\torch\csrc\jit\serialization\import_export_constants.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-10-08T20:14:07.5628458Z copying torch\include\torch\csrc\jit\serialization\import_export_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-10-08T20:14:07.5634999Z copying torch\include\torch\csrc\jit\serialization\import_export_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-10-08T20:14:07.5641159Z copying torch\include\torch\csrc\jit\serialization\import_read.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-10-08T20:14:07.5647496Z copying torch\include\torch\csrc\jit\serialization\import_source.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-10-08T20:14:07.5653982Z copying torch\include\torch\csrc\jit\serialization\mobile_bytecode_generated.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-10-08T20:14:07.5661898Z copying torch\include\torch\csrc\jit\serialization\onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-10-08T20:14:07.5667655Z copying torch\include\torch\csrc\jit\serialization\pickle.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-10-08T20:14:07.5673793Z copying torch\include\torch\csrc\jit\serialization\pickler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-10-08T20:14:07.5680007Z copying torch\include\torch\csrc\jit\serialization\python_print.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-10-08T20:14:07.5686810Z copying torch\include\torch\csrc\jit\serialization\source_range_serialization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-10-08T20:14:07.5693344Z copying torch\include\torch\csrc\jit\serialization\source_range_serialization_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-10-08T20:14:07.5699833Z copying torch\include\torch\csrc\jit\serialization\storage_context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-10-08T20:14:07.5706137Z copying torch\include\torch\csrc\jit\serialization\type_name_uniquer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-10-08T20:14:07.5719327Z copying torch\include\torch\csrc\jit\serialization\unpickler.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\serialization 2024-10-08T20:14:07.5724706Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-10-08T20:14:07.5727269Z copying torch\include\torch\csrc\jit\python\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-10-08T20:14:07.5733124Z copying torch\include\torch\csrc\jit\python\module_python.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-10-08T20:14:07.5739534Z copying torch\include\torch\csrc\jit\python\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-10-08T20:14:07.5745974Z copying torch\include\torch\csrc\jit\python\pybind_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-10-08T20:14:07.5753276Z copying torch\include\torch\csrc\jit\python\python_arg_flatten.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-10-08T20:14:07.5764508Z copying torch\include\torch\csrc\jit\python\python_custom_class.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-10-08T20:14:07.5770478Z copying torch\include\torch\csrc\jit\python\python_dict.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-10-08T20:14:07.5777610Z copying torch\include\torch\csrc\jit\python\python_ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-10-08T20:14:07.5783625Z copying torch\include\torch\csrc\jit\python\python_ivalue.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-10-08T20:14:07.5791088Z copying torch\include\torch\csrc\jit\python\python_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-10-08T20:14:07.5799802Z copying torch\include\torch\csrc\jit\python\python_sugared_value.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-10-08T20:14:07.5807741Z copying torch\include\torch\csrc\jit\python\python_tracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-10-08T20:14:07.5817112Z copying torch\include\torch\csrc\jit\python\python_tree_views.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-10-08T20:14:07.5824866Z copying torch\include\torch\csrc\jit\python\script_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-10-08T20:14:07.5832624Z copying torch\include\torch\csrc\jit\python\update_graph_executor_opt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-10-08T20:14:07.5847184Z copying torch\include\torch\csrc\jit\python\utf8_decoding_ignore.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\python 2024-10-08T20:14:07.5852568Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-10-08T20:14:07.5855374Z copying torch\include\torch\csrc\jit\mobile\code.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-10-08T20:14:07.5861910Z copying torch\include\torch\csrc\jit\mobile\debug_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-10-08T20:14:07.5868262Z copying torch\include\torch\csrc\jit\mobile\file_format.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-10-08T20:14:07.5874952Z copying torch\include\torch\csrc\jit\mobile\flatbuffer_loader.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-10-08T20:14:07.5890876Z copying torch\include\torch\csrc\jit\mobile\frame.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-10-08T20:14:07.5897238Z copying torch\include\torch\csrc\jit\mobile\function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-10-08T20:14:07.5903509Z copying torch\include\torch\csrc\jit\mobile\import.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-10-08T20:14:07.5909901Z copying torch\include\torch\csrc\jit\mobile\import_data.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-10-08T20:14:07.5917268Z copying torch\include\torch\csrc\jit\mobile\import_export_common.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-10-08T20:14:07.5924100Z copying torch\include\torch\csrc\jit\mobile\interpreter.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-10-08T20:14:07.5930161Z copying torch\include\torch\csrc\jit\mobile\method.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-10-08T20:14:07.5942436Z copying torch\include\torch\csrc\jit\mobile\module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-10-08T20:14:07.5950062Z copying torch\include\torch\csrc\jit\mobile\observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-10-08T20:14:07.5956423Z copying torch\include\torch\csrc\jit\mobile\parse_bytecode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-10-08T20:14:07.5962974Z copying torch\include\torch\csrc\jit\mobile\parse_operators.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-10-08T20:14:07.5969453Z copying torch\include\torch\csrc\jit\mobile\prim_ops_registery.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-10-08T20:14:07.5976160Z copying torch\include\torch\csrc\jit\mobile\profiler_edge.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-10-08T20:14:07.5982575Z copying torch\include\torch\csrc\jit\mobile\promoted_prim_ops.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-10-08T20:14:07.5989044Z copying torch\include\torch\csrc\jit\mobile\quantization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-10-08T20:14:07.5995621Z copying torch\include\torch\csrc\jit\mobile\register_ops_common_utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-10-08T20:14:07.6002104Z copying torch\include\torch\csrc\jit\mobile\type_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-10-08T20:14:07.6008527Z copying torch\include\torch\csrc\jit\mobile\upgrader_mobile.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\mobile 2024-10-08T20:14:07.6617667Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing 2024-10-08T20:14:07.6620106Z copying torch\include\torch\csrc\jit\testing\file_check.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing 2024-10-08T20:14:07.6626614Z copying torch\include\torch\csrc\jit\testing\hooks_for_testing.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\testing 2024-10-08T20:14:07.6632497Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-10-08T20:14:07.6635215Z copying torch\include\torch\csrc\jit\tensorexpr\analysis.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-10-08T20:14:07.6641949Z copying torch\include\torch\csrc\jit\tensorexpr\block_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-10-08T20:14:07.6648173Z copying torch\include\torch\csrc\jit\tensorexpr\bounds_inference.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-10-08T20:14:07.6654407Z copying torch\include\torch\csrc\jit\tensorexpr\bounds_overlap.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-10-08T20:14:07.6668010Z copying torch\include\torch\csrc\jit\tensorexpr\codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-10-08T20:14:07.6674239Z copying torch\include\torch\csrc\jit\tensorexpr\cpp_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-10-08T20:14:07.6680700Z copying torch\include\torch\csrc\jit\tensorexpr\cpp_intrinsics.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-10-08T20:14:07.6686886Z copying torch\include\torch\csrc\jit\tensorexpr\cuda_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-10-08T20:14:07.6693134Z copying torch\include\torch\csrc\jit\tensorexpr\cuda_random.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-10-08T20:14:07.6699376Z copying torch\include\torch\csrc\jit\tensorexpr\eval.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-10-08T20:14:07.6705678Z copying torch\include\torch\csrc\jit\tensorexpr\exceptions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-10-08T20:14:07.6711871Z copying torch\include\torch\csrc\jit\tensorexpr\expr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-10-08T20:14:07.6718059Z copying torch\include\torch\csrc\jit\tensorexpr\external_functions.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-10-08T20:14:07.6724369Z copying torch\include\torch\csrc\jit\tensorexpr\external_functions_core.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-10-08T20:14:07.6730633Z copying torch\include\torch\csrc\jit\tensorexpr\external_functions_registry.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-10-08T20:14:07.6737199Z copying torch\include\torch\csrc\jit\tensorexpr\fwd_decls.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-10-08T20:14:07.6743389Z copying torch\include\torch\csrc\jit\tensorexpr\graph_opt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-10-08T20:14:07.6749722Z copying torch\include\torch\csrc\jit\tensorexpr\half_support.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-10-08T20:14:07.6755956Z copying torch\include\torch\csrc\jit\tensorexpr\hash_provider.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-10-08T20:14:07.6762812Z copying torch\include\torch\csrc\jit\tensorexpr\intrinsic_symbols.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-10-08T20:14:07.6768775Z copying torch\include\torch\csrc\jit\tensorexpr\ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-10-08T20:14:07.6779366Z copying torch\include\torch\csrc\jit\tensorexpr\ir_cloner.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-10-08T20:14:07.6785454Z copying torch\include\torch\csrc\jit\tensorexpr\ir_mutator.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-10-08T20:14:07.6791632Z copying torch\include\torch\csrc\jit\tensorexpr\ir_printer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-10-08T20:14:07.6798073Z copying torch\include\torch\csrc\jit\tensorexpr\ir_simplifier.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-10-08T20:14:07.6804349Z copying torch\include\torch\csrc\jit\tensorexpr\ir_verifier.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-10-08T20:14:07.6810488Z copying torch\include\torch\csrc\jit\tensorexpr\ir_visitor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-10-08T20:14:07.6816879Z copying torch\include\torch\csrc\jit\tensorexpr\kernel.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-10-08T20:14:07.6823112Z copying torch\include\torch\csrc\jit\tensorexpr\llvm_codegen.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-10-08T20:14:07.6829332Z copying torch\include\torch\csrc\jit\tensorexpr\llvm_jit.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-10-08T20:14:07.6835420Z copying torch\include\torch\csrc\jit\tensorexpr\loopnest.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-10-08T20:14:07.6842192Z copying torch\include\torch\csrc\jit\tensorexpr\loopnest_randomization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-10-08T20:14:07.6853587Z copying torch\include\torch\csrc\jit\tensorexpr\lowerings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-10-08T20:14:07.6860225Z copying torch\include\torch\csrc\jit\tensorexpr\mem_dependency_checker.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-10-08T20:14:07.6866662Z copying torch\include\torch\csrc\jit\tensorexpr\reduction.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-10-08T20:14:07.6872978Z copying torch\include\torch\csrc\jit\tensorexpr\registerizer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-10-08T20:14:07.6879137Z copying torch\include\torch\csrc\jit\tensorexpr\stmt.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-10-08T20:14:07.6885817Z copying torch\include\torch\csrc\jit\tensorexpr\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-10-08T20:14:07.6892172Z copying torch\include\torch\csrc\jit\tensorexpr\tensorexpr_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-10-08T20:14:07.6898170Z copying torch\include\torch\csrc\jit\tensorexpr\types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-10-08T20:14:07.6904456Z copying torch\include\torch\csrc\jit\tensorexpr\unique_name_manager.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-10-08T20:14:07.6910668Z copying torch\include\torch\csrc\jit\tensorexpr\var_substitutor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr 2024-10-08T20:14:07.6916425Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-10-08T20:14:07.6919163Z copying torch\include\torch\csrc\jit\tensorexpr\operators\conv2d.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-10-08T20:14:07.6925191Z copying torch\include\torch\csrc\jit\tensorexpr\operators\matmul.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-10-08T20:14:07.6930970Z copying torch\include\torch\csrc\jit\tensorexpr\operators\misc.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-10-08T20:14:07.6937250Z copying torch\include\torch\csrc\jit\tensorexpr\operators\norm.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-10-08T20:14:07.6943360Z copying torch\include\torch\csrc\jit\tensorexpr\operators\operators.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-10-08T20:14:07.6955364Z copying torch\include\torch\csrc\jit\tensorexpr\operators\pointwise.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-10-08T20:14:07.6961551Z copying torch\include\torch\csrc\jit\tensorexpr\operators\quantization.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-10-08T20:14:07.6967941Z copying torch\include\torch\csrc\jit\tensorexpr\operators\reduction.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-10-08T20:14:07.6974230Z copying torch\include\torch\csrc\jit\tensorexpr\operators\softmax.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\tensorexpr\operators 2024-10-08T20:14:07.6979760Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen 2024-10-08T20:14:07.6981218Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\cuda 2024-10-08T20:14:07.6983879Z copying torch\include\torch\csrc\jit\codegen\cuda\interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\jit\codegen\cuda 2024-10-08T20:14:07.6989229Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2024-10-08T20:14:07.6991827Z copying torch\include\torch\csrc\onnx\back_compat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2024-10-08T20:14:07.6997904Z copying torch\include\torch\csrc\onnx\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2024-10-08T20:14:07.7003664Z copying torch\include\torch\csrc\onnx\onnx.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx 2024-10-08T20:14:07.7009203Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-10-08T20:14:07.7011730Z copying torch\include\torch\csrc\profiler\api.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-10-08T20:14:07.7017660Z copying torch\include\torch\csrc\profiler\collection.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-10-08T20:14:07.7024532Z copying torch\include\torch\csrc\profiler\combined_traceback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-10-08T20:14:07.7030555Z copying torch\include\torch\csrc\profiler\containers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-10-08T20:14:07.7042642Z copying torch\include\torch\csrc\profiler\data_flow.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-10-08T20:14:07.7048691Z copying torch\include\torch\csrc\profiler\events.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-10-08T20:14:07.7054910Z copying torch\include\torch\csrc\profiler\kineto_shim.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-10-08T20:14:07.7061022Z copying torch\include\torch\csrc\profiler\perf-inl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-10-08T20:14:07.7067480Z copying torch\include\torch\csrc\profiler\perf.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-10-08T20:14:07.7073133Z copying torch\include\torch\csrc\profiler\util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler 2024-10-08T20:14:07.7078546Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2024-10-08T20:14:07.7081308Z copying torch\include\torch\csrc\profiler\orchestration\observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2024-10-08T20:14:07.7087450Z copying torch\include\torch\csrc\profiler\orchestration\python_tracer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2024-10-08T20:14:07.7093595Z copying torch\include\torch\csrc\profiler\orchestration\vulkan.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\orchestration 2024-10-08T20:14:07.7099026Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2024-10-08T20:14:07.7102073Z copying torch\include\torch\csrc\profiler\standalone\execution_trace_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2024-10-08T20:14:07.7108198Z copying torch\include\torch\csrc\profiler\standalone\itt_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2024-10-08T20:14:07.7114479Z copying torch\include\torch\csrc\profiler\standalone\nvtx_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2024-10-08T20:14:07.7125344Z copying torch\include\torch\csrc\profiler\standalone\privateuse1_observer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\standalone 2024-10-08T20:14:07.7130524Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\stubs 2024-10-08T20:14:07.7133110Z copying torch\include\torch\csrc\profiler\stubs\base.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\stubs 2024-10-08T20:14:07.7138483Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-10-08T20:14:07.7141161Z copying torch\include\torch\csrc\profiler\unwind\action.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-10-08T20:14:07.7147203Z copying torch\include\torch\csrc\profiler\unwind\communicate.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-10-08T20:14:07.7153308Z copying torch\include\torch\csrc\profiler\unwind\debug_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-10-08T20:14:07.7159454Z copying torch\include\torch\csrc\profiler\unwind\dwarf_enums.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-10-08T20:14:07.7171812Z copying torch\include\torch\csrc\profiler\unwind\dwarf_symbolize_enums.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-10-08T20:14:07.7178259Z copying torch\include\torch\csrc\profiler\unwind\eh_frame_hdr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-10-08T20:14:07.7184205Z copying torch\include\torch\csrc\profiler\unwind\fast_symbolizer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-10-08T20:14:07.7190292Z copying torch\include\torch\csrc\profiler\unwind\fde.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-10-08T20:14:07.7196327Z copying torch\include\torch\csrc\profiler\unwind\lexer.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-10-08T20:14:07.7202522Z copying torch\include\torch\csrc\profiler\unwind\line_number_program.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-10-08T20:14:07.7208714Z copying torch\include\torch\csrc\profiler\unwind\mem_file.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-10-08T20:14:07.7214908Z copying torch\include\torch\csrc\profiler\unwind\range_table.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-10-08T20:14:07.7221195Z copying torch\include\torch\csrc\profiler\unwind\sections.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-10-08T20:14:07.7227652Z copying torch\include\torch\csrc\profiler\unwind\unwind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-10-08T20:14:07.7233436Z copying torch\include\torch\csrc\profiler\unwind\unwinder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-10-08T20:14:07.7239384Z copying torch\include\torch\csrc\profiler\unwind\unwind_error.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\unwind 2024-10-08T20:14:07.7244923Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2024-10-08T20:14:07.7247573Z copying torch\include\torch\csrc\profiler\python\combined_traceback.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2024-10-08T20:14:07.7259957Z copying torch\include\torch\csrc\profiler\python\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2024-10-08T20:14:07.7266957Z copying torch\include\torch\csrc\profiler\python\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\python 2024-10-08T20:14:07.7272058Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-10-08T20:14:07.7275089Z copying torch\include\torch\csrc\utils\byte_order.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-10-08T20:14:07.7281330Z copying torch\include\torch\csrc\utils\cpp_stacktraces.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-10-08T20:14:07.7287272Z copying torch\include\torch\csrc\utils\cuda_enabled.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-10-08T20:14:07.7293379Z copying torch\include\torch\csrc\utils\device_lazy_init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-10-08T20:14:07.7305567Z copying torch\include\torch\csrc\utils\disable_torch_function.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-10-08T20:14:07.7311165Z copying torch\include\torch\csrc\utils\init.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-10-08T20:14:07.7317049Z copying torch\include\torch\csrc\utils\invalid_arguments.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-10-08T20:14:07.7322984Z copying torch\include\torch\csrc\utils\nested.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-10-08T20:14:07.7328832Z copying torch\include\torch\csrc\utils\numpy_stub.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-10-08T20:14:07.7334788Z copying torch\include\torch\csrc\utils\object_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-10-08T20:14:07.7340923Z copying torch\include\torch\csrc\utils\out_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-10-08T20:14:07.7346936Z copying torch\include\torch\csrc\utils\pybind.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-10-08T20:14:07.7353393Z copying torch\include\torch\csrc\utils\pycfunction_helpers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-10-08T20:14:07.7359376Z copying torch\include\torch\csrc\utils\pyobject_preservation.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-10-08T20:14:07.7366042Z copying torch\include\torch\csrc\utils\pythoncapi_compat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-10-08T20:14:07.7373075Z copying torch\include\torch\csrc\utils\python_arg_parser.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-10-08T20:14:07.7380129Z copying torch\include\torch\csrc\utils\python_compat.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-10-08T20:14:07.7386580Z copying torch\include\torch\csrc\utils\python_dispatch.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-10-08T20:14:07.7393815Z copying torch\include\torch\csrc\utils\python_numbers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-10-08T20:14:07.7399839Z copying torch\include\torch\csrc\utils\python_raii.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-10-08T20:14:07.7411252Z copying torch\include\torch\csrc\utils\python_scalars.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-10-08T20:14:07.7417349Z copying torch\include\torch\csrc\utils\python_strings.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-10-08T20:14:07.7423921Z copying torch\include\torch\csrc\utils\python_stub.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-10-08T20:14:07.7430100Z copying torch\include\torch\csrc\utils\python_symnode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-10-08T20:14:07.7436699Z copying torch\include\torch\csrc\utils\python_torch_function_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-10-08T20:14:07.7442911Z copying torch\include\torch\csrc\utils\python_tuples.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-10-08T20:14:07.7450111Z copying torch\include\torch\csrc\utils\schema_info.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-10-08T20:14:07.7456393Z copying torch\include\torch\csrc\utils\six.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-10-08T20:14:07.7462341Z copying torch\include\torch\csrc\utils\structseq.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-10-08T20:14:07.7468364Z copying torch\include\torch\csrc\utils\tensor_apply.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-10-08T20:14:07.7480231Z copying torch\include\torch\csrc\utils\tensor_dtypes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-10-08T20:14:07.7486385Z copying torch\include\torch\csrc\utils\tensor_flatten.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-10-08T20:14:07.7492722Z copying torch\include\torch\csrc\utils\tensor_layouts.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-10-08T20:14:07.7499003Z copying torch\include\torch\csrc\utils\tensor_list.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-10-08T20:14:07.7505322Z copying torch\include\torch\csrc\utils\tensor_memoryformats.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-10-08T20:14:07.7511406Z copying torch\include\torch\csrc\utils\tensor_new.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-10-08T20:14:07.7518941Z copying torch\include\torch\csrc\utils\tensor_numpy.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-10-08T20:14:07.7524796Z copying torch\include\torch\csrc\utils\tensor_qschemes.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-10-08T20:14:07.7531358Z copying torch\include\torch\csrc\utils\tensor_types.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-10-08T20:14:07.7538281Z copying torch\include\torch\csrc\utils\throughput_benchmark-inl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-10-08T20:14:07.7550695Z copying torch\include\torch\csrc\utils\throughput_benchmark.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-10-08T20:14:07.7557579Z copying torch\include\torch\csrc\utils\torch_dispatch_mode.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-10-08T20:14:07.7564210Z copying torch\include\torch\csrc\utils\variadic.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-10-08T20:14:07.7569936Z copying torch\include\torch\csrc\utils\verbose.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils 2024-10-08T20:14:07.7575380Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\tensor 2024-10-08T20:14:07.7577980Z copying torch\include\torch\csrc\tensor\python_tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\tensor 2024-10-08T20:14:07.7584097Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy 2024-10-08T20:14:07.7586434Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2024-10-08T20:14:07.7588326Z copying torch\include\torch\csrc\lazy\backend\backend_data.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2024-10-08T20:14:07.7594559Z copying torch\include\torch\csrc\lazy\backend\backend_device.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2024-10-08T20:14:07.7601507Z copying torch\include\torch\csrc\lazy\backend\backend_interface.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2024-10-08T20:14:07.7607390Z copying torch\include\torch\csrc\lazy\backend\lowering_context.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\backend 2024-10-08T20:14:07.7616830Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-10-08T20:14:07.7619360Z copying torch\include\torch\csrc\lazy\core\cache.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-10-08T20:14:07.7626412Z copying torch\include\torch\csrc\lazy\core\config.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-10-08T20:14:07.7632309Z copying torch\include\torch\csrc\lazy\core\debug_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-10-08T20:14:07.7638085Z copying torch\include\torch\csrc\lazy\core\dynamic_ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-10-08T20:14:07.7644497Z copying torch\include\torch\csrc\lazy\core\hash.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-10-08T20:14:07.7655231Z copying torch\include\torch\csrc\lazy\core\helpers.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-10-08T20:14:07.7661142Z copying torch\include\torch\csrc\lazy\core\ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-10-08T20:14:07.7667539Z copying torch\include\torch\csrc\lazy\core\ir_builder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-10-08T20:14:07.7673822Z copying torch\include\torch\csrc\lazy\core\ir_dump_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-10-08T20:14:07.7680209Z copying torch\include\torch\csrc\lazy\core\ir_metadata.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-10-08T20:14:07.7686196Z copying torch\include\torch\csrc\lazy\core\ir_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-10-08T20:14:07.7692519Z copying torch\include\torch\csrc\lazy\core\lazy_graph_executor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-10-08T20:14:07.7698950Z copying torch\include\torch\csrc\lazy\core\metrics.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-10-08T20:14:07.7705177Z copying torch\include\torch\csrc\lazy\core\multi_wait.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-10-08T20:14:07.7711672Z copying torch\include\torch\csrc\lazy\core\permutation_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-10-08T20:14:07.7717770Z copying torch\include\torch\csrc\lazy\core\shape.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-10-08T20:14:07.7723849Z copying torch\include\torch\csrc\lazy\core\shape_inference.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-10-08T20:14:07.7730105Z copying torch\include\torch\csrc\lazy\core\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-10-08T20:14:07.7736527Z copying torch\include\torch\csrc\lazy\core\tensor_impl.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-10-08T20:14:07.7742750Z copying torch\include\torch\csrc\lazy\core\tensor_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-10-08T20:14:07.7748958Z copying torch\include\torch\csrc\lazy\core\thread_pool.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-10-08T20:14:07.7754995Z copying torch\include\torch\csrc\lazy\core\trie.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-10-08T20:14:07.7761126Z copying torch\include\torch\csrc\lazy\core\unique.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-10-08T20:14:07.7767349Z copying torch\include\torch\csrc\lazy\core\util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core 2024-10-08T20:14:07.7772949Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\internal_ops 2024-10-08T20:14:07.7780906Z 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 2024-10-08T20:14:07.7786371Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ops 2024-10-08T20:14:07.7789020Z 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 2024-10-08T20:14:07.7794860Z copying torch\include\torch\csrc\lazy\core\ops\utils.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\core\ops 2024-10-08T20:14:07.7800216Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\python 2024-10-08T20:14:07.7807508Z copying torch\include\torch\csrc\lazy\python\python_util.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\python 2024-10-08T20:14:07.7812678Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2024-10-08T20:14:07.7815457Z copying torch\include\torch\csrc\lazy\ts_backend\config.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2024-10-08T20:14:07.7821268Z copying torch\include\torch\csrc\lazy\ts_backend\dynamic_ir.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2024-10-08T20:14:07.7831159Z copying torch\include\torch\csrc\lazy\ts_backend\ir_builder.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2024-10-08T20:14:07.7837351Z 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 2024-10-08T20:14:07.7849085Z 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 2024-10-08T20:14:07.7855216Z 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 2024-10-08T20:14:07.7862175Z 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 2024-10-08T20:14:07.7868480Z 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 2024-10-08T20:14:07.7875051Z copying torch\include\torch\csrc\lazy\ts_backend\ts_node.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\lazy\ts_backend 2024-10-08T20:14:07.7881171Z 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 2024-10-08T20:14:07.7891235Z creating build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2024-10-08T20:14:07.7893225Z copying torch\include\torch\csrc\xpu\Event.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2024-10-08T20:14:07.7899331Z copying torch\include\torch\csrc\xpu\Module.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2024-10-08T20:14:07.7905393Z copying torch\include\torch\csrc\xpu\Stream.h -> build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu 2024-10-08T20:14:07.7914414Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-10-08T20:14:07.7917029Z copying torch\include\pybind11\attr.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-10-08T20:14:07.7923699Z copying torch\include\pybind11\buffer_info.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-10-08T20:14:07.7930718Z copying torch\include\pybind11\cast.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-10-08T20:14:07.7937375Z copying torch\include\pybind11\chrono.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-10-08T20:14:07.7943593Z copying torch\include\pybind11\common.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-10-08T20:14:07.7949434Z copying torch\include\pybind11\complex.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-10-08T20:14:07.7960236Z copying torch\include\pybind11\eigen.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-10-08T20:14:07.7966081Z copying torch\include\pybind11\embed.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-10-08T20:14:07.7972403Z copying torch\include\pybind11\eval.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-10-08T20:14:07.7978723Z copying torch\include\pybind11\functional.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-10-08T20:14:07.7984945Z copying torch\include\pybind11\gil.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-10-08T20:14:07.7999275Z copying torch\include\pybind11\gil_safe_call_once.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-10-08T20:14:07.8004941Z copying torch\include\pybind11\iostream.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-10-08T20:14:07.8011066Z copying torch\include\pybind11\numpy.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-10-08T20:14:07.8018474Z copying torch\include\pybind11\operators.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-10-08T20:14:07.8024879Z copying torch\include\pybind11\options.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-10-08T20:14:07.8031017Z copying torch\include\pybind11\pybind11.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-10-08T20:14:07.8038984Z copying torch\include\pybind11\pytypes.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-10-08T20:14:07.8046595Z copying torch\include\pybind11\stl.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-10-08T20:14:07.8052800Z copying torch\include\pybind11\stl_bind.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-10-08T20:14:07.8059849Z copying torch\include\pybind11\type_caster_pyobject_ptr.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-10-08T20:14:07.8066869Z copying torch\include\pybind11\typing.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11 2024-10-08T20:14:07.8072678Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-10-08T20:14:07.8074610Z copying torch\include\pybind11\detail\class.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-10-08T20:14:07.8081438Z copying torch\include\pybind11\detail\common.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-10-08T20:14:07.8089281Z copying torch\include\pybind11\detail\cpp_conduit.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-10-08T20:14:07.8095510Z copying torch\include\pybind11\detail\descr.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-10-08T20:14:07.8106555Z copying torch\include\pybind11\detail\exception_translation.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-10-08T20:14:07.8118468Z copying torch\include\pybind11\detail\init.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-10-08T20:14:07.8125075Z copying torch\include\pybind11\detail\internals.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-10-08T20:14:07.8131837Z copying torch\include\pybind11\detail\typeid.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-10-08T20:14:07.8160754Z copying torch\include\pybind11\detail\type_caster_base.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-10-08T20:14:07.8168227Z copying torch\include\pybind11\detail\value_and_holder.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\detail 2024-10-08T20:14:07.8173308Z creating build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2024-10-08T20:14:07.8176121Z copying torch\include\pybind11\eigen\common.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2024-10-08T20:14:07.8186336Z copying torch\include\pybind11\eigen\matrix.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2024-10-08T20:14:07.8192803Z copying torch\include\pybind11\eigen\tensor.h -> build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen 2024-10-08T20:14:07.8199419Z copying torch\_inductor\codegen\cpp_prefix.h -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen 2024-10-08T20:14:07.8214758Z creating build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime 2024-10-08T20:14:07.8222268Z copying torch\_inductor\codegen\aoti_runtime\implementation.cpp -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime 2024-10-08T20:14:07.8232047Z copying torch\_inductor\codegen\aoti_runtime\interface.cpp -> build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime 2024-10-08T20:14:07.8243372Z copying torch\_export\serde\schema.yaml -> build\lib.win-amd64-cpython-39\torch\_export\serde 2024-10-08T20:14:07.8253027Z creating build\lib.win-amd64-cpython-39\torch\share 2024-10-08T20:14:07.8258147Z creating build\lib.win-amd64-cpython-39\torch\share\cmake 2024-10-08T20:14:07.8259499Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\ATen 2024-10-08T20:14:07.8262043Z copying torch\share\cmake\ATen\ATenConfig.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\ATen 2024-10-08T20:14:07.8267156Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-10-08T20:14:07.8273559Z copying torch\share\cmake\Caffe2\Caffe2Config.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-10-08T20:14:07.8279753Z copying torch\share\cmake\Caffe2\Caffe2Targets-release.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-10-08T20:14:07.8285511Z copying torch\share\cmake\Caffe2\Caffe2Targets.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-10-08T20:14:07.8297397Z copying torch\share\cmake\Caffe2\FindCUDAToolkit.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-10-08T20:14:07.8308717Z copying torch\share\cmake\Caffe2\FindCUDSS.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-10-08T20:14:07.8314888Z copying torch\share\cmake\Caffe2\FindCUSPARSELT.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-10-08T20:14:07.8321075Z copying torch\share\cmake\Caffe2\FindSYCLToolkit.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2 2024-10-08T20:14:07.8327337Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-10-08T20:14:07.8329272Z copying torch\share\cmake\Caffe2\public\cuda.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-10-08T20:14:07.8335566Z copying torch\share\cmake\Caffe2\public\gflags.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-10-08T20:14:07.8341567Z copying torch\share\cmake\Caffe2\public\glog.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-10-08T20:14:07.8347726Z copying torch\share\cmake\Caffe2\public\LoadHIP.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-10-08T20:14:07.8362028Z copying torch\share\cmake\Caffe2\public\mkl.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-10-08T20:14:07.8368252Z copying torch\share\cmake\Caffe2\public\mkldnn.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-10-08T20:14:07.8374303Z copying torch\share\cmake\Caffe2\public\protobuf.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-10-08T20:14:07.8380567Z copying torch\share\cmake\Caffe2\public\utils.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-10-08T20:14:07.8391079Z copying torch\share\cmake\Caffe2\public\xpu.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public 2024-10-08T20:14:07.8396867Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix 2024-10-08T20:14:07.8399646Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\FindCUDA.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix 2024-10-08T20:14:07.8405654Z copying torch\share\cmake\Caffe2\Modules_CUDA_fix\FindCUDNN.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix 2024-10-08T20:14:07.8414774Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2024-10-08T20:14:07.8422324Z 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 2024-10-08T20:14:07.8428705Z 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 2024-10-08T20:14:07.8436592Z 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 2024-10-08T20:14:07.8451579Z 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 2024-10-08T20:14:07.8456997Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2024-10-08T20:14:07.8459792Z 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 2024-10-08T20:14:07.8466244Z 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 2024-10-08T20:14:07.8476782Z 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 2024-10-08T20:14:07.8488533Z 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 2024-10-08T20:14:07.8493612Z creating build\lib.win-amd64-cpython-39\torch\share\cmake\Torch 2024-10-08T20:14:07.8496479Z copying torch\share\cmake\Torch\TorchConfig.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Torch 2024-10-08T20:14:07.8507386Z copying torch\share\cmake\Torch\TorchConfigVersion.cmake -> build\lib.win-amd64-cpython-39\torch\share\cmake\Torch 2024-10-08T20:14:07.8513434Z copying torch\utils\benchmark\utils\timeit_template.cpp -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils 2024-10-08T20:14:07.8525073Z copying torch\utils\benchmark\utils\valgrind_wrapper\compat_bindings.cpp -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-10-08T20:14:07.8542103Z copying torch\utils\benchmark\utils\valgrind_wrapper\timer_callgrind_template.cpp -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-10-08T20:14:07.8553134Z copying torch\utils\benchmark\utils\valgrind_wrapper\callgrind.h -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-10-08T20:14:07.8558930Z copying torch\utils\benchmark\utils\valgrind_wrapper\valgrind.h -> build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\valgrind_wrapper 2024-10-08T20:14:07.8569422Z copying torch\utils\model_dump\skeleton.html -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-10-08T20:14:07.8575569Z copying torch\utils\model_dump\code.js -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-10-08T20:14:07.8596444Z copying torch\utils\model_dump\htm.mjs -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-10-08T20:14:07.8612049Z copying torch\utils\model_dump\preact.mjs -> build\lib.win-amd64-cpython-39\torch\utils\model_dump 2024-10-08T20:14:07.8622295Z copying torch\lib\aoti_custom_ops.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-10-08T20:14:07.8631576Z copying torch\lib\asmjit.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-10-08T20:14:07.8640657Z copying torch\lib\backend_with_compiler.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-10-08T20:14:07.8654376Z copying torch\lib\c10.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-10-08T20:14:07.8667935Z copying torch\lib\fbgemm.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-10-08T20:14:07.8721389Z copying torch\lib\jitbackend_test.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-10-08T20:14:07.8728556Z copying torch\lib\torch.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-10-08T20:14:07.8735689Z copying torch\lib\torchbind_test.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-10-08T20:14:07.8747650Z copying torch\lib\torch_cpu.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-10-08T20:14:08.0012854Z copying torch\lib\torch_global_deps.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-10-08T20:14:08.0029704Z copying torch\lib\torch_python.dll -> build\lib.win-amd64-cpython-39\torch\lib 2024-10-08T20:14:08.0167476Z copying torch\lib\aoti_custom_ops.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-10-08T20:14:08.0174089Z copying torch\lib\asmjit.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-10-08T20:14:08.0182046Z copying torch\lib\backend_with_compiler.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-10-08T20:14:08.0188801Z copying torch\lib\c10.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-10-08T20:14:08.0202174Z copying torch\lib\cpuinfo.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-10-08T20:14:08.0209913Z copying torch\lib\dnnl.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-10-08T20:14:08.5806493Z copying torch\lib\fbgemm.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-10-08T20:14:08.5826130Z copying torch\lib\fmt.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-10-08T20:14:08.5847014Z copying torch\lib\jitbackend_test.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-10-08T20:14:08.5854208Z copying torch\lib\kineto.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-10-08T20:14:08.6047665Z copying torch\lib\libprotobuf-lite.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-10-08T20:14:08.6101831Z copying torch\lib\libprotobuf.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-10-08T20:14:08.6436418Z copying torch\lib\libprotoc.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-10-08T20:14:08.6782196Z copying torch\lib\pthreadpool.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-10-08T20:14:08.6791080Z copying torch\lib\sleef.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-10-08T20:14:08.6873366Z copying torch\lib\torch.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-10-08T20:14:08.6881055Z copying torch\lib\torchbind_test.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-10-08T20:14:08.6888038Z copying torch\lib\torch_cpu.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-10-08T20:14:08.7140739Z copying torch\lib\torch_python.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-10-08T20:14:08.7149770Z copying torch\lib\XNNPACK.lib -> build\lib.win-amd64-cpython-39\torch\lib 2024-10-08T20:14:08.7187023Z creating build\lib.win-amd64-cpython-39\torch\include\kineto 2024-10-08T20:14:08.7189787Z copying torch\include\kineto\AbstractConfig.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-10-08T20:14:08.7196211Z copying torch\include\kineto\ActivityProfilerInterface.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-10-08T20:14:08.7202593Z copying torch\include\kineto\ActivityTraceInterface.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-10-08T20:14:08.7215015Z copying torch\include\kineto\ActivityType.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-10-08T20:14:08.7221181Z copying torch\include\kineto\ClientInterface.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-10-08T20:14:08.7227498Z copying torch\include\kineto\Config.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-10-08T20:14:08.7239906Z copying torch\include\kineto\GenericTraceActivity.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-10-08T20:14:08.7246749Z copying torch\include\kineto\IActivityProfiler.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-10-08T20:14:08.7252669Z copying torch\include\kineto\ILoggerObserver.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-10-08T20:14:08.7258781Z copying torch\include\kineto\ITraceActivity.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-10-08T20:14:08.7269209Z copying torch\include\kineto\libkineto.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-10-08T20:14:08.7275539Z copying torch\include\kineto\LoggingAPI.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-10-08T20:14:08.7281501Z copying torch\include\kineto\output_base.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-10-08T20:14:08.7287648Z copying torch\include\kineto\ThreadUtil.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-10-08T20:14:08.7293915Z copying torch\include\kineto\time_since_epoch.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-10-08T20:14:08.7300038Z copying torch\include\kineto\TraceSpan.h -> build\lib.win-amd64-cpython-39\torch\include\kineto 2024-10-08T20:14:08.7305999Z creating build\lib.win-amd64-cpython-39\torchgen\packaged 2024-10-08T20:14:08.7307500Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\ATen 2024-10-08T20:14:08.7312836Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native 2024-10-08T20:14:08.7315524Z copying torchgen\packaged\ATen\native\native_functions.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native 2024-10-08T20:14:08.7514667Z copying torchgen\packaged\ATen\native\tags.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native 2024-10-08T20:14:08.7524554Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-10-08T20:14:08.7543370Z copying torchgen\packaged\ATen\templates\ATenOpList.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-10-08T20:14:08.7560986Z copying torchgen\packaged\ATen\templates\aten_interned_strings.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-10-08T20:14:08.7572601Z copying torchgen\packaged\ATen\templates\CompositeViewCopyKernels.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-10-08T20:14:08.7586500Z copying torchgen\packaged\ATen\templates\DispatchKeyFunction.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-10-08T20:14:08.7600244Z copying torchgen\packaged\ATen\templates\DispatchKeyFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-10-08T20:14:08.7610287Z copying torchgen\packaged\ATen\templates\DispatchKeyFunctions_inl.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-10-08T20:14:08.7621353Z copying torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-10-08T20:14:08.7627696Z copying torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-10-08T20:14:08.7634909Z copying torchgen\packaged\ATen\templates\enum_tag.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-10-08T20:14:08.7641521Z copying torchgen\packaged\ATen\templates\Function.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-10-08T20:14:08.7647994Z copying torchgen\packaged\ATen\templates\FunctionalInverses.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-10-08T20:14:08.7658443Z copying torchgen\packaged\ATen\templates\Functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-10-08T20:14:08.7674745Z copying torchgen\packaged\ATen\templates\Functions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-10-08T20:14:08.7686776Z copying torchgen\packaged\ATen\templates\LazyIr.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-10-08T20:14:08.7693536Z copying torchgen\packaged\ATen\templates\LazyNonNativeIr.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-10-08T20:14:08.7700257Z copying torchgen\packaged\ATen\templates\MethodOperators.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-10-08T20:14:08.7716560Z copying torchgen\packaged\ATen\templates\NativeFunction.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-10-08T20:14:08.7723276Z copying torchgen\packaged\ATen\templates\NativeFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-10-08T20:14:08.7737345Z copying torchgen\packaged\ATen\templates\NativeMetaFunction.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-10-08T20:14:08.7750377Z copying torchgen\packaged\ATen\templates\NativeMetaFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-10-08T20:14:08.7763960Z copying torchgen\packaged\ATen\templates\Operator.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-10-08T20:14:08.7771401Z copying torchgen\packaged\ATen\templates\Operators.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-10-08T20:14:08.7779192Z copying torchgen\packaged\ATen\templates\Operators.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-10-08T20:14:08.7793600Z copying torchgen\packaged\ATen\templates\RedispatchFunctions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-10-08T20:14:08.7805919Z copying torchgen\packaged\ATen\templates\RedispatchFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-10-08T20:14:08.7820827Z copying torchgen\packaged\ATen\templates\RegisterBackendSelect.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-10-08T20:14:08.8978761Z copying torchgen\packaged\ATen\templates\RegisterCodegenUnboxedKernels.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-10-08T20:14:08.9006935Z copying torchgen\packaged\ATen\templates\RegisterDispatchDefinitions.ini -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-10-08T20:14:08.9013564Z copying torchgen\packaged\ATen\templates\RegisterDispatchKey.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-10-08T20:14:08.9029039Z copying torchgen\packaged\ATen\templates\RegisterFunctionalization.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-10-08T20:14:08.9039256Z copying torchgen\packaged\ATen\templates\RegisterSchema.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-10-08T20:14:08.9045737Z copying torchgen\packaged\ATen\templates\RegistrationDeclarations.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-10-08T20:14:08.9056006Z copying torchgen\packaged\ATen\templates\TensorBody.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-10-08T20:14:09.4881776Z copying torchgen\packaged\ATen\templates\TensorMethods.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-10-08T20:14:09.9968839Z copying torchgen\packaged\ATen\templates\UfuncCPU.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-10-08T20:14:09.9976087Z copying torchgen\packaged\ATen\templates\UfuncCPUKernel.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-10-08T20:14:10.5029342Z copying torchgen\packaged\ATen\templates\UfuncCUDA.cu -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-10-08T20:14:10.5036527Z copying torchgen\packaged\ATen\templates\UnboxingFunctions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-10-08T20:14:11.0460018Z copying torchgen\packaged\ATen\templates\UnboxingFunctions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates 2024-10-08T20:14:11.0470068Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-10-08T20:14:11.0478652Z copying torchgen\packaged\autograd\BUILD.bazel -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-10-08T20:14:11.0485621Z copying torchgen\packaged\autograd\build.bzl -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-10-08T20:14:11.0491959Z copying torchgen\packaged\autograd\context.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-10-08T20:14:11.0501890Z copying torchgen\packaged\autograd\deprecated.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-10-08T20:14:11.0517432Z copying torchgen\packaged\autograd\derivatives.yaml -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-10-08T20:14:11.0605305Z copying torchgen\packaged\autograd\gen_annotated_fn_args.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-10-08T20:14:11.0616048Z copying torchgen\packaged\autograd\gen_autograd.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-10-08T20:14:11.0626489Z copying torchgen\packaged\autograd\gen_autograd_functions.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-10-08T20:14:11.0648346Z copying torchgen\packaged\autograd\gen_inplace_or_view_type.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-10-08T20:14:11.0662982Z copying torchgen\packaged\autograd\gen_python_functions.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-10-08T20:14:11.0695100Z copying torchgen\packaged\autograd\gen_trace_type.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-10-08T20:14:11.0709628Z copying torchgen\packaged\autograd\gen_variable_factories.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-10-08T20:14:11.0720168Z copying torchgen\packaged\autograd\gen_variable_type.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-10-08T20:14:11.0751058Z copying torchgen\packaged\autograd\gen_view_funcs.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-10-08T20:14:11.0765132Z copying torchgen\packaged\autograd\load_derivatives.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-10-08T20:14:11.0803366Z copying torchgen\packaged\autograd\README.md -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-10-08T20:14:11.0814168Z copying torchgen\packaged\autograd\__init__.py -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd 2024-10-08T20:14:11.0818813Z creating build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-10-08T20:14:11.0822030Z copying torchgen\packaged\autograd\templates\ADInplaceOrViewType.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-10-08T20:14:11.0833064Z copying torchgen\packaged\autograd\templates\annotated_fn_args.py.in -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-10-08T20:14:11.0843717Z copying torchgen\packaged\autograd\templates\Functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-10-08T20:14:11.0858846Z copying torchgen\packaged\autograd\templates\Functions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-10-08T20:14:11.0868960Z copying torchgen\packaged\autograd\templates\python_enum_tag.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-10-08T20:14:11.0875301Z copying torchgen\packaged\autograd\templates\python_fft_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-10-08T20:14:11.0885287Z copying torchgen\packaged\autograd\templates\python_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-10-08T20:14:11.0895726Z copying torchgen\packaged\autograd\templates\python_functions.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-10-08T20:14:11.0901848Z copying torchgen\packaged\autograd\templates\python_linalg_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-10-08T20:14:11.0912158Z copying torchgen\packaged\autograd\templates\python_nested_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-10-08T20:14:11.0922213Z copying torchgen\packaged\autograd\templates\python_nn_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-10-08T20:14:11.0937745Z copying torchgen\packaged\autograd\templates\python_return_types.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-10-08T20:14:11.0948392Z copying torchgen\packaged\autograd\templates\python_return_types.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-10-08T20:14:11.0954968Z copying torchgen\packaged\autograd\templates\python_sparse_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-10-08T20:14:11.0968452Z copying torchgen\packaged\autograd\templates\python_special_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-10-08T20:14:11.0982650Z copying torchgen\packaged\autograd\templates\python_torch_functions.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-10-08T20:14:11.0993874Z copying torchgen\packaged\autograd\templates\python_variable_methods.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-10-08T20:14:11.1025509Z copying torchgen\packaged\autograd\templates\TraceType.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-10-08T20:14:11.1039656Z copying torchgen\packaged\autograd\templates\VariableType.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-10-08T20:14:11.1049755Z copying torchgen\packaged\autograd\templates\VariableType.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-10-08T20:14:11.1060031Z copying torchgen\packaged\autograd\templates\variable_factories.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-10-08T20:14:11.1070047Z copying torchgen\packaged\autograd\templates\ViewFuncs.cpp -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-10-08T20:14:11.1076392Z copying torchgen\packaged\autograd\templates\ViewFuncs.h -> build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates 2024-10-08T20:14:11.1082550Z copying torch\fx\__init__.pyi -> build\lib.win-amd64-cpython-39\torch\fx 2024-10-08T20:14:11.1090318Z copying torch\jit\_script.pyi -> build\lib.win-amd64-cpython-39\torch\jit 2024-10-08T20:14:11.1097958Z copying torch\nn\functional.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2024-10-08T20:14:11.1106140Z copying torch\nn\parameter.pyi -> build\lib.win-amd64-cpython-39\torch\nn 2024-10-08T20:14:11.1113621Z copying torch\utils\_config_typing.pyi -> build\lib.win-amd64-cpython-39\torch\utils 2024-10-08T20:14:11.1125129Z copying torch\distributed\optim\zero_redundancy_optimizer.pyi -> build\lib.win-amd64-cpython-39\torch\distributed\optim 2024-10-08T20:14:11.1135451Z copying torch\optim\_multi_tensor\__init__.pyi -> build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor 2024-10-08T20:14:11.1141868Z copying torch\utils\data\datapipes\datapipe.pyi -> build\lib.win-amd64-cpython-39\torch\utils\data\datapipes 2024-10-08T20:14:11.2102380Z running build_ext 2024-10-08T20:14:13.7548964Z -- Building with NumPy bindings 2024-10-08T20:14:13.7549411Z -- Not using cuDNN 2024-10-08T20:14:13.7549710Z -- Not using CUDA 2024-10-08T20:14:13.7550002Z -- Not using XPU 2024-10-08T20:14:13.7550259Z -- Using MKLDNN 2024-10-08T20:14:13.7550706Z -- Not using Compute Library for the Arm architecture with MKLDNN 2024-10-08T20:14:13.7551263Z -- Not using CBLAS in MKLDNN 2024-10-08T20:14:13.7551713Z -- Not using NCCL 2024-10-08T20:14:13.7552106Z -- Building without distributed package 2024-10-08T20:14:13.7552566Z -- Building Executorch 2024-10-08T20:14:13.7552857Z -- Using ITT 2024-10-08T20:14:13.7553835Z 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 2024-10-08T20:14:13.7555472Z copying functorch\functorch.pyd -> C:\actions-runner\_work\pytorch\pytorch\build\lib.win-amd64-cpython-39\functorch\_C.cp39-win_amd64.pyd 2024-10-08T20:14:13.7569968Z building 'torch._C' extension 2024-10-08T20:14:13.7585843Z creating build\temp.win-amd64-cpython-39 2024-10-08T20:14:13.7587784Z creating build\temp.win-amd64-cpython-39\Release 2024-10-08T20:14:13.7589205Z creating build\temp.win-amd64-cpython-39\Release\torch 2024-10-08T20:14:13.7590578Z creating build\temp.win-amd64-cpython-39\Release\torch\csrc 2024-10-08T20:14:13.7600332Z "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 2024-10-08T20:14:13.7838756Z stub.c 2024-10-08T20:14:14.2292260Z "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 2024-10-08T20:14:14.2567864Z 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 2024-10-08T20:14:14.2621339Z Generating code 2024-10-08T20:14:14.3092532Z Finished generating code 2024-10-08T20:14:14.3873332Z 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 2024-10-08T20:14:14.3921985Z C:\Jenkins\Miniconda3\lib\site-packages\setuptools\_distutils\cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 2024-10-08T20:14:14.3922943Z !! 2024-10-08T20:14:14.3923084Z 2024-10-08T20:14:14.3923282Z ******************************************************************************** 2024-10-08T20:14:14.3923807Z Please avoid running ``setup.py`` directly. 2024-10-08T20:14:14.3924361Z Instead, use pypa/build, pypa/installer or other 2024-10-08T20:14:14.3924848Z standards-based tools. 2024-10-08T20:14:14.3925088Z 2024-10-08T20:14:14.3925491Z See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2024-10-08T20:14:14.3926458Z ******************************************************************************** 2024-10-08T20:14:14.3926826Z 2024-10-08T20:14:14.3926917Z !! 2024-10-08T20:14:14.3927179Z self.initialize_options() 2024-10-08T20:14:14.4054304Z installing to build\bdist.win-amd64\wheel 2024-10-08T20:14:14.4054730Z running install 2024-10-08T20:14:14.4081906Z running install_lib 2024-10-08T20:14:14.4208142Z creating build\bdist.win-amd64 2024-10-08T20:14:14.4209901Z creating build\bdist.win-amd64\wheel 2024-10-08T20:14:14.4213028Z creating build\bdist.win-amd64\wheel\functorch 2024-10-08T20:14:14.4216242Z creating build\bdist.win-amd64\wheel\functorch\compile 2024-10-08T20:14:14.4218999Z copying build\lib.win-amd64-cpython-39\functorch\compile\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\compile 2024-10-08T20:14:14.4224673Z creating build\bdist.win-amd64\wheel\functorch\dim 2024-10-08T20:14:14.4234020Z copying build\lib.win-amd64-cpython-39\functorch\dim\batch_tensor.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-10-08T20:14:14.4239387Z copying build\lib.win-amd64-cpython-39\functorch\dim\delayed_mul_tensor.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-10-08T20:14:14.4244761Z copying build\lib.win-amd64-cpython-39\functorch\dim\dim.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-10-08T20:14:14.4250102Z copying build\lib.win-amd64-cpython-39\functorch\dim\magic_trace.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-10-08T20:14:14.4266073Z copying build\lib.win-amd64-cpython-39\functorch\dim\op_properties.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-10-08T20:14:14.4271472Z copying build\lib.win-amd64-cpython-39\functorch\dim\reference.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-10-08T20:14:14.4277363Z copying build\lib.win-amd64-cpython-39\functorch\dim\tree_map.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-10-08T20:14:14.4282851Z copying build\lib.win-amd64-cpython-39\functorch\dim\wrap_type.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-10-08T20:14:14.4293502Z copying build\lib.win-amd64-cpython-39\functorch\dim\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\dim 2024-10-08T20:14:14.4299150Z creating build\bdist.win-amd64\wheel\functorch\einops 2024-10-08T20:14:14.4302053Z copying build\lib.win-amd64-cpython-39\functorch\einops\rearrange.py -> build\bdist.win-amd64\wheel\.\functorch\einops 2024-10-08T20:14:14.4307413Z copying build\lib.win-amd64-cpython-39\functorch\einops\_parsing.py -> build\bdist.win-amd64\wheel\.\functorch\einops 2024-10-08T20:14:14.4316468Z copying build\lib.win-amd64-cpython-39\functorch\einops\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\einops 2024-10-08T20:14:14.4321771Z creating build\bdist.win-amd64\wheel\functorch\experimental 2024-10-08T20:14:14.4324758Z copying build\lib.win-amd64-cpython-39\functorch\experimental\control_flow.py -> build\bdist.win-amd64\wheel\.\functorch\experimental 2024-10-08T20:14:14.4329833Z copying build\lib.win-amd64-cpython-39\functorch\experimental\ops.py -> build\bdist.win-amd64\wheel\.\functorch\experimental 2024-10-08T20:14:14.4339100Z copying build\lib.win-amd64-cpython-39\functorch\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\experimental 2024-10-08T20:14:14.4343849Z copying build\lib.win-amd64-cpython-39\functorch\_C.cp39-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\functorch 2024-10-08T20:14:14.4360444Z creating build\bdist.win-amd64\wheel\functorch\_src 2024-10-08T20:14:14.4363114Z creating build\bdist.win-amd64\wheel\functorch\_src\aot_autograd 2024-10-08T20:14:14.4369875Z copying build\lib.win-amd64-cpython-39\functorch\_src\aot_autograd\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\aot_autograd 2024-10-08T20:14:14.4375099Z creating build\bdist.win-amd64\wheel\functorch\_src\eager_transforms 2024-10-08T20:14:14.4378030Z copying build\lib.win-amd64-cpython-39\functorch\_src\eager_transforms\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\eager_transforms 2024-10-08T20:14:14.4383171Z creating build\bdist.win-amd64\wheel\functorch\_src\make_functional 2024-10-08T20:14:14.4391873Z copying build\lib.win-amd64-cpython-39\functorch\_src\make_functional\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\make_functional 2024-10-08T20:14:14.4396825Z creating build\bdist.win-amd64\wheel\functorch\_src\vmap 2024-10-08T20:14:14.4411054Z copying build\lib.win-amd64-cpython-39\functorch\_src\vmap\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src\vmap 2024-10-08T20:14:14.4417645Z copying build\lib.win-amd64-cpython-39\functorch\_src\__init__.py -> build\bdist.win-amd64\wheel\.\functorch\_src 2024-10-08T20:14:14.4429741Z copying build\lib.win-amd64-cpython-39\functorch\__init__.py -> build\bdist.win-amd64\wheel\.\functorch 2024-10-08T20:14:14.4438273Z creating build\bdist.win-amd64\wheel\torch 2024-10-08T20:14:14.4441096Z creating build\bdist.win-amd64\wheel\torch\amp 2024-10-08T20:14:14.4445204Z copying build\lib.win-amd64-cpython-39\torch\amp\autocast_mode.py -> build\bdist.win-amd64\wheel\.\torch\amp 2024-10-08T20:14:14.4456247Z copying build\lib.win-amd64-cpython-39\torch\amp\grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\amp 2024-10-08T20:14:14.4463209Z copying build\lib.win-amd64-cpython-39\torch\amp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\amp 2024-10-08T20:14:14.4469704Z creating build\bdist.win-amd64\wheel\torch\ao 2024-10-08T20:14:14.4473812Z creating build\bdist.win-amd64\wheel\torch\ao\nn 2024-10-08T20:14:14.4477827Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic 2024-10-08T20:14:14.4480906Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\modules 2024-10-08T20:14:14.4484996Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules\fused.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\modules 2024-10-08T20:14:14.4491572Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\modules 2024-10-08T20:14:14.4502004Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\qat 2024-10-08T20:14:14.4505005Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\qat\modules 2024-10-08T20:14:14.4509190Z 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 2024-10-08T20:14:14.4516434Z 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 2024-10-08T20:14:14.4523013Z 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 2024-10-08T20:14:14.4529484Z 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 2024-10-08T20:14:14.4543678Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\qat 2024-10-08T20:14:14.4549887Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized 2024-10-08T20:14:14.4553950Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized\dynamic 2024-10-08T20:14:14.4557036Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized\dynamic\modules 2024-10-08T20:14:14.4561348Z 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 2024-10-08T20:14:14.4567964Z 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 2024-10-08T20:14:14.4580229Z 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 2024-10-08T20:14:14.4586500Z creating build\bdist.win-amd64\wheel\torch\ao\nn\intrinsic\quantized\modules 2024-10-08T20:14:14.4590738Z 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 2024-10-08T20:14:14.4597743Z 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 2024-10-08T20:14:14.4604205Z 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 2024-10-08T20:14:14.4610926Z 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 2024-10-08T20:14:14.4617375Z 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 2024-10-08T20:14:14.4629888Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic\quantized 2024-10-08T20:14:14.4643593Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\intrinsic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\intrinsic 2024-10-08T20:14:14.4650441Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat 2024-10-08T20:14:14.4654619Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat\dynamic 2024-10-08T20:14:14.4658834Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat\dynamic\modules 2024-10-08T20:14:14.4667377Z 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 2024-10-08T20:14:14.4673757Z 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 2024-10-08T20:14:14.4678561Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat\dynamic 2024-10-08T20:14:14.4684765Z creating build\bdist.win-amd64\wheel\torch\ao\nn\qat\modules 2024-10-08T20:14:14.4688853Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat\modules 2024-10-08T20:14:14.4695587Z 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 2024-10-08T20:14:14.4702058Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat\modules 2024-10-08T20:14:14.4708418Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat\modules 2024-10-08T20:14:14.4714466Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\qat 2024-10-08T20:14:14.4720820Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantizable 2024-10-08T20:14:14.4724911Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantizable\modules 2024-10-08T20:14:14.4729258Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantizable\modules 2024-10-08T20:14:14.4741172Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantizable\modules 2024-10-08T20:14:14.4747932Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantizable\modules 2024-10-08T20:14:14.4754025Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantizable\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantizable 2024-10-08T20:14:14.4760318Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized 2024-10-08T20:14:14.4771967Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\dynamic 2024-10-08T20:14:14.4776234Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\dynamic\modules 2024-10-08T20:14:14.4779173Z 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 2024-10-08T20:14:14.4787368Z 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 2024-10-08T20:14:14.4799048Z 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 2024-10-08T20:14:14.4806328Z 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 2024-10-08T20:14:14.4812779Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\dynamic 2024-10-08T20:14:14.4819195Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\functional.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized 2024-10-08T20:14:14.4830924Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\modules 2024-10-08T20:14:14.4835142Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2024-10-08T20:14:14.4841703Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\batchnorm.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2024-10-08T20:14:14.4848103Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2024-10-08T20:14:14.4881329Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\dropout.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2024-10-08T20:14:14.4887717Z 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 2024-10-08T20:14:14.4900493Z 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 2024-10-08T20:14:14.4907038Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2024-10-08T20:14:14.4939488Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\normalization.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2024-10-08T20:14:14.4949201Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2024-10-08T20:14:14.4957749Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2024-10-08T20:14:14.4964792Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\modules 2024-10-08T20:14:14.4975353Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\reference 2024-10-08T20:14:14.4986188Z creating build\bdist.win-amd64\wheel\torch\ao\nn\quantized\reference\modules 2024-10-08T20:14:14.4989220Z 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 2024-10-08T20:14:14.4995388Z 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 2024-10-08T20:14:14.5007240Z 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 2024-10-08T20:14:14.5013137Z 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 2024-10-08T20:14:14.5018473Z 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 2024-10-08T20:14:14.5023858Z 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 2024-10-08T20:14:14.5036993Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\reference\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized\reference 2024-10-08T20:14:14.5041676Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\quantized 2024-10-08T20:14:14.5046639Z creating build\bdist.win-amd64\wheel\torch\ao\nn\sparse 2024-10-08T20:14:14.5049566Z creating build\bdist.win-amd64\wheel\torch\ao\nn\sparse\quantized 2024-10-08T20:14:14.5057513Z creating build\bdist.win-amd64\wheel\torch\ao\nn\sparse\quantized\dynamic 2024-10-08T20:14:14.5060461Z 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 2024-10-08T20:14:14.5065880Z 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 2024-10-08T20:14:14.5071476Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\linear.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\sparse\quantized 2024-10-08T20:14:14.5081769Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\sparse\quantized 2024-10-08T20:14:14.5086998Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\sparse\quantized 2024-10-08T20:14:14.5091453Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\sparse\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn\sparse 2024-10-08T20:14:14.5097158Z copying build\lib.win-amd64-cpython-39\torch\ao\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\nn 2024-10-08T20:14:14.5102274Z creating build\bdist.win-amd64\wheel\torch\ao\ns 2024-10-08T20:14:14.5105114Z creating build\bdist.win-amd64\wheel\torch\ao\ns\fx 2024-10-08T20:14:14.5107958Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\graph_matcher.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-10-08T20:14:14.5113672Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\graph_passes.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-10-08T20:14:14.5123795Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-10-08T20:14:14.5129330Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\ns_types.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-10-08T20:14:14.5134618Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\n_shadows_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-10-08T20:14:14.5148377Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\pattern_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-10-08T20:14:14.5157464Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\qconfig_multi_mapping.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-10-08T20:14:14.5162799Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-10-08T20:14:14.5168438Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\weight_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-10-08T20:14:14.5173902Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns\fx 2024-10-08T20:14:14.5181975Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\_numeric_suite.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns 2024-10-08T20:14:14.5187883Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\_numeric_suite_fx.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns 2024-10-08T20:14:14.5193961Z copying build\lib.win-amd64-cpython-39\torch\ao\ns\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\ns 2024-10-08T20:14:14.5198523Z creating build\bdist.win-amd64\wheel\torch\ao\pruning 2024-10-08T20:14:14.5206952Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\scheduler 2024-10-08T20:14:14.5210008Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\base_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2024-10-08T20:14:14.5216057Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\cubic_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2024-10-08T20:14:14.5221015Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\lambda_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2024-10-08T20:14:14.5240056Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\scheduler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\scheduler 2024-10-08T20:14:14.5244215Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\sparsifier 2024-10-08T20:14:14.5247326Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\base_sparsifier.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2024-10-08T20:14:14.5253006Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\nearly_diagonal_sparsifier.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2024-10-08T20:14:14.5266496Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2024-10-08T20:14:14.5277191Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\weight_norm_sparsifier.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2024-10-08T20:14:14.5283213Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\sparsifier\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\sparsifier 2024-10-08T20:14:14.5289002Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental 2024-10-08T20:14:14.5293252Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\activation_sparsifier 2024-10-08T20:14:14.5296747Z 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 2024-10-08T20:14:14.5305371Z 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 2024-10-08T20:14:14.5310682Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_scheduler 2024-10-08T20:14:14.5313909Z 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 2024-10-08T20:14:14.5320485Z 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 2024-10-08T20:14:14.5327627Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_sparsifier 2024-10-08T20:14:14.5339546Z 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 2024-10-08T20:14:14.5346226Z 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 2024-10-08T20:14:14.5352798Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_sparsifier\lightning 2024-10-08T20:14:14.5364365Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\data_sparsifier\lightning\callbacks 2024-10-08T20:14:14.5368750Z 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 2024-10-08T20:14:14.5379244Z 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 2024-10-08T20:14:14.5387355Z 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 2024-10-08T20:14:14.5396658Z 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 2024-10-08T20:14:14.5402040Z 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 2024-10-08T20:14:14.5413573Z 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 2024-10-08T20:14:14.5420761Z creating build\bdist.win-amd64\wheel\torch\ao\pruning\_experimental\pruner 2024-10-08T20:14:14.5424074Z 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 2024-10-08T20:14:14.5430664Z 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 2024-10-08T20:14:14.5437342Z 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 2024-10-08T20:14:14.5451562Z 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 2024-10-08T20:14:14.5458220Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner\parametrization.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\pruner 2024-10-08T20:14:14.5464756Z 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 2024-10-08T20:14:14.5476801Z 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 2024-10-08T20:14:14.5483240Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\pruner\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental\pruner 2024-10-08T20:14:14.5489546Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning\_experimental 2024-10-08T20:14:14.5494985Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\_mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning 2024-10-08T20:14:14.5510500Z copying build\lib.win-amd64-cpython-39\torch\ao\pruning\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\pruning 2024-10-08T20:14:14.5516691Z creating build\bdist.win-amd64\wheel\torch\ao\quantization 2024-10-08T20:14:14.5520926Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\backend_config 2024-10-08T20:14:14.5524040Z 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 2024-10-08T20:14:14.5532224Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\executorch.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2024-10-08T20:14:14.5539324Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\fbgemm.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2024-10-08T20:14:14.5545666Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\native.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2024-10-08T20:14:14.5558688Z 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 2024-10-08T20:14:14.5563135Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\onednn.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2024-10-08T20:14:14.5568757Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\qnnpack.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2024-10-08T20:14:14.5574004Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\tensorrt.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2024-10-08T20:14:14.5579218Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2024-10-08T20:14:14.5584475Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\x86.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2024-10-08T20:14:14.5589822Z 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 2024-10-08T20:14:14.5595796Z 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 2024-10-08T20:14:14.5601150Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\backend_config\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\backend_config 2024-10-08T20:14:14.5606269Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fake_quantize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-10-08T20:14:14.5612120Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fuser_method_mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-10-08T20:14:14.5622526Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fuse_modules.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-10-08T20:14:14.5627960Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\fx 2024-10-08T20:14:14.5634548Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\convert.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-10-08T20:14:14.5640683Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\custom_config.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-10-08T20:14:14.5646236Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\fuse.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-10-08T20:14:14.5651703Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\fuse_handler.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-10-08T20:14:14.5657663Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\graph_module.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-10-08T20:14:14.5668355Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\lower_to_fbgemm.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-10-08T20:14:14.5673253Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\lower_to_qnnpack.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-10-08T20:14:14.5678169Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\lstm_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-10-08T20:14:14.5689066Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\match_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-10-08T20:14:14.5694331Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\pattern_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-10-08T20:14:14.5699562Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\prepare.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-10-08T20:14:14.5706085Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\qconfig_mapping_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-10-08T20:14:14.5711632Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\quantize_handler.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-10-08T20:14:14.5716854Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\tracer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-10-08T20:14:14.5722347Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-10-08T20:14:14.5728188Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_decomposed.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-10-08T20:14:14.5734197Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\_equalize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-10-08T20:14:14.5740649Z 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 2024-10-08T20:14:14.5746760Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\fx\_model_report 2024-10-08T20:14:14.5749812Z 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 2024-10-08T20:14:14.5756403Z 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 2024-10-08T20:14:14.5762373Z 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 2024-10-08T20:14:14.5772792Z 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 2024-10-08T20:14:14.5778992Z 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 2024-10-08T20:14:14.5787878Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\fx 2024-10-08T20:14:14.5792908Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\observer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-10-08T20:14:14.5799194Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\pt2e 2024-10-08T20:14:14.5802389Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\duplicate_dq_pass.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2024-10-08T20:14:14.5812828Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\export_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2024-10-08T20:14:14.5818246Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\graph_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2024-10-08T20:14:14.5823764Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\port_metadata_pass.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2024-10-08T20:14:14.5833858Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\prepare.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2024-10-08T20:14:14.5839669Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\qat_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2024-10-08T20:14:14.5845924Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\pt2e\representation 2024-10-08T20:14:14.5849144Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation\rewrite.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e\representation 2024-10-08T20:14:14.5855062Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\representation\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e\representation 2024-10-08T20:14:14.5868358Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2024-10-08T20:14:14.5874126Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\_numeric_debugger.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2024-10-08T20:14:14.5879895Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\pt2e\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\pt2e 2024-10-08T20:14:14.5884078Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\qconfig.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-10-08T20:14:14.5894651Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\qconfig_mapping.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-10-08T20:14:14.5900200Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantization_mappings.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-10-08T20:14:14.5905740Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-10-08T20:14:14.5911869Z creating build\bdist.win-amd64\wheel\torch\ao\quantization\quantizer 2024-10-08T20:14:14.5918920Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\composable_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2024-10-08T20:14:14.5924379Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\embedding_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2024-10-08T20:14:14.5930368Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2024-10-08T20:14:14.5939782Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2024-10-08T20:14:14.5949172Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\x86_inductor_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2024-10-08T20:14:14.5955851Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\xnnpack_quantizer.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2024-10-08T20:14:14.5961499Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\xnnpack_quantizer_utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2024-10-08T20:14:14.5967602Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantizer\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization\quantizer 2024-10-08T20:14:14.5976721Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize_fx.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-10-08T20:14:14.5982707Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize_jit.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-10-08T20:14:14.5988314Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quantize_pt2e.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-10-08T20:14:14.5993767Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\quant_type.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-10-08T20:14:14.6004353Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\stubs.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-10-08T20:14:14.6009437Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\utils.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-10-08T20:14:14.6015630Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\_correct_bias.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-10-08T20:14:14.6021152Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\_equalize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-10-08T20:14:14.6031896Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\_learnable_fake_quantize.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-10-08T20:14:14.6037290Z copying build\lib.win-amd64-cpython-39\torch\ao\quantization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao\quantization 2024-10-08T20:14:14.6042490Z copying build\lib.win-amd64-cpython-39\torch\ao\__init__.py -> build\bdist.win-amd64\wheel\.\torch\ao 2024-10-08T20:14:14.6047890Z creating build\bdist.win-amd64\wheel\torch\autograd 2024-10-08T20:14:14.6055329Z copying build\lib.win-amd64-cpython-39\torch\autograd\anomaly_mode.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-10-08T20:14:14.6060568Z copying build\lib.win-amd64-cpython-39\torch\autograd\forward_ad.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-10-08T20:14:14.6065852Z copying build\lib.win-amd64-cpython-39\torch\autograd\function.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-10-08T20:14:14.6072224Z copying build\lib.win-amd64-cpython-39\torch\autograd\functional.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-10-08T20:14:14.6089006Z copying build\lib.win-amd64-cpython-39\torch\autograd\gradcheck.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-10-08T20:14:14.6095496Z copying build\lib.win-amd64-cpython-39\torch\autograd\grad_mode.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-10-08T20:14:14.6101048Z copying build\lib.win-amd64-cpython-39\torch\autograd\graph.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-10-08T20:14:14.6106499Z copying build\lib.win-amd64-cpython-39\torch\autograd\profiler.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-10-08T20:14:14.6119270Z copying build\lib.win-amd64-cpython-39\torch\autograd\profiler_legacy.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-10-08T20:14:14.6124440Z copying build\lib.win-amd64-cpython-39\torch\autograd\profiler_util.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-10-08T20:14:14.6130324Z copying build\lib.win-amd64-cpython-39\torch\autograd\variable.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-10-08T20:14:14.6135655Z creating build\bdist.win-amd64\wheel\torch\autograd\_functions 2024-10-08T20:14:14.6146525Z copying build\lib.win-amd64-cpython-39\torch\autograd\_functions\tensor.py -> build\bdist.win-amd64\wheel\.\torch\autograd\_functions 2024-10-08T20:14:14.6151786Z copying build\lib.win-amd64-cpython-39\torch\autograd\_functions\utils.py -> build\bdist.win-amd64\wheel\.\torch\autograd\_functions 2024-10-08T20:14:14.6156870Z copying build\lib.win-amd64-cpython-39\torch\autograd\_functions\__init__.py -> build\bdist.win-amd64\wheel\.\torch\autograd\_functions 2024-10-08T20:14:14.6161600Z copying build\lib.win-amd64-cpython-39\torch\autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torch\autograd 2024-10-08T20:14:14.6173442Z creating build\bdist.win-amd64\wheel\torch\backends 2024-10-08T20:14:14.6176376Z creating build\bdist.win-amd64\wheel\torch\backends\cpu 2024-10-08T20:14:14.6179208Z copying build\lib.win-amd64-cpython-39\torch\backends\cpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cpu 2024-10-08T20:14:14.6184480Z creating build\bdist.win-amd64\wheel\torch\backends\cuda 2024-10-08T20:14:14.6193118Z copying build\lib.win-amd64-cpython-39\torch\backends\cuda\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cuda 2024-10-08T20:14:14.6198808Z creating build\bdist.win-amd64\wheel\torch\backends\cudnn 2024-10-08T20:14:14.6201718Z copying build\lib.win-amd64-cpython-39\torch\backends\cudnn\rnn.py -> build\bdist.win-amd64\wheel\.\torch\backends\cudnn 2024-10-08T20:14:14.6206744Z copying build\lib.win-amd64-cpython-39\torch\backends\cudnn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cudnn 2024-10-08T20:14:14.6219952Z creating build\bdist.win-amd64\wheel\torch\backends\cusparselt 2024-10-08T20:14:14.6222845Z copying build\lib.win-amd64-cpython-39\torch\backends\cusparselt\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\cusparselt 2024-10-08T20:14:14.6228210Z creating build\bdist.win-amd64\wheel\torch\backends\mha 2024-10-08T20:14:14.6231659Z copying build\lib.win-amd64-cpython-39\torch\backends\mha\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mha 2024-10-08T20:14:14.6243591Z creating build\bdist.win-amd64\wheel\torch\backends\mkl 2024-10-08T20:14:14.6246435Z copying build\lib.win-amd64-cpython-39\torch\backends\mkl\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mkl 2024-10-08T20:14:14.6251674Z creating build\bdist.win-amd64\wheel\torch\backends\mkldnn 2024-10-08T20:14:14.6262214Z copying build\lib.win-amd64-cpython-39\torch\backends\mkldnn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mkldnn 2024-10-08T20:14:14.6272322Z creating build\bdist.win-amd64\wheel\torch\backends\mps 2024-10-08T20:14:14.6275170Z copying build\lib.win-amd64-cpython-39\torch\backends\mps\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\mps 2024-10-08T20:14:14.6280465Z creating build\bdist.win-amd64\wheel\torch\backends\nnpack 2024-10-08T20:14:14.6283368Z copying build\lib.win-amd64-cpython-39\torch\backends\nnpack\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\nnpack 2024-10-08T20:14:14.6292938Z creating build\bdist.win-amd64\wheel\torch\backends\openmp 2024-10-08T20:14:14.6295954Z copying build\lib.win-amd64-cpython-39\torch\backends\openmp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\openmp 2024-10-08T20:14:14.6301135Z creating build\bdist.win-amd64\wheel\torch\backends\opt_einsum 2024-10-08T20:14:14.6304235Z copying build\lib.win-amd64-cpython-39\torch\backends\opt_einsum\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\opt_einsum 2024-10-08T20:14:14.6326013Z creating build\bdist.win-amd64\wheel\torch\backends\quantized 2024-10-08T20:14:14.6328765Z copying build\lib.win-amd64-cpython-39\torch\backends\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\quantized 2024-10-08T20:14:14.6334095Z creating build\bdist.win-amd64\wheel\torch\backends\xeon 2024-10-08T20:14:14.6337178Z copying build\lib.win-amd64-cpython-39\torch\backends\xeon\run_cpu.py -> build\bdist.win-amd64\wheel\.\torch\backends\xeon 2024-10-08T20:14:14.6348863Z copying build\lib.win-amd64-cpython-39\torch\backends\xeon\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\xeon 2024-10-08T20:14:14.6353189Z creating build\bdist.win-amd64\wheel\torch\backends\xnnpack 2024-10-08T20:14:14.6356187Z copying build\lib.win-amd64-cpython-39\torch\backends\xnnpack\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\xnnpack 2024-10-08T20:14:14.6361571Z creating build\bdist.win-amd64\wheel\torch\backends\_coreml 2024-10-08T20:14:14.6370553Z copying build\lib.win-amd64-cpython-39\torch\backends\_coreml\preprocess.py -> build\bdist.win-amd64\wheel\.\torch\backends\_coreml 2024-10-08T20:14:14.6376038Z copying build\lib.win-amd64-cpython-39\torch\backends\_coreml\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\_coreml 2024-10-08T20:14:14.6380522Z creating build\bdist.win-amd64\wheel\torch\backends\_nnapi 2024-10-08T20:14:14.6383479Z copying build\lib.win-amd64-cpython-39\torch\backends\_nnapi\prepare.py -> build\bdist.win-amd64\wheel\.\torch\backends\_nnapi 2024-10-08T20:14:14.6398967Z copying build\lib.win-amd64-cpython-39\torch\backends\_nnapi\serializer.py -> build\bdist.win-amd64\wheel\.\torch\backends\_nnapi 2024-10-08T20:14:14.6408134Z copying build\lib.win-amd64-cpython-39\torch\backends\_nnapi\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends\_nnapi 2024-10-08T20:14:14.6413596Z copying build\lib.win-amd64-cpython-39\torch\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\backends 2024-10-08T20:14:14.6420342Z creating build\bdist.win-amd64\wheel\torch\bin 2024-10-08T20:14:14.6424381Z copying build\lib.win-amd64-cpython-39\torch\bin\asmjit.dll -> build\bdist.win-amd64\wheel\.\torch\bin 2024-10-08T20:14:14.6434287Z copying build\lib.win-amd64-cpython-39\torch\bin\fbgemm.dll -> build\bdist.win-amd64\wheel\.\torch\bin 2024-10-08T20:14:14.6490640Z copying build\lib.win-amd64-cpython-39\torch\bin\FileStoreTest.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-10-08T20:14:14.6501712Z copying build\lib.win-amd64-cpython-39\torch\bin\protoc.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-10-08T20:14:14.6543019Z copying build\lib.win-amd64-cpython-39\torch\bin\TCPStoreTest.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-10-08T20:14:14.6557285Z copying build\lib.win-amd64-cpython-39\torch\bin\test_api.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-10-08T20:14:14.6643543Z copying build\lib.win-amd64-cpython-39\torch\bin\test_edge_op_registration.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-10-08T20:14:14.6652365Z copying build\lib.win-amd64-cpython-39\torch\bin\test_jit.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-10-08T20:14:14.6701676Z copying build\lib.win-amd64-cpython-39\torch\bin\test_lazy.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-10-08T20:14:14.6727433Z copying build\lib.win-amd64-cpython-39\torch\bin\test_tensorexpr.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-10-08T20:14:14.6785114Z copying build\lib.win-amd64-cpython-39\torch\bin\tutorial_tensorexpr.exe -> build\bdist.win-amd64\wheel\.\torch\bin 2024-10-08T20:14:14.6792450Z creating build\bdist.win-amd64\wheel\torch\compiler 2024-10-08T20:14:14.6800849Z copying build\lib.win-amd64-cpython-39\torch\compiler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\compiler 2024-10-08T20:14:14.6806240Z creating build\bdist.win-amd64\wheel\torch\contrib 2024-10-08T20:14:14.6809158Z copying build\lib.win-amd64-cpython-39\torch\contrib\_tensorboard_vis.py -> build\bdist.win-amd64\wheel\.\torch\contrib 2024-10-08T20:14:14.6814818Z copying build\lib.win-amd64-cpython-39\torch\contrib\__init__.py -> build\bdist.win-amd64\wheel\.\torch\contrib 2024-10-08T20:14:14.6819376Z creating build\bdist.win-amd64\wheel\torch\cpu 2024-10-08T20:14:14.6831510Z creating build\bdist.win-amd64\wheel\torch\cpu\amp 2024-10-08T20:14:14.6834405Z copying build\lib.win-amd64-cpython-39\torch\cpu\amp\autocast_mode.py -> build\bdist.win-amd64\wheel\.\torch\cpu\amp 2024-10-08T20:14:14.6839651Z copying build\lib.win-amd64-cpython-39\torch\cpu\amp\grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\cpu\amp 2024-10-08T20:14:14.6849529Z copying build\lib.win-amd64-cpython-39\torch\cpu\amp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cpu\amp 2024-10-08T20:14:14.6854689Z copying build\lib.win-amd64-cpython-39\torch\cpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cpu 2024-10-08T20:14:14.6860296Z creating build\bdist.win-amd64\wheel\torch\cuda 2024-10-08T20:14:14.6863102Z creating build\bdist.win-amd64\wheel\torch\cuda\amp 2024-10-08T20:14:14.6870317Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\autocast_mode.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2024-10-08T20:14:14.6875782Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\common.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2024-10-08T20:14:14.6880676Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2024-10-08T20:14:14.6885999Z copying build\lib.win-amd64-cpython-39\torch\cuda\amp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cuda\amp 2024-10-08T20:14:14.6899260Z copying build\lib.win-amd64-cpython-39\torch\cuda\comm.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-10-08T20:14:14.6904900Z copying build\lib.win-amd64-cpython-39\torch\cuda\error.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-10-08T20:14:14.6908945Z copying build\lib.win-amd64-cpython-39\torch\cuda\gds.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-10-08T20:14:14.6914018Z copying build\lib.win-amd64-cpython-39\torch\cuda\graphs.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-10-08T20:14:14.6924743Z copying build\lib.win-amd64-cpython-39\torch\cuda\jiterator.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-10-08T20:14:14.6934961Z copying build\lib.win-amd64-cpython-39\torch\cuda\memory.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-10-08T20:14:14.6940987Z copying build\lib.win-amd64-cpython-39\torch\cuda\nccl.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-10-08T20:14:14.6946147Z copying build\lib.win-amd64-cpython-39\torch\cuda\nvtx.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-10-08T20:14:14.6954978Z copying build\lib.win-amd64-cpython-39\torch\cuda\profiler.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-10-08T20:14:14.6960173Z copying build\lib.win-amd64-cpython-39\torch\cuda\random.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-10-08T20:14:14.6965394Z copying build\lib.win-amd64-cpython-39\torch\cuda\sparse.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-10-08T20:14:14.6970616Z copying build\lib.win-amd64-cpython-39\torch\cuda\streams.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-10-08T20:14:14.6980531Z copying build\lib.win-amd64-cpython-39\torch\cuda\tunable.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-10-08T20:14:14.6985787Z copying build\lib.win-amd64-cpython-39\torch\cuda\_gpu_trace.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-10-08T20:14:14.6991140Z copying build\lib.win-amd64-cpython-39\torch\cuda\_memory_viz.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-10-08T20:14:14.6997055Z copying build\lib.win-amd64-cpython-39\torch\cuda\_sanitizer.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-10-08T20:14:14.7007666Z copying build\lib.win-amd64-cpython-39\torch\cuda\_utils.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-10-08T20:14:14.7012935Z copying build\lib.win-amd64-cpython-39\torch\cuda\__init__.py -> build\bdist.win-amd64\wheel\.\torch\cuda 2024-10-08T20:14:14.7019755Z creating build\bdist.win-amd64\wheel\torch\distributed 2024-10-08T20:14:14.7022796Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms 2024-10-08T20:14:14.7025907Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\ddp_comm_hooks 2024-10-08T20:14:14.7029058Z 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 2024-10-08T20:14:14.7035271Z 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 2024-10-08T20:14:14.7040514Z 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 2024-10-08T20:14:14.7055676Z 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 2024-10-08T20:14:14.7061079Z 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 2024-10-08T20:14:14.7066564Z 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 2024-10-08T20:14:14.7073068Z 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 2024-10-08T20:14:14.7084857Z 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 2024-10-08T20:14:14.7089763Z 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 2024-10-08T20:14:14.7095208Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\join.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms 2024-10-08T20:14:14.7100762Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\model_averaging 2024-10-08T20:14:14.7104149Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging\averagers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\model_averaging 2024-10-08T20:14:14.7109764Z 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 2024-10-08T20:14:14.7115178Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\model_averaging 2024-10-08T20:14:14.7124820Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\model_averaging\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\model_averaging 2024-10-08T20:14:14.7133199Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_checkpoint 2024-10-08T20:14:14.7144410Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint\checkpoint_wrapper.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_checkpoint 2024-10-08T20:14:14.7149827Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_checkpoint\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_checkpoint 2024-10-08T20:14:14.7154196Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_comm_hooks 2024-10-08T20:14:14.7167827Z 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 2024-10-08T20:14:14.7174375Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_comm_hooks\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_comm_hooks 2024-10-08T20:14:14.7179470Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_optimizer_overlap 2024-10-08T20:14:14.7182841Z 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 2024-10-08T20:14:14.7261279Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_optimizer_overlap\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_optimizer_overlap 2024-10-08T20:14:14.7266803Z creating build\bdist.win-amd64\wheel\torch\distributed\algorithms\_quantization 2024-10-08T20:14:14.7270010Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization\quantization.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_quantization 2024-10-08T20:14:14.7275443Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\_quantization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms\_quantization 2024-10-08T20:14:14.7353782Z copying build\lib.win-amd64-cpython-39\torch\distributed\algorithms\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\algorithms 2024-10-08T20:14:14.7358893Z copying build\lib.win-amd64-cpython-39\torch\distributed\argparse_util.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-10-08T20:14:14.7364491Z creating build\bdist.win-amd64\wheel\torch\distributed\autograd 2024-10-08T20:14:14.7367388Z copying build\lib.win-amd64-cpython-39\torch\distributed\autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\autograd 2024-10-08T20:14:14.7467157Z copying build\lib.win-amd64-cpython-39\torch\distributed\c10d_logger.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-10-08T20:14:15.1119223Z creating build\bdist.win-amd64\wheel\torch\distributed\checkpoint 2024-10-08T20:14:15.1122982Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-10-08T20:14:15.1130060Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\default_planner.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-10-08T20:14:15.1142508Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\filesystem.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-10-08T20:14:15.1149211Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\format_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-10-08T20:14:15.1160522Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\logger.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-10-08T20:14:15.1166032Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\logging_handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-10-08T20:14:15.1177165Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\metadata.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-10-08T20:14:15.1182716Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-10-08T20:14:15.1188253Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\planner.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-10-08T20:14:15.1193779Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\planner_helpers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-10-08T20:14:15.1199297Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\resharding.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-10-08T20:14:15.1204796Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\staging.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-10-08T20:14:15.1210145Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\stateful.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-10-08T20:14:15.1215635Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\state_dict.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-10-08T20:14:15.1222165Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\state_dict_loader.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-10-08T20:14:15.1227715Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\state_dict_saver.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-10-08T20:14:15.1233285Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\storage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-10-08T20:14:15.1243830Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-10-08T20:14:15.1251462Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_checkpointer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-10-08T20:14:15.1256777Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_dedup_save_plans.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-10-08T20:14:15.1262198Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_dedup_tensors.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-10-08T20:14:15.1267595Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_fsspec_filesystem.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-10-08T20:14:15.1279309Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_nested_dict.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-10-08T20:14:15.1294115Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_sharded_tensor_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-10-08T20:14:15.1299466Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_storage_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-10-08T20:14:15.1305052Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_traverse.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-10-08T20:14:15.1314359Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\_version.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-10-08T20:14:15.1319124Z copying build\lib.win-amd64-cpython-39\torch\distributed\checkpoint\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\checkpoint 2024-10-08T20:14:15.1324014Z copying build\lib.win-amd64-cpython-39\torch\distributed\collective_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-10-08T20:14:15.1329363Z copying build\lib.win-amd64-cpython-39\torch\distributed\constants.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-10-08T20:14:15.1340047Z copying build\lib.win-amd64-cpython-39\torch\distributed\device_mesh.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-10-08T20:14:15.1345925Z copying build\lib.win-amd64-cpython-39\torch\distributed\distributed_c10d.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-10-08T20:14:15.1353735Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic 2024-10-08T20:14:15.1356649Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\agent 2024-10-08T20:14:15.1364584Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\agent\server 2024-10-08T20:14:15.1367500Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\agent\server 2024-10-08T20:14:15.1373825Z 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 2024-10-08T20:14:15.1379162Z 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 2024-10-08T20:14:15.1384888Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\server\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\agent\server 2024-10-08T20:14:15.1390149Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\agent\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\agent 2024-10-08T20:14:15.1394355Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\control_plane.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic 2024-10-08T20:14:15.1399583Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\events 2024-10-08T20:14:15.1407727Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\events\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\events 2024-10-08T20:14:15.1412905Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\events\handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\events 2024-10-08T20:14:15.1417860Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\events\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\events 2024-10-08T20:14:15.1423047Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\metrics 2024-10-08T20:14:15.1434560Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\metrics 2024-10-08T20:14:15.1439995Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\metrics\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\metrics 2024-10-08T20:14:15.1445398Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\multiprocessing 2024-10-08T20:14:15.1452728Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2024-10-08T20:14:15.1464341Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\multiprocessing\errors 2024-10-08T20:14:15.1467578Z 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 2024-10-08T20:14:15.1473085Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors\handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing\errors 2024-10-08T20:14:15.1478121Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\errors\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing\errors 2024-10-08T20:14:15.1483579Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\redirects.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2024-10-08T20:14:15.1489165Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\multiprocessing\subprocess_handler 2024-10-08T20:14:15.1500116Z 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 2024-10-08T20:14:15.1505518Z 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 2024-10-08T20:14:15.1516537Z 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 2024-10-08T20:14:15.1521313Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\tail_log.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2024-10-08T20:14:15.1526628Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\multiprocessing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\multiprocessing 2024-10-08T20:14:15.1532029Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\rendezvous 2024-10-08T20:14:15.1538822Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-10-08T20:14:15.1544396Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\c10d_rendezvous_backend.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-10-08T20:14:15.1549894Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\dynamic_rendezvous.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-10-08T20:14:15.1561663Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\etcd_rendezvous.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-10-08T20:14:15.1572709Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\etcd_rendezvous_backend.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-10-08T20:14:15.1578453Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\etcd_server.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-10-08T20:14:15.1583973Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\etcd_store.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-10-08T20:14:15.1589542Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\registry.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-10-08T20:14:15.1598635Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\static_tcp_rendezvous.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-10-08T20:14:15.1603862Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-10-08T20:14:15.1609325Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\rendezvous\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\rendezvous 2024-10-08T20:14:15.1614790Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\timer 2024-10-08T20:14:15.1621501Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2024-10-08T20:14:15.1627399Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\debug_info_logging.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2024-10-08T20:14:15.1633116Z 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 2024-10-08T20:14:15.1638534Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\local_timer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2024-10-08T20:14:15.1652613Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\timer\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\timer 2024-10-08T20:14:15.1658067Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\utils 2024-10-08T20:14:15.1661002Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2024-10-08T20:14:15.1666442Z creating build\bdist.win-amd64\wheel\torch\distributed\elastic\utils\data 2024-10-08T20:14:15.1676002Z 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 2024-10-08T20:14:15.1681471Z 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 2024-10-08T20:14:15.1686797Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\data\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils\data 2024-10-08T20:14:15.1691701Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\distributed.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2024-10-08T20:14:15.1702066Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\logging.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2024-10-08T20:14:15.1707468Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\log_level.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2024-10-08T20:14:15.1718204Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\store.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2024-10-08T20:14:15.1723259Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic\utils 2024-10-08T20:14:15.1731973Z copying build\lib.win-amd64-cpython-39\torch\distributed\elastic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\elastic 2024-10-08T20:14:15.1737591Z creating build\bdist.win-amd64\wheel\torch\distributed\fsdp 2024-10-08T20:14:15.1740431Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-10-08T20:14:15.1746356Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\fully_sharded_data_parallel.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-10-08T20:14:15.1756509Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\sharded_grad_scaler.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-10-08T20:14:15.1762140Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\wrap.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-10-08T20:14:15.1768149Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_common_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-10-08T20:14:15.1779413Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_debug_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-10-08T20:14:15.1788147Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_dynamo_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-10-08T20:14:15.1793512Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_exec_order_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-10-08T20:14:15.1799331Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_flat_param.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-10-08T20:14:15.1806421Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_fsdp_extensions.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-10-08T20:14:15.1815659Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_init_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-10-08T20:14:15.1821680Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_limiter_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-10-08T20:14:15.1827072Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_optim_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-10-08T20:14:15.1833835Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_runtime_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-10-08T20:14:15.1844605Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_shard_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-10-08T20:14:15.1849975Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_state_dict_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-10-08T20:14:15.1855991Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_trace_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-10-08T20:14:15.1861478Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_traversal_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-10-08T20:14:15.1870886Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_unshard_param_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-10-08T20:14:15.1876328Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\_wrap_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-10-08T20:14:15.1887686Z copying build\lib.win-amd64-cpython-39\torch\distributed\fsdp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\fsdp 2024-10-08T20:14:15.1893073Z copying build\lib.win-amd64-cpython-39\torch\distributed\launch.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-10-08T20:14:15.1903232Z creating build\bdist.win-amd64\wheel\torch\distributed\launcher 2024-10-08T20:14:15.1906191Z copying build\lib.win-amd64-cpython-39\torch\distributed\launcher\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\launcher 2024-10-08T20:14:15.1911507Z copying build\lib.win-amd64-cpython-39\torch\distributed\launcher\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\launcher 2024-10-08T20:14:15.1916461Z copying build\lib.win-amd64-cpython-39\torch\distributed\logging_handlers.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-10-08T20:14:15.1926339Z creating build\bdist.win-amd64\wheel\torch\distributed\nn 2024-10-08T20:14:15.1929176Z creating build\bdist.win-amd64\wheel\torch\distributed\nn\api 2024-10-08T20:14:15.1932223Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\api\remote_module.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\api 2024-10-08T20:14:15.1938358Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\api\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\api 2024-10-08T20:14:15.1942651Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\functional.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn 2024-10-08T20:14:15.1948057Z creating build\bdist.win-amd64\wheel\torch\distributed\nn\jit 2024-10-08T20:14:15.1951047Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\instantiator.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\jit 2024-10-08T20:14:15.1956563Z creating build\bdist.win-amd64\wheel\torch\distributed\nn\jit\templates 2024-10-08T20:14:15.1964117Z 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 2024-10-08T20:14:15.1969479Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\templates\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\jit\templates 2024-10-08T20:14:15.1973627Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn\jit 2024-10-08T20:14:15.1977908Z copying build\lib.win-amd64-cpython-39\torch\distributed\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\nn 2024-10-08T20:14:15.1987215Z creating build\bdist.win-amd64\wheel\torch\distributed\optim 2024-10-08T20:14:15.1990264Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\apply_optimizer_in_backward.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-10-08T20:14:15.1995653Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adadelta.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-10-08T20:14:15.2000884Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adagrad.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-10-08T20:14:15.2011009Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adam.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-10-08T20:14:15.2016670Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adamax.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-10-08T20:14:15.2022199Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_adamw.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-10-08T20:14:15.2027610Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_rmsprop.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-10-08T20:14:15.2033020Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_rprop.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-10-08T20:14:15.2038356Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\functional_sgd.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-10-08T20:14:15.2043951Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\named_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-10-08T20:14:15.2049293Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-10-08T20:14:15.2060275Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\post_localSGD_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-10-08T20:14:15.2065731Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-10-08T20:14:15.2071109Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\zero_redundancy_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-10-08T20:14:15.2077699Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\zero_redundancy_optimizer.pyi -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-10-08T20:14:15.2089456Z copying build\lib.win-amd64-cpython-39\torch\distributed\optim\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\optim 2024-10-08T20:14:15.2094989Z creating build\bdist.win-amd64\wheel\torch\distributed\pipelining 2024-10-08T20:14:15.2098070Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\microbatch.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-10-08T20:14:15.2104199Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\schedules.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-10-08T20:14:15.2110235Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\stage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-10-08T20:14:15.2116325Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_backward.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-10-08T20:14:15.2131008Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_debug.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-10-08T20:14:15.2136914Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_IR.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-10-08T20:14:15.2144313Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_unflatten.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-10-08T20:14:15.2151286Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-10-08T20:14:15.2158333Z copying build\lib.win-amd64-cpython-39\torch\distributed\pipelining\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\pipelining 2024-10-08T20:14:15.2165060Z copying build\lib.win-amd64-cpython-39\torch\distributed\remote_device.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-10-08T20:14:15.2171756Z copying build\lib.win-amd64-cpython-39\torch\distributed\rendezvous.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-10-08T20:14:15.2178636Z creating build\bdist.win-amd64\wheel\torch\distributed\rpc 2024-10-08T20:14:15.2182617Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-10-08T20:14:15.2189886Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\backend_registry.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-10-08T20:14:15.2197465Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\constants.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-10-08T20:14:15.2203877Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\functions.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-10-08T20:14:15.2221483Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\internal.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-10-08T20:14:15.2228029Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\options.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-10-08T20:14:15.2240822Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\rref_proxy.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-10-08T20:14:15.2247275Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\server_process_global_profiler.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-10-08T20:14:15.2254060Z creating build\bdist.win-amd64\wheel\torch\distributed\rpc\_testing 2024-10-08T20:14:15.2257351Z 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 2024-10-08T20:14:15.2270220Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\_testing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc\_testing 2024-10-08T20:14:15.2276544Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-10-08T20:14:15.2282868Z copying build\lib.win-amd64-cpython-39\torch\distributed\rpc\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\rpc 2024-10-08T20:14:15.2289258Z copying build\lib.win-amd64-cpython-39\torch\distributed\run.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-10-08T20:14:15.2303334Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor 2024-10-08T20:14:15.2307411Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\debug 2024-10-08T20:14:15.2311690Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug\_comm_mode.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\debug 2024-10-08T20:14:15.2318736Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug\_op_coverage.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\debug 2024-10-08T20:14:15.2325375Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug\_visualize_sharding.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\debug 2024-10-08T20:14:15.2331781Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\debug\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\debug 2024-10-08T20:14:15.2342318Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\device_mesh.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-10-08T20:14:15.2348678Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\experimental 2024-10-08T20:14:15.2353236Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\_attention.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2024-10-08T20:14:15.2360523Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\_func_map.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2024-10-08T20:14:15.2367122Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\_register_sharding.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2024-10-08T20:14:15.2384303Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\_tp_transform.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2024-10-08T20:14:15.2394344Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\experimental 2024-10-08T20:14:15.2399696Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\parallel 2024-10-08T20:14:15.2402721Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-10-08T20:14:15.2408031Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\ddp.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-10-08T20:14:15.2417231Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\fsdp.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-10-08T20:14:15.2432525Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\input_reshard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-10-08T20:14:15.2434350Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\loss.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-10-08T20:14:15.2436041Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\style.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-10-08T20:14:15.2451178Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\_data_parallel_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-10-08T20:14:15.2456677Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-10-08T20:14:15.2461845Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\parallel\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\parallel 2024-10-08T20:14:15.2466920Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\placement_types.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-10-08T20:14:15.2481797Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-10-08T20:14:15.2488227Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_collective_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-10-08T20:14:15.2493620Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_dispatch.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-10-08T20:14:15.2499735Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_dtensor_spec.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-10-08T20:14:15.2510317Z creating build\bdist.win-amd64\wheel\torch\distributed\tensor\_ops 2024-10-08T20:14:15.2513384Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-10-08T20:14:15.2518733Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_common_rules.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-10-08T20:14:15.2524031Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_conv_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-10-08T20:14:15.2533372Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_einsum_strategy.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-10-08T20:14:15.2542957Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_embedding_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-10-08T20:14:15.2548278Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_experimental_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-10-08T20:14:15.2553514Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_math_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-10-08T20:14:15.2563675Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_matrix_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-10-08T20:14:15.2569606Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_pointwise_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-10-08T20:14:15.2575585Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_random_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-10-08T20:14:15.2580876Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_tensor_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-10-08T20:14:15.2590509Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\_view_ops.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-10-08T20:14:15.2596354Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_ops\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor\_ops 2024-10-08T20:14:15.2601377Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_op_schema.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-10-08T20:14:15.2607117Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_random.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-10-08T20:14:15.2618009Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_redistribute.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-10-08T20:14:15.2623389Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_sharding_prop.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-10-08T20:14:15.2629277Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_shards_wrapper.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-10-08T20:14:15.2634613Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_tp_conv.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-10-08T20:14:15.2643837Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-10-08T20:14:15.2649133Z copying build\lib.win-amd64-cpython-39\torch\distributed\tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\tensor 2024-10-08T20:14:15.2654310Z copying build\lib.win-amd64-cpython-39\torch\distributed\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-10-08T20:14:15.2659763Z copying build\lib.win-amd64-cpython-39\torch\distributed\_checkpointable.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-10-08T20:14:15.2665478Z creating build\bdist.win-amd64\wheel\torch\distributed\_composable 2024-10-08T20:14:15.2672405Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\checkpoint_activation.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2024-10-08T20:14:15.2677761Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\contract.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2024-10-08T20:14:15.2683371Z creating build\bdist.win-amd64\wheel\torch\distributed\_composable\fsdp 2024-10-08T20:14:15.2686465Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\fully_shard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2024-10-08T20:14:15.2692206Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\_fsdp_api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2024-10-08T20:14:15.2698109Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\_fsdp_collectives.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2024-10-08T20:14:15.2703583Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\_fsdp_common.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2024-10-08T20:14:15.2713098Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\_fsdp_init.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2024-10-08T20:14:15.2718441Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\_fsdp_param.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2024-10-08T20:14:15.2724640Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\_fsdp_param_group.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2024-10-08T20:14:15.2730650Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\_fsdp_state.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2024-10-08T20:14:15.2739673Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fsdp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable\fsdp 2024-10-08T20:14:15.2744967Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\fully_shard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2024-10-08T20:14:15.2754200Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\replicate.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2024-10-08T20:14:15.2759962Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_composable 2024-10-08T20:14:15.2768405Z copying build\lib.win-amd64-cpython-39\torch\distributed\_composable_state.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-10-08T20:14:15.2773906Z copying build\lib.win-amd64-cpython-39\torch\distributed\_functional_collectives.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-10-08T20:14:15.2780305Z copying build\lib.win-amd64-cpython-39\torch\distributed\_functional_collectives_impl.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-10-08T20:14:15.2785891Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard 2024-10-08T20:14:15.2792037Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-10-08T20:14:15.2797602Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\checkpoint 2024-10-08T20:14:15.2800987Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\checkpoint\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\checkpoint 2024-10-08T20:14:15.2805939Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\common_op_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-10-08T20:14:15.2814531Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\metadata.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-10-08T20:14:15.2819755Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\op_registry_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-10-08T20:14:15.2830861Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharded_optim 2024-10-08T20:14:15.2833948Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_optim 2024-10-08T20:14:15.2842281Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_optim\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_optim 2024-10-08T20:14:15.2847588Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharded_tensor 2024-10-08T20:14:15.2850692Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor 2024-10-08T20:14:15.2857130Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\logger.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor 2024-10-08T20:14:15.2865618Z 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 2024-10-08T20:14:15.2870848Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\metadata.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor 2024-10-08T20:14:15.2876262Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\reshard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor 2024-10-08T20:14:15.2886958Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\shard.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor 2024-10-08T20:14:15.2892148Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor 2024-10-08T20:14:15.2897734Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharded_tensor\_ops 2024-10-08T20:14:15.2900909Z 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 2024-10-08T20:14:15.2906230Z 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 2024-10-08T20:14:15.2911580Z 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 2024-10-08T20:14:15.2916946Z 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 2024-10-08T20:14:15.2922374Z 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 2024-10-08T20:14:15.2932281Z 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 2024-10-08T20:14:15.2940683Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharded_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharded_tensor 2024-10-08T20:14:15.2946278Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharder.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-10-08T20:14:15.2951661Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharding_plan 2024-10-08T20:14:15.2954657Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_plan 2024-10-08T20:14:15.2965391Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_plan\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_plan 2024-10-08T20:14:15.2970388Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharding_spec 2024-10-08T20:14:15.2973522Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_spec 2024-10-08T20:14:15.2979063Z 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 2024-10-08T20:14:15.2984694Z creating build\bdist.win-amd64\wheel\torch\distributed\_shard\sharding_spec\chunk_sharding_spec_ops 2024-10-08T20:14:15.2993675Z 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 2024-10-08T20:14:15.2999251Z 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 2024-10-08T20:14:15.3005129Z 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 2024-10-08T20:14:15.3016860Z 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 2024-10-08T20:14:15.3020783Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\_internals.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_spec 2024-10-08T20:14:15.3026231Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\sharding_spec\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard\sharding_spec 2024-10-08T20:14:15.3031714Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-10-08T20:14:15.3039839Z copying build\lib.win-amd64-cpython-39\torch\distributed\_shard\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_shard 2024-10-08T20:14:15.3044954Z creating build\bdist.win-amd64\wheel\torch\distributed\_sharded_tensor 2024-10-08T20:14:15.3048012Z copying build\lib.win-amd64-cpython-39\torch\distributed\_sharded_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_sharded_tensor 2024-10-08T20:14:15.3053116Z creating build\bdist.win-amd64\wheel\torch\distributed\_sharding_spec 2024-10-08T20:14:15.3058960Z copying build\lib.win-amd64-cpython-39\torch\distributed\_sharding_spec\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_sharding_spec 2024-10-08T20:14:15.3064193Z copying build\lib.win-amd64-cpython-39\torch\distributed\_state_dict_utils.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-10-08T20:14:15.3070362Z creating build\bdist.win-amd64\wheel\torch\distributed\_symmetric_memory 2024-10-08T20:14:15.3073514Z copying build\lib.win-amd64-cpython-39\torch\distributed\_symmetric_memory\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_symmetric_memory 2024-10-08T20:14:15.3083384Z creating build\bdist.win-amd64\wheel\torch\distributed\_tensor 2024-10-08T20:14:15.3086352Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\api.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-10-08T20:14:15.3091355Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\placement_types.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-10-08T20:14:15.3096470Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tensor 2024-10-08T20:14:15.3105004Z creating build\bdist.win-amd64\wheel\torch\distributed\_tools 2024-10-08T20:14:15.3108039Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\fsdp2_mem_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-10-08T20:14:15.3113894Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\memory_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-10-08T20:14:15.3119265Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\mem_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-10-08T20:14:15.3133954Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\mod_tracker.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-10-08T20:14:15.3140306Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\runtime_estimator.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-10-08T20:14:15.3145803Z copying build\lib.win-amd64-cpython-39\torch\distributed\_tools\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed\_tools 2024-10-08T20:14:15.3150751Z copying build\lib.win-amd64-cpython-39\torch\distributed\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributed 2024-10-08T20:14:15.3161846Z creating build\bdist.win-amd64\wheel\torch\distributions 2024-10-08T20:14:15.3164884Z copying build\lib.win-amd64-cpython-39\torch\distributions\bernoulli.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-10-08T20:14:15.3170179Z copying build\lib.win-amd64-cpython-39\torch\distributions\beta.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-10-08T20:14:15.3175491Z copying build\lib.win-amd64-cpython-39\torch\distributions\binomial.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-10-08T20:14:15.3184523Z copying build\lib.win-amd64-cpython-39\torch\distributions\categorical.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-10-08T20:14:15.3194626Z copying build\lib.win-amd64-cpython-39\torch\distributions\cauchy.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-10-08T20:14:15.3199992Z copying build\lib.win-amd64-cpython-39\torch\distributions\chi2.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-10-08T20:14:15.3205132Z copying build\lib.win-amd64-cpython-39\torch\distributions\constraints.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-10-08T20:14:15.3214956Z copying build\lib.win-amd64-cpython-39\torch\distributions\constraint_registry.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-10-08T20:14:15.3220308Z copying build\lib.win-amd64-cpython-39\torch\distributions\continuous_bernoulli.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-10-08T20:14:15.3225582Z copying build\lib.win-amd64-cpython-39\torch\distributions\dirichlet.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-10-08T20:14:15.3231047Z copying build\lib.win-amd64-cpython-39\torch\distributions\distribution.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-10-08T20:14:15.3236555Z copying build\lib.win-amd64-cpython-39\torch\distributions\exponential.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-10-08T20:14:15.3241766Z copying build\lib.win-amd64-cpython-39\torch\distributions\exp_family.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-10-08T20:14:15.3247269Z copying build\lib.win-amd64-cpython-39\torch\distributions\fishersnedecor.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-10-08T20:14:15.3252503Z copying build\lib.win-amd64-cpython-39\torch\distributions\gamma.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-10-08T20:14:15.3257692Z copying build\lib.win-amd64-cpython-39\torch\distributions\geometric.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-10-08T20:14:15.3262950Z copying build\lib.win-amd64-cpython-39\torch\distributions\gumbel.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-10-08T20:14:15.3268129Z copying build\lib.win-amd64-cpython-39\torch\distributions\half_cauchy.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-10-08T20:14:15.3273380Z copying build\lib.win-amd64-cpython-39\torch\distributions\half_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-10-08T20:14:15.3278714Z copying build\lib.win-amd64-cpython-39\torch\distributions\independent.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-10-08T20:14:15.3284046Z copying build\lib.win-amd64-cpython-39\torch\distributions\inverse_gamma.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-10-08T20:14:15.3289709Z copying build\lib.win-amd64-cpython-39\torch\distributions\kl.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-10-08T20:14:15.3296003Z copying build\lib.win-amd64-cpython-39\torch\distributions\kumaraswamy.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-10-08T20:14:15.3307261Z copying build\lib.win-amd64-cpython-39\torch\distributions\laplace.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-10-08T20:14:15.3312466Z copying build\lib.win-amd64-cpython-39\torch\distributions\lkj_cholesky.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-10-08T20:14:15.3317859Z copying build\lib.win-amd64-cpython-39\torch\distributions\logistic_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-10-08T20:14:15.3323477Z copying build\lib.win-amd64-cpython-39\torch\distributions\log_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-10-08T20:14:15.3329674Z copying build\lib.win-amd64-cpython-39\torch\distributions\lowrank_multivariate_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-10-08T20:14:15.3335088Z copying build\lib.win-amd64-cpython-39\torch\distributions\mixture_same_family.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-10-08T20:14:15.3340266Z copying build\lib.win-amd64-cpython-39\torch\distributions\multinomial.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-10-08T20:14:15.3345233Z copying build\lib.win-amd64-cpython-39\torch\distributions\multivariate_normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-10-08T20:14:15.3355158Z copying build\lib.win-amd64-cpython-39\torch\distributions\negative_binomial.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-10-08T20:14:15.3367278Z copying build\lib.win-amd64-cpython-39\torch\distributions\normal.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-10-08T20:14:15.3372333Z copying build\lib.win-amd64-cpython-39\torch\distributions\one_hot_categorical.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-10-08T20:14:15.3377774Z copying build\lib.win-amd64-cpython-39\torch\distributions\pareto.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-10-08T20:14:15.3383042Z copying build\lib.win-amd64-cpython-39\torch\distributions\poisson.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-10-08T20:14:15.3388482Z copying build\lib.win-amd64-cpython-39\torch\distributions\relaxed_bernoulli.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-10-08T20:14:15.3393890Z copying build\lib.win-amd64-cpython-39\torch\distributions\relaxed_categorical.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-10-08T20:14:15.3399364Z copying build\lib.win-amd64-cpython-39\torch\distributions\studentT.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-10-08T20:14:15.3408574Z copying build\lib.win-amd64-cpython-39\torch\distributions\transformed_distribution.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-10-08T20:14:15.3414377Z copying build\lib.win-amd64-cpython-39\torch\distributions\transforms.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-10-08T20:14:15.3421792Z copying build\lib.win-amd64-cpython-39\torch\distributions\uniform.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-10-08T20:14:15.3426938Z copying build\lib.win-amd64-cpython-39\torch\distributions\utils.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-10-08T20:14:15.3432254Z copying build\lib.win-amd64-cpython-39\torch\distributions\von_mises.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-10-08T20:14:15.3437716Z copying build\lib.win-amd64-cpython-39\torch\distributions\weibull.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-10-08T20:14:15.3448495Z copying build\lib.win-amd64-cpython-39\torch\distributions\wishart.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-10-08T20:14:15.3453831Z copying build\lib.win-amd64-cpython-39\torch\distributions\__init__.py -> build\bdist.win-amd64\wheel\.\torch\distributions 2024-10-08T20:14:15.3459671Z creating build\bdist.win-amd64\wheel\torch\export 2024-10-08T20:14:15.3462686Z copying build\lib.win-amd64-cpython-39\torch\export\custom_obj.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-10-08T20:14:15.3467823Z copying build\lib.win-amd64-cpython-39\torch\export\dynamic_shapes.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-10-08T20:14:15.3474219Z creating build\bdist.win-amd64\wheel\torch\export\experimental 2024-10-08T20:14:15.3477242Z copying build\lib.win-amd64-cpython-39\torch\export\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\export\experimental 2024-10-08T20:14:15.3482461Z copying build\lib.win-amd64-cpython-39\torch\export\exported_program.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-10-08T20:14:15.3494179Z copying build\lib.win-amd64-cpython-39\torch\export\graph_signature.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-10-08T20:14:15.3499991Z creating build\bdist.win-amd64\wheel\torch\export\passes 2024-10-08T20:14:15.3503057Z copying build\lib.win-amd64-cpython-39\torch\export\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\export\passes 2024-10-08T20:14:15.3508579Z copying build\lib.win-amd64-cpython-39\torch\export\unflatten.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-10-08T20:14:15.3515090Z copying build\lib.win-amd64-cpython-39\torch\export\_remove_auto_functionalized_pass.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-10-08T20:14:15.3520432Z copying build\lib.win-amd64-cpython-39\torch\export\_remove_effect_tokens_pass.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-10-08T20:14:15.3530113Z copying build\lib.win-amd64-cpython-39\torch\export\_safeguard.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-10-08T20:14:15.3536079Z copying build\lib.win-amd64-cpython-39\torch\export\_swap.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-10-08T20:14:15.3541755Z copying build\lib.win-amd64-cpython-39\torch\export\_trace.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-10-08T20:14:15.3548554Z copying build\lib.win-amd64-cpython-39\torch\export\_tree_utils.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-10-08T20:14:15.3558003Z copying build\lib.win-amd64-cpython-39\torch\export\_unlift.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-10-08T20:14:15.3563159Z copying build\lib.win-amd64-cpython-39\torch\export\__init__.py -> build\bdist.win-amd64\wheel\.\torch\export 2024-10-08T20:14:15.3569789Z creating build\bdist.win-amd64\wheel\torch\fft 2024-10-08T20:14:15.3572206Z copying build\lib.win-amd64-cpython-39\torch\fft\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fft 2024-10-08T20:14:15.3583248Z creating build\bdist.win-amd64\wheel\torch\func 2024-10-08T20:14:15.3586077Z copying build\lib.win-amd64-cpython-39\torch\func\__init__.py -> build\bdist.win-amd64\wheel\.\torch\func 2024-10-08T20:14:15.3591240Z copying build\lib.win-amd64-cpython-39\torch\functional.py -> build\bdist.win-amd64\wheel\.\torch 2024-10-08T20:14:15.3598258Z creating build\bdist.win-amd64\wheel\torch\futures 2024-10-08T20:14:15.3605106Z copying build\lib.win-amd64-cpython-39\torch\futures\__init__.py -> build\bdist.win-amd64\wheel\.\torch\futures 2024-10-08T20:14:15.3610839Z creating build\bdist.win-amd64\wheel\torch\fx 2024-10-08T20:14:15.3613753Z copying build\lib.win-amd64-cpython-39\torch\fx\annotate.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-10-08T20:14:15.3619027Z copying build\lib.win-amd64-cpython-39\torch\fx\config.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-10-08T20:14:15.3630622Z creating build\bdist.win-amd64\wheel\torch\fx\experimental 2024-10-08T20:14:15.3633838Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\accelerator_partitioner.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-10-08T20:14:15.3639758Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\const_fold.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-10-08T20:14:15.3645158Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\debug.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-10-08T20:14:15.3659517Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\graph_gradual_typechecker.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-10-08T20:14:15.3665407Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\merge_matmul.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-10-08T20:14:15.3670824Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\meta_tracer.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-10-08T20:14:15.3676519Z creating build\bdist.win-amd64\wheel\torch\fx\experimental\migrate_gradual_types 2024-10-08T20:14:15.3683803Z 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 2024-10-08T20:14:15.3689959Z 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 2024-10-08T20:14:15.3696167Z 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 2024-10-08T20:14:15.3705811Z 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 2024-10-08T20:14:15.3714901Z 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 2024-10-08T20:14:15.3720072Z 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 2024-10-08T20:14:15.3725296Z 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 2024-10-08T20:14:15.3730826Z 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 2024-10-08T20:14:15.3735062Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\normalize.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-10-08T20:14:15.3740833Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\optimization.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-10-08T20:14:15.3746336Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\partitioner_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-10-08T20:14:15.3751648Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\proxy_tensor.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-10-08T20:14:15.3763469Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\recording.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-10-08T20:14:15.3769490Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\refinement_types.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-10-08T20:14:15.3774612Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\rewriter.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-10-08T20:14:15.3780334Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\schema_type_annotation.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-10-08T20:14:15.3789743Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\symbolic_shapes.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-10-08T20:14:15.3798335Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\sym_node.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-10-08T20:14:15.3804877Z creating build\bdist.win-amd64\wheel\torch\fx\experimental\unification 2024-10-08T20:14:15.3807739Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\core.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-10-08T20:14:15.3817156Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\dispatch.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-10-08T20:14:15.3822268Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\match.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-10-08T20:14:15.3827955Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\more.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-10-08T20:14:15.3833420Z creating build\bdist.win-amd64\wheel\torch\fx\experimental\unification\multipledispatch 2024-10-08T20:14:15.3840984Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch\conflict.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification\multipledispatch 2024-10-08T20:14:15.3846305Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch\core.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification\multipledispatch 2024-10-08T20:14:15.3851867Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch\dispatcher.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification\multipledispatch 2024-10-08T20:14:15.3857378Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch\utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification\multipledispatch 2024-10-08T20:14:15.3866685Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch\variadic.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification\multipledispatch 2024-10-08T20:14:15.3876899Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\multipledispatch\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification\multipledispatch 2024-10-08T20:14:15.3881786Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\unification_tools.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-10-08T20:14:15.3887178Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-10-08T20:14:15.3896715Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\variable.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-10-08T20:14:15.3901988Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unification\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental\unification 2024-10-08T20:14:15.3906483Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\unify_refinements.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-10-08T20:14:15.3912192Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\validator.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-10-08T20:14:15.3926967Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\_backward_state.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-10-08T20:14:15.3932356Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\_config.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-10-08T20:14:15.3938676Z copying build\lib.win-amd64-cpython-39\torch\fx\experimental\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\experimental 2024-10-08T20:14:15.3942954Z copying build\lib.win-amd64-cpython-39\torch\fx\graph.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-10-08T20:14:15.3949426Z copying build\lib.win-amd64-cpython-39\torch\fx\graph_module.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-10-08T20:14:15.3963758Z copying build\lib.win-amd64-cpython-39\torch\fx\immutable_collections.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-10-08T20:14:15.3969087Z copying build\lib.win-amd64-cpython-39\torch\fx\interpreter.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-10-08T20:14:15.3975165Z copying build\lib.win-amd64-cpython-39\torch\fx\node.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-10-08T20:14:15.3981794Z copying build\lib.win-amd64-cpython-39\torch\fx\operator_schemas.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-10-08T20:14:15.3987970Z creating build\bdist.win-amd64\wheel\torch\fx\passes 2024-10-08T20:14:15.3990899Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\annotate_getitem_nodes.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-10-08T20:14:15.3996436Z creating build\bdist.win-amd64\wheel\torch\fx\passes\backends 2024-10-08T20:14:15.4003145Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\backends\cudagraphs.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\backends 2024-10-08T20:14:15.4008665Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\backends 2024-10-08T20:14:15.4013141Z creating build\bdist.win-amd64\wheel\torch\fx\passes\dialect 2024-10-08T20:14:15.4016394Z creating build\bdist.win-amd64\wheel\torch\fx\passes\dialect\common 2024-10-08T20:14:15.4023450Z 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 2024-10-08T20:14:15.4028940Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\common\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\dialect\common 2024-10-08T20:14:15.4033728Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\dialect\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\dialect 2024-10-08T20:14:15.4037522Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\fake_tensor_prop.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-10-08T20:14:15.4048702Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\graph_drawer.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-10-08T20:14:15.4058440Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\graph_manipulation.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-10-08T20:14:15.4063973Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\graph_transform_observer.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-10-08T20:14:15.4069481Z creating build\bdist.win-amd64\wheel\torch\fx\passes\infra 2024-10-08T20:14:15.4077546Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\partitioner.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2024-10-08T20:14:15.4083004Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\pass_base.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2024-10-08T20:14:15.4092021Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\pass_manager.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2024-10-08T20:14:15.4097340Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\infra\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\infra 2024-10-08T20:14:15.4111966Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\net_min_base.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-10-08T20:14:15.4118261Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\operator_support.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-10-08T20:14:15.4123660Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\param_fetch.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-10-08T20:14:15.4129544Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\pass_manager.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-10-08T20:14:15.4138739Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\reinplace.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-10-08T20:14:15.4144634Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\runtime_assert.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-10-08T20:14:15.4150702Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\shape_prop.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-10-08T20:14:15.4156042Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\splitter_base.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-10-08T20:14:15.4169433Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\split_module.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-10-08T20:14:15.4175397Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\split_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-10-08T20:14:15.4181717Z creating build\bdist.win-amd64\wheel\torch\fx\passes\tests 2024-10-08T20:14:15.4184739Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\tests\test_pass_manager.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\tests 2024-10-08T20:14:15.4194637Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\tests\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\tests 2024-10-08T20:14:15.4198775Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\tools_common.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-10-08T20:14:15.4205595Z creating build\bdist.win-amd64\wheel\torch\fx\passes\utils 2024-10-08T20:14:15.4212968Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\common.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2024-10-08T20:14:15.4222386Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\fuser_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2024-10-08T20:14:15.4227491Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\matcher_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2024-10-08T20:14:15.4233376Z 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 2024-10-08T20:14:15.4246301Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\source_matcher_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2024-10-08T20:14:15.4251686Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes\utils 2024-10-08T20:14:15.4256633Z copying build\lib.win-amd64-cpython-39\torch\fx\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx\passes 2024-10-08T20:14:15.4261425Z copying build\lib.win-amd64-cpython-39\torch\fx\proxy.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-10-08T20:14:15.4267173Z copying build\lib.win-amd64-cpython-39\torch\fx\subgraph_rewriter.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-10-08T20:14:15.4278952Z copying build\lib.win-amd64-cpython-39\torch\fx\tensor_type.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-10-08T20:14:15.4284041Z copying build\lib.win-amd64-cpython-39\torch\fx\traceback.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-10-08T20:14:15.4289351Z copying build\lib.win-amd64-cpython-39\torch\fx\_compatibility.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-10-08T20:14:15.4294720Z copying build\lib.win-amd64-cpython-39\torch\fx\_lazy_graph_module.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-10-08T20:14:15.4304331Z copying build\lib.win-amd64-cpython-39\torch\fx\_pytree.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-10-08T20:14:15.4311808Z copying build\lib.win-amd64-cpython-39\torch\fx\_symbolic_trace.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-10-08T20:14:15.4319194Z copying build\lib.win-amd64-cpython-39\torch\fx\_utils.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-10-08T20:14:15.4325597Z copying build\lib.win-amd64-cpython-39\torch\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\fx 2024-10-08T20:14:15.4338612Z copying build\lib.win-amd64-cpython-39\torch\fx\__init__.pyi -> build\bdist.win-amd64\wheel\.\torch\fx 2024-10-08T20:14:15.4344706Z copying build\lib.win-amd64-cpython-39\torch\hub.py -> build\bdist.win-amd64\wheel\.\torch 2024-10-08T20:14:15.4353524Z creating build\bdist.win-amd64\wheel\torch\include 2024-10-08T20:14:15.4359488Z creating build\bdist.win-amd64\wheel\torch\include\ATen 2024-10-08T20:14:15.4362567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\AccumulateType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.4370071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.4376250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ATen.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.4382975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\autocast_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.4390116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Backend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.4414111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Backtrace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.4419105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\BlasBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.4424573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CachedTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.4437568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ceil_div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.4442978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\code_template.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.4448824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CollapseDims.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.4454551Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.4466819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.4473472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.4479220Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.4485281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.4499567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.4506167Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.4512010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.4523199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Config.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.4532967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Context.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.4540833Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core 2024-10-08T20:14:15.4544126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\alias_info.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.4549271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Array.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.4563261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATenGeneral.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.4568292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATenOpList.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.4580878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATen_fwd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.4586226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\aten_interned_strings.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.4592632Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ATen_pch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.4598036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Backtrace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.4603330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\blob.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.4609013Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\boxing 2024-10-08T20:14:15.4612207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\BoxedKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\boxing 2024-10-08T20:14:15.4617799Z 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 2024-10-08T20:14:15.4623541Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\boxing\impl 2024-10-08T20:14:15.4626580Z 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 2024-10-08T20:14:15.4645901Z 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 2024-10-08T20:14:15.4651656Z 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 2024-10-08T20:14:15.4657416Z 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 2024-10-08T20:14:15.4677328Z 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 2024-10-08T20:14:15.4682741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\KernelFunction.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\boxing 2024-10-08T20:14:15.4700577Z 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 2024-10-08T20:14:15.4706047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\boxing\OperatorKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\boxing 2024-10-08T20:14:15.4711437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\builtin_function.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.4717303Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\CachingHostAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.4723327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\CheckMemoryFormat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.4728781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\class_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.4734406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\custom_class.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.4740740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DeprecatedTypeProperties.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.4746426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DeprecatedTypePropertiesRegistry.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.4751742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Dict.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.4757169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Dict_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.4762721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Dimname.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.4768037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DimVector.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.4773863Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\dispatch 2024-10-08T20:14:15.4777207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch\CppSignature.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\dispatch 2024-10-08T20:14:15.4782745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch\Dispatcher.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\dispatch 2024-10-08T20:14:15.4788782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch\DispatchKeyExtractor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\dispatch 2024-10-08T20:14:15.4794389Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch\ObservedOperators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\dispatch 2024-10-08T20:14:15.4807281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch\OperatorEntry.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\dispatch 2024-10-08T20:14:15.4825577Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch\OperatorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\dispatch 2024-10-08T20:14:15.4831053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dispatch\RegistrationHandleRAII.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core\dispatch 2024-10-08T20:14:15.4836606Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\DistributionsHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.4853519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\dynamic_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.4864737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\enum_tag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.4869443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\enum_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.4874814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Formatting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.4880215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\function.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.4894297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\functional.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.4899264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\function_schema.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.4905188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\function_schema_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.4910814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Generator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.4924620Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\GeneratorForPrivateuseone.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.4929867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\grad_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.4945343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\IListRef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.4951023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\IListRef_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.4965423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\interned_strings.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.4970805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\interned_strings_class.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.4976223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ivalue.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.4982435Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ivalue_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.4993918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ivalue_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.4999205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\jit_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.5005563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\jit_type_base.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.5011516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\LegacyTypeDispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.5025311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\List.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.5030937Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\List_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.5036809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\MT19937RNGEngine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.5042246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\NamedTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.5054460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\NestedIntSymNodeImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.5059849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\operator_name.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.5065801Z creating build\bdist.win-amd64\wheel\torch\include\ATen\core\op_registration 2024-10-08T20:14:15.5068802Z 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 2024-10-08T20:14:15.5078187Z 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 2024-10-08T20:14:15.5083557Z 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 2024-10-08T20:14:15.5110967Z 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 2024-10-08T20:14:15.5128926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\PhiloxRNGEngine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.5138872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\PythonFallbackKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.5144517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\PythonOpRegistrationTrampoline.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.5149972Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\qualified_name.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.5162326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\QuantizerBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.5172716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Range.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.5177346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Reduction.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.5182781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\rref_interface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.5188184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.5199294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\ScalarType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.5204403Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.5209971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\symbol.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.5215502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.5225009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TensorAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.5230504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TensorBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.5236664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TensorBody.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.5262426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TorchDispatchUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.5276706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\TransformationHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.5280621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\typeid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.5285958Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\type_factory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.5291862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\type_ptr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.5301758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\UndefinedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.5307145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\UnsafeFromTH.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.5312702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\VariableHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.5318051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Variadic.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.5336820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\core\Vitals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\core 2024-10-08T20:14:15.5342264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpp_custom_type_hack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.5347979Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu 2024-10-08T20:14:15.5351129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\FlushDenormal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu 2024-10-08T20:14:15.5362041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu 2024-10-08T20:14:15.5366970Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec 2024-10-08T20:14:15.5369951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\functional.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec 2024-10-08T20:14:15.5375330Z 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 2024-10-08T20:14:15.5385204Z 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 2024-10-08T20:14:15.5390577Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\intrinsics.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec 2024-10-08T20:14:15.5407093Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\sve 2024-10-08T20:14:15.5410019Z 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 2024-10-08T20:14:15.5419993Z 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 2024-10-08T20:14:15.5425151Z 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 2024-10-08T20:14:15.5430942Z 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 2024-10-08T20:14:15.5445779Z 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 2024-10-08T20:14:15.5457194Z 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 2024-10-08T20:14:15.5462670Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec 2024-10-08T20:14:15.5468931Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec256 2024-10-08T20:14:15.5471860Z 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 2024-10-08T20:14:15.5482122Z 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 2024-10-08T20:14:15.5487537Z 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 2024-10-08T20:14:15.5493031Z 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 2024-10-08T20:14:15.5507104Z 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 2024-10-08T20:14:15.5516908Z 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 2024-10-08T20:14:15.5522765Z 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 2024-10-08T20:14:15.5528344Z 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 2024-10-08T20:14:15.5533861Z 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 2024-10-08T20:14:15.5547013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_float_neon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2024-10-08T20:14:15.5552816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vec\vec256\vec256_half_neon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu\vec\vec256 2024-10-08T20:14:15.5558873Z 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 2024-10-08T20:14:15.5565401Z 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 2024-10-08T20:14:15.5576431Z 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 2024-10-08T20:14:15.5582970Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec256\vsx 2024-10-08T20:14:15.5586126Z 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 2024-10-08T20:14:15.5591405Z 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 2024-10-08T20:14:15.5602289Z 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 2024-10-08T20:14:15.5613963Z 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 2024-10-08T20:14:15.5619883Z 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 2024-10-08T20:14:15.5625478Z 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 2024-10-08T20:14:15.5638146Z 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 2024-10-08T20:14:15.5643920Z 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 2024-10-08T20:14:15.5649476Z 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 2024-10-08T20:14:15.5655236Z 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 2024-10-08T20:14:15.5666372Z 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 2024-10-08T20:14:15.5672297Z 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 2024-10-08T20:14:15.5678372Z 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 2024-10-08T20:14:15.5685289Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec256\zarch 2024-10-08T20:14:15.5693865Z 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 2024-10-08T20:14:15.5700756Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cpu\vec\vec512 2024-10-08T20:14:15.5703864Z 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 2024-10-08T20:14:15.5709707Z 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 2024-10-08T20:14:15.5721984Z 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 2024-10-08T20:14:15.5727944Z 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 2024-10-08T20:14:15.5739884Z 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 2024-10-08T20:14:15.5745316Z 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 2024-10-08T20:14:15.5758217Z 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 2024-10-08T20:14:15.5764112Z 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 2024-10-08T20:14:15.5770907Z 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 2024-10-08T20:14:15.5776449Z 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 2024-10-08T20:14:15.5787462Z 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 2024-10-08T20:14:15.5793456Z 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 2024-10-08T20:14:15.5798947Z 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 2024-10-08T20:14:15.5804280Z 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 2024-10-08T20:14:15.5814063Z 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 2024-10-08T20:14:15.5819290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cpu\vml.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cpu 2024-10-08T20:14:15.5824831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUApplyUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.5830506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUFixedAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.5841198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.5846934Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.5852896Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CPUGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.5858830Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cuda 2024-10-08T20:14:15.5866851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ApplyGridUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-10-08T20:14:15.5872155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\AsmUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-10-08T20:14:15.5877528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ATenCUDAGeneral.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-10-08T20:14:15.5882714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\Atomic.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-10-08T20:14:15.5893433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CachingHostAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-10-08T20:14:15.5904010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\cub.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-10-08T20:14:15.5908950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\cub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-10-08T20:14:15.5914654Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\cub_definitions.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-10-08T20:14:15.5927611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAApplyUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-10-08T20:14:15.5933365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDABlas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-10-08T20:14:15.5938846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAContext.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-10-08T20:14:15.5944418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAContextLight.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-10-08T20:14:15.5962260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDADataType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-10-08T20:14:15.5967613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDADevice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-10-08T20:14:15.5973049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-10-08T20:14:15.5978650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-10-08T20:14:15.5988400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAGraph.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-10-08T20:14:15.5993953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAGraphsUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-10-08T20:14:15.5999332Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDASparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-10-08T20:14:15.6005138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDASparseBlas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-10-08T20:14:15.6015603Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDASparseDescriptors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-10-08T20:14:15.6025266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDATensorMethods.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-10-08T20:14:15.6030364Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\CUDAUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-10-08T20:14:15.6035716Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cuda\detail 2024-10-08T20:14:15.6043585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\CUDAHooks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2024-10-08T20:14:15.6050286Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\DeviceThreadHandles.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2024-10-08T20:14:15.6055844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\IndexUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2024-10-08T20:14:15.6061266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\IntegerDivider.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2024-10-08T20:14:15.6076225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\KernelUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2024-10-08T20:14:15.6081478Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\LazyNVRTC.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2024-10-08T20:14:15.6087051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\OffsetCalculator.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2024-10-08T20:14:15.6092319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\PhiloxCudaStateRaw.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2024-10-08T20:14:15.6101657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\TensorInfo.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2024-10-08T20:14:15.6107172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\detail\UnpackRaw.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\detail 2024-10-08T20:14:15.6112597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\DeviceUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-10-08T20:14:15.6118222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\EmptyTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-10-08T20:14:15.6128695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\Exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-10-08T20:14:15.6134127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\jiterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-10-08T20:14:15.6139606Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\jiterator_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-10-08T20:14:15.6145225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\llvm_jit_strings.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-10-08T20:14:15.6155044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\NumericLimits.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-10-08T20:14:15.6167728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PeerToPeerAccess.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-10-08T20:14:15.6173013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PhiloxCudaState.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-10-08T20:14:15.6178170Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PhiloxUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-10-08T20:14:15.6188104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\PinnedMemoryAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-10-08T20:14:15.6193249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ScanUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-10-08T20:14:15.6198921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\Sleep.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-10-08T20:14:15.6213190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\ThrustAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda 2024-10-08T20:14:15.6242862Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cuda\tunable 2024-10-08T20:14:15.6247169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable\GemmCommon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\tunable 2024-10-08T20:14:15.6254321Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable\GemmHipblaslt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\tunable 2024-10-08T20:14:15.6261756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable\GemmRocblas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\tunable 2024-10-08T20:14:15.6269369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable\StreamTimer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\tunable 2024-10-08T20:14:15.6281246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable\Tunable.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\tunable 2024-10-08T20:14:15.6286505Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable\TunableGemm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\tunable 2024-10-08T20:14:15.6292010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cuda\tunable\TunableOp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cuda\tunable 2024-10-08T20:14:15.6297694Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CUDAFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.6307942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\CUDAFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.6313982Z creating build\bdist.win-amd64\wheel\torch\include\ATen\cudnn 2024-10-08T20:14:15.6316970Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\cudnn-wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2024-10-08T20:14:15.6322183Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Descriptors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2024-10-08T20:14:15.6327918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Handle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2024-10-08T20:14:15.6332980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Handles.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2024-10-08T20:14:15.6338158Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Types.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2024-10-08T20:14:15.6350881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\cudnn\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\cudnn 2024-10-08T20:14:15.6356204Z creating build\bdist.win-amd64\wheel\torch\include\ATen\detail 2024-10-08T20:14:15.6359432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\AcceleratorHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-10-08T20:14:15.6364886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\CUDAHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-10-08T20:14:15.6370916Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\FunctionTraits.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-10-08T20:14:15.6380237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\HIPHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-10-08T20:14:15.6385799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\IPUHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-10-08T20:14:15.6391278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\MAIAHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-10-08T20:14:15.6396656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\MPSHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-10-08T20:14:15.6402058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\MTIAHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-10-08T20:14:15.6407613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\PrivateUse1HooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-10-08T20:14:15.6413005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\detail\XPUHooksInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\detail 2024-10-08T20:14:15.6418447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Device.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.6423640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DeviceAccelerator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.6429269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DeviceGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.6434765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Dimname.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.6439858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DimVector.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.6445022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.6451138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Dispatch_v2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.6457412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\div_rtn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.6462493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DLConvertor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.6467885Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\dlpack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.6479588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\DynamicLibrary.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.6484918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\EmptyTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.6490560Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ExpandBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.6496518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ExpandUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.6502515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Formatting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.6507849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\FunctionalStorageImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.6514066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\FunctionalTensorWrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.6519541Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Functions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.6526409Z creating build\bdist.win-amd64\wheel\torch\include\ATen\functorch 2024-10-08T20:14:15.6529633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\ADInterpreters.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-10-08T20:14:15.6535222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchedFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-10-08T20:14:15.6541132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-10-08T20:14:15.6555687Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchingMetaprogramming.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-10-08T20:14:15.6560398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\BatchRulesHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-10-08T20:14:15.6566161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\DynamicLayer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-10-08T20:14:15.6571892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\FunctionalizeInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-10-08T20:14:15.6577101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\Interpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-10-08T20:14:15.6582558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\LegacyVmapTransforms.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-10-08T20:14:15.6587908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\Macros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-10-08T20:14:15.6593648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\PlumbingHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-10-08T20:14:15.6599048Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\TensorWrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-10-08T20:14:15.6604569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\functorch\VmapInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\functorch 2024-10-08T20:14:15.6609809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\FuncTorchTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.6620071Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Generator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.6625942Z creating build\bdist.win-amd64\wheel\torch\include\ATen\hip 2024-10-08T20:14:15.6628940Z creating build\bdist.win-amd64\wheel\torch\include\ATen\hip\impl 2024-10-08T20:14:15.6632142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl\HIPAllocatorMasqueradingAsCUDA.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\hip\impl 2024-10-08T20:14:15.6637646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl\HIPCachingAllocatorMasqueradingAsCUDA.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\hip\impl 2024-10-08T20:14:15.6642893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl\HIPGuardImplMasqueradingAsCUDA.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\hip\impl 2024-10-08T20:14:15.6658242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\hip\impl\HIPStreamMasqueradingAsCUDA.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\hip\impl 2024-10-08T20:14:15.6663237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\InferSize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.6668820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\InitialTensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.6673797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\jiterator_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.6679076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\jit_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.6684219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Layout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.6690010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyBatchedFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.6695667Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyBatchedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.6701112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyVmapMode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.6715006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LegacyVmapTransforms.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.6720397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\LinalgBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.6725798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MapAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.6731158Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MatrixRef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.6737139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MemoryOverlap.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.6742595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MetaFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.6748261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MetaFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.6753785Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\MethodOperators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.6759816Z creating build\bdist.win-amd64\wheel\torch\include\ATen\miopen 2024-10-08T20:14:15.6762800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Descriptors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2024-10-08T20:14:15.6768243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2024-10-08T20:14:15.6774548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Handle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2024-10-08T20:14:15.6779823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\miopen-wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2024-10-08T20:14:15.6790781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Types.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2024-10-08T20:14:15.6796047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\miopen\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\miopen 2024-10-08T20:14:15.6801008Z creating build\bdist.win-amd64\wheel\torch\include\ATen\mps 2024-10-08T20:14:15.6804014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\EmptyTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-10-08T20:14:15.6809557Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\IndexKernels.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-10-08T20:14:15.6815639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-10-08T20:14:15.6821663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSAllocatorInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-10-08T20:14:15.6832514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSDevice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-10-08T20:14:15.6837678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-10-08T20:14:15.6843028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-10-08T20:14:15.6848489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSGuardImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-10-08T20:14:15.6853994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSHooks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-10-08T20:14:15.6859309Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSProfiler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-10-08T20:14:15.6865889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\mps\MPSStream.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\mps 2024-10-08T20:14:15.6871078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NamedTensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.6881662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NamedTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.6888678Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native 2024-10-08T20:14:15.6891831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Activation.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.6897486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\AdaptivePooling.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.6902864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\AmpKernels.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.6908330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\BatchLinearAlgebra.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.6917470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.6923137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\BinaryOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.6928534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\BucketizationUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.6934124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CanUse32BitIndexMath.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.6939225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ComplexHelper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.6944741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CompositeRandomAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.6950360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CompositeRandomAccessorCommon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.6955846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ConvolutionMM3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.6961550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ConvUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.6968126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.6973806Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\cpu 2024-10-08T20:14:15.6977074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\AtomicAddFloat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-10-08T20:14:15.6982362Z 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 2024-10-08T20:14:15.6988173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\CatKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-10-08T20:14:15.6993468Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\ChannelShuffleKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-10-08T20:14:15.7003332Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\CopyKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-10-08T20:14:15.7008508Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\DepthwiseConvKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-10-08T20:14:15.7013813Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\DistributionTemplates.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-10-08T20:14:15.7019796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\GridSamplerKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-10-08T20:14:15.7025349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\IndexKernelUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-10-08T20:14:15.7030893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\Intrinsics.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-10-08T20:14:15.7036317Z 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 2024-10-08T20:14:15.7041563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\IsContiguous.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-10-08T20:14:15.7046854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\LogAddExp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-10-08T20:14:15.7052741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\Loops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-10-08T20:14:15.7057699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\MaxUnpoolKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-10-08T20:14:15.7062685Z 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 2024-10-08T20:14:15.7068201Z 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 2024-10-08T20:14:15.7074279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\PixelShuffleKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-10-08T20:14:15.7079126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\Reduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-10-08T20:14:15.7084584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\ReduceUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-10-08T20:14:15.7095275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\SampledAddmmKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-10-08T20:14:15.7100443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\SerialStackImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-10-08T20:14:15.7105854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\SoftmaxKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-10-08T20:14:15.7111333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\SpmmReduceKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-10-08T20:14:15.7117428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\StackKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-10-08T20:14:15.7122915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\UpSampleKernelAVXAntialias.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-10-08T20:14:15.7129221Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-10-08T20:14:15.7134824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\WeightNormKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-10-08T20:14:15.7139848Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cpu\zmath.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cpu 2024-10-08T20:14:15.7145161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CPUBlas.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.7150493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\CPUFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.7155785Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Cross.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.7161781Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\cuda 2024-10-08T20:14:15.7164792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Activation.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-10-08T20:14:15.7169882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\BinaryInternal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-10-08T20:14:15.7175483Z 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 2024-10-08T20:14:15.7181047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\CompositeRandomAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-10-08T20:14:15.7194968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-10-08T20:14:15.7199966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\CUDAJitLoops.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-10-08T20:14:15.7205409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\CUDALoops.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-10-08T20:14:15.7210822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\CuFFTPlanCache.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-10-08T20:14:15.7217229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\CuFFTUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-10-08T20:14:15.7222224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\DeviceSqrt.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-10-08T20:14:15.7227542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Distributions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-10-08T20:14:15.7233240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\DistributionTemplates.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-10-08T20:14:15.7239283Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\EmbeddingBackwardKernel.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-10-08T20:14:15.7244538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\ForeachFunctors.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-10-08T20:14:15.7250432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\ForeachMinMaxFunctors.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-10-08T20:14:15.7255734Z 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 2024-10-08T20:14:15.7261149Z 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 2024-10-08T20:14:15.7266676Z 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 2024-10-08T20:14:15.7277472Z 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 2024-10-08T20:14:15.7282797Z 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 2024-10-08T20:14:15.7288263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\GridSampler.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-10-08T20:14:15.7293724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\GridSampler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-10-08T20:14:15.7299143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\im2col.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-10-08T20:14:15.7310580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\IndexKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-10-08T20:14:15.7315604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\JitLoops.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-10-08T20:14:15.7321153Z 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 2024-10-08T20:14:15.7326577Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\KernelUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-10-08T20:14:15.7332150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\LaunchUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-10-08T20:14:15.7344826Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Loops.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-10-08T20:14:15.7350078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Math.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-10-08T20:14:15.7357196Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\MemoryAccess.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-10-08T20:14:15.7362595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\MiscUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-10-08T20:14:15.7368029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\MultiTensorApply.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-10-08T20:14:15.7373490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Normalization.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-10-08T20:14:15.7380250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\PersistentSoftmax.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-10-08T20:14:15.7386283Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Pow.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-10-08T20:14:15.7391597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Randperm.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-10-08T20:14:15.7396713Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Reduce.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-10-08T20:14:15.7402913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\ReduceOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-10-08T20:14:15.7408149Z 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 2024-10-08T20:14:15.7421204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-10-08T20:14:15.7426980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\RowwiseScaledMM.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-10-08T20:14:15.7432239Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\ScanKernels.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-10-08T20:14:15.7437715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\ScanUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-10-08T20:14:15.7444018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Sort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-10-08T20:14:15.7449375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\Sorting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-10-08T20:14:15.7454609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\SortingCommon.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-10-08T20:14:15.7460380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\SortingRadixSelect.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-10-08T20:14:15.7465955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\SortStable.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-10-08T20:14:15.7471310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\SortUtils.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-10-08T20:14:15.7476991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\TensorModeKernel.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-10-08T20:14:15.7490059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\TensorModeKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-10-08T20:14:15.7495256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\TensorTopK.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-10-08T20:14:15.7500654Z 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 2024-10-08T20:14:15.7506314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\UniqueCub.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-10-08T20:14:15.7511596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\UpSample.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-10-08T20:14:15.7517109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\cuda\vol2col.cuh -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\cuda 2024-10-08T20:14:15.7522683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\DilatedConvolutionUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.7528205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\DispatchStub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.7538353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Distance.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.7544103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Distributions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.7550099Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\DistributionTemplates.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.7556544Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\EmbeddingBag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.7561837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.7567114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ForeachUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.7572545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FractionalMaxPooling.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.7578083Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FunctionOfAMatrixUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.7583112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FusedAdagrad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.7588368Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FusedAdam.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.7593859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\FusedSGD.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.7599000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\GridSampler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.7611266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\GridSamplerUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.7616703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\group_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.7622119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Histogram.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.7627569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\im2col.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.7633578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\im2col_shape_check.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.7639137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\IndexingUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.7644702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\IndexKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.7650242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\layer_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.7656176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Lerp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.7661814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\LinearAlgebra.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.7671420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\LinearAlgebraUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.7677330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\LossMulti.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.7682879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Math.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.7690110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\MathBitFallThroughLists.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.7695815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\MathBitsFallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.7701290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\MaxPooling.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.7707240Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\mps 2024-10-08T20:14:15.7710230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\Copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps 2024-10-08T20:14:15.7715761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\MPSGraphSequoiaOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps 2024-10-08T20:14:15.7721412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\MPSGraphSonomaOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps 2024-10-08T20:14:15.7726366Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\MPSGraphVenturaOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps 2024-10-08T20:14:15.7736311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\OperationUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps 2024-10-08T20:14:15.7742159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\TensorFactory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps 2024-10-08T20:14:15.7747611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\mps\UnaryConstants.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\mps 2024-10-08T20:14:15.7753461Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\nested 2024-10-08T20:14:15.7756618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested\NestedTensorBinaryOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\nested 2024-10-08T20:14:15.7773350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested\NestedTensorMath.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\nested 2024-10-08T20:14:15.7775482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested\NestedTensorTransformerFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\nested 2024-10-08T20:14:15.7779658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested\NestedTensorTransformerUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\nested 2024-10-08T20:14:15.7784966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\nested\NestedTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\nested 2024-10-08T20:14:15.7790431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\NonEmptyUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.7813156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\NonSymbolicBC.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.7818403Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Normalization.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.7830930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Padding.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.7836080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\PixelShuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.7841425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\PointwiseOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.7847016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Pool.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.7852217Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Pow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.7857968Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\quantized 2024-10-08T20:14:15.7861127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\AffineQuantizer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized 2024-10-08T20:14:15.7866857Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\AffineQuantizerBase.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized 2024-10-08T20:14:15.7871938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\ConvUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized 2024-10-08T20:14:15.7887882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\Copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized 2024-10-08T20:14:15.7893118Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\quantized\cpu 2024-10-08T20:14:15.7896298Z 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 2024-10-08T20:14:15.7901404Z 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 2024-10-08T20:14:15.7907004Z 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 2024-10-08T20:14:15.7912213Z 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 2024-10-08T20:14:15.7922244Z 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 2024-10-08T20:14:15.7927174Z 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 2024-10-08T20:14:15.7932576Z 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 2024-10-08T20:14:15.7938089Z 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 2024-10-08T20:14:15.7943160Z 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 2024-10-08T20:14:15.7949004Z 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 2024-10-08T20:14:15.7954407Z 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 2024-10-08T20:14:15.7959913Z 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 2024-10-08T20:14:15.7965173Z 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 2024-10-08T20:14:15.7970780Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\FakeQuantAffine.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized 2024-10-08T20:14:15.7976748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\IndexKernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized 2024-10-08T20:14:15.7982135Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\quantized\PackedParams.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\quantized 2024-10-08T20:14:15.7987667Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\RangeFactories.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.7993523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReduceAllOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.7998558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReduceOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.8003869Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReduceOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.8010462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ReductionType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.8023428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Repeat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.8028780Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.8034230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ResizeCommon.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.8039731Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\RNN.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.8045406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\ScatterGatherChecks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.8050968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SegmentReduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.8056612Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SharedReduceOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.8062703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SobolEngineOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.8068417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Sorting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.8073822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SortingUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.8079498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SparseTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.8085163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\SpectralOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.8094372Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\StridedRandomAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.8099983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorAdvancedIndexing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.8105682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorAdvancedIndexingUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.8111132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorCompare.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.8117063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorConversions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.8122670Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorDimApply.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.8128272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorFactories.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.8134047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorIterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.8145482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorIteratorDynamicCasting.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.8151015Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorProperties.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.8156304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorShape.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.8161978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TensorTransformations.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.8167726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TopKImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.8173566Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\transformers 2024-10-08T20:14:15.8176992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\transformers\attention.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\transformers 2024-10-08T20:14:15.8182485Z 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 2024-10-08T20:14:15.8188312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TransposeType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.8193679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TriangularOpsUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.8199356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\TypeProperties.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.8204781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\UnaryOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.8210392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Unfold2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.8216056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\Unfold3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.8221711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\UnfoldBackward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.8227275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\UpSample.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.8233028Z creating build\bdist.win-amd64\wheel\torch\include\ATen\native\utils 2024-10-08T20:14:15.8235923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils\Factory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\utils 2024-10-08T20:14:15.8241077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils\ParamsHash.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\utils 2024-10-08T20:14:15.8246474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\utils\ParamUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native\utils 2024-10-08T20:14:15.8252017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\verbose_wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.8257433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\native\vol2col.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\native 2024-10-08T20:14:15.8262923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NativeFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.8269828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NativeMetaFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.8276428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NestedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.8282154Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\NumericUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.8287698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\OpaqueTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.8293064Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Operators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.8299908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\OpMathType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:15.8443903Z creating build\bdist.win-amd64\wheel\torch\include\ATen\ops 2024-10-08T20:14:15.8446970Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.8452416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\absolute.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.8458116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\absolute_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.8463628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\absolute_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.8476638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\absolute_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.8482122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.8487402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.8492845Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.8498459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.8503685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\abs_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.8509316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.8514713Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.8520388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.8525549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.8530934Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.8536364Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.8541643Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.8547890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.8553207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acosh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.8559315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.8572770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.8578131Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.8583798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.8588937Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.8594245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.8599787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\acos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.8605470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.8611415Z 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 2024-10-08T20:14:15.8617002Z 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 2024-10-08T20:14:15.8622549Z 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 2024-10-08T20:14:15.8636726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.8642617Z 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 2024-10-08T20:14:15.8648221Z 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 2024-10-08T20:14:15.8654589Z 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 2024-10-08T20:14:15.8660524Z 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 2024-10-08T20:14:15.8666558Z 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 2024-10-08T20:14:15.8672235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_avg_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.8678000Z 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 2024-10-08T20:14:15.8687801Z 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 2024-10-08T20:14:15.8693619Z 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 2024-10-08T20:14:15.8699629Z 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 2024-10-08T20:14:15.8705234Z 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 2024-10-08T20:14:15.8711104Z 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 2024-10-08T20:14:15.8716821Z 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 2024-10-08T20:14:15.8722545Z 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 2024-10-08T20:14:15.8728545Z 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 2024-10-08T20:14:15.8734312Z 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 2024-10-08T20:14:15.8740565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.8758131Z 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 2024-10-08T20:14:15.8763613Z 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 2024-10-08T20:14:15.8769072Z 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 2024-10-08T20:14:15.8775030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.8780710Z 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 2024-10-08T20:14:15.8787032Z 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 2024-10-08T20:14:15.8792701Z 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 2024-10-08T20:14:15.8798597Z 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 2024-10-08T20:14:15.8804451Z 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 2024-10-08T20:14:15.8810676Z 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 2024-10-08T20:14:15.8816792Z 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 2024-10-08T20:14:15.8828303Z 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 2024-10-08T20:14:15.8834399Z 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 2024-10-08T20:14:15.8841337Z 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 2024-10-08T20:14:15.8847348Z 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 2024-10-08T20:14:15.8852991Z 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 2024-10-08T20:14:15.8859319Z 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 2024-10-08T20:14:15.8870680Z 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 2024-10-08T20:14:15.8876271Z 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 2024-10-08T20:14:15.8882043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adaptive_max_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.8887950Z 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 2024-10-08T20:14:15.8894562Z 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 2024-10-08T20:14:15.8900320Z 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 2024-10-08T20:14:15.8913976Z 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 2024-10-08T20:14:15.8919455Z 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 2024-10-08T20:14:15.8925426Z 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 2024-10-08T20:14:15.8931504Z 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 2024-10-08T20:14:15.8937382Z 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 2024-10-08T20:14:15.8943957Z 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 2024-10-08T20:14:15.8949498Z 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 2024-10-08T20:14:15.8955157Z 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 2024-10-08T20:14:15.8960568Z 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 2024-10-08T20:14:15.8966801Z 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 2024-10-08T20:14:15.8972397Z 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 2024-10-08T20:14:15.8978190Z 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 2024-10-08T20:14:15.8983822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.8989576Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.8995494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9000915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9006365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9012532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9017776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addbmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9023257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9029016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9034379Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9044327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9049733Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9055646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9061297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9066864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcdiv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9072578Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9078333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9083880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9089400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9094972Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9100892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9106476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9111897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addcmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9117397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9123140Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9128565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9134090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9139803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9145432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9151037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9156485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9169619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9175679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9181046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9186615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9192253Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9201345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9206716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9212277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addmv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9218183Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9223942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9229373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9234848Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9240819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9246140Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\addr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9252019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9257721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9263287Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9268919Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9274549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9279781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9285593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9291295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\add_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9296852Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adjoint.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9302369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adjoint_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9307989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adjoint_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9313412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\adjoint_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9319102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\affine_grid_generator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9324824Z 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 2024-10-08T20:14:15.9331029Z 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 2024-10-08T20:14:15.9336873Z 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 2024-10-08T20:14:15.9343086Z 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 2024-10-08T20:14:15.9348699Z 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 2024-10-08T20:14:15.9354560Z 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 2024-10-08T20:14:15.9360477Z 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 2024-10-08T20:14:15.9366064Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9371792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9377335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9383400Z 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 2024-10-08T20:14:15.9389175Z 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 2024-10-08T20:14:15.9401680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9407107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9412822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9418317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alias_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9423962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9429536Z 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 2024-10-08T20:14:15.9435054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_as_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9441003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_as_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9446878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_tensors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9452944Z 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 2024-10-08T20:14:15.9458637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_tensors_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9464035Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_tensors_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9469973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9475436Z 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 2024-10-08T20:14:15.9481017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_to_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9486840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\align_to_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9492415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9497989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\allclose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9503676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\allclose_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9531216Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\allclose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9538369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\allclose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9543926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9549660Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9555638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9561073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9567765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9573264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9578685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9584072Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9589481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\all_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9595160Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alpha_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9601070Z 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 2024-10-08T20:14:15.9606604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alpha_dropout_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9612142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\alpha_dropout_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9617706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9624810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9630138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9635728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9641382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9646935Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9652452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9663520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9668611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9673863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9679660Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9685298Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9691085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9696662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9702223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9707768Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9713351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\aminmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9719269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9725870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9734029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9740791Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9747520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9754243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9760957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\amin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9767419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\and.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9775426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\and_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9782024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\and_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9788930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\and_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9795593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9802256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9809965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9816848Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9823484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\angle_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9830319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9837397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9845200Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9853322Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9860048Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9867004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9874786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9881431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9888096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9894800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\any_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9901320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9909599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9916267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9923028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9929823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9942246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9950436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arange_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9957331Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9963785Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9970833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccosh_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9977685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccosh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9985434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccosh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9992614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccos_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:15.9999718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0006607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arccos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0014672Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0021409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0028348Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsinh_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0034948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsinh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0041603Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsinh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0049760Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsin_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0056535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0063505Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arcsin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0070239Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0077005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0083244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan2_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0090588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0097466Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0104214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0111125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctanh_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0118902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0125767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0133032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0139825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0146761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\arctan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0154648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0161664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0168245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0175166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0183363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0190186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0196974Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0203736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0210525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0218725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0225607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0232494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0239370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0246264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0254349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0261246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argmin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0268060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argsort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0275235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argsort_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0281854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argsort_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0289533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argsort_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0296486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argwhere.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0303096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argwhere_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0309627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argwhere_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0316127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\argwhere_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0323794Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0330432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0337554Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0344247Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0351887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0359532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0366626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0372968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0379791Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asinh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0386972Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0394552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0401956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0408659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0415196Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0421811Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0429970Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\asin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0436116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0443183Z 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 2024-10-08T20:14:16.0449667Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0457277Z 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 2024-10-08T20:14:16.0464119Z 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 2024-10-08T20:14:16.0477391Z 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 2024-10-08T20:14:16.0482732Z 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 2024-10-08T20:14:16.0488569Z 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 2024-10-08T20:14:16.0494409Z 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 2024-10-08T20:14:16.0500329Z 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 2024-10-08T20:14:16.0505834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0511520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0517267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\as_strided_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0523256Z 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 2024-10-08T20:14:16.0529013Z 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 2024-10-08T20:14:16.0534731Z 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 2024-10-08T20:14:16.0540576Z 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 2024-10-08T20:14:16.0546085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0551995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0557697Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0563224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0568774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0574555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0580667Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0586408Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0592047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0597774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0603695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0609298Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0615196Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0620856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0626851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0632663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0638285Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0644369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0650059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0655519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0660968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0666561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0672290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0677739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0683414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0689675Z 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 2024-10-08T20:14:16.0695004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0700449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0706093Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0712214Z 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 2024-10-08T20:14:16.0718457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0723717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0729448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0735621Z 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 2024-10-08T20:14:16.0741195Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0746596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\atleast_3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0752222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0758280Z 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 2024-10-08T20:14:16.0763810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0769519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0775248Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0781706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0788048Z 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 2024-10-08T20:14:16.0794008Z 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 2024-10-08T20:14:16.0799833Z 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 2024-10-08T20:14:16.0805513Z 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 2024-10-08T20:14:16.0811809Z 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 2024-10-08T20:14:16.0817413Z 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 2024-10-08T20:14:16.0823206Z 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 2024-10-08T20:14:16.0829647Z 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 2024-10-08T20:14:16.0835286Z 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 2024-10-08T20:14:16.0840978Z 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 2024-10-08T20:14:16.0846767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0852557Z 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 2024-10-08T20:14:16.0858431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0864134Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0869812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0875818Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0882654Z 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 2024-10-08T20:14:16.0888246Z 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 2024-10-08T20:14:16.0894001Z 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 2024-10-08T20:14:16.0900083Z 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 2024-10-08T20:14:16.0905658Z 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 2024-10-08T20:14:16.0911602Z 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 2024-10-08T20:14:16.0917610Z 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 2024-10-08T20:14:16.0923613Z 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 2024-10-08T20:14:16.0929069Z 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 2024-10-08T20:14:16.0934882Z 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 2024-10-08T20:14:16.0947490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0953636Z 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 2024-10-08T20:14:16.0959236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0964832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\avg_pool3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0970479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0976342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0981658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0987391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0993228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.0998998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.1005048Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.1010506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\baddbmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.1016335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bartlett_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.1022677Z 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 2024-10-08T20:14:16.1028471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bartlett_window_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.1034138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bartlett_window_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.1039998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.1045666Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.1051556Z 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 2024-10-08T20:14:16.1057431Z 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 2024-10-08T20:14:16.1063034Z 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 2024-10-08T20:14:16.1069174Z 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 2024-10-08T20:14:16.1075168Z 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 2024-10-08T20:14:16.1080994Z 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 2024-10-08T20:14:16.1086697Z 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 2024-10-08T20:14:16.1092511Z 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 2024-10-08T20:14:16.1098361Z 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 2024-10-08T20:14:16.1104311Z 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 2024-10-08T20:14:16.1112806Z 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 2024-10-08T20:14:16.1121600Z 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 2024-10-08T20:14:16.1130409Z 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 2024-10-08T20:14:16.1139532Z 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 2024-10-08T20:14:16.1147563Z 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 2024-10-08T20:14:16.1153320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_elemt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.1159587Z 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 2024-10-08T20:14:16.1165332Z 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 2024-10-08T20:14:16.1171009Z 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 2024-10-08T20:14:16.1176991Z 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 2024-10-08T20:14:16.3911106Z 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 2024-10-08T20:14:16.3917584Z 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 2024-10-08T20:14:16.3923798Z 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 2024-10-08T20:14:16.3929794Z 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 2024-10-08T20:14:16.3937243Z 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 2024-10-08T20:14:16.3943234Z 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 2024-10-08T20:14:16.3949782Z 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 2024-10-08T20:14:16.3955533Z 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 2024-10-08T20:14:16.3961843Z 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 2024-10-08T20:14:16.3967646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.3974048Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.3980053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\batch_norm_stats.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.3985973Z 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 2024-10-08T20:14:16.3991689Z 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 2024-10-08T20:14:16.3998424Z 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 2024-10-08T20:14:16.4003997Z 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 2024-10-08T20:14:16.4009760Z 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 2024-10-08T20:14:16.4016502Z 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 2024-10-08T20:14:16.4022017Z 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 2024-10-08T20:14:16.4028632Z 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 2024-10-08T20:14:16.4034418Z 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 2024-10-08T20:14:16.4040090Z 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 2024-10-08T20:14:16.4045638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.4052591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.4058433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.4064089Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.4069969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.4649893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.4657302Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.4663108Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bernoulli_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.4668872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bilinear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.4674726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bilinear_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.4680287Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bilinear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.4685712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bilinear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.4692246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binary_cross_entropy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.4697645Z 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 2024-10-08T20:14:16.4703571Z 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 2024-10-08T20:14:16.4709508Z 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 2024-10-08T20:14:16.4719321Z 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 2024-10-08T20:14:16.4725134Z 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 2024-10-08T20:14:16.4731116Z 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 2024-10-08T20:14:16.4737102Z 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 2024-10-08T20:14:16.4742904Z 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 2024-10-08T20:14:16.4748697Z 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 2024-10-08T20:14:16.4754645Z 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 2024-10-08T20:14:16.4761286Z 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 2024-10-08T20:14:16.4767233Z 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 2024-10-08T20:14:16.4773166Z 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 2024-10-08T20:14:16.4779423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.4785757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.4791231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.4796961Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.4803754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.4809270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bincount_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.4815082Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.4820979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.4826735Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.4832349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.4838045Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.4843863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\binomial_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.4849704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.4855863Z 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 2024-10-08T20:14:16.4861666Z 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 2024-10-08T20:14:16.4867276Z 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 2024-10-08T20:14:16.4873070Z 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 2024-10-08T20:14:16.4878814Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.4884654Z 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 2024-10-08T20:14:16.4890660Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.4896544Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_and_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.4902312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_left_shift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.4908869Z 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 2024-10-08T20:14:16.4914814Z 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 2024-10-08T20:14:16.4920601Z 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 2024-10-08T20:14:16.4926650Z 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 2024-10-08T20:14:16.4932721Z 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 2024-10-08T20:14:16.4943496Z 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 2024-10-08T20:14:16.4949315Z 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 2024-10-08T20:14:16.4959500Z 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 2024-10-08T20:14:16.4963239Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_not.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.4970138Z 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 2024-10-08T20:14:16.4976170Z 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 2024-10-08T20:14:16.4982216Z 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 2024-10-08T20:14:16.4987737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_not_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.4994078Z 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 2024-10-08T20:14:16.4999671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_not_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5005238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_not_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5010809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5017325Z 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 2024-10-08T20:14:16.5023256Z 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 2024-10-08T20:14:16.5029356Z 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 2024-10-08T20:14:16.5035073Z 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 2024-10-08T20:14:16.5040775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5046549Z 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 2024-10-08T20:14:16.5052236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5058105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_or_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5063861Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_right_shift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5069980Z 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 2024-10-08T20:14:16.5075735Z 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 2024-10-08T20:14:16.5082333Z 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 2024-10-08T20:14:16.5088115Z 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 2024-10-08T20:14:16.5094011Z 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 2024-10-08T20:14:16.5099876Z 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 2024-10-08T20:14:16.5105697Z 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 2024-10-08T20:14:16.5111360Z 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 2024-10-08T20:14:16.5116999Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5123081Z 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 2024-10-08T20:14:16.5129200Z 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 2024-10-08T20:14:16.5135008Z 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 2024-10-08T20:14:16.5140683Z 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 2024-10-08T20:14:16.5146581Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5152275Z 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 2024-10-08T20:14:16.5158213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5163803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bitwise_xor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5169737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\blackman_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5175747Z 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 2024-10-08T20:14:16.5181941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\blackman_window_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5187645Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\blackman_window_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5193266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\block_diag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5199192Z 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 2024-10-08T20:14:16.5204618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\block_diag_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5210182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\block_diag_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5215802Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5221604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5226992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5232481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5237952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5243245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5249022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5254568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5259971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_tensors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5265717Z 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 2024-10-08T20:14:16.5271165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_tensors_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5276410Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_tensors_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5282439Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5288500Z 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 2024-10-08T20:14:16.5294379Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_to_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5300025Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\broadcast_to_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5305494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5311246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5316655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5322143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5327574Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5333276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\bucketize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5338930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\can_cast.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5344389Z 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 2024-10-08T20:14:16.5350824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\can_cast_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5355998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\can_cast_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5361520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cartesian_prod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5367692Z 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 2024-10-08T20:14:16.5373326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cartesian_prod_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5378727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cartesian_prod_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5384699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5391035Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5397191Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5403284Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5409388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5415648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5421544Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5427467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5433537Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5439293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5445503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5451524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5457773Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5463833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5478225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5483544Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cauchy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5489282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5495113Z 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 2024-10-08T20:14:16.5500651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5506883Z 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 2024-10-08T20:14:16.5513140Z 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 2024-10-08T20:14:16.5518807Z 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 2024-10-08T20:14:16.5524769Z 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 2024-10-08T20:14:16.5530629Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5536109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ccol_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5541868Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cdist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5547538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cdist_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5553244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cdist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5558766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cdist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5564381Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5570294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5575904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5581612Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5587401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5592867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5599929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5605415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ceil_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5610819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\celu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5616664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\celu_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5622595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\celu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5628297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\celu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5633704Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chain_matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5639737Z 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 2024-10-08T20:14:16.5645633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chain_matmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5651103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chain_matmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5656806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chalf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5662419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chalf_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5667857Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chalf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5673186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chalf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5678891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\channel_shuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5685344Z 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 2024-10-08T20:14:16.5690871Z 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 2024-10-08T20:14:16.5696921Z 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 2024-10-08T20:14:16.5702615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\channel_shuffle_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5708375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\channel_shuffle_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5714057Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5719609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5725320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5731244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_inverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5737256Z 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 2024-10-08T20:14:16.5743022Z 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 2024-10-08T20:14:16.5748777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_inverse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5754513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_inverse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5760442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5767007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5773175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5779525Z 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 2024-10-08T20:14:16.5785062Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_solve_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5790469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cholesky_solve_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5796470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\choose_qparams_optimized.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5802405Z 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 2024-10-08T20:14:16.5807835Z 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 2024-10-08T20:14:16.5813954Z 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 2024-10-08T20:14:16.5819602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chunk.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5825546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chunk_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5831160Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chunk_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5837242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\chunk_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5843751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5849527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5855245Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5860845Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5866324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_max.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5872423Z 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 2024-10-08T20:14:16.5877967Z 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 2024-10-08T20:14:16.5883731Z 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 2024-10-08T20:14:16.5889217Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_max_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5895174Z 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 2024-10-08T20:14:16.5900811Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_max_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5906377Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_max_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5911911Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5917534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5933725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_min.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5935599Z 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 2024-10-08T20:14:16.5937513Z 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 2024-10-08T20:14:16.5940789Z 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 2024-10-08T20:14:16.5946228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_min_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5952327Z 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 2024-10-08T20:14:16.5957949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_min_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5963499Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_min_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5969153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5974757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clamp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5980625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clip.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5986278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clip_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.5991903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clip_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6018476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clip_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6023828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clone.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6029618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clone_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6035214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clone_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6040792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\clone_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6046566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\coalesce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6052121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\coalesce_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6057672Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\coalesce_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6063829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\coalesce_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6069404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6074987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6081206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6086815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6092592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col2im_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6098534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\column_stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6104495Z 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 2024-10-08T20:14:16.6110040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\column_stack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6115607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\column_stack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6121251Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6127054Z 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 2024-10-08T20:14:16.6132748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6139214Z 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 2024-10-08T20:14:16.6145179Z 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 2024-10-08T20:14:16.6150827Z 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 2024-10-08T20:14:16.6156692Z 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 2024-10-08T20:14:16.6162436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6168079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\col_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6174206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\combinations.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6180222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\combinations_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6185874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\combinations_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6199367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\combinations_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6205073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6210915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6216624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6222496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6228246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6233936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\complex_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6239609Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6244767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concatenate.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6250936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concatenate_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6256812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concatenate_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6262263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concatenate_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6268698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concat_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6274159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6279889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\concat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6285385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6290879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6297526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6303333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6308580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_physical.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6315054Z 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 2024-10-08T20:14:16.6321098Z 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 2024-10-08T20:14:16.6326728Z 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 2024-10-08T20:14:16.6332683Z 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 2024-10-08T20:14:16.6338461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_physical_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6344112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conj_physical_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6350365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\constant_pad_nd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6356596Z 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 2024-10-08T20:14:16.6362108Z 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 2024-10-08T20:14:16.6367698Z 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 2024-10-08T20:14:16.6373391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\contiguous.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6386336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\contiguous_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6391786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\contiguous_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6397439Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\contiguous_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6403113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6408931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv1d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6414436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6419996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6425751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6431444Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv2d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6436930Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6442900Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6448424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6454486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv3d_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6459916Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6465521Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6471082Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6476788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6482963Z 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 2024-10-08T20:14:16.6488909Z 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 2024-10-08T20:14:16.6495520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6501172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6506977Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_backward_overrideable.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6513295Z 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 2024-10-08T20:14:16.6519945Z 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 2024-10-08T20:14:16.6526578Z 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 2024-10-08T20:14:16.6532905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6538887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6544759Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6550705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_overrideable.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6556813Z 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 2024-10-08T20:14:16.6562757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_overrideable_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6568761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\convolution_overrideable_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6574868Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_depthwise3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6580996Z 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 2024-10-08T20:14:16.6586755Z 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 2024-10-08T20:14:16.6592841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_depthwise3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6598631Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_depthwise3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6604486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_tbc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6610152Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_tbc_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6633923Z 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 2024-10-08T20:14:16.6639619Z 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 2024-10-08T20:14:16.6645533Z 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 2024-10-08T20:14:16.6651547Z 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 2024-10-08T20:14:16.6657615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_tbc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6663423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_tbc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6669302Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6675652Z 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 2024-10-08T20:14:16.6681323Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6687367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6693305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6700014Z 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 2024-10-08T20:14:16.6705745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6711546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6717356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6723378Z 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 2024-10-08T20:14:16.6729292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6735399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\conv_transpose3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6741306Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6746806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6752758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6758889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6764580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6770409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6777022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6782953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6788796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6794712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copysign_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6801271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6807013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6812699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6818640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6824326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6829972Z 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 2024-10-08T20:14:16.6836001Z 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 2024-10-08T20:14:16.6842008Z 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 2024-10-08T20:14:16.6847622Z 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 2024-10-08T20:14:16.6853501Z 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 2024-10-08T20:14:16.6862279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\corrcoef.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6869327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\corrcoef_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6874718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\corrcoef_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6880043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\corrcoef_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6886812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6892211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6898099Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6903469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6909325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6915077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6920512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6926053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6931514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6937147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosine_embedding_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6943041Z 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 2024-10-08T20:14:16.6949554Z 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 2024-10-08T20:14:16.6954740Z 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 2024-10-08T20:14:16.6960328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosine_similarity.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6966398Z 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 2024-10-08T20:14:16.6972231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosine_similarity_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6987223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cosine_similarity_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6993452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.6999066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7004616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7011013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7016319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7021899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7027452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7032847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\count_nonzero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7038785Z 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 2024-10-08T20:14:16.7044667Z 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 2024-10-08T20:14:16.7050579Z 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 2024-10-08T20:14:16.7057386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\count_nonzero_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7063029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\count_nonzero_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7068647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cov.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7074503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cov_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7080289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cov_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7085999Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cov_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7091661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7097732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7103392Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_entropy_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7109893Z 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 2024-10-08T20:14:16.7115381Z 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 2024-10-08T20:14:16.7121857Z 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 2024-10-08T20:14:16.7127469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7133074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cross_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7139129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7145016Z 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 2024-10-08T20:14:16.7150493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7157322Z 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 2024-10-08T20:14:16.7163405Z 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 2024-10-08T20:14:16.7169066Z 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 2024-10-08T20:14:16.7174970Z 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 2024-10-08T20:14:16.7180796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7186419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\crow_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7192137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ctc_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7198039Z 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 2024-10-08T20:14:16.7203726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ctc_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7209490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ctc_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7215731Z 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 2024-10-08T20:14:16.7233539Z 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 2024-10-08T20:14:16.7239609Z 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 2024-10-08T20:14:16.7246035Z 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 2024-10-08T20:14:16.7252125Z 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 2024-10-08T20:14:16.7258150Z 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 2024-10-08T20:14:16.7264417Z 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 2024-10-08T20:14:16.7270221Z 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 2024-10-08T20:14:16.7276278Z 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 2024-10-08T20:14:16.7282636Z 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 2024-10-08T20:14:16.7288454Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7294471Z 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 2024-10-08T20:14:16.7300977Z 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 2024-10-08T20:14:16.7306918Z 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 2024-10-08T20:14:16.7312797Z 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 2024-10-08T20:14:16.7318782Z 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 2024-10-08T20:14:16.7324871Z 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 2024-10-08T20:14:16.7330625Z 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 2024-10-08T20:14:16.7337142Z 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 2024-10-08T20:14:16.7343107Z 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 2024-10-08T20:14:16.7349000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7355368Z 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 2024-10-08T20:14:16.7361670Z 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 2024-10-08T20:14:16.7367633Z 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 2024-10-08T20:14:16.7373549Z 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 2024-10-08T20:14:16.7379868Z 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 2024-10-08T20:14:16.7385599Z 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 2024-10-08T20:14:16.7391462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7397298Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7403157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7409339Z 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 2024-10-08T20:14:16.7415301Z 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 2024-10-08T20:14:16.7421192Z 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 2024-10-08T20:14:16.7427468Z 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 2024-10-08T20:14:16.7433656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_convolution_transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7439776Z 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 2024-10-08T20:14:16.7445554Z 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 2024-10-08T20:14:16.7451411Z 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 2024-10-08T20:14:16.7457373Z 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 2024-10-08T20:14:16.7463297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_grid_sampler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7469193Z 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 2024-10-08T20:14:16.7475402Z 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 2024-10-08T20:14:16.7481469Z 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 2024-10-08T20:14:16.7496319Z 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 2024-10-08T20:14:16.7502062Z 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 2024-10-08T20:14:16.7508439Z 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 2024-10-08T20:14:16.7514228Z 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 2024-10-08T20:14:16.7520031Z 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 2024-10-08T20:14:16.7525733Z 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 2024-10-08T20:14:16.7531438Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cudnn_is_acceptable.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7537731Z 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 2024-10-08T20:14:16.7543530Z 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 2024-10-08T20:14:16.7549034Z 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 2024-10-08T20:14:16.7554769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7560276Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummaxmin_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7566310Z 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 2024-10-08T20:14:16.7571908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummaxmin_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7577597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummaxmin_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7584343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7605949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7611359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7617090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7622741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7628445Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7634405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7639893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7645516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cummin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7651216Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7656766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7662888Z 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 2024-10-08T20:14:16.7668510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7674423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7680571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7686794Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7692306Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7698188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7703873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7709633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7715560Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7721262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumprod_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7726914Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7733236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7739049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7744617Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7750274Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7756027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7761708Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7767409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7773105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumsum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7779077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumulative_trapezoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7785612Z 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 2024-10-08T20:14:16.7791390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumulative_trapezoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7797466Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\cumulative_trapezoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7803211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7808999Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\data_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7814579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\data_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7820184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\data_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7825477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\deg2rad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7831304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\deg2rad_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7836759Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\deg2rad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7842778Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\deg2rad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7848467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dense_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7854635Z 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 2024-10-08T20:14:16.7860253Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dense_dim_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7865711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dense_dim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7871506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7877750Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7883282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7889589Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7896101Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7901950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dequantize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7907829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\det.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7913073Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7919668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7925263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7931466Z 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 2024-10-08T20:14:16.7937415Z 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 2024-10-08T20:14:16.7943122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7948640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7954778Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7960375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\detach_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7966920Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\det_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7972514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\det_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7978096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\det_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7983500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7988947Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagflat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.7994527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagflat_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8000103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagflat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8005541Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagflat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8011315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8017039Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8023268Z 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 2024-10-08T20:14:16.8028978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8035123Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8041217Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8047159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8052890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8059486Z 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 2024-10-08T20:14:16.8065416Z 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 2024-10-08T20:14:16.8071152Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8076982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8082986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8088621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8094461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8101242Z 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 2024-10-08T20:14:16.8106989Z 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 2024-10-08T20:14:16.8113307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_scatter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8119030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diagonal_scatter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8125268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8130624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_embed.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8137322Z 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 2024-10-08T20:14:16.8143114Z 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 2024-10-08T20:14:16.8148765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_embed_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8154516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_embed_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8160266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8165913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diag_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8171320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diff.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8177545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diff_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8183436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diff_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8189199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\diff_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8194406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8200243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8205712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8211908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8217426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8222774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8228613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8234218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\digamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8239913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8245395Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dist_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8250782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8256435Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8261962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8267473Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\divide.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8273117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\divide_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8278708Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\divide_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8284268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\divide_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8290337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8296063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8301559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8307372Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8312849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8318571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8324953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8330455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\div_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8336436Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8342075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8347621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8353389Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8358928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8364437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8369802Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8375433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dropout_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8380733Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dropout_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8386080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dropout_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8391653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dsplit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8397827Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dsplit_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8403455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dsplit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8408989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dsplit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8415089Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dstack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8420538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dstack_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8425920Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dstack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8431145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\dstack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8436906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\einsum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8442626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\einsum_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8448285Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\einsum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8453944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\einsum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8459457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8464830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8470687Z 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 2024-10-08T20:14:16.8480473Z 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 2024-10-08T20:14:16.8486068Z 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 2024-10-08T20:14:16.8491937Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8497865Z 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 2024-10-08T20:14:16.8503505Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8509220Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8515728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8521024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8526486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8532133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8537422Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8543010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8548530Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\elu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8554227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8559973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8566003Z 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 2024-10-08T20:14:16.8571911Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8577712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8583303Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_bag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8589286Z 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 2024-10-08T20:14:16.8594798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_bag_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8600598Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_bag_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8606564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8612372Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_dense_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8618883Z 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 2024-10-08T20:14:16.8624895Z 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 2024-10-08T20:14:16.8631340Z 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 2024-10-08T20:14:16.8637083Z 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 2024-10-08T20:14:16.8642747Z 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 2024-10-08T20:14:16.8648691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8654428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8660275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_renorm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8666359Z 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 2024-10-08T20:14:16.8672060Z 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 2024-10-08T20:14:16.8677787Z 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 2024-10-08T20:14:16.8683895Z 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 2024-10-08T20:14:16.8689618Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_renorm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8695383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_renorm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8701149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\embedding_sparse_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8707168Z 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 2024-10-08T20:14:16.8712838Z 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 2024-10-08T20:14:16.8718872Z 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 2024-10-08T20:14:16.8724627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8730973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8736830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8742476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8748365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8753914Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8761578Z 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 2024-10-08T20:14:16.8767518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_like_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8773490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_like_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8779398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8785125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8790749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8796668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_permuted.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8802674Z 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 2024-10-08T20:14:16.8808606Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_permuted_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8814315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_permuted_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8820319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_quantized.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8826765Z 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 2024-10-08T20:14:16.8833047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_quantized_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8838747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_quantized_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8844315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_strided.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8850923Z 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 2024-10-08T20:14:16.8856646Z 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 2024-10-08T20:14:16.8862404Z 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 2024-10-08T20:14:16.8868148Z 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 2024-10-08T20:14:16.8873790Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_strided_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8879451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\empty_strided_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8885013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8890519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8895894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8901567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8907288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8912937Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\equal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8918908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8924628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8930249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8936246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8941787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8947393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8953055Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eq_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8958531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8963945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8969915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8987340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8993228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.8999307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9004782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9010397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9016074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9021513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9027568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9033115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9039289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9045021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9050642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9056546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9062126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erfinv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9068316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9073964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9079574Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9085721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9091017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9096696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9124502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\erf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9129940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9135448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9141381Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9146915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9152892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9158512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9164149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9170380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9176194Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9181709Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9187138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9193077Z 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 2024-10-08T20:14:16.9198820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_as_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9204314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_as_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9210262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9216543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9222342Z 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 2024-10-08T20:14:16.9228189Z 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 2024-10-08T20:14:16.9234054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9240633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9246335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9252296Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expand_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9257900Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9263975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9269387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9275337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9280806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9286353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9292103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9297860Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\expm1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9303553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9309487Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9315146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9320745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9327207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9332907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9338626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exponential_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9344671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9350019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9355669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9361068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9366508Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9372169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9378317Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\exp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9384992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9391762Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9397346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9402873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9408477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9414424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9419995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\eye_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9425563Z 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 2024-10-08T20:14:16.9431293Z 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 2024-10-08T20:14:16.9437259Z 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 2024-10-08T20:14:16.9443490Z 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 2024-10-08T20:14:16.9449705Z 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 2024-10-08T20:14:16.9455783Z 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 2024-10-08T20:14:16.9462376Z 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 2024-10-08T20:14:16.9468232Z 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 2024-10-08T20:14:16.9474536Z 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 2024-10-08T20:14:16.9480592Z 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 2024-10-08T20:14:16.9486654Z 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 2024-10-08T20:14:16.9493319Z 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 2024-10-08T20:14:16.9499378Z 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 2024-10-08T20:14:16.9505692Z 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 2024-10-08T20:14:16.9511766Z 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 2024-10-08T20:14:16.9517821Z 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 2024-10-08T20:14:16.9524157Z 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 2024-10-08T20:14:16.9530944Z 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 2024-10-08T20:14:16.9537148Z 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 2024-10-08T20:14:16.9543209Z 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 2024-10-08T20:14:16.9549711Z 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 2024-10-08T20:14:16.9555704Z 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 2024-10-08T20:14:16.9562305Z 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 2024-10-08T20:14:16.9568391Z 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 2024-10-08T20:14:16.9574505Z 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 2024-10-08T20:14:16.9580869Z 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 2024-10-08T20:14:16.9587674Z 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 2024-10-08T20:14:16.9594172Z 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 2024-10-08T20:14:16.9600074Z 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 2024-10-08T20:14:16.9606323Z 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 2024-10-08T20:14:16.9612433Z 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 2024-10-08T20:14:16.9618712Z 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 2024-10-08T20:14:16.9624948Z 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 2024-10-08T20:14:16.9631061Z 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 2024-10-08T20:14:16.9637098Z 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 2024-10-08T20:14:16.9643083Z 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 2024-10-08T20:14:16.9649124Z 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 2024-10-08T20:14:16.9655950Z 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 2024-10-08T20:14:16.9662207Z 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 2024-10-08T20:14:16.9668735Z 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 2024-10-08T20:14:16.9674732Z 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 2024-10-08T20:14:16.9680721Z 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 2024-10-08T20:14:16.9686949Z 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 2024-10-08T20:14:16.9692918Z 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 2024-10-08T20:14:16.9699123Z 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 2024-10-08T20:14:16.9705517Z 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 2024-10-08T20:14:16.9711481Z 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 2024-10-08T20:14:16.9717729Z 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 2024-10-08T20:14:16.9723773Z 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 2024-10-08T20:14:16.9730512Z 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 2024-10-08T20:14:16.9736474Z 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 2024-10-08T20:14:16.9742135Z 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 2024-10-08T20:14:16.9747990Z 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 2024-10-08T20:14:16.9754796Z 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 2024-10-08T20:14:16.9760661Z 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 2024-10-08T20:14:16.9766647Z 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 2024-10-08T20:14:16.9772360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\feature_alpha_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9778480Z 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 2024-10-08T20:14:16.9784303Z 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 2024-10-08T20:14:16.9790473Z 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 2024-10-08T20:14:16.9796882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\feature_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9803018Z 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 2024-10-08T20:14:16.9808764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\feature_dropout_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9814503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\feature_dropout_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9820414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9825727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9831811Z 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 2024-10-08T20:14:16.9837194Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9842817Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9848543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftfreq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9854494Z 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 2024-10-08T20:14:16.9860005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftfreq_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9865806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftfreq_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9871540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9877354Z 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 2024-10-08T20:14:16.9882752Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9888529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9894244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9900237Z 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 2024-10-08T20:14:16.9905724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftshift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9911097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fftshift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9917213Z 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 2024-10-08T20:14:16.9922902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9928480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_fft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9934174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9939586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9945465Z 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 2024-10-08T20:14:16.9950904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9956794Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9962364Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9968406Z 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 2024-10-08T20:14:16.9974059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfftn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9979939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfftn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9985832Z 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 2024-10-08T20:14:16.9991361Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:16.9996965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_hfft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0008661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0014043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0020523Z 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 2024-10-08T20:14:17.0026168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0031927Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0037702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0044024Z 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 2024-10-08T20:14:17.0049935Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0055995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0061824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0067936Z 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 2024-10-08T20:14:17.0073711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftshift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0079295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifftshift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0085531Z 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 2024-10-08T20:14:17.0091459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0097314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ifft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0103197Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0108884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0115096Z 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 2024-10-08T20:14:17.0120678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0126543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0132453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0139041Z 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 2024-10-08T20:14:17.0144572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfftn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0150320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfftn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0156629Z 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 2024-10-08T20:14:17.0162109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0167832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_ihfft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0173779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0179808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0186743Z 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 2024-10-08T20:14:17.0191832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0197523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0203129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0209798Z 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 2024-10-08T20:14:17.0215494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfftn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0221264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfftn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0227555Z 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 2024-10-08T20:14:17.0233233Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0239014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_irfft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0244757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0250510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0256642Z 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 2024-10-08T20:14:17.0262312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0268214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0273959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftfreq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0280124Z 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 2024-10-08T20:14:17.0285906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftfreq_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0291810Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftfreq_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0297741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0303958Z 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 2024-10-08T20:14:17.0309924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0315820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfftn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0321960Z 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 2024-10-08T20:14:17.0327679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0333503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fft_rfft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0339373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0345222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0350843Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0356888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0362761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_diagonal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0368619Z 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 2024-10-08T20:14:17.0374386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_diagonal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0380082Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_diagonal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0385891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0391545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0397433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fill_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0402884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fix.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0408758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fix_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0414423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fix_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0431177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fix_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0436716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0442574Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0448253Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_dense_tensors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0454719Z 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 2024-10-08T20:14:17.0460356Z 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 2024-10-08T20:14:17.0466068Z 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 2024-10-08T20:14:17.0471969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0477782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flatten_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0483531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0489362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fliplr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0495043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fliplr_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0500927Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fliplr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0506567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fliplr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0512250Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flipud.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0517717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flipud_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0523175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flipud_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0529143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flipud_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0535385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0541218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0547059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0552941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0558573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\flip_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0564172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\float_power.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0570164Z 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 2024-10-08T20:14:17.0575937Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\float_power_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0581627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\float_power_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0587702Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0593683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0599178Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0607575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0613030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_divide.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0619042Z 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 2024-10-08T20:14:17.0624735Z 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 2024-10-08T20:14:17.0643646Z 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 2024-10-08T20:14:17.0645430Z 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 2024-10-08T20:14:17.0647092Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_divide_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0648633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_divide_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0672877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0678349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0684206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0689959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\floor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0696126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0701852Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0707512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0713076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0719285Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0724937Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0730769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0736420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0741947Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0747752Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0753343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0758894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0764428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0781765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0787205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0792719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0798236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0804116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0809846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0815457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0821132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0826705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0832373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0838214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0843757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fmod_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0849052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0854517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0860215Z 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 2024-10-08T20:14:17.0867117Z 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 2024-10-08T20:14:17.0872992Z 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 2024-10-08T20:14:17.0879183Z 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 2024-10-08T20:14:17.0885220Z 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 2024-10-08T20:14:17.0891286Z 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 2024-10-08T20:14:17.0897332Z 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 2024-10-08T20:14:17.0903187Z 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 2024-10-08T20:14:17.0909701Z 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 2024-10-08T20:14:17.0915732Z 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 2024-10-08T20:14:17.0921770Z 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 2024-10-08T20:14:17.0927668Z 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 2024-10-08T20:14:17.0933860Z 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 2024-10-08T20:14:17.0939824Z 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 2024-10-08T20:14:17.0945948Z 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 2024-10-08T20:14:17.0951972Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\fractional_max_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.0957959Z 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 2024-10-08T20:14:17.0964015Z 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 2024-10-08T20:14:17.0970422Z 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 2024-10-08T20:14:17.0976623Z 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 2024-10-08T20:14:17.0984163Z 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 2024-10-08T20:14:17.0990732Z 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 2024-10-08T20:14:17.0996636Z 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 2024-10-08T20:14:17.1002726Z 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 2024-10-08T20:14:17.1008601Z 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 2024-10-08T20:14:17.1015000Z 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 2024-10-08T20:14:17.1021036Z 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 2024-10-08T20:14:17.1027079Z 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 2024-10-08T20:14:17.1033475Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1039014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1044828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1050595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1056560Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1062390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1067933Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frac_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1073370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1079283Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1084921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1090705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1096443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1102481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1108268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frobenius_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1114318Z 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 2024-10-08T20:14:17.1120052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frobenius_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1125852Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\frobenius_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1131585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\from_blob.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1137346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\from_file.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1143286Z 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 2024-10-08T20:14:17.1149108Z 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 2024-10-08T20:14:17.1155008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\from_file_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1160659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\from_file_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1166279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1172198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1177949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1184003Z 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 2024-10-08T20:14:17.1189806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_like_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1195859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_like_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1201601Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1207265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\full_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1212877Z 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 2024-10-08T20:14:17.1219149Z 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 2024-10-08T20:14:17.1224908Z 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 2024-10-08T20:14:17.1231068Z 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 2024-10-08T20:14:17.1236705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1242385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1248524Z 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 2024-10-08T20:14:17.1254197Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1260062Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1266226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1272188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1278075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1284525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1290166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1296027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1301753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1307614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gather_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1313239Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1319115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1324559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1330379Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1335879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1341053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1346563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1351939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gcd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1357380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1362691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1368115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1374254Z 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 2024-10-08T20:14:17.1379824Z 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 2024-10-08T20:14:17.1385631Z 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 2024-10-08T20:14:17.1391311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1397496Z 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 2024-10-08T20:14:17.1403165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1408892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1415329Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1420845Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1426527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1432050Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1437987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1444398Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1449512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gelu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1454991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1460975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1466643Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1472407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1478248Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1484237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1489980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geometric_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1495807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1501390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1507134Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1512862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1518547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\geqrf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1524287Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ger.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1530051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ger_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1535866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ger_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1541464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ger_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1547367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1552915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1558637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1564363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1569857Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1575854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1581457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ge_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1586872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1592230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1597953Z 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 2024-10-08T20:14:17.1603746Z 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 2024-10-08T20:14:17.1609599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward_jvp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1615854Z 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 2024-10-08T20:14:17.1621985Z 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 2024-10-08T20:14:17.1627872Z 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 2024-10-08T20:14:17.1633693Z 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 2024-10-08T20:14:17.1639904Z 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 2024-10-08T20:14:17.1645749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1651599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1657898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1663745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1669530Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1675306Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_jvp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1681129Z 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 2024-10-08T20:14:17.1700712Z 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 2024-10-08T20:14:17.1706465Z 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 2024-10-08T20:14:17.1712169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_jvp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1718106Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_jvp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1723915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1729199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1734913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1740569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\glu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1745912Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gradient.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1751649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gradient_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1757534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gradient_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1763062Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gradient_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1768991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1774842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1780401Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1786444Z 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 2024-10-08T20:14:17.1792097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_equal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1797989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_equal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1803899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1810092Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\greater_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1815871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1821482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1827147Z 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 2024-10-08T20:14:17.1833163Z 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 2024-10-08T20:14:17.1839014Z 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 2024-10-08T20:14:17.1844806Z 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 2024-10-08T20:14:17.1850727Z 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 2024-10-08T20:14:17.1856664Z 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 2024-10-08T20:14:17.1862645Z 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 2024-10-08T20:14:17.1868567Z 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 2024-10-08T20:14:17.1874377Z 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 2024-10-08T20:14:17.1880398Z 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 2024-10-08T20:14:17.1886332Z 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 2024-10-08T20:14:17.1892043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1897927Z 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 2024-10-08T20:14:17.1904086Z 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 2024-10-08T20:14:17.1909877Z 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 2024-10-08T20:14:17.1915738Z 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 2024-10-08T20:14:17.1921904Z 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 2024-10-08T20:14:17.1927714Z 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 2024-10-08T20:14:17.1933852Z 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 2024-10-08T20:14:17.1939663Z 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 2024-10-08T20:14:17.1945585Z 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 2024-10-08T20:14:17.1951424Z 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 2024-10-08T20:14:17.1957359Z 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 2024-10-08T20:14:17.1963337Z 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 2024-10-08T20:14:17.1968903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1974742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\grid_sampler_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1980423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\group_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1986352Z 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 2024-10-08T20:14:17.1991865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\group_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.1997695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\group_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2003346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2008771Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2014455Z 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 2024-10-08T20:14:17.2020195Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_cell_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2025918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_cell_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2031966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2037405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2043235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gru_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2048616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2055362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2060955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2066708Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2072371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2077995Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2083572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2089144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\gt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2095019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hamming_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2101565Z 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 2024-10-08T20:14:17.2112907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hamming_window_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2118597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hamming_window_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2124437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hann_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2130493Z 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 2024-10-08T20:14:17.2136487Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hann_window_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2142619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hann_window_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2148414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2154318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2160511Z 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 2024-10-08T20:14:17.2166334Z 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 2024-10-08T20:14:17.2172290Z 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 2024-10-08T20:14:17.2178500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2184416Z 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 2024-10-08T20:14:17.2190432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2224470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2230638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2236334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2242262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2248242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2254187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2260151Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2265989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardshrink_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2271861Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2277750Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2284072Z 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 2024-10-08T20:14:17.2290158Z 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 2024-10-08T20:14:17.2296080Z 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 2024-10-08T20:14:17.2302097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2307965Z 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 2024-10-08T20:14:17.2313804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2319826Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2326427Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2332200Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2338248Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2344170Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2350136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2356149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2362207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardsigmoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2368526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2374758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2380634Z 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 2024-10-08T20:14:17.2386375Z 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 2024-10-08T20:14:17.2392241Z 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 2024-10-08T20:14:17.2398086Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2404147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2409989Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2416004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2421825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2427818Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2433621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardswish_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2439407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2445029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2451284Z 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 2024-10-08T20:14:17.2457309Z 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 2024-10-08T20:14:17.2462978Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2468831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2474719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2481077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2488534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2495981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2504050Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hardtanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2510955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2518302Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2525110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2538726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2544414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2550608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2556453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2562285Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\heaviside_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2568220Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hinge_embedding_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2581506Z 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 2024-10-08T20:14:17.2608081Z 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 2024-10-08T20:14:17.2613896Z 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 2024-10-08T20:14:17.2619833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2625479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2631247Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2637393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2643220Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2648987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogram.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2654775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogramdd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2660877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogramdd_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2667067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogramdd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2672655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogramdd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2678484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogram_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2684149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogram_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2689756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\histogram_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2695519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hsplit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2701195Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hsplit_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2706678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hsplit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2713162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hsplit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2718792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hspmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2724180Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hspmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2729717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hspmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2735520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hstack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2741284Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hstack_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2746668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hstack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2751937Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hstack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2757569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2763443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2769550Z 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 2024-10-08T20:14:17.2775259Z 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 2024-10-08T20:14:17.2781127Z 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 2024-10-08T20:14:17.2786885Z 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 2024-10-08T20:14:17.2792518Z 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 2024-10-08T20:14:17.2798392Z 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 2024-10-08T20:14:17.2804036Z 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 2024-10-08T20:14:17.2809699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2815525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\huber_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2821144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2826980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2832428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2838291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2843977Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2849666Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2855569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2861480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\hypot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2867208Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2872982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2878502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2884290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2889782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2895211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2900881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2906167Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\i0_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2911437Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2916812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2922620Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2928016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2933993Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2939671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2945323Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2950954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2956770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igammac_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2963334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2968984Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2975106Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2980884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2986748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2992566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.2998494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\igamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3005141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3010838Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3016777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3022429Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3028324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\im2col_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3034041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\imag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3039664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\imag_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3045284Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\imag_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3050712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\imag_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3056263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3061700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3067956Z 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 2024-10-08T20:14:17.3074076Z 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 2024-10-08T20:14:17.3080326Z 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 2024-10-08T20:14:17.3086106Z 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 2024-10-08T20:14:17.3091837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3097833Z 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 2024-10-08T20:14:17.3103724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3109559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_add_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3116038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3121720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3128042Z 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 2024-10-08T20:14:17.3134080Z 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 2024-10-08T20:14:17.3139892Z 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 2024-10-08T20:14:17.3145754Z 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 2024-10-08T20:14:17.3151686Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3157653Z 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 2024-10-08T20:14:17.3163512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3169310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3175324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3181278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3186997Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3193187Z 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 2024-10-08T20:14:17.3199448Z 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 2024-10-08T20:14:17.3205249Z 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 2024-10-08T20:14:17.3211123Z 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 2024-10-08T20:14:17.3217161Z 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 2024-10-08T20:14:17.3222959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_fill_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3228840Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_fill_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3235022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3240879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3246769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3252761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3258725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_put.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3264863Z 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 2024-10-08T20:14:17.3270571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_put_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3276386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_put_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3282383Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_reduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3288729Z 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 2024-10-08T20:14:17.3294781Z 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 2024-10-08T20:14:17.3300716Z 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 2024-10-08T20:14:17.3306461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_reduce_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3312710Z 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 2024-10-08T20:14:17.3318582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_reduce_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3324565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_reduce_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3330282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3336306Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3342337Z 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 2024-10-08T20:14:17.3348143Z 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 2024-10-08T20:14:17.3353911Z 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 2024-10-08T20:14:17.3359986Z 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 2024-10-08T20:14:17.3366086Z 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 2024-10-08T20:14:17.3371910Z 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 2024-10-08T20:14:17.3377657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3383506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\index_select_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3389237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3395350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3400992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3407403Z 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 2024-10-08T20:14:17.3413350Z 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 2024-10-08T20:14:17.3420067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3425865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3431628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3437079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3443151Z 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 2024-10-08T20:14:17.3449508Z 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 2024-10-08T20:14:17.3455472Z 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 2024-10-08T20:14:17.3461342Z 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 2024-10-08T20:14:17.3467014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inner.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3472889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inner_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3479088Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inner_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3484906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inner_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3490604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\instance_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3496837Z 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 2024-10-08T20:14:17.3502444Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\instance_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3508291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\instance_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3514133Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\int_repr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3519986Z 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 2024-10-08T20:14:17.3525836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\int_repr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3531504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\int_repr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3537809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3543636Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inverse_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3549209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inverse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3554679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\inverse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3560415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isclose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3566159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isclose_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3571897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isclose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3577565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isclose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3583307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isfinite.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3588921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isfinite_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3594655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isfinite_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3600116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isfinite_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3605835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3611533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isinf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3617412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isinf_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3622929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isinf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3628567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isinf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3634767Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3640243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3645967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3651621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3657815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3663494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3669015Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3674531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3680319Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3685914Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3691659Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3697455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3703370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isnan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3709115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3715065Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3720774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3726571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3732251Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3738165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3744228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3750527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isneginf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3755813Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3762163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3784040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3789888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3795857Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3801565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3807622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3813491Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isposinf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3819384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isreal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3824971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isreal_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3830524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isreal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3836065Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\isreal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3842637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\istft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3848802Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\istft_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3854710Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\istft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3860526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\istft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3866448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_coalesced.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3872126Z 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 2024-10-08T20:14:17.3877798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_coalesced_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3883728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_coalesced_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3889461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_complex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3895878Z 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 2024-10-08T20:14:17.3901584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_complex_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3907236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_complex_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3913011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3918801Z 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 2024-10-08T20:14:17.3924356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_conj_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3929833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_conj_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3936002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_distributed.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3942422Z 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 2024-10-08T20:14:17.3949519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_distributed_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3954191Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_distributed_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3959837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_floating_point.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3965955Z 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 2024-10-08T20:14:17.3971547Z 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 2024-10-08T20:14:17.3977435Z 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 2024-10-08T20:14:17.3983112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_inference.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.3988994Z 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 2024-10-08T20:14:17.3994535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_inference_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4000277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_inference_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4005946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_leaf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4011393Z 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 2024-10-08T20:14:17.4017458Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_leaf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4022856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_leaf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4028503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4033881Z 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 2024-10-08T20:14:17.4039315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_neg_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4044740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_neg_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4050409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_nonzero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4056417Z 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 2024-10-08T20:14:17.4062238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_nonzero_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4067729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_nonzero_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4073594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_pinned.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4079273Z 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 2024-10-08T20:14:17.4084761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_pinned_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4090293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_pinned_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4095990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_same_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4101903Z 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 2024-10-08T20:14:17.4107663Z 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 2024-10-08T20:14:17.4113241Z 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 2024-10-08T20:14:17.4119016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_set_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4124444Z 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 2024-10-08T20:14:17.4130140Z 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 2024-10-08T20:14:17.4135839Z 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 2024-10-08T20:14:17.4141196Z 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 2024-10-08T20:14:17.4147042Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_signed.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4152941Z 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 2024-10-08T20:14:17.4158563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_signed_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4164214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_signed_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4170231Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\is_vulkan_available.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4176610Z 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 2024-10-08T20:14:17.4182364Z 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 2024-10-08T20:14:17.4188188Z 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 2024-10-08T20:14:17.4193824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\item.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4199679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\item_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4205265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\item_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4210821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\item_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4216375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kaiser_window.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4223006Z 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 2024-10-08T20:14:17.4229104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kaiser_window_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4235053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kaiser_window_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4240863Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kl_div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4247356Z 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 2024-10-08T20:14:17.4252881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kl_div_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4258486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kl_div_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4264132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kron.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4270170Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kron_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4275846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kron_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4281492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kron_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4286998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4293026Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4299126Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4304858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4310672Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4316461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4322494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\kthvalue_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4328286Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\l1_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4334166Z 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 2024-10-08T20:14:17.4339967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\l1_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4345501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\l1_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4351375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\layer_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4357407Z 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 2024-10-08T20:14:17.4363199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\layer_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4368969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\layer_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4374806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4381061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4386622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4392359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4397967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4403472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4411780Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4416949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lcm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4422160Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ldexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4427992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ldexp_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4433583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ldexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4439175Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ldexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4445341Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4450902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4456769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4463341Z 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 2024-10-08T20:14:17.4469155Z 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 2024-10-08T20:14:17.4474984Z 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 2024-10-08T20:14:17.4480861Z 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 2024-10-08T20:14:17.4486779Z 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 2024-10-08T20:14:17.4492615Z 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 2024-10-08T20:14:17.4498845Z 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 2024-10-08T20:14:17.4505143Z 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 2024-10-08T20:14:17.4510919Z 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 2024-10-08T20:14:17.4516911Z 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 2024-10-08T20:14:17.4522574Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4529591Z 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 2024-10-08T20:14:17.4535219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4540845Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\leaky_relu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4546505Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4552469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4558090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4563769Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4569347Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4575249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4581076Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4586747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lerp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4592232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4597953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4603217Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4609098Z 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 2024-10-08T20:14:17.4614643Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_equal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4620457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_equal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4626273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4631765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\less_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4637705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4643232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4648757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4655015Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4660481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4666005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4672002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\le_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4677494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4683166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4688679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4694372Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4700110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4705490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4711097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4717493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lgamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4723097Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4728757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4734303Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4740205Z 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 2024-10-08T20:14:17.4745656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4751932Z 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 2024-10-08T20:14:17.4758301Z 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 2024-10-08T20:14:17.4763454Z 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 2024-10-08T20:14:17.4769174Z 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 2024-10-08T20:14:17.4774941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4780634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_fresh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4786297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4791663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4797235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4803385Z 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 2024-10-08T20:14:17.4808944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_ex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4815195Z 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 2024-10-08T20:14:17.4820767Z 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 2024-10-08T20:14:17.4826585Z 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 2024-10-08T20:14:17.4832875Z 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 2024-10-08T20:14:17.4838444Z 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 2024-10-08T20:14:17.4844078Z 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 2024-10-08T20:14:17.4849854Z 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 2024-10-08T20:14:17.4855901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4862056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cholesky_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4867549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cond.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4873838Z 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 2024-10-08T20:14:17.4879597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cond_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4885302Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cond_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4891313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cross.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4897489Z 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 2024-10-08T20:14:17.4903023Z 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 2024-10-08T20:14:17.4908737Z 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 2024-10-08T20:14:17.4914697Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cross_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4920500Z 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 2024-10-08T20:14:17.4926214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cross_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4931942Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_cross_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4937780Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_det.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4944042Z 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 2024-10-08T20:14:17.4949668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_det_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4955387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_det_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4961222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_diagonal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4967226Z 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 2024-10-08T20:14:17.4972941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_diagonal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4978605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_diagonal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4984260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eig.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4990014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.4995960Z 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 2024-10-08T20:14:17.5001652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5007343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5013033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5018839Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvalsh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5024928Z 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 2024-10-08T20:14:17.5030426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvalsh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5036758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvalsh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5042795Z 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 2024-10-08T20:14:17.5048767Z 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 2024-10-08T20:14:17.5054604Z 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 2024-10-08T20:14:17.5060955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvals_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5066594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eigvals_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5072287Z 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 2024-10-08T20:14:17.5078287Z 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 2024-10-08T20:14:17.5084102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eig_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5089808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_eig_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5095944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_householder_product.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5102323Z 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 2024-10-08T20:14:17.5108214Z 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 2024-10-08T20:14:17.5114147Z 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 2024-10-08T20:14:17.5120426Z 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 2024-10-08T20:14:17.5126201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5132397Z 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 2024-10-08T20:14:17.5138182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_ex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5144855Z 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 2024-10-08T20:14:17.5150248Z 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 2024-10-08T20:14:17.5156337Z 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 2024-10-08T20:14:17.5162187Z 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 2024-10-08T20:14:17.5168025Z 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 2024-10-08T20:14:17.5174013Z 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 2024-10-08T20:14:17.5179910Z 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 2024-10-08T20:14:17.5185803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5191443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_inv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5197360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_factor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5203751Z 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 2024-10-08T20:14:17.5209592Z 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 2024-10-08T20:14:17.5216134Z 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 2024-10-08T20:14:17.5222078Z 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 2024-10-08T20:14:17.5228066Z 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 2024-10-08T20:14:17.5234114Z 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 2024-10-08T20:14:17.5240129Z 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 2024-10-08T20:14:17.5246081Z 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 2024-10-08T20:14:17.5252028Z 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 2024-10-08T20:14:17.5257920Z 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 2024-10-08T20:14:17.5263830Z 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 2024-10-08T20:14:17.5269693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_ldl_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5301119Z 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 2024-10-08T20:14:17.5306806Z 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 2024-10-08T20:14:17.5317043Z 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 2024-10-08T20:14:17.5322853Z 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 2024-10-08T20:14:17.5328997Z 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 2024-10-08T20:14:17.5335059Z 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 2024-10-08T20:14:17.5341661Z 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 2024-10-08T20:14:17.5347481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lstsq.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5353604Z 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 2024-10-08T20:14:17.5359510Z 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 2024-10-08T20:14:17.5365389Z 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 2024-10-08T20:14:17.5371293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lstsq_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5377757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lstsq_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5384529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5390273Z 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 2024-10-08T20:14:17.5395890Z 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 2024-10-08T20:14:17.5401825Z 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 2024-10-08T20:14:17.5407739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_factor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5413994Z 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 2024-10-08T20:14:17.5420046Z 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 2024-10-08T20:14:17.5426641Z 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 2024-10-08T20:14:17.5432428Z 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 2024-10-08T20:14:17.5438338Z 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 2024-10-08T20:14:17.5444403Z 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 2024-10-08T20:14:17.5450367Z 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 2024-10-08T20:14:17.5456378Z 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 2024-10-08T20:14:17.5462499Z 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 2024-10-08T20:14:17.5468435Z 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 2024-10-08T20:14:17.5474272Z 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 2024-10-08T20:14:17.5480251Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5486184Z 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 2024-10-08T20:14:17.5492057Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5498008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5504232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_lu_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5511343Z 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 2024-10-08T20:14:17.5517142Z 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 2024-10-08T20:14:17.5523076Z 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 2024-10-08T20:14:17.5528873Z 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 2024-10-08T20:14:17.5535159Z 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 2024-10-08T20:14:17.5541009Z 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 2024-10-08T20:14:17.5547230Z 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 2024-10-08T20:14:17.5553262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5559389Z 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 2024-10-08T20:14:17.5565248Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5571148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5577185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_exp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5583409Z 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 2024-10-08T20:14:17.5590263Z 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 2024-10-08T20:14:17.5595964Z 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 2024-10-08T20:14:17.5601879Z 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 2024-10-08T20:14:17.5607953Z 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 2024-10-08T20:14:17.5614145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5620801Z 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 2024-10-08T20:14:17.5626516Z 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 2024-10-08T20:14:17.5632325Z 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 2024-10-08T20:14:17.5638203Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_power.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5644414Z 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 2024-10-08T20:14:17.5650105Z 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 2024-10-08T20:14:17.5656217Z 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 2024-10-08T20:14:17.5662241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_matrix_rank.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5668443Z 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 2024-10-08T20:14:17.5674394Z 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 2024-10-08T20:14:17.5680089Z 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 2024-10-08T20:14:17.5685966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_multi_dot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5692066Z 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 2024-10-08T20:14:17.5698155Z 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 2024-10-08T20:14:17.5703899Z 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 2024-10-08T20:14:17.5709541Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5715615Z 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 2024-10-08T20:14:17.5721413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5727066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5732830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_pinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5739319Z 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 2024-10-08T20:14:17.5745599Z 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 2024-10-08T20:14:17.5751655Z 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 2024-10-08T20:14:17.5757695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_pinv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5763690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_pinv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5769664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_qr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5776117Z 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 2024-10-08T20:14:17.5782056Z 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 2024-10-08T20:14:17.5788021Z 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 2024-10-08T20:14:17.5793913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_qr_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5799854Z 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 2024-10-08T20:14:17.5805882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_qr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5811595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_qr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5817634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_slogdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5824135Z 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 2024-10-08T20:14:17.5829949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_slogdet_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5839825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_slogdet_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5842178Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5866091Z 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 2024-10-08T20:14:17.5867807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_ex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5869689Z 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 2024-10-08T20:14:17.5871435Z 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 2024-10-08T20:14:17.5873008Z 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 2024-10-08T20:14:17.5878716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5884682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5890671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_solve_triangular.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5896769Z 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 2024-10-08T20:14:17.5903037Z 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 2024-10-08T20:14:17.5908968Z 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 2024-10-08T20:14:17.5914898Z 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 2024-10-08T20:14:17.5920716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5926568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svdvals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5938793Z 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 2024-10-08T20:14:17.5944226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svdvals_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5950156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svdvals_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5956317Z 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 2024-10-08T20:14:17.5962158Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5968000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_svd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5974121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5980563Z 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 2024-10-08T20:14:17.5986611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorinv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5992495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorinv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.5998397Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorsolve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6004732Z 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 2024-10-08T20:14:17.6011061Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorsolve_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6016638Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_tensorsolve_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6022577Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vander.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6029108Z 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 2024-10-08T20:14:17.6035036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vander_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6040693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vander_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6046532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vecdot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6052718Z 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 2024-10-08T20:14:17.6058837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vecdot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6064714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vecdot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6070754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linalg_vector_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6077137Z 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 2024-10-08T20:14:17.6083819Z 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 2024-10-08T20:14:17.6089833Z 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 2024-10-08T20:14:17.6095942Z 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 2024-10-08T20:14:17.6102019Z 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 2024-10-08T20:14:17.6108089Z 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 2024-10-08T20:14:17.6114051Z 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 2024-10-08T20:14:17.6119895Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6141162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6147266Z 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 2024-10-08T20:14:17.6152983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6158857Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6165266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6171236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6177051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6183002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6188822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6194674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6200570Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6206703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6212613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6218542Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6224357Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\linspace_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6230313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6235735Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6241742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6247391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6253364Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6259253Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6264952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6270853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6280431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log10_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6283866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6289786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6295725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6301688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6307625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6313254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6319109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6325254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log1p_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6331010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6337183Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6342916Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6348623Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6354449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6360004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6365773Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6372279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6377952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6383722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6390058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6395926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6401729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6407555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6413447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6419370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6425190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6431507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6437380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6443340Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6449315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6455387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6461240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6467227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logaddexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6473034Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6479232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6485143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6490873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6496732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logcumsumexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6502563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6508223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logdet_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6513877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logdet_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6520068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logdet_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6526038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_and.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6532100Z 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 2024-10-08T20:14:17.6538117Z 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 2024-10-08T20:14:17.6543999Z 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 2024-10-08T20:14:17.6549871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_and_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6556063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_and_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6562158Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_not.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6568397Z 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 2024-10-08T20:14:17.6574345Z 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 2024-10-08T20:14:17.6580342Z 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 2024-10-08T20:14:17.6586331Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_not_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6592316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_not_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6598237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_or.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6604643Z 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 2024-10-08T20:14:17.6610397Z 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 2024-10-08T20:14:17.6616375Z 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 2024-10-08T20:14:17.6622223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_or_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6628015Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_or_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6633734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_xor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6639851Z 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 2024-10-08T20:14:17.6645879Z 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 2024-10-08T20:14:17.6651736Z 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 2024-10-08T20:14:17.6657718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_xor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6663723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logical_xor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6669579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6675163Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6681454Z 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 2024-10-08T20:14:17.6687402Z 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 2024-10-08T20:14:17.6693232Z 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 2024-10-08T20:14:17.6699159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6705086Z 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 2024-10-08T20:14:17.6710889Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6716684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6722579Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6728728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6734589Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6740486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6746970Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6752703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6758614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6764531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6770311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6776369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6782589Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6789451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logspace_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6795343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6801555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6807428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6813306Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6819719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6825488Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\logsumexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6831565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6837080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6842685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6848142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6853379Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6879623Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6885237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_normal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6891157Z 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 2024-10-08T20:14:17.6897137Z 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 2024-10-08T20:14:17.6902806Z 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 2024-10-08T20:14:17.6908566Z 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 2024-10-08T20:14:17.6914210Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_normal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6920206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_normal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6925952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6931302Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6937051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6942864Z 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 2024-10-08T20:14:17.6948677Z 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 2024-10-08T20:14:17.6954502Z 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 2024-10-08T20:14:17.6960141Z 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 2024-10-08T20:14:17.6966461Z 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 2024-10-08T20:14:17.6972121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.6978196Z 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 2024-10-08T20:14:17.6983973Z 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 2024-10-08T20:14:17.6989559Z 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 2024-10-08T20:14:17.6995168Z 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 2024-10-08T20:14:17.7001022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7006630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_sigmoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7012348Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7018416Z 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 2024-10-08T20:14:17.7024493Z 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 2024-10-08T20:14:17.7030540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7036322Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\log_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7042738Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7048279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7053994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7059818Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7065695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7071527Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7077308Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lshift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7083140Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7088853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7095072Z 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 2024-10-08T20:14:17.7100698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_cell_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7106424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_cell_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7112893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7118651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_mps_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7124728Z 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 2024-10-08T20:14:17.7130627Z 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 2024-10-08T20:14:17.7136643Z 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 2024-10-08T20:14:17.7142562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7148236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lstm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7153684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7159715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7165115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7170903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7176873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7182468Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7188144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7193805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7199301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7205129Z 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 2024-10-08T20:14:17.7210675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_solve_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7217277Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_solve_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7223165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_unpack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7229346Z 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 2024-10-08T20:14:17.7234956Z 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 2024-10-08T20:14:17.7240791Z 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 2024-10-08T20:14:17.7246497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_unpack_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7252875Z 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 2024-10-08T20:14:17.7258975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_unpack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7264747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\lu_unpack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7270917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\margin_ranking_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7276982Z 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 2024-10-08T20:14:17.7282598Z 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 2024-10-08T20:14:17.7288343Z 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 2024-10-08T20:14:17.7294145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_fill.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7300303Z 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 2024-10-08T20:14:17.7306264Z 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 2024-10-08T20:14:17.7312065Z 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 2024-10-08T20:14:17.7317800Z 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 2024-10-08T20:14:17.7323703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_fill_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7329876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_fill_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7335866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7342007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7348507Z 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 2024-10-08T20:14:17.7354287Z 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 2024-10-08T20:14:17.7360299Z 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 2024-10-08T20:14:17.7366386Z 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 2024-10-08T20:14:17.7372065Z 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 2024-10-08T20:14:17.7378171Z 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 2024-10-08T20:14:17.7384307Z 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 2024-10-08T20:14:17.7390143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7395898Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_scatter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7401673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7407500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7414109Z 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 2024-10-08T20:14:17.7420137Z 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 2024-10-08T20:14:17.7425916Z 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 2024-10-08T20:14:17.7431737Z 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 2024-10-08T20:14:17.7437598Z 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 2024-10-08T20:14:17.7443404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7449171Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\masked_select_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7454913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7460477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7466595Z 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 2024-10-08T20:14:17.7472190Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7477868Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7484082Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7489755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7495634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7501535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_exp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7507605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_exp_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7513759Z 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 2024-10-08T20:14:17.7519409Z 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 2024-10-08T20:14:17.7524855Z 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 2024-10-08T20:14:17.7530820Z 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 2024-10-08T20:14:17.7536526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_exp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7542059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_exp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7548386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_H.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7553928Z 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 2024-10-08T20:14:17.7559556Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_H_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7565081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_H_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7570784Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_power.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7577028Z 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 2024-10-08T20:14:17.7582758Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_power_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7588677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\matrix_power_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7594342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7599712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7605707Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7611224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7617052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7622776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7629342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7635493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7641278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\maximum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7647454Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7653287Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7659374Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7665092Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7670701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7676481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7682143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7687848Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7693422Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7699576Z 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 2024-10-08T20:14:17.7705469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7711471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7717396Z 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 2024-10-08T20:14:17.7723862Z 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 2024-10-08T20:14:17.7729606Z 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 2024-10-08T20:14:17.7735668Z 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 2024-10-08T20:14:17.7741288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7747229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7753857Z 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 2024-10-08T20:14:17.7759853Z 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 2024-10-08T20:14:17.7765785Z 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 2024-10-08T20:14:17.7772300Z 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 2024-10-08T20:14:17.7778162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7783951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7790038Z 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 2024-10-08T20:14:17.7796152Z 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 2024-10-08T20:14:17.7803117Z 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 2024-10-08T20:14:17.7809736Z 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 2024-10-08T20:14:17.7816164Z 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 2024-10-08T20:14:17.7822015Z 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 2024-10-08T20:14:17.7827989Z 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 2024-10-08T20:14:17.7834154Z 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 2024-10-08T20:14:17.7840096Z 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 2024-10-08T20:14:17.7846509Z 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 2024-10-08T20:14:17.7852368Z 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 2024-10-08T20:14:17.7858467Z 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 2024-10-08T20:14:17.7864597Z 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 2024-10-08T20:14:17.7870792Z 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 2024-10-08T20:14:17.7876666Z 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 2024-10-08T20:14:17.7882732Z 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 2024-10-08T20:14:17.7888512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7894789Z 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 2024-10-08T20:14:17.7900862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7906724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_pool3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7912655Z 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 2024-10-08T20:14:17.7918743Z 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 2024-10-08T20:14:17.7924919Z 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 2024-10-08T20:14:17.7931164Z 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 2024-10-08T20:14:17.7937507Z 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 2024-10-08T20:14:17.7943851Z 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 2024-10-08T20:14:17.7949968Z 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 2024-10-08T20:14:17.7956190Z 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 2024-10-08T20:14:17.7962110Z 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 2024-10-08T20:14:17.7968030Z 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 2024-10-08T20:14:17.7974096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.7980017Z 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 2024-10-08T20:14:17.7991450Z 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 2024-10-08T20:14:17.7997043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8002786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8008565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8014789Z 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 2024-10-08T20:14:17.8020645Z 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 2024-10-08T20:14:17.8026642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8032528Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\max_unpool3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8038164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8044004Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8049681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8056219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8061800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8067735Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8073630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8079289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8084843Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8090529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mean_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8096019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8101745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8107417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8113137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8118833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8124469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8130187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\median_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8136016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\meshgrid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8141706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\meshgrid_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8147339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\meshgrid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8153219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\meshgrid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8158641Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mH.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8164080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mH_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8169880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mH_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8175508Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mH_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8180969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8186431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8192307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8198058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8203813Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8210035Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8216055Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8221819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8227584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\minimum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8233916Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8239948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8245524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8251294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8257240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8262865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8269092Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8274246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\min_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8279796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8285786Z 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 2024-10-08T20:14:17.8291987Z 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 2024-10-08T20:14:17.8297995Z 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 2024-10-08T20:14:17.8306307Z 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 2024-10-08T20:14:17.8312454Z 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 2024-10-08T20:14:17.8318342Z 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 2024-10-08T20:14:17.8324364Z 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 2024-10-08T20:14:17.8330145Z 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 2024-10-08T20:14:17.8336163Z 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 2024-10-08T20:14:17.8342168Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8348044Z 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 2024-10-08T20:14:17.8354120Z 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 2024-10-08T20:14:17.8360372Z 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 2024-10-08T20:14:17.8366378Z 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 2024-10-08T20:14:17.8373243Z 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 2024-10-08T20:14:17.8378766Z 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 2024-10-08T20:14:17.8384630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8390583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8415303Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8421789Z 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 2024-10-08T20:14:17.8428066Z 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 2024-10-08T20:14:17.8433619Z 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 2024-10-08T20:14:17.8439679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_convolution_transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8446165Z 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 2024-10-08T20:14:17.8452870Z 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 2024-10-08T20:14:17.8459144Z 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 2024-10-08T20:14:17.8465139Z 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 2024-10-08T20:14:17.8471171Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_depthwise_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8477444Z 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 2024-10-08T20:14:17.8483475Z 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 2024-10-08T20:14:17.8490779Z 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 2024-10-08T20:14:17.8497126Z 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 2024-10-08T20:14:17.8502873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8508652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8514755Z 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 2024-10-08T20:14:17.8520538Z 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 2024-10-08T20:14:17.8526466Z 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 2024-10-08T20:14:17.8532226Z 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 2024-10-08T20:14:17.8538359Z 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 2024-10-08T20:14:17.8544114Z 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 2024-10-08T20:14:17.8549976Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8555684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\miopen_rnn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8561405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8566987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8573093Z 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 2024-10-08T20:14:17.8578980Z 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 2024-10-08T20:14:17.8584716Z 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 2024-10-08T20:14:17.8590418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8596107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8602292Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8608152Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8613886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8619510Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8624935Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8630613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8636244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mish_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8641695Z 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 2024-10-08T20:14:17.8647762Z 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 2024-10-08T20:14:17.8654181Z 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 2024-10-08T20:14:17.8659979Z 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 2024-10-08T20:14:17.8666200Z 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 2024-10-08T20:14:17.8671984Z 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 2024-10-08T20:14:17.8677845Z 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 2024-10-08T20:14:17.8683897Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8690030Z 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 2024-10-08T20:14:17.8695879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8701620Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8707526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8713315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8719429Z 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 2024-10-08T20:14:17.8725409Z 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 2024-10-08T20:14:17.8731640Z 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 2024-10-08T20:14:17.8737437Z 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 2024-10-08T20:14:17.8743573Z 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 2024-10-08T20:14:17.8749465Z 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 2024-10-08T20:14:17.8756132Z 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 2024-10-08T20:14:17.8762034Z 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 2024-10-08T20:14:17.8768142Z 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 2024-10-08T20:14:17.8774027Z 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 2024-10-08T20:14:17.8779980Z 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 2024-10-08T20:14:17.8785949Z 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 2024-10-08T20:14:17.8791819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8797662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_linear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8803533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8809554Z 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 2024-10-08T20:14:17.8816310Z 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 2024-10-08T20:14:17.8822346Z 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 2024-10-08T20:14:17.8828479Z 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 2024-10-08T20:14:17.8834666Z 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 2024-10-08T20:14:17.8840542Z 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 2024-10-08T20:14:17.8846564Z 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 2024-10-08T20:14:17.8852585Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_max_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8858764Z 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 2024-10-08T20:14:17.8865772Z 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 2024-10-08T20:14:17.8871760Z 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 2024-10-08T20:14:17.8877739Z 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 2024-10-08T20:14:17.8884949Z 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 2024-10-08T20:14:17.8890836Z 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 2024-10-08T20:14:17.8896822Z 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 2024-10-08T20:14:17.8903076Z 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 2024-10-08T20:14:17.8910268Z 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 2024-10-08T20:14:17.8916091Z 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 2024-10-08T20:14:17.8922161Z 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 2024-10-08T20:14:17.8928164Z 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 2024-10-08T20:14:17.8934593Z 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 2024-10-08T20:14:17.8940679Z 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 2024-10-08T20:14:17.8946802Z 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 2024-10-08T20:14:17.8952796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mkldnn_rnn_layer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.8958885Z 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 2024-10-08T20:14:17.8965417Z 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 2024-10-08T20:14:17.8971614Z 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 2024-10-08T20:14:17.8977733Z 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 2024-10-08T20:14:17.8983713Z 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 2024-10-08T20:14:17.8989854Z 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 2024-10-08T20:14:17.8995792Z 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 2024-10-08T20:14:17.9001862Z 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 2024-10-08T20:14:17.9008063Z 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 2024-10-08T20:14:17.9014214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9020323Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9025938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9031850Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9037633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9043110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9049044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9054994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9060577Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9066312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9072172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9077765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9083630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9089467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9095226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mode_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9100850Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\moveaxis.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9107056Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\moveaxis_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9113223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\moveaxis_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9119009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\moveaxis_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9124823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\movedim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9130522Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\movedim_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9136264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\movedim_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9141996Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\movedim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9147991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mps_convolution_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9154233Z 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 2024-10-08T20:14:17.9159856Z 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 2024-10-08T20:14:17.9165734Z 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 2024-10-08T20:14:17.9171516Z 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 2024-10-08T20:14:17.9177799Z 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 2024-10-08T20:14:17.9184393Z 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 2024-10-08T20:14:17.9190465Z 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 2024-10-08T20:14:17.9196615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9201987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9207733Z 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 2024-10-08T20:14:17.9213875Z 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 2024-10-08T20:14:17.9219763Z 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 2024-10-08T20:14:17.9225418Z 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 2024-10-08T20:14:17.9231486Z 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 2024-10-08T20:14:17.9237401Z 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 2024-10-08T20:14:17.9245774Z 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 2024-10-08T20:14:17.9254194Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9262748Z 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 2024-10-08T20:14:17.9271833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9279459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mse_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9287293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\msort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9295756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\msort_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9302803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\msort_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9308227Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\msort_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9313775Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mT.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9319233Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mT_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9324861Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mT_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9330103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mT_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9335516Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9342452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multilabel_margin_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9348483Z 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 2024-10-08T20:14:17.9355922Z 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 2024-10-08T20:14:17.9362836Z 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 2024-10-08T20:14:17.9368932Z 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 2024-10-08T20:14:17.9374959Z 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 2024-10-08T20:14:17.9381176Z 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 2024-10-08T20:14:17.9386968Z 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 2024-10-08T20:14:17.9393097Z 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 2024-10-08T20:14:17.9399195Z 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 2024-10-08T20:14:17.9405338Z 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 2024-10-08T20:14:17.9411716Z 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 2024-10-08T20:14:17.9417835Z 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 2024-10-08T20:14:17.9423761Z 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 2024-10-08T20:14:17.9429482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9435225Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9441309Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9447184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9453049Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multinomial_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9458935Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multiply.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9464893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multiply_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9470363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multiply_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9476081Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multiply_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9481804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\multi_margin_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9487844Z 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 2024-10-08T20:14:17.9493933Z 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 2024-10-08T20:14:17.9499873Z 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 2024-10-08T20:14:17.9505869Z 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 2024-10-08T20:14:17.9511825Z 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 2024-10-08T20:14:17.9517908Z 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 2024-10-08T20:14:17.9523945Z 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 2024-10-08T20:14:17.9529821Z 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 2024-10-08T20:14:17.9535989Z 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 2024-10-08T20:14:17.9542037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9547914Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9553718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9560096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9565746Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9571127Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9576941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9582770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9588244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9593753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9599573Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9605270Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9611343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9617219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9622910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mvlgamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9629142Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mv_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:17.9634766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.0017876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\mv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.0023399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.0029262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmean_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.0035063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmean_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.0040678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmean_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.0046385Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.0052496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.0058451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.0064260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.0070200Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.0076322Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.0082179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanmedian_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.0088010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanquantile.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.0094108Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanquantile_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.0099893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanquantile_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.0105701Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nanquantile_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.0111531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.0117367Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.0123160Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.0129091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.0135756Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nansum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.0141545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nan_to_num.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.0147821Z 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 2024-10-08T20:14:18.0153479Z 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 2024-10-08T20:14:18.0163911Z 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 2024-10-08T20:14:18.0168311Z 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 2024-10-08T20:14:18.0174260Z 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 2024-10-08T20:14:18.0180108Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.0185983Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.0191859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.0198301Z 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 2024-10-08T20:14:18.0203950Z 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 2024-10-08T20:14:18.0209894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.0215905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.0221683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.0227519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\narrow_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.0233449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.0239270Z 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 2024-10-08T20:14:18.0245542Z 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 2024-10-08T20:14:18.0251697Z 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 2024-10-08T20:14:18.0257889Z 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 2024-10-08T20:14:18.0263761Z 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 2024-10-08T20:14:18.0269698Z 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 2024-10-08T20:14:18.0275673Z 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 2024-10-08T20:14:18.0281617Z 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 2024-10-08T20:14:18.0287825Z 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 2024-10-08T20:14:18.0293766Z 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 2024-10-08T20:14:18.0299851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_channel_shuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.0306137Z 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 2024-10-08T20:14:18.0311956Z 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 2024-10-08T20:14:18.0318011Z 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 2024-10-08T20:14:18.0324022Z 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 2024-10-08T20:14:18.0329923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.0335917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.1794722Z 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 2024-10-08T20:14:18.1800451Z 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 2024-10-08T20:14:18.1806579Z 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 2024-10-08T20:14:18.1812733Z 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 2024-10-08T20:14:18.1819235Z 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 2024-10-08T20:14:18.1825459Z 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 2024-10-08T20:14:18.1831669Z 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 2024-10-08T20:14:18.1837723Z 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 2024-10-08T20:14:18.1843744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.1849658Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_dropout_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.1855936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_group_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.1862171Z 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 2024-10-08T20:14:18.1868733Z 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 2024-10-08T20:14:18.1874631Z 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 2024-10-08T20:14:18.1880765Z 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 2024-10-08T20:14:18.1886855Z 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 2024-10-08T20:14:18.1893039Z 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 2024-10-08T20:14:18.1899344Z 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 2024-10-08T20:14:18.1905272Z 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 2024-10-08T20:14:18.1911304Z 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 2024-10-08T20:14:18.1917245Z 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 2024-10-08T20:14:18.1923297Z 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 2024-10-08T20:14:18.1929903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_layer_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.1936036Z 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 2024-10-08T20:14:18.1942545Z 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 2024-10-08T20:14:18.1948659Z 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 2024-10-08T20:14:18.1954669Z 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 2024-10-08T20:14:18.1960602Z 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 2024-10-08T20:14:18.1971233Z 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 2024-10-08T20:14:18.1976380Z 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 2024-10-08T20:14:18.1981266Z 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 2024-10-08T20:14:18.1986904Z 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 2024-10-08T20:14:18.1992868Z 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 2024-10-08T20:14:18.1998822Z 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 2024-10-08T20:14:18.2004894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2011159Z 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 2024-10-08T20:14:18.2017850Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2023757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\native_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2029580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2035144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2040790Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\negative.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2046917Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\negative_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2052864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\negative_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2058952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\negative_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2065211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2070657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2076390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2082453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2087875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2093839Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2099661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\neg_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2105244Z 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 2024-10-08T20:14:18.2111366Z 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 2024-10-08T20:14:18.2117115Z 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 2024-10-08T20:14:18.2122875Z 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 2024-10-08T20:14:18.2128555Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2134947Z 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 2024-10-08T20:14:18.2140715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2146492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2152495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_empty_strided.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2158846Z 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 2024-10-08T20:14:18.2164836Z 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 2024-10-08T20:14:18.2170822Z 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 2024-10-08T20:14:18.2176870Z 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 2024-10-08T20:14:18.2182725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_full.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2188550Z 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 2024-10-08T20:14:18.2194169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_full_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2199990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_full_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2205683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_ones.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2211571Z 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 2024-10-08T20:14:18.2217691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_ones_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2223479Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_ones_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2229243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_zeros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2235557Z 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 2024-10-08T20:14:18.2241186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_zeros_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2246963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\new_zeros_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2252787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2259109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2264926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2271139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2276750Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2283048Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2288737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2294483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nextafter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2300589Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2306228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2311882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2317396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2322844Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2328393Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2334105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ne_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2340083Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2344973Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2350793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2356564Z 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 2024-10-08T20:14:18.2362323Z 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 2024-10-08T20:14:18.2368082Z 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 2024-10-08T20:14:18.2373927Z 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 2024-10-08T20:14:18.2380290Z 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 2024-10-08T20:14:18.2385815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2391978Z 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 2024-10-08T20:14:18.2397799Z 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 2024-10-08T20:14:18.2403525Z 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 2024-10-08T20:14:18.2409307Z 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 2024-10-08T20:14:18.2415129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2420891Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2435006Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2441545Z 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 2024-10-08T20:14:18.2447305Z 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 2024-10-08T20:14:18.2453119Z 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 2024-10-08T20:14:18.2458927Z 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 2024-10-08T20:14:18.2464699Z 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 2024-10-08T20:14:18.2470692Z 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 2024-10-08T20:14:18.2476819Z 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 2024-10-08T20:14:18.2483041Z 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 2024-10-08T20:14:18.2488744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2495846Z 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 2024-10-08T20:14:18.2501636Z 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 2024-10-08T20:14:18.2507617Z 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 2024-10-08T20:14:18.2514308Z 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 2024-10-08T20:14:18.2526776Z 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 2024-10-08T20:14:18.2532712Z 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 2024-10-08T20:14:18.2538887Z 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 2024-10-08T20:14:18.2544698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2550551Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_nd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2556764Z 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 2024-10-08T20:14:18.2562762Z 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 2024-10-08T20:14:18.2568620Z 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 2024-10-08T20:14:18.2574725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nll_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2580682Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2586216Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2592024Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2597783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2603613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_numpy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2610094Z 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 2024-10-08T20:14:18.2616137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_numpy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2621794Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_numpy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2627628Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2633556Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_static.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2639447Z 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 2024-10-08T20:14:18.2645428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_static_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2651562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nonzero_static_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2657541Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2663154Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2669242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2675025Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2680744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2686616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2692461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2698557Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\normal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2704931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2710737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2716675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2722940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2728835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2734779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_except_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2741017Z 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 2024-10-08T20:14:18.2746730Z 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 2024-10-08T20:14:18.2752873Z 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 2024-10-08T20:14:18.2758630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2764391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2770203Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2776661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2782124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\not_equal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2788268Z 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 2024-10-08T20:14:18.2793929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\not_equal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2799568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\not_equal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2805188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nuclear_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2811317Z 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 2024-10-08T20:14:18.2816936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nuclear_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2822588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\nuclear_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2828443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\numpy_T.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2834076Z 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 2024-10-08T20:14:18.2839602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\numpy_T_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2844913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\numpy_T_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2850386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2862671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2867929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2873750Z 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 2024-10-08T20:14:18.2879452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_like_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2885115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_like_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2890789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2896741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ones_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2902267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\one_hot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2907686Z 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 2024-10-08T20:14:18.2913173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\one_hot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2918716Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\one_hot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2924548Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\or.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2929998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\orgqr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2935984Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\orgqr_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2941487Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\orgqr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2947607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\orgqr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2953442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2959063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2964910Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2970724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2976569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ormqr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2983196Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\or_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2988808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\or_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2994440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\or_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.2999951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\outer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3005755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\outer_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3011498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\outer_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3017558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\outer_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3023408Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\output_nr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3029153Z 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 2024-10-08T20:14:18.3034747Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\output_nr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3040316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\output_nr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3045993Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3051744Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3057561Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3063152Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3068706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_sequence.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3074706Z 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 2024-10-08T20:14:18.3080546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_sequence_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3086192Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pad_sequence_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3091933Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pairwise_distance.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3098161Z 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 2024-10-08T20:14:18.3103932Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pairwise_distance_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3109562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pairwise_distance_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3115373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pdist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3121235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pdist_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3126923Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pdist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3132348Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pdist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3138302Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3143823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3149610Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3155886Z 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 2024-10-08T20:14:18.3161868Z 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 2024-10-08T20:14:18.3167534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3173884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3180035Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3185835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\permute_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3191764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pinverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3197355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pinverse_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3202957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pinverse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3209125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pinverse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3214970Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pin_memory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3220660Z 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 2024-10-08T20:14:18.3226294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pin_memory_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3232085Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pin_memory_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3237841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_shuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3243904Z 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 2024-10-08T20:14:18.3249616Z 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 2024-10-08T20:14:18.3255327Z 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 2024-10-08T20:14:18.3261057Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_shuffle_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3267420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_shuffle_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3273599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_unshuffle.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3279803Z 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 2024-10-08T20:14:18.3285801Z 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 2024-10-08T20:14:18.3291937Z 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 2024-10-08T20:14:18.3297799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_unshuffle_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3303594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pixel_unshuffle_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3309503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3315219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3320865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3350603Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3356242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3361800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_nll_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3367949Z 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 2024-10-08T20:14:18.3374520Z 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 2024-10-08T20:14:18.3379809Z 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 2024-10-08T20:14:18.3385465Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\poisson_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3391122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3396763Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3402267Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3407954Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3414243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3419975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polar_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3425926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3432107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3437944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3443672Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3449559Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3456470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3462329Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3468207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3487223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\polygamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3488855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\positive.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3490509Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\positive_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3492342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\positive_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3497026Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\positive_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3502918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3508893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3514577Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3520187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3525866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3531462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3537382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3543075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\pow_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3548842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3554495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prelu_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3560252Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prelu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3565639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prelu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3571358Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3577425Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3583240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3589155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3595084Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3600944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3606799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3612754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3618567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3624217Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\prod_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3629752Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\promote_types.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3636331Z 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 2024-10-08T20:14:18.3642306Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\promote_types_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3647854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\promote_types_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3653991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3659835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3665611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3671387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3677734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3683646Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3689224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\put_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3694865Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3701474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qr_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3707102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3712787Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3718305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qscheme.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3723591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qscheme_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3728998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\qscheme_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3736358Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantile.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3742289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantile_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3747912Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantile_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3753554Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantile_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3759457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_batch_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3765505Z 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 2024-10-08T20:14:18.3771100Z 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 2024-10-08T20:14:18.3777435Z 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 2024-10-08T20:14:18.3783128Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_gru_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3789594Z 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 2024-10-08T20:14:18.3795262Z 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 2024-10-08T20:14:18.3800906Z 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 2024-10-08T20:14:18.3806719Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_lstm_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3813533Z 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 2024-10-08T20:14:18.3819386Z 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 2024-10-08T20:14:18.3826320Z 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 2024-10-08T20:14:18.3833299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3839683Z 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 2024-10-08T20:14:18.3845462Z 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 2024-10-08T20:14:18.3851446Z 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 2024-10-08T20:14:18.3858022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3864423Z 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 2024-10-08T20:14:18.3870642Z 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 2024-10-08T20:14:18.3876440Z 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 2024-10-08T20:14:18.3882156Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantized_max_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3888232Z 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 2024-10-08T20:14:18.3894205Z 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 2024-10-08T20:14:18.3900067Z 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 2024-10-08T20:14:18.3905934Z 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 2024-10-08T20:14:18.3912636Z 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 2024-10-08T20:14:18.3918227Z 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 2024-10-08T20:14:18.3923979Z 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 2024-10-08T20:14:18.3929938Z 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 2024-10-08T20:14:18.3936232Z 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 2024-10-08T20:14:18.3941845Z 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 2024-10-08T20:14:18.3947618Z 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 2024-10-08T20:14:18.3953400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_channel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3959565Z 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 2024-10-08T20:14:18.3965701Z 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 2024-10-08T20:14:18.3972030Z 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 2024-10-08T20:14:18.3977988Z 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 2024-10-08T20:14:18.3983924Z 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 2024-10-08T20:14:18.3989617Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\quantize_per_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.3996076Z 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 2024-10-08T20:14:18.4002210Z 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 2024-10-08T20:14:18.4008113Z 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 2024-10-08T20:14:18.4014161Z 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 2024-10-08T20:14:18.4020228Z 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 2024-10-08T20:14:18.4026025Z 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 2024-10-08T20:14:18.4032291Z 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 2024-10-08T20:14:18.4038426Z 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 2024-10-08T20:14:18.4044393Z 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 2024-10-08T20:14:18.4050329Z 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 2024-10-08T20:14:18.4056351Z 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 2024-10-08T20:14:18.4062223Z 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 2024-10-08T20:14:18.4067995Z 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 2024-10-08T20:14:18.4075367Z 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 2024-10-08T20:14:18.4081241Z 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 2024-10-08T20:14:18.4087813Z 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 2024-10-08T20:14:18.4093621Z 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 2024-10-08T20:14:18.4099543Z 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 2024-10-08T20:14:18.4105432Z 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 2024-10-08T20:14:18.4111756Z 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 2024-10-08T20:14:18.4117477Z 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 2024-10-08T20:14:18.4124268Z 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 2024-10-08T20:14:18.4130170Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_scale.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4135661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_scale_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4141655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_scale_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4147335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\q_zero_point.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4152933Z 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 2024-10-08T20:14:18.4158684Z 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 2024-10-08T20:14:18.4164447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rad2deg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4170423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rad2deg_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4176080Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rad2deg_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4181878Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rad2deg_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4187621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4193583Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4199949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4205888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4212074Z 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 2024-10-08T20:14:18.4217952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_like_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4224048Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_like_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4230086Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4235677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randint_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4241476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4248226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4254223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4259675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4265679Z 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 2024-10-08T20:14:18.4271684Z 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 2024-10-08T20:14:18.4277671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_like_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4284198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_like_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4290151Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4296489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4302193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4308066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4313584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4319331Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4325116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4330906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4336718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\random_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4342451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4348301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4354018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4359655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4365450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4371550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\randperm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4377803Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4383563Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4389040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4395039Z 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 2024-10-08T20:14:18.4400513Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_like_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4406709Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_like_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4412264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4418137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rand_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4423460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4429136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4434639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4440313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4446029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4451711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4457472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\range_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4463517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ravel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4468992Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ravel_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4474461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ravel_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4479951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\ravel_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4485619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\real.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4491001Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\real_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4496545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\real_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4501862Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\real_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4507796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4514072Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4519980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4525969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4532802Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4538857Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4544792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4550660Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reciprocal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4556800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\record_stream.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4562401Z 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 2024-10-08T20:14:18.4568222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\record_stream_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4573941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\record_stream_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4579913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\refine_names.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4585874Z 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 2024-10-08T20:14:18.4591571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\refine_names_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4597730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\refine_names_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4604201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4609456Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4616231Z 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 2024-10-08T20:14:18.4622079Z 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 2024-10-08T20:14:18.4628468Z 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 2024-10-08T20:14:18.4635395Z 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 2024-10-08T20:14:18.4641623Z 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 2024-10-08T20:14:18.4647606Z 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 2024-10-08T20:14:18.4653731Z 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 2024-10-08T20:14:18.4660125Z 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 2024-10-08T20:14:18.4666268Z 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 2024-10-08T20:14:18.4672334Z 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 2024-10-08T20:14:18.4678236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4684262Z 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 2024-10-08T20:14:18.4690130Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4696286Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4702412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4709021Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4715157Z 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 2024-10-08T20:14:18.4721178Z 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 2024-10-08T20:14:18.4727586Z 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 2024-10-08T20:14:18.4733941Z 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 2024-10-08T20:14:18.4739970Z 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 2024-10-08T20:14:18.4746152Z 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 2024-10-08T20:14:18.4752553Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4758399Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4764259Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4770155Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4778043Z 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 2024-10-08T20:14:18.4784045Z 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 2024-10-08T20:14:18.4789951Z 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 2024-10-08T20:14:18.4795809Z 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 2024-10-08T20:14:18.4801964Z 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 2024-10-08T20:14:18.4808104Z 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 2024-10-08T20:14:18.4814010Z 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 2024-10-08T20:14:18.4820791Z 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 2024-10-08T20:14:18.4826766Z 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 2024-10-08T20:14:18.4833029Z 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 2024-10-08T20:14:18.4838980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4844997Z 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 2024-10-08T20:14:18.4850873Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4857382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reflection_pad3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4863449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4884858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu6.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4890482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu6_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4896379Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu6_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4901907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu6_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4908188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4913819Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4919874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4925625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4931348Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4937129Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\relu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4942580Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4948784Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4954703Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4978739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4990818Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.4996483Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5002345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5008206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5014203Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\remainder_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5020112Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rename.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5025762Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rename_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5031615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rename_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5037400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rename_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5043173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5049055Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5054894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5060637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5066238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5072403Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5078066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5083799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\renorm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5089481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5095463Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5101151Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_interleave.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5107162Z 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 2024-10-08T20:14:18.5113381Z 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 2024-10-08T20:14:18.5119036Z 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 2024-10-08T20:14:18.5124781Z 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 2024-10-08T20:14:18.5130969Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_interleave_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5136836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_interleave_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5142546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5148264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\repeat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5154831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5160151Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5166396Z 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 2024-10-08T20:14:18.5172061Z 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 2024-10-08T20:14:18.5178202Z 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 2024-10-08T20:14:18.5183975Z 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 2024-10-08T20:14:18.5190103Z 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 2024-10-08T20:14:18.5196056Z 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 2024-10-08T20:14:18.5201832Z 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 2024-10-08T20:14:18.5208128Z 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 2024-10-08T20:14:18.5214381Z 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 2024-10-08T20:14:18.5220508Z 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 2024-10-08T20:14:18.5226213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5232900Z 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 2024-10-08T20:14:18.5239268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5245111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5250934Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5257272Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5263662Z 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 2024-10-08T20:14:18.5269646Z 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 2024-10-08T20:14:18.5275659Z 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 2024-10-08T20:14:18.5281644Z 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 2024-10-08T20:14:18.5288044Z 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 2024-10-08T20:14:18.5295121Z 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 2024-10-08T20:14:18.5301794Z 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 2024-10-08T20:14:18.5307726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5313666Z 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 2024-10-08T20:14:18.5319551Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5325733Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5332036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5338465Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5345188Z 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 2024-10-08T20:14:18.5351274Z 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 2024-10-08T20:14:18.5357391Z 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 2024-10-08T20:14:18.5363309Z 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 2024-10-08T20:14:18.5370111Z 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 2024-10-08T20:14:18.5376519Z 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 2024-10-08T20:14:18.5382493Z 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 2024-10-08T20:14:18.5388738Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5394853Z 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 2024-10-08T20:14:18.5400875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5406938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\replication_pad3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5413691Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\requires_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5419856Z 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 2024-10-08T20:14:18.5425677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\requires_grad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5432558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\requires_grad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5438493Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5443799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5449850Z 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 2024-10-08T20:14:18.5456066Z 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 2024-10-08T20:14:18.5462307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_as_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5468538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_as_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5474848Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5481198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5486884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5492722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\reshape_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5499572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5505094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5511171Z 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 2024-10-08T20:14:18.5516947Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5522593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5528742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_as_sparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5535308Z 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 2024-10-08T20:14:18.5541539Z 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 2024-10-08T20:14:18.5547308Z 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 2024-10-08T20:14:18.5553460Z 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 2024-10-08T20:14:18.5559765Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5566218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5572293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5578138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5584271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5589895Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5595590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5602079Z 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 2024-10-08T20:14:18.5607743Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_conj_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5613199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_conj_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5619072Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5625213Z 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 2024-10-08T20:14:18.5631310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_neg_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5637677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\resolve_neg_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5643322Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\result_type.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5654430Z 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 2024-10-08T20:14:18.5657896Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\result_type_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5663706Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\result_type_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5669467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retains_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5675549Z 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 2024-10-08T20:14:18.5681212Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retains_grad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5687343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retains_grad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5693327Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retain_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5699248Z 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 2024-10-08T20:14:18.5705047Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retain_grad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5710613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\retain_grad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5716539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rms_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5722310Z 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 2024-10-08T20:14:18.5728262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rms_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5734113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rms_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5739774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5745280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_relu_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5751274Z 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 2024-10-08T20:14:18.5757175Z 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 2024-10-08T20:14:18.5762995Z 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 2024-10-08T20:14:18.5770910Z 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 2024-10-08T20:14:18.5776526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_relu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5782364Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_relu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5789400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_tanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5796153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_tanh_cell.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5804971Z 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 2024-10-08T20:14:18.5812004Z 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 2024-10-08T20:14:18.5819665Z 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 2024-10-08T20:14:18.5828029Z 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 2024-10-08T20:14:18.5834874Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_tanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5841945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rnn_tanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5854145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5859876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5865736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5871671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5877505Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5883191Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\roll_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5888741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rot90.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5894792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rot90_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5901990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rot90_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5908260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rot90_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5914038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5920263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5925740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5931519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5937476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5943434Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5949306Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5956108Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\round_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5962197Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5967926Z 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 2024-10-08T20:14:18.5973608Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.5979989Z 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 2024-10-08T20:14:18.5985827Z 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 2024-10-08T20:14:18.5991751Z 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 2024-10-08T20:14:18.5998268Z 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 2024-10-08T20:14:18.6004582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6010099Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6016274Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6022760Z 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 2024-10-08T20:14:18.6028607Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_stack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6034038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\row_stack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6040002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6046587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6053019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6059058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6065136Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rrelu_with_noise.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6071027Z 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 2024-10-08T20:14:18.6077791Z 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 2024-10-08T20:14:18.6084167Z 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 2024-10-08T20:14:18.6090229Z 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 2024-10-08T20:14:18.6096302Z 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 2024-10-08T20:14:18.6102417Z 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 2024-10-08T20:14:18.6108606Z 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 2024-10-08T20:14:18.6114675Z 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 2024-10-08T20:14:18.6120816Z 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 2024-10-08T20:14:18.6130077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6136326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6142206Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6148346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6153737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6159562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6165365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rshift_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6171274Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6177589Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6231723Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6300003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6306533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6312531Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6318543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6324603Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsqrt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6330568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6336764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6343264Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6349779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6356416Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6362570Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\rsub_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6368448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scalar_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6375299Z 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 2024-10-08T20:14:18.6381640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scalar_tensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6388454Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scalar_tensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6395998Z 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 2024-10-08T20:14:18.6402998Z 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 2024-10-08T20:14:18.6409521Z 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 2024-10-08T20:14:18.6415970Z 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 2024-10-08T20:14:18.6422693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6429439Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6437185Z 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 2024-10-08T20:14:18.6443387Z 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 2024-10-08T20:14:18.6449741Z 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 2024-10-08T20:14:18.6456027Z 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 2024-10-08T20:14:18.6461740Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6467779Z 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 2024-10-08T20:14:18.6474187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6480450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_add_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6486391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6492423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6498201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6504141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6510103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6516187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6523597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6530812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6536489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_reduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6544272Z 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 2024-10-08T20:14:18.6551426Z 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 2024-10-08T20:14:18.6578171Z 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 2024-10-08T20:14:18.6664141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_reduce_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6671297Z 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 2024-10-08T20:14:18.6679846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_reduce_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6686805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\scatter_reduce_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6693795Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6701751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6762086Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6772428Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6781018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\searchsorted_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6789229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\segment_reduce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6796384Z 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 2024-10-08T20:14:18.6803431Z 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 2024-10-08T20:14:18.6810631Z 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 2024-10-08T20:14:18.6819575Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\segment_reduce_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6828649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\segment_reduce_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6838352Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6845665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6855734Z 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 2024-10-08T20:14:18.6862163Z 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 2024-10-08T20:14:18.6869626Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6876671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6884788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6890941Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6896569Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6902658Z 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 2024-10-08T20:14:18.6909482Z 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 2024-10-08T20:14:18.6918194Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6924915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6931855Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6938627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6944664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6950947Z 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 2024-10-08T20:14:18.6956860Z 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 2024-10-08T20:14:18.6962610Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_scatter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6969764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\select_scatter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6975771Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\selu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6981238Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\selu_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6986576Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\selu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6991833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\selu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.6997110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7004881Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7011177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7017334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7023309Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7043652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7048968Z 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 2024-10-08T20:14:18.7054592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_data_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7059903Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_data_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7066091Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7071517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7077271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\set_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7082834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7089538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7095311Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7101213Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7106937Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7112461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7118067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7123757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sgn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7129165Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7134879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7141036Z 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 2024-10-08T20:14:18.7146720Z 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 2024-10-08T20:14:18.7152623Z 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 2024-10-08T20:14:18.7158668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7164668Z 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 2024-10-08T20:14:18.7170784Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7176905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7183314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7189007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7195051Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7200587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7206059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7211845Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7218065Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sigmoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7223761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7229418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7235683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7241219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7247179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7253467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7258482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7264229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7270198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\signbit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7276828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7282624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7288535Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7294290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7301653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7307496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7313432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sign_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7318905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7324455Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7330896Z 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 2024-10-08T20:14:18.7336894Z 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 2024-10-08T20:14:18.7342684Z 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 2024-10-08T20:14:18.7348700Z 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 2024-10-08T20:14:18.7354474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7360367Z 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 2024-10-08T20:14:18.7366798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7372696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7379509Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7384794Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7390619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7396240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7401754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7407558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7413730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\silu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7419128Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7424649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7430552Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7436086Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7441832Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7447599Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7454273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7459864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7465361Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7470918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7476690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7482223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7487836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7493372Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7498861Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7504888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7510376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sinh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7516173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7521545Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7527582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7533412Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7538856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7547430Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7551766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7557489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7562980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\size_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7568322Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7573695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7579030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7584411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7590396Z 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 2024-10-08T20:14:18.7596299Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7602046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7607971Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7613514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7619918Z 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 2024-10-08T20:14:18.7625712Z 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 2024-10-08T20:14:18.7631597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7637314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7643013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_inverse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7649259Z 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 2024-10-08T20:14:18.7654991Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_inverse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7660893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_inverse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7666816Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7672603Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7678705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_scatter.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7684991Z 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 2024-10-08T20:14:18.7691279Z 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 2024-10-08T20:14:18.7698230Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_scatter_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7704198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slice_scatter_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7710117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slogdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7716237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slogdet_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7721976Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slogdet_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7727708Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slogdet_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7734150Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7740805Z 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 2024-10-08T20:14:18.7746491Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv3d_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7752428Z 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 2024-10-08T20:14:18.7758377Z 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 2024-10-08T20:14:18.7764588Z 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 2024-10-08T20:14:18.7770344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7776509Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7782514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7789135Z 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 2024-10-08T20:14:18.7795017Z 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 2024-10-08T20:14:18.7800993Z 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 2024-10-08T20:14:18.7806821Z 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 2024-10-08T20:14:18.7812861Z 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 2024-10-08T20:14:18.7818799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_dilated3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7825092Z 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 2024-10-08T20:14:18.7831163Z 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 2024-10-08T20:14:18.7837218Z 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 2024-10-08T20:14:18.7843118Z 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 2024-10-08T20:14:18.7849017Z 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 2024-10-08T20:14:18.7854965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7861636Z 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 2024-10-08T20:14:18.7869069Z 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 2024-10-08T20:14:18.7875052Z 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 2024-10-08T20:14:18.7880800Z 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 2024-10-08T20:14:18.7886877Z 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 2024-10-08T20:14:18.7892846Z 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 2024-10-08T20:14:18.7898798Z 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 2024-10-08T20:14:18.7904728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\slow_conv_transpose3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7910840Z 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 2024-10-08T20:14:18.7917075Z 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 2024-10-08T20:14:18.7923030Z 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 2024-10-08T20:14:18.7929002Z 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 2024-10-08T20:14:18.7934877Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7940468Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7946220Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7951729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7957464Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\smooth_l1_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.7963692Z 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 2024-10-08T20:14:18.7969987Z 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 2024-10-08T20:14:18.7975833Z 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 2024-10-08T20:14:18.7982066Z 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 2024-10-08T20:14:18.7987522Z 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 2024-10-08T20:14:18.7993736Z 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 2024-10-08T20:14:18.8000195Z 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 2024-10-08T20:14:18.8005885Z 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 2024-10-08T20:14:18.8011624Z 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 2024-10-08T20:14:18.8017450Z 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 2024-10-08T20:14:18.8023436Z 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 2024-10-08T20:14:18.8030141Z 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 2024-10-08T20:14:18.8036389Z 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 2024-10-08T20:14:18.8042549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8048748Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8054669Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8060259Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8065851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8071834Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8077262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8083899Z 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 2024-10-08T20:14:18.8089793Z 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 2024-10-08T20:14:18.8095623Z 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 2024-10-08T20:14:18.8101324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8107160Z 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 2024-10-08T20:14:18.8113138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8118918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8125199Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8130743Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8136597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8142345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8148261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8153963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8159645Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softplus_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8165282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8171008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8177249Z 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 2024-10-08T20:14:18.8183286Z 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 2024-10-08T20:14:18.8189407Z 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 2024-10-08T20:14:18.8195558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8201710Z 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 2024-10-08T20:14:18.8207594Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8213497Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8220173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8225977Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8231753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8237624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8244114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8249782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8255714Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\softshrink_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8261815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\soft_margin_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8267696Z 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 2024-10-08T20:14:18.8274173Z 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 2024-10-08T20:14:18.8280015Z 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 2024-10-08T20:14:18.8286524Z 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 2024-10-08T20:14:18.8292732Z 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 2024-10-08T20:14:18.8298772Z 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 2024-10-08T20:14:18.8304773Z 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 2024-10-08T20:14:18.8311001Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8317087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8322981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8328835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8334590Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8355856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8361777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8368195Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8373680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8379337Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sort_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8384883Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_bsc_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8391455Z 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 2024-10-08T20:14:18.8397377Z 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 2024-10-08T20:14:18.8403218Z 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 2024-10-08T20:14:18.8409261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_bsr_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8415647Z 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 2024-10-08T20:14:18.8421355Z 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 2024-10-08T20:14:18.8427254Z 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 2024-10-08T20:14:18.8433210Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_compressed_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8439489Z 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 2024-10-08T20:14:18.8445524Z 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 2024-10-08T20:14:18.8451556Z 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 2024-10-08T20:14:18.8457440Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_coo_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8463819Z 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 2024-10-08T20:14:18.8469787Z 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 2024-10-08T20:14:18.8475776Z 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 2024-10-08T20:14:18.8481911Z 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 2024-10-08T20:14:18.8487936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_csc_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8494406Z 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 2024-10-08T20:14:18.8500137Z 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 2024-10-08T20:14:18.8506077Z 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 2024-10-08T20:14:18.8512008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_csr_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8518080Z 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 2024-10-08T20:14:18.8524058Z 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 2024-10-08T20:14:18.8529824Z 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 2024-10-08T20:14:18.8535565Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8541386Z 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 2024-10-08T20:14:18.8547128Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_dim_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8552734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_dim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8558482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_mask.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8564735Z 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 2024-10-08T20:14:18.8570322Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_mask_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8576214Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_mask_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8581796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8587589Z 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 2024-10-08T20:14:18.8593692Z 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 2024-10-08T20:14:18.8599456Z 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 2024-10-08T20:14:18.8605654Z 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 2024-10-08T20:14:18.8611352Z 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 2024-10-08T20:14:18.8617508Z 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 2024-10-08T20:14:18.8623610Z 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 2024-10-08T20:14:18.8629321Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8635018Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_resize_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8640955Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sparse_sampled_addmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8646833Z 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 2024-10-08T20:14:18.8652481Z 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 2024-10-08T20:14:18.8658512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_airy_ai.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8664473Z 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 2024-10-08T20:14:18.8670119Z 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 2024-10-08T20:14:18.8675754Z 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 2024-10-08T20:14:18.8681517Z 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 2024-10-08T20:14:18.8687327Z 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 2024-10-08T20:14:18.8693018Z 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 2024-10-08T20:14:18.8699051Z 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 2024-10-08T20:14:18.8704662Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8710869Z 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 2024-10-08T20:14:18.8717358Z 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 2024-10-08T20:14:18.8723339Z 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 2024-10-08T20:14:18.8728919Z 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 2024-10-08T20:14:18.8734749Z 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 2024-10-08T20:14:18.8740386Z 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 2024-10-08T20:14:18.8745991Z 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 2024-10-08T20:14:18.8753205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_j1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8759576Z 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 2024-10-08T20:14:18.8766527Z 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 2024-10-08T20:14:18.8772457Z 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 2024-10-08T20:14:18.8778149Z 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 2024-10-08T20:14:18.8784026Z 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 2024-10-08T20:14:18.8789619Z 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 2024-10-08T20:14:18.8795582Z 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 2024-10-08T20:14:18.8819705Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8825430Z 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 2024-10-08T20:14:18.8836012Z 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 2024-10-08T20:14:18.8841755Z 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 2024-10-08T20:14:18.8847422Z 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 2024-10-08T20:14:18.8853449Z 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 2024-10-08T20:14:18.8859346Z 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 2024-10-08T20:14:18.8865691Z 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 2024-10-08T20:14:18.8871420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_bessel_y1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.8877677Z 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 2024-10-08T20:14:18.8883390Z 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 2024-10-08T20:14:18.8889365Z 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 2024-10-08T20:14:18.8895265Z 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 2024-10-08T20:14:18.8901132Z 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 2024-10-08T20:14:18.8906862Z 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 2024-10-08T20:14:18.8912579Z 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 2024-10-08T20:14:18.8918430Z 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 2024-10-08T20:14:18.8924728Z 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 2024-10-08T20:14:18.8930832Z 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 2024-10-08T20:14:18.8936915Z 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 2024-10-08T20:14:18.8942730Z 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 2024-10-08T20:14:18.8948569Z 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 2024-10-08T20:14:18.8955155Z 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 2024-10-08T20:14:18.8961175Z 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 2024-10-08T20:14:18.8967071Z 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 2024-10-08T20:14:18.8972871Z 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 2024-10-08T20:14:18.8979276Z 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 2024-10-08T20:14:18.8985486Z 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 2024-10-08T20:14:18.8991379Z 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 2024-10-08T20:14:18.8997276Z 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 2024-10-08T20:14:18.9003220Z 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 2024-10-08T20:14:18.9009253Z 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 2024-10-08T20:14:18.9015425Z 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 2024-10-08T20:14:18.9021325Z 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 2024-10-08T20:14:18.9027303Z 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 2024-10-08T20:14:18.9033647Z 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 2024-10-08T20:14:18.9039567Z 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 2024-10-08T20:14:18.9045731Z 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 2024-10-08T20:14:18.9051620Z 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 2024-10-08T20:14:18.9057613Z 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 2024-10-08T20:14:18.9063878Z 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 2024-10-08T20:14:18.9069764Z 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 2024-10-08T20:14:18.9075539Z 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 2024-10-08T20:14:18.9082191Z 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 2024-10-08T20:14:18.9088531Z 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 2024-10-08T20:14:18.9094691Z 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 2024-10-08T20:14:18.9100689Z 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 2024-10-08T20:14:18.9106732Z 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 2024-10-08T20:14:18.9112654Z 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 2024-10-08T20:14:18.9118588Z 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 2024-10-08T20:14:18.9124517Z 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 2024-10-08T20:14:18.9130385Z 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 2024-10-08T20:14:18.9136246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_digamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9142715Z 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 2024-10-08T20:14:18.9148404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_digamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9154281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_digamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9160915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_entr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9167392Z 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 2024-10-08T20:14:18.9173274Z 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 2024-10-08T20:14:18.9179512Z 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 2024-10-08T20:14:18.9185902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_entr_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9191961Z 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 2024-10-08T20:14:18.9197968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_entr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9203781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_entr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9209809Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9215890Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9221842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfcx.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9228090Z 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 2024-10-08T20:14:18.9233962Z 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 2024-10-08T20:14:18.9240043Z 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 2024-10-08T20:14:18.9246026Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfcx_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9252042Z 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 2024-10-08T20:14:18.9258149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfcx_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9264316Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfcx_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9270637Z 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 2024-10-08T20:14:18.9276310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9281928Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9288273Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfinv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9294866Z 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 2024-10-08T20:14:18.9300634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfinv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9306645Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erfinv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9313136Z 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 2024-10-08T20:14:18.9318836Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9324388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_erf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9330359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_exp2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9336770Z 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 2024-10-08T20:14:18.9342357Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_exp2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9348137Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_exp2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9354642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9363294Z 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 2024-10-08T20:14:18.9369008Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9387351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9388916Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expm1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9392659Z 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 2024-10-08T20:14:18.9399518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expm1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9405404Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_expm1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9411332Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammainc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9417417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaincc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9423983Z 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 2024-10-08T20:14:18.9430119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaincc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9436237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaincc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9442919Z 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 2024-10-08T20:14:18.9448884Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammainc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9454670Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammainc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9460469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaln.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9466720Z 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 2024-10-08T20:14:18.9472605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaln_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9478693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_gammaln_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9485642Z 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 2024-10-08T20:14:18.9491071Z 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 2024-10-08T20:14:18.9498171Z 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 2024-10-08T20:14:18.9504406Z 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 2024-10-08T20:14:18.9510357Z 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 2024-10-08T20:14:18.9517088Z 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 2024-10-08T20:14:18.9523345Z 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 2024-10-08T20:14:18.9529373Z 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 2024-10-08T20:14:18.9535278Z 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 2024-10-08T20:14:18.9541071Z 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 2024-10-08T20:14:18.9547620Z 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 2024-10-08T20:14:18.9553879Z 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 2024-10-08T20:14:18.9559717Z 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 2024-10-08T20:14:18.9565659Z 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 2024-10-08T20:14:18.9571542Z 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 2024-10-08T20:14:18.9577823Z 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 2024-10-08T20:14:18.9583923Z 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 2024-10-08T20:14:18.9589912Z 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 2024-10-08T20:14:18.9607489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9613265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0e.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9619509Z 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 2024-10-08T20:14:18.9625161Z 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 2024-10-08T20:14:18.9631480Z 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 2024-10-08T20:14:18.9637028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0e_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9642895Z 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 2024-10-08T20:14:18.9648804Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0e_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9654567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0e_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9660734Z 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 2024-10-08T20:14:18.9666407Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9672122Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i0_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9677807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9683820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1e.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9690040Z 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 2024-10-08T20:14:18.9695966Z 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 2024-10-08T20:14:18.9701715Z 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 2024-10-08T20:14:18.9707400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1e_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9713391Z 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 2024-10-08T20:14:18.9719111Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1e_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9724828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1e_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9731585Z 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 2024-10-08T20:14:18.9737404Z 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 2024-10-08T20:14:18.9743316Z 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 2024-10-08T20:14:18.9749153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9755924Z 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 2024-10-08T20:14:18.9761916Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9767994Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_i1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9774132Z 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 2024-10-08T20:14:18.9780538Z 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 2024-10-08T20:14:18.9786782Z 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 2024-10-08T20:14:18.9792904Z 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 2024-10-08T20:14:18.9798989Z 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 2024-10-08T20:14:18.9805096Z 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 2024-10-08T20:14:18.9811275Z 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 2024-10-08T20:14:18.9817711Z 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 2024-10-08T20:14:18.9823754Z 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 2024-10-08T20:14:18.9829674Z 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 2024-10-08T20:14:18.9836053Z 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 2024-10-08T20:14:18.9842409Z 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 2024-10-08T20:14:18.9848418Z 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 2024-10-08T20:14:18.9854772Z 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 2024-10-08T20:14:18.9860805Z 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 2024-10-08T20:14:18.9866974Z 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 2024-10-08T20:14:18.9873038Z 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 2024-10-08T20:14:18.9879051Z 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 2024-10-08T20:14:18.9884970Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log1p.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9892217Z 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 2024-10-08T20:14:18.9898359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log1p_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9903997Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log1p_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9909859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9916111Z 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 2024-10-08T20:14:18.9922040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9928469Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9934674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9966928Z 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 2024-10-08T20:14:18.9972560Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logsumexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9978484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_logsumexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9984457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_ndtr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:18.9990977Z 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 2024-10-08T20:14:18.9997484Z 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 2024-10-08T20:14:19.0003506Z 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 2024-10-08T20:14:19.0009701Z 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 2024-10-08T20:14:19.0015853Z 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 2024-10-08T20:14:19.0021879Z 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 2024-10-08T20:14:19.0027881Z 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 2024-10-08T20:14:19.0033905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_log_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.0041102Z 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 2024-10-08T20:14:19.0046868Z 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 2024-10-08T20:14:19.0052747Z 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 2024-10-08T20:14:19.0058436Z 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 2024-10-08T20:14:19.0065072Z 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 2024-10-08T20:14:19.0070963Z 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 2024-10-08T20:14:19.0077582Z 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 2024-10-08T20:14:19.0083708Z 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 2024-10-08T20:14:19.0089975Z 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 2024-10-08T20:14:19.0096438Z 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 2024-10-08T20:14:19.0102358Z 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 2024-10-08T20:14:19.0108583Z 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 2024-10-08T20:14:19.0114810Z 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 2024-10-08T20:14:19.0121017Z 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 2024-10-08T20:14:19.0126798Z 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 2024-10-08T20:14:19.0132752Z 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 2024-10-08T20:14:19.0139041Z 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 2024-10-08T20:14:19.0145269Z 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 2024-10-08T20:14:19.0151235Z 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 2024-10-08T20:14:19.0157226Z 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 2024-10-08T20:14:19.0163780Z 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 2024-10-08T20:14:19.0169700Z 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 2024-10-08T20:14:19.0176109Z 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 2024-10-08T20:14:19.0182185Z 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 2024-10-08T20:14:19.0188493Z 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 2024-10-08T20:14:19.0194654Z 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 2024-10-08T20:14:19.0200989Z 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 2024-10-08T20:14:19.0206865Z 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 2024-10-08T20:14:19.0214093Z 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 2024-10-08T20:14:19.0220679Z 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 2024-10-08T20:14:19.0226688Z 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 2024-10-08T20:14:19.0232741Z 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 2024-10-08T20:14:19.0238952Z 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 2024-10-08T20:14:19.0245178Z 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 2024-10-08T20:14:19.0251320Z 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 2024-10-08T20:14:19.0258266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_multigammaln.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.0264349Z 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 2024-10-08T20:14:19.0270363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_multigammaln_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.0276187Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_multigammaln_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.0282060Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.0288251Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtri.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.0294677Z 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 2024-10-08T20:14:19.0300550Z 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 2024-10-08T20:14:19.0306527Z 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 2024-10-08T20:14:19.0313023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtri_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.0319085Z 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 2024-10-08T20:14:19.0325205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtri_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.0331196Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtri_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.0338369Z 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 2024-10-08T20:14:19.0344151Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtr_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.0349854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_ndtr_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.0355948Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_polygamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.0362181Z 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 2024-10-08T20:14:19.0373432Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_polygamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.0379185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_polygamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.0384921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_psi.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.0391152Z 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 2024-10-08T20:14:19.0396968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_psi_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.0402732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_psi_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.0408612Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_round.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.0415129Z 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 2024-10-08T20:14:19.0420929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_round_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.0426907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_round_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.0432816Z 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 2024-10-08T20:14:19.0439883Z 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 2024-10-08T20:14:19.0445616Z 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 2024-10-08T20:14:19.0452114Z 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 2024-10-08T20:14:19.0458098Z 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 2024-10-08T20:14:19.0464109Z 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 2024-10-08T20:14:19.0470334Z 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 2024-10-08T20:14:19.0476312Z 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 2024-10-08T20:14:19.0482360Z 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 2024-10-08T20:14:19.0488986Z 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 2024-10-08T20:14:19.0495683Z 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 2024-10-08T20:14:19.0501340Z 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 2024-10-08T20:14:19.0507359Z 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 2024-10-08T20:14:19.0513888Z 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 2024-10-08T20:14:19.0520351Z 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 2024-10-08T20:14:19.0526538Z 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 2024-10-08T20:14:19.0541156Z 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 2024-10-08T20:14:19.0547817Z 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 2024-10-08T20:14:19.0554488Z 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 2024-10-08T20:14:19.0564926Z 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 2024-10-08T20:14:19.0570989Z 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 2024-10-08T20:14:19.0577330Z 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 2024-10-08T20:14:19.0583696Z 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 2024-10-08T20:14:19.0590487Z 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 2024-10-08T20:14:19.0596491Z 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 2024-10-08T20:14:19.0602439Z 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 2024-10-08T20:14:19.0609149Z 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 2024-10-08T20:14:19.0615691Z 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 2024-10-08T20:14:19.0621874Z 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 2024-10-08T20:14:19.0627952Z 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 2024-10-08T20:14:19.0634058Z 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 2024-10-08T20:14:19.0640206Z 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 2024-10-08T20:14:19.0646328Z 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 2024-10-08T20:14:19.0652912Z 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 2024-10-08T20:14:19.0659472Z 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 2024-10-08T20:14:19.0670332Z 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 2024-10-08T20:14:19.0677060Z 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 2024-10-08T20:14:19.0683448Z 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 2024-10-08T20:14:19.0689674Z 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 2024-10-08T20:14:19.0695958Z 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 2024-10-08T20:14:19.0702269Z 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 2024-10-08T20:14:19.0708656Z 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 2024-10-08T20:14:19.0714775Z 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 2024-10-08T20:14:19.0721234Z 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 2024-10-08T20:14:19.0728531Z 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 2024-10-08T20:14:19.0734783Z 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 2024-10-08T20:14:19.0741194Z 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 2024-10-08T20:14:19.0747595Z 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 2024-10-08T20:14:19.0753865Z 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 2024-10-08T20:14:19.0760060Z 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 2024-10-08T20:14:19.0766488Z 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 2024-10-08T20:14:19.0772870Z 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 2024-10-08T20:14:19.0779039Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_sinc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.0785773Z 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 2024-10-08T20:14:19.0791637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_sinc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.0797363Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_sinc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.0803204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.0809596Z 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 2024-10-08T20:14:19.0815715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.0821587Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.0827806Z 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 2024-10-08T20:14:19.0834398Z 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 2024-10-08T20:14:19.0840308Z 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 2024-10-08T20:14:19.0846483Z 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 2024-10-08T20:14:19.0852516Z 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 2024-10-08T20:14:19.0858617Z 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 2024-10-08T20:14:19.0864675Z 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 2024-10-08T20:14:19.0870595Z 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 2024-10-08T20:14:19.0876648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.0883048Z 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 2024-10-08T20:14:19.0889157Z 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 2024-10-08T20:14:19.0895637Z 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 2024-10-08T20:14:19.0901592Z 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 2024-10-08T20:14:19.0907739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.0913854Z 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 2024-10-08T20:14:19.0920268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.0926176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlog1py_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.0932144Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlogy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.0938426Z 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 2024-10-08T20:14:19.0944224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlogy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.0950462Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_xlogy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.0956841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.0963188Z 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 2024-10-08T20:14:19.0969355Z 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 2024-10-08T20:14:19.0975332Z 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 2024-10-08T20:14:19.0981279Z 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 2024-10-08T20:14:19.0987094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.0993040Z 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 2024-10-08T20:14:19.0999164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1005857Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\special_zeta_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1011656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1017502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1023485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1029174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1035169Z 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 2024-10-08T20:14:19.1041221Z 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 2024-10-08T20:14:19.1051977Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1057457Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1063161Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1068868Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1074956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\split_with_sizes.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1080802Z 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 2024-10-08T20:14:19.1086772Z 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 2024-10-08T20:14:19.1093005Z 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 2024-10-08T20:14:19.1099071Z 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 2024-10-08T20:14:19.1104685Z 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 2024-10-08T20:14:19.1110695Z 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 2024-10-08T20:14:19.1121956Z 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 2024-10-08T20:14:19.1127623Z 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 2024-10-08T20:14:19.1133405Z 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 2024-10-08T20:14:19.1139237Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1145046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1150592Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1156391Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1162262Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1167936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1173725Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1179244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sqrt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1184541Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\square.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1190244Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\square_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1195652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\square_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1201329Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\square_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1206970Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1213176Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1219069Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1224768Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1230891Z 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 2024-10-08T20:14:19.1236721Z 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 2024-10-08T20:14:19.1242058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1247990Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1260148Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1270172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\squeeze_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1272194Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1278102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1283839Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1289749Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1296011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1301964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sspaddmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1307822Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1313763Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stack_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1319410Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1324882Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1330722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1336584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1343013Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1348846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1355291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_mean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1361267Z 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 2024-10-08T20:14:19.1367374Z 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 2024-10-08T20:14:19.1373132Z 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 2024-10-08T20:14:19.1378919Z 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 2024-10-08T20:14:19.1385232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_mean_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1390964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_mean_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1396846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1402532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\std_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1407648Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stft.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1414696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stft_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1420419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stft_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1426173Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stft_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1431893Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stride.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1437807Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stride_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1443830Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stride_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1449649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\stride_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1455474Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1461167Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\subtract.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1466868Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\subtract_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1472533Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\subtract_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1478486Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\subtract_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1484892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1490727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1496496Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1502196Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1507875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1513232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1519103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1524905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sub_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1530406Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1536470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1542419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1548627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1571145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1577095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1583003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1588417Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1593943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1599526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1605110Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sum_to_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1611151Z 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 2024-10-08T20:14:19.1616854Z 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 2024-10-08T20:14:19.1622466Z 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 2024-10-08T20:14:19.1628054Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\svd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1633927Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\svd_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1639639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\svd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1645007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\svd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1650351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapaxes.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1655962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapaxes_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1661433Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapaxes_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1667325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapaxes_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1673063Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapdims.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1678591Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapdims_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1684095Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapdims_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1689842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\swapdims_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1695821Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_constrain_range.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1701749Z 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 2024-10-08T20:14:19.1707560Z 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 2024-10-08T20:14:19.1713770Z 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 2024-10-08T20:14:19.1719600Z 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 2024-10-08T20:14:19.1725357Z 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 2024-10-08T20:14:19.1731167Z 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 2024-10-08T20:14:19.1737035Z 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 2024-10-08T20:14:19.1742663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_numel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1749336Z 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 2024-10-08T20:14:19.1754443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_numel_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1760041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_numel_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1765776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1771475Z 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 2024-10-08T20:14:19.1777084Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_size_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1782491Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_size_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1788694Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_storage_offset.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1794614Z 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 2024-10-08T20:14:19.1800667Z 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 2024-10-08T20:14:19.1806171Z 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 2024-10-08T20:14:19.1811870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_stride.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1818069Z 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 2024-10-08T20:14:19.1823892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_stride_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1829514Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\sym_stride_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1835037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1840282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1845651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_along_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1851573Z 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 2024-10-08T20:14:19.1857155Z 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 2024-10-08T20:14:19.1862734Z 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 2024-10-08T20:14:19.1868489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1874306Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1880501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1886232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\take_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1892055Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1897693Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1903218Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1909456Z 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 2024-10-08T20:14:19.1915179Z 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 2024-10-08T20:14:19.1921288Z 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 2024-10-08T20:14:19.1927353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1933314Z 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 2024-10-08T20:14:19.1939240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1945216Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1951689Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1957481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1963201Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1968680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1974177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1980442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1985907Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1991968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.1997655Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2003768Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2009422Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2015314Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2021003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2026745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2032222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2037780Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensordot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2043793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensordot_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2049712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensordot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2055596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensordot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2061426Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensor_split.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2067970Z 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 2024-10-08T20:14:19.2073768Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensor_split_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2079512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tensor_split_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2085188Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\thnn_conv2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2091444Z 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 2024-10-08T20:14:19.2097630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\thnn_conv2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2103386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\thnn_conv2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2109078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2115145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2121593Z 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 2024-10-08T20:14:19.2127258Z 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 2024-10-08T20:14:19.2133244Z 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 2024-10-08T20:14:19.2139087Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_backward_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2145088Z 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 2024-10-08T20:14:19.2151020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2156981Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2163710Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2169595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2175554Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2181328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2187123Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2192880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2198757Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\threshold_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2204458Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tile.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2210258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tile_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2216117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tile_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2221547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tile_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2226951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2232205Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2238615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2265234Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2270871Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2276798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2282761Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2288470Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2294252Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\topk_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2299958Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2306241Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_dense.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2311467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_dense_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2317722Z 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 2024-10-08T20:14:19.2323436Z 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 2024-10-08T20:14:19.2333942Z 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 2024-10-08T20:14:19.2339883Z 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 2024-10-08T20:14:19.2345506Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_dense_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2351423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_dense_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2357052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2362784Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2368797Z 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 2024-10-08T20:14:19.2374784Z 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 2024-10-08T20:14:19.2380354Z 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 2024-10-08T20:14:19.2386608Z 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 2024-10-08T20:14:19.2392250Z 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 2024-10-08T20:14:19.2397976Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2403665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_mkldnn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2409637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2415610Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2421489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_padded_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2427490Z 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 2024-10-08T20:14:19.2433123Z 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 2024-10-08T20:14:19.2438859Z 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 2024-10-08T20:14:19.2444547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2450028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_bsc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2455838Z 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 2024-10-08T20:14:19.2461575Z 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 2024-10-08T20:14:19.2467137Z 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 2024-10-08T20:14:19.2472796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_bsr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2478627Z 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 2024-10-08T20:14:19.2484667Z 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 2024-10-08T20:14:19.2490207Z 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 2024-10-08T20:14:19.2496703Z 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 2024-10-08T20:14:19.2502289Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_csc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2508383Z 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 2024-10-08T20:14:19.2514165Z 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 2024-10-08T20:14:19.2520046Z 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 2024-10-08T20:14:19.2526011Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_csr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2531917Z 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 2024-10-08T20:14:19.2538088Z 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 2024-10-08T20:14:19.2543660Z 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 2024-10-08T20:14:19.2549489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2555684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\to_sparse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2561320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2566808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2572878Z 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 2024-10-08T20:14:19.2578888Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2584515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2590843Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2596721Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2602700Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2608224Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2613939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trace_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2619847Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2626333Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2632243Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2637938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2644210Z 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 2024-10-08T20:14:19.2650063Z 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 2024-10-08T20:14:19.2656075Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2662100Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2667967Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2673908Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\transpose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2679696Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapezoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2685782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapezoid_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2691489Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapezoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2697442Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapezoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2703938Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapz.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2709944Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapz_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2715642Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapz_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2721355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trapz_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2727157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triangular_solve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2734462Z 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 2024-10-08T20:14:19.2745740Z 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 2024-10-08T20:14:19.2752534Z 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 2024-10-08T20:14:19.2758255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triangular_solve_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2764191Z 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 2024-10-08T20:14:19.2770022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triangular_solve_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2776328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triangular_solve_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2782033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2787945Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2793784Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2799582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2805362Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2811422Z 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 2024-10-08T20:14:19.2817250Z 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 2024-10-08T20:14:19.2823168Z 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 2024-10-08T20:14:19.2829107Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2835313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2841134Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2846730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2878200Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2883637Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\tril_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2889106Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triplet_margin_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2895268Z 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 2024-10-08T20:14:19.2900976Z 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 2024-10-08T20:14:19.2906916Z 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 2024-10-08T20:14:19.2912861Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2918980Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2926866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2933675Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2941782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2949426Z 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 2024-10-08T20:14:19.2956463Z 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 2024-10-08T20:14:19.2963534Z 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 2024-10-08T20:14:19.2971667Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2978742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2985818Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.2992520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3000402Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3007492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\triu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3014092Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\true_divide.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3021361Z 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 2024-10-08T20:14:19.3028198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\true_divide_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3036146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\true_divide_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3042661Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3048341Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3054138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3060046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3065788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3071342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3077288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3082968Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\trunc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3088900Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\type_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3094545Z 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 2024-10-08T20:14:19.3100278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\type_as_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3106068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\type_as_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3112145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3117770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3123706Z 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 2024-10-08T20:14:19.3130063Z 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 2024-10-08T20:14:19.3135753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3141562Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3168602Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3173818Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\t_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3179309Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3185105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3191002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3201324Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3204982Z 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 2024-10-08T20:14:19.3211904Z 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 2024-10-08T20:14:19.3217450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3223505Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3230119Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3236546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unbind_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3243766Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3250334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3256892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_dense_tensors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3263648Z 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 2024-10-08T20:14:19.3270324Z 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 2024-10-08T20:14:19.3276586Z 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 2024-10-08T20:14:19.3282886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3288546Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unflatten_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3294476Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3299665Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3305634Z 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 2024-10-08T20:14:19.3311332Z 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 2024-10-08T20:14:19.3317185Z 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 2024-10-08T20:14:19.3322829Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3328660Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3334728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3340895Z 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 2024-10-08T20:14:19.3346440Z 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 2024-10-08T20:14:19.3351894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3357370Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3363194Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3368887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3374905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3380785Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3386098Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unfold_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3391741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3397411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3403154Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3408812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3414415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3420414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3426359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\uniform_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3432630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_consecutive.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3438656Z 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 2024-10-08T20:14:19.3444437Z 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 2024-10-08T20:14:19.3450219Z 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 2024-10-08T20:14:19.3456117Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_consecutive_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3462088Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_consecutive_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3467663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3473813Z 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 2024-10-08T20:14:19.3479571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_consecutive.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3485767Z 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 2024-10-08T20:14:19.3491591Z 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 2024-10-08T20:14:19.3497911Z 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 2024-10-08T20:14:19.3503880Z 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 2024-10-08T20:14:19.3509865Z 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 2024-10-08T20:14:19.3515774Z 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 2024-10-08T20:14:19.3521603Z 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 2024-10-08T20:14:19.3527453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3533472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unique_dim_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3539503Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_chunk.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3545483Z 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 2024-10-08T20:14:19.3551062Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_chunk_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3556615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_chunk_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3562350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_split.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3568490Z 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 2024-10-08T20:14:19.3574598Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_split_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3581125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsafe_split_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3587025Z 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 2024-10-08T20:14:19.3594327Z 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 2024-10-08T20:14:19.3600413Z 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 2024-10-08T20:14:19.3606721Z 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 2024-10-08T20:14:19.3612378Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3618736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3624485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.3630843Z 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 2024-10-08T20:14:19.5656220Z 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 2024-10-08T20:14:19.5661818Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.5672353Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.5678627Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.5684418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\unsqueeze_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.5690490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.5697159Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.5704352Z 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 2024-10-08T20:14:19.5710363Z 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 2024-10-08T20:14:19.5716694Z 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 2024-10-08T20:14:19.5722934Z 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 2024-10-08T20:14:19.5729311Z 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 2024-10-08T20:14:19.5735602Z 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 2024-10-08T20:14:19.5741701Z 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 2024-10-08T20:14:19.5748268Z 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 2024-10-08T20:14:19.5754400Z 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 2024-10-08T20:14:19.5760329Z 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 2024-10-08T20:14:19.5766352Z 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 2024-10-08T20:14:19.5772692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.5779107Z 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 2024-10-08T20:14:19.5785649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.5792418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bicubic2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.5798997Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.5805957Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.5813006Z 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 2024-10-08T20:14:19.5819547Z 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 2024-10-08T20:14:19.5826036Z 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 2024-10-08T20:14:19.5832932Z 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 2024-10-08T20:14:19.5839485Z 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 2024-10-08T20:14:19.5846173Z 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 2024-10-08T20:14:19.5852732Z 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 2024-10-08T20:14:19.5859715Z 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 2024-10-08T20:14:19.5866554Z 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 2024-10-08T20:14:19.5873631Z 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 2024-10-08T20:14:19.5879889Z 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 2024-10-08T20:14:19.5885972Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.5892585Z 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 2024-10-08T20:14:19.5899331Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.5906040Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_bilinear2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.5912494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.5919465Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.5926517Z 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 2024-10-08T20:14:19.5932357Z 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 2024-10-08T20:14:19.5938492Z 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 2024-10-08T20:14:19.5944776Z 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 2024-10-08T20:14:19.5950816Z 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 2024-10-08T20:14:19.5956809Z 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 2024-10-08T20:14:19.5962860Z 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 2024-10-08T20:14:19.5969149Z 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 2024-10-08T20:14:19.5975536Z 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 2024-10-08T20:14:19.5981434Z 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 2024-10-08T20:14:19.5987379Z 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 2024-10-08T20:14:19.5993431Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.5999749Z 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 2024-10-08T20:14:19.6006079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6012549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_linear1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6019226Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6025788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6033273Z 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 2024-10-08T20:14:19.6039301Z 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 2024-10-08T20:14:19.6045760Z 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 2024-10-08T20:14:19.6054841Z 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 2024-10-08T20:14:19.6061131Z 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 2024-10-08T20:14:19.6068262Z 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 2024-10-08T20:14:19.6074366Z 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 2024-10-08T20:14:19.6080717Z 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 2024-10-08T20:14:19.6086778Z 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 2024-10-08T20:14:19.6092865Z 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 2024-10-08T20:14:19.6099866Z 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 2024-10-08T20:14:19.6105274Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6111097Z 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 2024-10-08T20:14:19.6116858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6123023Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest1d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6129020Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6134998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6141535Z 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 2024-10-08T20:14:19.6147271Z 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 2024-10-08T20:14:19.6153145Z 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 2024-10-08T20:14:19.6158975Z 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 2024-10-08T20:14:19.6165054Z 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 2024-10-08T20:14:19.6172280Z 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 2024-10-08T20:14:19.6178258Z 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 2024-10-08T20:14:19.6184459Z 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 2024-10-08T20:14:19.6190468Z 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 2024-10-08T20:14:19.6196432Z 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 2024-10-08T20:14:19.6202302Z 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 2024-10-08T20:14:19.6208160Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6214146Z 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 2024-10-08T20:14:19.6219858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6225615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6231943Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6237866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6244223Z 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 2024-10-08T20:14:19.6250006Z 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 2024-10-08T20:14:19.6255960Z 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 2024-10-08T20:14:19.6261852Z 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 2024-10-08T20:14:19.6269418Z 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 2024-10-08T20:14:19.6276218Z 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 2024-10-08T20:14:19.6282505Z 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 2024-10-08T20:14:19.6289136Z 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 2024-10-08T20:14:19.6295379Z 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 2024-10-08T20:14:19.6301653Z 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 2024-10-08T20:14:19.6307635Z 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 2024-10-08T20:14:19.6313556Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6319615Z 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 2024-10-08T20:14:19.6325635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6331543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_nearest3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6337732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6344041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6350569Z 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 2024-10-08T20:14:19.6356508Z 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 2024-10-08T20:14:19.6362993Z 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 2024-10-08T20:14:19.6369177Z 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 2024-10-08T20:14:19.6375506Z 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 2024-10-08T20:14:19.6390180Z 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 2024-10-08T20:14:19.6396141Z 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 2024-10-08T20:14:19.6402527Z 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 2024-10-08T20:14:19.6408708Z 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 2024-10-08T20:14:19.6414980Z 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 2024-10-08T20:14:19.6421057Z 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 2024-10-08T20:14:19.6427128Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6433488Z 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 2024-10-08T20:14:19.6439519Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6445556Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\upsample_trilinear3d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6451679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6457524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6463177Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6469519Z 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 2024-10-08T20:14:19.6475899Z 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 2024-10-08T20:14:19.6481752Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6487444Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6493650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6499507Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\values_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6505645Z 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 2024-10-08T20:14:19.6512049Z 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 2024-10-08T20:14:19.6517785Z 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 2024-10-08T20:14:19.6523733Z 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 2024-10-08T20:14:19.6529673Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vander.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6535651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vander_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6541294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vander_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6546781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vander_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6552572Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6558523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6564400Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6570147Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6577151Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_mean.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6583079Z 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 2024-10-08T20:14:19.6589570Z 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 2024-10-08T20:14:19.6595293Z 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 2024-10-08T20:14:19.6601150Z 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 2024-10-08T20:14:19.6607174Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_mean_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6612920Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_mean_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6619084Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6624976Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\var_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6630328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6636179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6641656Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6660068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6661799Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6663247Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vdot_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6664650Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6669866Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6674929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_complex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6680486Z 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 2024-10-08T20:14:19.6686762Z 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 2024-10-08T20:14:19.6692619Z 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 2024-10-08T20:14:19.6698380Z 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 2024-10-08T20:14:19.6704280Z 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 2024-10-08T20:14:19.6710038Z 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 2024-10-08T20:14:19.6716016Z 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 2024-10-08T20:14:19.6721896Z 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 2024-10-08T20:14:19.6727679Z 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 2024-10-08T20:14:19.6733276Z 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 2024-10-08T20:14:19.6740029Z 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 2024-10-08T20:14:19.6745854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6751171Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6756826Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_as_real.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6780021Z 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 2024-10-08T20:14:19.6786242Z 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 2024-10-08T20:14:19.6792404Z 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 2024-10-08T20:14:19.6798314Z 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 2024-10-08T20:14:19.6804265Z 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 2024-10-08T20:14:19.6810069Z 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 2024-10-08T20:14:19.6815966Z 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 2024-10-08T20:14:19.6821885Z 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 2024-10-08T20:14:19.6827824Z 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 2024-10-08T20:14:19.6833587Z 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 2024-10-08T20:14:19.6839896Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6845390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6851617Z 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 2024-10-08T20:14:19.6857750Z 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 2024-10-08T20:14:19.6863511Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6869328Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6876251Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6882318Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6888229Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6893963Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6899972Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\view_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6905371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vsplit.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6911157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vsplit_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6916785Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vsplit_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6922726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vsplit_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6929007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vstack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6934965Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vstack_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6940649Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vstack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6946134Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\vstack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6951774Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6957639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6963717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6969595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6975690Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6981421Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\where_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6987322Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6993271Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.6998997Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7004729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7010657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7016833Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7022849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7029146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7034929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xlogy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7040764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7046522Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xor_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7052078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7057815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\xor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7063379Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7068854Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7074676Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7080342Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_like.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7086687Z 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 2024-10-08T20:14:19.7092708Z 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 2024-10-08T20:14:19.7098508Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_like_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7104523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_like_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7110293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7116157Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zeros_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7122330Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7128712Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7134734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7140831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7146512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7152376Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\zero_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7164478Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7170123Z 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 2024-10-08T20:14:19.7176533Z 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 2024-10-08T20:14:19.7182408Z 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 2024-10-08T20:14:19.7188628Z 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 2024-10-08T20:14:19.7194926Z 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 2024-10-08T20:14:19.7200954Z 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 2024-10-08T20:14:19.7207355Z 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 2024-10-08T20:14:19.7213292Z 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 2024-10-08T20:14:19.7219501Z 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 2024-10-08T20:14:19.7226161Z 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 2024-10-08T20:14:19.7232598Z 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 2024-10-08T20:14:19.7238532Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_adaptive_avg_pool3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7244799Z 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 2024-10-08T20:14:19.7251020Z 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 2024-10-08T20:14:19.7257054Z 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 2024-10-08T20:14:19.7263220Z 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 2024-10-08T20:14:19.7269393Z 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 2024-10-08T20:14:19.7275313Z 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 2024-10-08T20:14:19.7281477Z 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 2024-10-08T20:14:19.7287369Z 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 2024-10-08T20:14:19.7293998Z 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 2024-10-08T20:14:19.7299697Z 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 2024-10-08T20:14:19.7305590Z 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 2024-10-08T20:14:19.7311783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_addmm_activation.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7318100Z 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 2024-10-08T20:14:19.7323765Z 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 2024-10-08T20:14:19.7329885Z 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 2024-10-08T20:14:19.7335635Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_addmm_activation_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7341524Z 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 2024-10-08T20:14:19.7347558Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_addmm_activation_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7353639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_addmm_activation_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7359625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_batch_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7365567Z 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 2024-10-08T20:14:19.7371133Z 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 2024-10-08T20:14:19.7377117Z 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 2024-10-08T20:14:19.7383302Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_relu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7389108Z 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 2024-10-08T20:14:19.7394966Z 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 2024-10-08T20:14:19.7400964Z 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 2024-10-08T20:14:19.7406424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_relu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7412520Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_add_relu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7418108Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7424288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7429947Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7435606Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7441232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7447207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_aminmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7453174Z 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 2024-10-08T20:14:19.7459464Z 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 2024-10-08T20:14:19.7465408Z 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 2024-10-08T20:14:19.7471675Z 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 2024-10-08T20:14:19.7477452Z 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 2024-10-08T20:14:19.7483284Z 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 2024-10-08T20:14:19.7489143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_amp_update_scale.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7495631Z 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 2024-10-08T20:14:19.7501141Z 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 2024-10-08T20:14:19.7506646Z 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 2024-10-08T20:14:19.7512429Z 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 2024-10-08T20:14:19.7518321Z 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 2024-10-08T20:14:19.7524424Z 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 2024-10-08T20:14:19.7530282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_async.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7536186Z 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 2024-10-08T20:14:19.7543048Z 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 2024-10-08T20:14:19.7549336Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_async_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7555186Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_async_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7560982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7567193Z 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 2024-10-08T20:14:19.7573182Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_scalar_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7579751Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_scalar_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7585742Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_tensor_metadata.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7592121Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_assert_tensor_metadata_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7598043Z 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 2024-10-08T20:14:19.7604013Z 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 2024-10-08T20:14:19.7610465Z 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 2024-10-08T20:14:19.7616575Z 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 2024-10-08T20:14:19.7622362Z 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 2024-10-08T20:14:19.7627869Z 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 2024-10-08T20:14:19.7633906Z 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 2024-10-08T20:14:19.7639982Z 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 2024-10-08T20:14:19.7646600Z 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 2024-10-08T20:14:19.7652388Z 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 2024-10-08T20:14:19.7658195Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7664297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_backward_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7670200Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7675777Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7681938Z 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 2024-10-08T20:14:19.7687873Z 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 2024-10-08T20:14:19.7694356Z 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 2024-10-08T20:14:19.7700168Z 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 2024-10-08T20:14:19.7706316Z 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 2024-10-08T20:14:19.7712854Z 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 2024-10-08T20:14:19.7718920Z 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 2024-10-08T20:14:19.7724997Z 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 2024-10-08T20:14:19.7730885Z 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 2024-10-08T20:14:19.7737901Z 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 2024-10-08T20:14:19.7743821Z 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 2024-10-08T20:14:19.7750220Z 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 2024-10-08T20:14:19.7756317Z 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 2024-10-08T20:14:19.7762532Z 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 2024-10-08T20:14:19.7768892Z 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 2024-10-08T20:14:19.7775021Z 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 2024-10-08T20:14:19.7781467Z 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 2024-10-08T20:14:19.7787665Z 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 2024-10-08T20:14:19.7793498Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Byte.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7799600Z 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 2024-10-08T20:14:19.7812886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Byte_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7818275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Byte_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7824016Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Char.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7831199Z 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 2024-10-08T20:14:19.7836490Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Char_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7858779Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Char_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7864543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Double.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7870668Z 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 2024-10-08T20:14:19.7877246Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Double_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7882266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Double_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7887939Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Float.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7894090Z 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 2024-10-08T20:14:19.7900138Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Float_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7905901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Float_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7912130Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Half.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7918334Z 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 2024-10-08T20:14:19.7924291Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Half_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7929737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Half_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7935613Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Int.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7941826Z 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 2024-10-08T20:14:19.7947576Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Int_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7953184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Int_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7959010Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Long.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7965184Z 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 2024-10-08T20:14:19.7975172Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Long_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7980894Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Long_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7986931Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Short.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.7994769Z 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 2024-10-08T20:14:19.7999539Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Short_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8005026Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cast_Short_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8011876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8017278Z 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 2024-10-08T20:14:19.8022968Z 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 2024-10-08T20:14:19.8029458Z 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 2024-10-08T20:14:19.8036058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8041482Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8049096Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8057002Z 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 2024-10-08T20:14:19.8065064Z 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 2024-10-08T20:14:19.8072670Z 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 2024-10-08T20:14:19.8079461Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8087315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cdist_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8094551Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cholesky_solve_helper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8101634Z 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 2024-10-08T20:14:19.8108568Z 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 2024-10-08T20:14:19.8115827Z 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 2024-10-08T20:14:19.8124119Z 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 2024-10-08T20:14:19.8131290Z 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 2024-10-08T20:14:19.8138346Z 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 2024-10-08T20:14:19.8146503Z 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 2024-10-08T20:14:19.8153385Z 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 2024-10-08T20:14:19.8160073Z 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 2024-10-08T20:14:19.8167074Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_chunk_cat.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8175566Z 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 2024-10-08T20:14:19.8182580Z 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 2024-10-08T20:14:19.8189674Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_chunk_cat_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8196588Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_chunk_cat_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8204713Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesce.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8211485Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8219007Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8225853Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8233846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8240846Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesced_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8248141Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesce_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8255222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesce_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8263495Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_coalesce_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8271012Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_compute_linear_combination.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8278015Z 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 2024-10-08T20:14:19.8285949Z 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 2024-10-08T20:14:19.8294031Z 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 2024-10-08T20:14:19.8301136Z 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 2024-10-08T20:14:19.8306768Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8313501Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8319242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8326558Z 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 2024-10-08T20:14:19.8332486Z 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 2024-10-08T20:14:19.8338332Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8343795Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8349460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8356249Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8362282Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_physical.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8368254Z 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 2024-10-08T20:14:19.8374254Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_physical_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8379940Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conj_physical_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8385613Z 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 2024-10-08T20:14:19.8391880Z 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 2024-10-08T20:14:19.8397849Z 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 2024-10-08T20:14:19.8404784Z 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 2024-10-08T20:14:19.8429574Z 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 2024-10-08T20:14:19.8435399Z 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 2024-10-08T20:14:19.8441506Z 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 2024-10-08T20:14:19.8447636Z 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 2024-10-08T20:14:19.8453615Z 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 2024-10-08T20:14:19.8460435Z 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 2024-10-08T20:14:19.8466074Z 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 2024-10-08T20:14:19.8472037Z 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 2024-10-08T20:14:19.8478805Z 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 2024-10-08T20:14:19.8484983Z 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 2024-10-08T20:14:19.8491048Z 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 2024-10-08T20:14:19.8497068Z 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 2024-10-08T20:14:19.8502989Z 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 2024-10-08T20:14:19.8509215Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convert_weight_to_int4pack_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8515219Z 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 2024-10-08T20:14:19.8521336Z 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 2024-10-08T20:14:19.8527380Z 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 2024-10-08T20:14:19.8533032Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8539388Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8545738Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8551695Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_double_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8557972Z 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 2024-10-08T20:14:19.8563779Z 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 2024-10-08T20:14:19.8570121Z 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 2024-10-08T20:14:19.8576099Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_mode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8582789Z 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 2024-10-08T20:14:19.8588640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_mode_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8594786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_mode_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8600687Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8606556Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8612515Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conv_depthwise2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8618724Z 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 2024-10-08T20:14:19.8624912Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conv_depthwise2d_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8630909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_conv_depthwise2d_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8636586Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_copy_from.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8642481Z 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 2024-10-08T20:14:19.8648745Z 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 2024-10-08T20:14:19.8654650Z 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 2024-10-08T20:14:19.8660517Z 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 2024-10-08T20:14:19.8666773Z 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 2024-10-08T20:14:19.8672540Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_copy_from_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8678207Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_copy_from_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8684078Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_compress.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8690624Z 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 2024-10-08T20:14:19.8696256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_compress_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8701824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_compress_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8707614Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cslt_sparse_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8713711Z 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 2024-10-08T20:14:19.8719504Z 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 2024-10-08T20:14:19.8725353Z 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 2024-10-08T20:14:19.8731288Z 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 2024-10-08T20:14:19.8737598Z 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 2024-10-08T20:14:19.8743752Z 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 2024-10-08T20:14:19.8749714Z 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 2024-10-08T20:14:19.8756094Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8761733Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8767669Z 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 2024-10-08T20:14:19.8773423Z 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 2024-10-08T20:14:19.8779618Z 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 2024-10-08T20:14:19.8785933Z 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 2024-10-08T20:14:19.8791707Z 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 2024-10-08T20:14:19.8798156Z 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 2024-10-08T20:14:19.8804032Z 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 2024-10-08T20:14:19.8810790Z 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 2024-10-08T20:14:19.8816818Z 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 2024-10-08T20:14:19.8822921Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8828727Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_ctc_loss_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8834901Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_ctc_loss.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8841017Z 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 2024-10-08T20:14:19.8846732Z 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 2024-10-08T20:14:19.8852502Z 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 2024-10-08T20:14:19.8858726Z 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 2024-10-08T20:14:19.8865015Z 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 2024-10-08T20:14:19.8871209Z 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 2024-10-08T20:14:19.8877036Z 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 2024-10-08T20:14:19.8883360Z 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 2024-10-08T20:14:19.8889209Z 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 2024-10-08T20:14:19.8894982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8900993Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8907931Z 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 2024-10-08T20:14:19.8913713Z 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 2024-10-08T20:14:19.8919467Z 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 2024-10-08T20:14:19.8925662Z 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 2024-10-08T20:14:19.8931336Z 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 2024-10-08T20:14:19.8937108Z 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 2024-10-08T20:14:19.8943073Z 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 2024-10-08T20:14:19.8949497Z 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 2024-10-08T20:14:19.8955349Z 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 2024-10-08T20:14:19.8961040Z 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 2024-10-08T20:14:19.8967081Z 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 2024-10-08T20:14:19.8972887Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8985386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cudnn_rnn_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.8986990Z 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 2024-10-08T20:14:19.8993341Z 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 2024-10-08T20:14:19.8998969Z 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 2024-10-08T20:14:19.9004088Z 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 2024-10-08T20:14:19.9009889Z 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 2024-10-08T20:14:19.9016555Z 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 2024-10-08T20:14:19.9022304Z 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 2024-10-08T20:14:19.9027721Z 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 2024-10-08T20:14:19.9033555Z 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 2024-10-08T20:14:19.9039968Z 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 2024-10-08T20:14:19.9045967Z 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 2024-10-08T20:14:19.9051442Z 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 2024-10-08T20:14:19.9057524Z 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 2024-10-08T20:14:19.9063563Z 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 2024-10-08T20:14:19.9069600Z 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 2024-10-08T20:14:19.9075205Z 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 2024-10-08T20:14:19.9081145Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummax_helper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.9086954Z 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 2024-10-08T20:14:19.9092909Z 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 2024-10-08T20:14:19.9098864Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummax_helper_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.9104715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummax_helper_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.9110685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummin_helper.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.9116466Z 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 2024-10-08T20:14:19.9122219Z 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 2024-10-08T20:14:19.9127918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummin_helper_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.9133900Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_cummin_helper_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.9139810Z 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 2024-10-08T20:14:19.9145629Z 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 2024-10-08T20:14:19.9151365Z 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 2024-10-08T20:14:19.9157393Z 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 2024-10-08T20:14:19.9163109Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimI.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.9168281Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimI_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.9173806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimI_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.9179530Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimV.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.9184837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimV_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.9190365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dimV_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.9196105Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dim_arange.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.9202509Z 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 2024-10-08T20:14:19.9208564Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dim_arange_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.9214022Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dim_arange_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.9219987Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dirichlet_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.9226079Z 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 2024-10-08T20:14:19.9231880Z 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 2024-10-08T20:14:19.9237868Z 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 2024-10-08T20:14:19.9243837Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dirichlet_grad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.9249795Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_dirichlet_grad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.9256086Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.9262125Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.9267951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.9274014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.9280312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.9286198Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.9292171Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficientzerotensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.9298260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficient_attention_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.9304520Z 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 2024-10-08T20:14:19.9310830Z 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 2024-10-08T20:14:19.9316859Z 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 2024-10-08T20:14:19.9324268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_efficient_attention_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.9329657Z 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 2024-10-08T20:14:19.9335433Z 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 2024-10-08T20:14:19.9341350Z 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 2024-10-08T20:14:19.9347752Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.9353447Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.9361036Z 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 2024-10-08T20:14:19.9367671Z 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 2024-10-08T20:14:19.9373794Z 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 2024-10-08T20:14:19.9379899Z 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 2024-10-08T20:14:19.9386308Z 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 2024-10-08T20:14:19.9392209Z 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 2024-10-08T20:14:19.9398703Z 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 2024-10-08T20:14:19.9404466Z 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 2024-10-08T20:14:19.9410633Z 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 2024-10-08T20:14:19.9416621Z 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 2024-10-08T20:14:19.9422905Z 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 2024-10-08T20:14:19.9428913Z 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 2024-10-08T20:14:19.9434950Z 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 2024-10-08T20:14:19.9440954Z 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 2024-10-08T20:14:19.9447217Z 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 2024-10-08T20:14:19.9453210Z 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 2024-10-08T20:14:19.9459880Z 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 2024-10-08T20:14:19.9466128Z 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 2024-10-08T20:14:19.9472114Z 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 2024-10-08T20:14:19.9478003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.9484149Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_embedding_bag_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.9490288Z 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 2024-10-08T20:14:19.9496512Z 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 2024-10-08T20:14:19.9502718Z 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 2024-10-08T20:14:19.9509321Z 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 2024-10-08T20:14:19.9515246Z 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 2024-10-08T20:14:19.9521249Z 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 2024-10-08T20:14:19.9527718Z 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 2024-10-08T20:14:19.9534661Z 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 2024-10-08T20:14:19.9541038Z 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 2024-10-08T20:14:19.9547429Z 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 2024-10-08T20:14:19.9552737Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_empty_affine_quantized.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.9558776Z 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 2024-10-08T20:14:19.9564724Z 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 2024-10-08T20:14:19.9570463Z 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 2024-10-08T20:14:19.9576555Z 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 2024-10-08T20:14:19.9582475Z 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 2024-10-08T20:14:19.9588767Z 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 2024-10-08T20:14:19.9595060Z 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 2024-10-08T20:14:19.9600820Z 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 2024-10-08T20:14:19.9606757Z 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 2024-10-08T20:14:19.9612315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_euclidean_dist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.9618327Z 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 2024-10-08T20:14:19.9623906Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_euclidean_dist_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.9630017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_euclidean_dist_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.9636176Z 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 2024-10-08T20:14:19.9642010Z 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 2024-10-08T20:14:19.9648142Z 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 2024-10-08T20:14:19.9654101Z 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 2024-10-08T20:14:19.9660388Z 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 2024-10-08T20:14:19.9666336Z 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 2024-10-08T20:14:19.9672607Z 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 2024-10-08T20:14:19.9678528Z 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 2024-10-08T20:14:19.9684831Z 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 2024-10-08T20:14:19.9690933Z 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 2024-10-08T20:14:19.9697023Z 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 2024-10-08T20:14:19.9702920Z 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 2024-10-08T20:14:19.9709018Z 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 2024-10-08T20:14:19.9715517Z 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 2024-10-08T20:14:19.9721794Z 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 2024-10-08T20:14:19.9727761Z 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 2024-10-08T20:14:19.9734112Z 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 2024-10-08T20:14:19.9740916Z 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 2024-10-08T20:14:19.9747115Z 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 2024-10-08T20:14:19.9753145Z 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 2024-10-08T20:14:19.9759395Z 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 2024-10-08T20:14:19.9765276Z 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 2024-10-08T20:14:19.9771568Z 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 2024-10-08T20:14:19.9778107Z 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 2024-10-08T20:14:19.9784222Z 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 2024-10-08T20:14:19.9790383Z 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 2024-10-08T20:14:19.9796676Z 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 2024-10-08T20:14:19.9802650Z 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 2024-10-08T20:14:19.9808344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2c.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.9813931Z 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 2024-10-08T20:14:19.9819647Z 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 2024-10-08T20:14:19.9825312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2c_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.9831346Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2c_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.9837347Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2r.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.9842918Z 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 2024-10-08T20:14:19.9848711Z 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 2024-10-08T20:14:19.9854764Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2r_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.9860408Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_c2r_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.9866046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_r2c.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.9871535Z 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 2024-10-08T20:14:19.9877458Z 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 2024-10-08T20:14:19.9883015Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_r2c_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.9888722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fft_r2c_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.9894629Z 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 2024-10-08T20:14:19.9900576Z 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 2024-10-08T20:14:19.9906325Z 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 2024-10-08T20:14:19.9912174Z 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 2024-10-08T20:14:19.9917902Z 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 2024-10-08T20:14:19.9923788Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_flash_attention_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.9929660Z 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 2024-10-08T20:14:19.9935664Z 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 2024-10-08T20:14:19.9941546Z 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 2024-10-08T20:14:19.9947526Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_flash_attention_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.9954225Z 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 2024-10-08T20:14:19.9960312Z 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 2024-10-08T20:14:19.9966395Z 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 2024-10-08T20:14:19.9990709Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:19.9996518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0002269Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0008068Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0014169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foobar_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0020059Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_abs.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0026106Z 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 2024-10-08T20:14:20.0032036Z 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 2024-10-08T20:14:20.0037789Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_abs_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0044000Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_abs_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0050424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_acos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0056841Z 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 2024-10-08T20:14:20.0062858Z 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 2024-10-08T20:14:20.0068678Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_acos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0074530Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_acos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0080596Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_add.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0086411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcdiv.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0092644Z 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 2024-10-08T20:14:20.0098771Z 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 2024-10-08T20:14:20.0104782Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcdiv_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0110680Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcdiv_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0116663Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0122930Z 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 2024-10-08T20:14:20.0128919Z 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 2024-10-08T20:14:20.0135067Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcmul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0141258Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_addcmul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0147313Z 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 2024-10-08T20:14:20.0153149Z 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 2024-10-08T20:14:20.0159082Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_add_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0164885Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_add_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0172380Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_asin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0180020Z 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 2024-10-08T20:14:20.0188402Z 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 2024-10-08T20:14:20.0196180Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_asin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0202037Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_asin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0207924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_atan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0214213Z 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 2024-10-08T20:14:20.0220494Z 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 2024-10-08T20:14:20.0226477Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_atan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0232593Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_atan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0238460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_ceil.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0244578Z 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 2024-10-08T20:14:20.0250481Z 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 2024-10-08T20:14:20.0256411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_ceil_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0262251Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_ceil_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0268194Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_clamp_max.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0274653Z 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 2024-10-08T20:14:20.0280530Z 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 2024-10-08T20:14:20.0286989Z 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 2024-10-08T20:14:20.0292748Z 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 2024-10-08T20:14:20.0298783Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_clamp_min.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0304830Z 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 2024-10-08T20:14:20.0310978Z 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 2024-10-08T20:14:20.0316942Z 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 2024-10-08T20:14:20.0322702Z 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 2024-10-08T20:14:20.0328444Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0334644Z 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 2024-10-08T20:14:20.0340618Z 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 2024-10-08T20:14:20.0346543Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0352288Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0358158Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cos.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0363839Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cosh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0369873Z 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 2024-10-08T20:14:20.0375775Z 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 2024-10-08T20:14:20.0381529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cosh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0387266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cosh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0393502Z 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 2024-10-08T20:14:20.0399389Z 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 2024-10-08T20:14:20.0405420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cos_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0411429Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_cos_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0417266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_div.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0423485Z 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 2024-10-08T20:14:20.0429262Z 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 2024-10-08T20:14:20.0435014Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_div_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0440730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_div_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0446713Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erf.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0452463Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erfc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0458761Z 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 2024-10-08T20:14:20.0464540Z 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 2024-10-08T20:14:20.0470382Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erfc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0476304Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erfc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0482442Z 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 2024-10-08T20:14:20.0488534Z 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 2024-10-08T20:14:20.0494420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erf_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0500549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_erf_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0506384Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_exp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0512345Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_expm1.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0518818Z 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 2024-10-08T20:14:20.0524629Z 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 2024-10-08T20:14:20.0530595Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_expm1_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0536651Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_expm1_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0542915Z 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 2024-10-08T20:14:20.0548870Z 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 2024-10-08T20:14:20.0554953Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_exp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0560892Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_exp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0566685Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_floor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0572931Z 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 2024-10-08T20:14:20.0578937Z 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 2024-10-08T20:14:20.0584959Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_floor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0590845Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_floor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0596998Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_frac.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0603295Z 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 2024-10-08T20:14:20.0609761Z 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 2024-10-08T20:14:20.0615295Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_frac_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0621211Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_frac_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0627232Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lerp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0633924Z 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 2024-10-08T20:14:20.0639998Z 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 2024-10-08T20:14:20.0646079Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lerp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0652012Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lerp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0658084Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lgamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0664346Z 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 2024-10-08T20:14:20.0670339Z 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 2024-10-08T20:14:20.0676411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lgamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0682616Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_lgamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0688360Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0694261Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log10.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0700577Z 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 2024-10-08T20:14:20.0706539Z 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 2024-10-08T20:14:20.0712671Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log10_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0718872Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log10_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0724909Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log1p.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0731108Z 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 2024-10-08T20:14:20.0737084Z 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 2024-10-08T20:14:20.0743033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log1p_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0749041Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log1p_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0754885Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0761255Z 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 2024-10-08T20:14:20.0767614Z 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 2024-10-08T20:14:20.0773622Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0779786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0786104Z 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 2024-10-08T20:14:20.0792017Z 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 2024-10-08T20:14:20.0798242Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0804335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_log_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0810275Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_max.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0816413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_maximum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0822958Z 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 2024-10-08T20:14:20.0828880Z 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 2024-10-08T20:14:20.0837615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_maximum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0844739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_maximum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0851117Z 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 2024-10-08T20:14:20.0857983Z 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 2024-10-08T20:14:20.0864449Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_max_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0870786Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_max_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0877038Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_minimum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0883706Z 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 2024-10-08T20:14:20.0891047Z 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 2024-10-08T20:14:20.0898936Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_minimum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0905913Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_minimum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0913083Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_mul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0921633Z 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 2024-10-08T20:14:20.0928610Z 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 2024-10-08T20:14:20.0935722Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_mul_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0943879Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_mul_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0951287Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_neg.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0958713Z 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 2024-10-08T20:14:20.0965683Z 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 2024-10-08T20:14:20.0974118Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_neg_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0980952Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_neg_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0988003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.0995416Z 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 2024-10-08T20:14:20.1003812Z 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 2024-10-08T20:14:20.1010664Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1017798Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1026460Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_pow.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1033725Z 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 2024-10-08T20:14:20.1040677Z 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 2024-10-08T20:14:20.1048902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_pow_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1056217Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_pow_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1063466Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_reciprocal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1071096Z 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 2024-10-08T20:14:20.1079129Z 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 2024-10-08T20:14:20.1086235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_reciprocal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1093279Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_reciprocal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1100326Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_round.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1109146Z 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 2024-10-08T20:14:20.1116365Z 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 2024-10-08T20:14:20.1123310Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_round_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1131390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_round_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1138484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sigmoid.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1145808Z 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 2024-10-08T20:14:20.1153126Z 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 2024-10-08T20:14:20.1160753Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sigmoid_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1166717Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sigmoid_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1172633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sign.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1178911Z 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 2024-10-08T20:14:20.1184798Z 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 2024-10-08T20:14:20.1190780Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sign_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1196806Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sign_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1202652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sin.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1208369Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sinh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1214596Z 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 2024-10-08T20:14:20.1220569Z 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 2024-10-08T20:14:20.1226365Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sinh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1232164Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sinh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1238644Z 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 2024-10-08T20:14:20.1244546Z 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 2024-10-08T20:14:20.1250338Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sin_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1256265Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sin_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1262115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sqrt.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1268259Z 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 2024-10-08T20:14:20.1274189Z 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 2024-10-08T20:14:20.1280371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sqrt_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1286146Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sqrt_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1291924Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sub.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1298078Z 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 2024-10-08T20:14:20.1303882Z 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 2024-10-08T20:14:20.1309611Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sub_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1315684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_sub_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1321792Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tan.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1327536Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tanh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1333610Z 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 2024-10-08T20:14:20.1339601Z 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 2024-10-08T20:14:20.1345313Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tanh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1351480Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tanh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1357713Z 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 2024-10-08T20:14:20.1363706Z 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 2024-10-08T20:14:20.1385797Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tan_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1391371Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_tan_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1397124Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_trunc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1403261Z 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 2024-10-08T20:14:20.1409017Z 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 2024-10-08T20:14:20.1414831Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_trunc_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1420817Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_trunc_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1426640Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_zero.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1432730Z 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 2024-10-08T20:14:20.1438444Z 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 2024-10-08T20:14:20.1444235Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_zero_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1450209Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_foreach_zero_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1456115Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_assert_async.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1462171Z 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 2024-10-08T20:14:20.1467984Z 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 2024-10-08T20:14:20.1475007Z 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 2024-10-08T20:14:20.1480859Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_functional_assert_scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1487481Z 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 2024-10-08T20:14:20.1493291Z 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 2024-10-08T20:14:20.1499441Z 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 2024-10-08T20:14:20.1505239Z 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 2024-10-08T20:14:20.1511426Z 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 2024-10-08T20:14:20.1517370Z 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 2024-10-08T20:14:20.1523627Z 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 2024-10-08T20:14:20.1529748Z 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 2024-10-08T20:14:20.1535911Z 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 2024-10-08T20:14:20.1541721Z 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 2024-10-08T20:14:20.1547603Z 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 2024-10-08T20:14:20.1553306Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adagrad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1559298Z 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 2024-10-08T20:14:20.1565166Z 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 2024-10-08T20:14:20.1570900Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adagrad_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1578053Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adagrad_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1585521Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adam.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1594135Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adamw.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1601426Z 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 2024-10-08T20:14:20.1608666Z 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 2024-10-08T20:14:20.1617066Z 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 2024-10-08T20:14:20.1641390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adamw_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1647260Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adamw_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1653628Z 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 2024-10-08T20:14:20.1659732Z 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 2024-10-08T20:14:20.1665735Z 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 2024-10-08T20:14:20.1671875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adam_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1677828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_adam_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1683979Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_dropout.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1690265Z 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 2024-10-08T20:14:20.1696376Z 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 2024-10-08T20:14:20.1702465Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_dropout_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1708344Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_dropout_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1714700Z 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 2024-10-08T20:14:20.1721124Z 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 2024-10-08T20:14:20.1727104Z 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 2024-10-08T20:14:20.1733126Z 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 2024-10-08T20:14:20.1739372Z 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 2024-10-08T20:14:20.1745808Z 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 2024-10-08T20:14:20.1751808Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sdp_choice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1757870Z 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 2024-10-08T20:14:20.1763955Z 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 2024-10-08T20:14:20.1770007Z 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 2024-10-08T20:14:20.1776104Z 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 2024-10-08T20:14:20.1782036Z 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 2024-10-08T20:14:20.1788584Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sgd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1794887Z 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 2024-10-08T20:14:20.1800871Z 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 2024-10-08T20:14:20.1806982Z 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 2024-10-08T20:14:20.1813002Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sgd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1819012Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fused_sgd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1838099Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1839923Z 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 2024-10-08T20:14:20.1841699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1843653Z 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 2024-10-08T20:14:20.1850102Z 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 2024-10-08T20:14:20.1855945Z 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 2024-10-08T20:14:20.1862039Z 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 2024-10-08T20:14:20.1868257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1874077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_fw_primal_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1880320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_gather_sparse_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.1886687Z 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 2024-10-08T20:14:20.1892178Z 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 2024-10-08T20:14:20.1898027Z 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 2024-10-08T20:14:20.1903941Z 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 2024-10-08T20:14:20.1909997Z 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 2024-10-08T20:14:20.1916267Z 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 2024-10-08T20:14:20.1922195Z 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 2024-10-08T20:14:20.1928256Z 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 2024-10-08T20:14:20.1935214Z 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 2024-10-08T20:14:20.1941153Z 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 2024-10-08T20:14:20.1947013Z 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 2024-10-08T20:14:20.1953222Z 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 2024-10-08T20:14:20.1959400Z 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 2024-10-08T20:14:20.1964993Z 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 2024-10-08T20:14:20.1970956Z 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 2024-10-08T20:14:20.1976610Z 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 2024-10-08T20:14:20.1982643Z 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 2024-10-08T20:14:20.1988298Z 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 2024-10-08T20:14:20.1993804Z 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 2024-10-08T20:14:20.1999605Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_histogramdd_bin_edges.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2005998Z 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 2024-10-08T20:14:20.2012255Z 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 2024-10-08T20:14:20.2017821Z 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 2024-10-08T20:14:20.2023937Z 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 2024-10-08T20:14:20.2029510Z 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 2024-10-08T20:14:20.2035487Z 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 2024-10-08T20:14:20.2042022Z 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 2024-10-08T20:14:20.2047760Z 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 2024-10-08T20:14:20.2053609Z 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 2024-10-08T20:14:20.2059516Z 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 2024-10-08T20:14:20.2065728Z 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 2024-10-08T20:14:20.2071871Z 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 2024-10-08T20:14:20.2077780Z 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 2024-10-08T20:14:20.2083603Z 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 2024-10-08T20:14:20.2089334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_index_put_impl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2095555Z 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 2024-10-08T20:14:20.2101187Z 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 2024-10-08T20:14:20.2107366Z 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 2024-10-08T20:14:20.2113286Z 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 2024-10-08T20:14:20.2119320Z 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 2024-10-08T20:14:20.2125460Z 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 2024-10-08T20:14:20.2131306Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2136639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2143143Z 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 2024-10-08T20:14:20.2148970Z 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 2024-10-08T20:14:20.2154630Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2160375Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2166315Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2172240Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_indices_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2178297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_int_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2183890Z 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 2024-10-08T20:14:20.2189910Z 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 2024-10-08T20:14:20.2195625Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_int_mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2201339Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_int_mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2207167Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_all_true.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2213330Z 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 2024-10-08T20:14:20.2219352Z 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 2024-10-08T20:14:20.2225067Z 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 2024-10-08T20:14:20.2230904Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_any_true.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2237369Z 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 2024-10-08T20:14:20.2243042Z 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 2024-10-08T20:14:20.2248569Z 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 2024-10-08T20:14:20.2254612Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_zerotensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2261354Z 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 2024-10-08T20:14:20.2266820Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_zerotensor_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2272450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_is_zerotensor_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2278849Z 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 2024-10-08T20:14:20.2285111Z 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 2024-10-08T20:14:20.2291112Z 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 2024-10-08T20:14:20.2297183Z 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 2024-10-08T20:14:20.2303212Z 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 2024-10-08T20:14:20.2309560Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lazy_clone.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2315985Z 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 2024-10-08T20:14:20.2321612Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lazy_clone_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2327484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lazy_clone_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2333484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_check_errors.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2340153Z 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 2024-10-08T20:14:20.2346039Z 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 2024-10-08T20:14:20.2351919Z 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 2024-10-08T20:14:20.2357947Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_det.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2369573Z 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 2024-10-08T20:14:20.2375234Z 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 2024-10-08T20:14:20.2381403Z 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 2024-10-08T20:14:20.2387443Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_det_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2393762Z 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 2024-10-08T20:14:20.2400153Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_det_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2406348Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_det_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2412471Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigh.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2418880Z 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 2024-10-08T20:14:20.2424485Z 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 2024-10-08T20:14:20.2430512Z 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 2024-10-08T20:14:20.2436396Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigh_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2442989Z 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 2024-10-08T20:14:20.2448949Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigh_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2454915Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigh_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2461116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigvals.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2467314Z 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 2024-10-08T20:14:20.2473799Z 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 2024-10-08T20:14:20.2480019Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigvals_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2485975Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_eigvals_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2492139Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_slogdet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2498722Z 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 2024-10-08T20:14:20.2504500Z 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 2024-10-08T20:14:20.2510641Z 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 2024-10-08T20:14:20.2516639Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_slogdet_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2522619Z 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 2024-10-08T20:14:20.2528796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_slogdet_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2534880Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_slogdet_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2540688Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_solve_ex.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2547425Z 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 2024-10-08T20:14:20.2553110Z 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 2024-10-08T20:14:20.2559144Z 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 2024-10-08T20:14:20.2565335Z 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 2024-10-08T20:14:20.2571745Z 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 2024-10-08T20:14:20.2577724Z 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 2024-10-08T20:14:20.2583911Z 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 2024-10-08T20:14:20.2589858Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_svd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2596392Z 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 2024-10-08T20:14:20.2602902Z 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 2024-10-08T20:14:20.2608628Z 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 2024-10-08T20:14:20.2619504Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_svd_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2625875Z 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 2024-10-08T20:14:20.2631841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_svd_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2638005Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_linalg_svd_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2644538Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_local_scalar_dense.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2650257Z 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 2024-10-08T20:14:20.2656615Z 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 2024-10-08T20:14:20.2662889Z 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 2024-10-08T20:14:20.2674811Z 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 2024-10-08T20:14:20.2680537Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2686781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2693290Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2704842Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2711108Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_logcumsumexp_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2716824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2723396Z 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 2024-10-08T20:14:20.2729938Z 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 2024-10-08T20:14:20.2735802Z 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 2024-10-08T20:14:20.2741765Z 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 2024-10-08T20:14:20.2747900Z 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 2024-10-08T20:14:20.2754367Z 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 2024-10-08T20:14:20.2760429Z 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 2024-10-08T20:14:20.2766203Z 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 2024-10-08T20:14:20.2772542Z 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 2024-10-08T20:14:20.2778475Z 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 2024-10-08T20:14:20.2785225Z 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 2024-10-08T20:14:20.2791256Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2797272Z 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 2024-10-08T20:14:20.2803534Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2809166Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_log_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2815620Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lstm_mps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2821572Z 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 2024-10-08T20:14:20.2827454Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lstm_mps_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2833450Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lstm_mps_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2839415Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_lu_with_info.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2845613Z 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 2024-10-08T20:14:20.2851490Z 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 2024-10-08T20:14:20.2857646Z 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 2024-10-08T20:14:20.2863062Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dep_token.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2869667Z 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 2024-10-08T20:14:20.2875081Z 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 2024-10-08T20:14:20.2880862Z 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 2024-10-08T20:14:20.2886745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2892820Z 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 2024-10-08T20:14:20.2898875Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2905240Z 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 2024-10-08T20:14:20.2917205Z 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 2024-10-08T20:14:20.2923112Z 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 2024-10-08T20:14:20.2929100Z 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 2024-10-08T20:14:20.2935502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2940793Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_make_dual_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.2946640Z 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 2024-10-08T20:14:20.2954588Z 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 2024-10-08T20:14:20.2959925Z 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 2024-10-08T20:14:20.2966505Z 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 2024-10-08T20:14:20.2971861Z 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 2024-10-08T20:14:20.2978298Z 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 2024-10-08T20:14:20.2984366Z 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 2024-10-08T20:14:20.2990703Z 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 2024-10-08T20:14:20.2996878Z 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 2024-10-08T20:14:20.3003007Z 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 2024-10-08T20:14:20.3009187Z 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 2024-10-08T20:14:20.3015802Z 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 2024-10-08T20:14:20.3022030Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_scale.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.3028325Z 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 2024-10-08T20:14:20.3034165Z 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 2024-10-08T20:14:20.3039835Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_scale_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.3045684Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_scale_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.3051698Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.3057692Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.3063797Z 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 2024-10-08T20:14:20.3069511Z 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 2024-10-08T20:14:20.3075720Z 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 2024-10-08T20:14:20.3081544Z 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 2024-10-08T20:14:20.3087765Z 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 2024-10-08T20:14:20.3094380Z 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 2024-10-08T20:14:20.3100220Z 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 2024-10-08T20:14:20.3106016Z 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 2024-10-08T20:14:20.3112169Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.3117962Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_masked_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.3124278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mixed_dtypes_linear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.3130332Z 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 2024-10-08T20:14:20.3136141Z 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 2024-10-08T20:14:20.3141989Z 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 2024-10-08T20:14:20.3148183Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_reshape.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.3154153Z 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 2024-10-08T20:14:20.3159726Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_reshape_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.3165867Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_reshape_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.3172263Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.3178662Z 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 2024-10-08T20:14:20.3184608Z 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 2024-10-08T20:14:20.3190355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_transpose_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.3196386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mkldnn_transpose_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.3202825Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mps_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.3209050Z 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 2024-10-08T20:14:20.3215257Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mps_convolution_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.3242902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mps_convolution_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.3249143Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_mps_convolution_transpose.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.3255558Z 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 2024-10-08T20:14:20.3261545Z 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 2024-10-08T20:14:20.3267825Z 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 2024-10-08T20:14:20.3274504Z 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 2024-10-08T20:14:20.3281252Z 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 2024-10-08T20:14:20.3287365Z 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 2024-10-08T20:14:20.3293336Z 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 2024-10-08T20:14:20.3299658Z 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 2024-10-08T20:14:20.3306060Z 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 2024-10-08T20:14:20.3312653Z 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 2024-10-08T20:14:20.3318830Z 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 2024-10-08T20:14:20.3325287Z 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 2024-10-08T20:14:20.3331357Z 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 2024-10-08T20:14:20.3338349Z 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 2024-10-08T20:14:20.3344666Z 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 2024-10-08T20:14:20.3350578Z 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 2024-10-08T20:14:20.3356530Z 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 2024-10-08T20:14:20.3362923Z 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 2024-10-08T20:14:20.3369138Z 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 2024-10-08T20:14:20.3375446Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.3381833Z 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 2024-10-08T20:14:20.3387708Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.3394986Z 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 2024-10-08T20:14:20.3401067Z 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 2024-10-08T20:14:20.3407194Z 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 2024-10-08T20:14:20.3413196Z 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 2024-10-08T20:14:20.3419179Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.3424724Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_neg_view_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.3431301Z 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 2024-10-08T20:14:20.3437487Z 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 2024-10-08T20:14:20.3443739Z 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 2024-10-08T20:14:20.3450103Z 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 2024-10-08T20:14:20.3456927Z 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 2024-10-08T20:14:20.3462918Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_from_padded.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.3469452Z 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 2024-10-08T20:14:20.3475865Z 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 2024-10-08T20:14:20.3482126Z 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 2024-10-08T20:14:20.3488398Z 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 2024-10-08T20:14:20.3494784Z 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 2024-10-08T20:14:20.3501020Z 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 2024-10-08T20:14:20.3507260Z 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 2024-10-08T20:14:20.3513180Z 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 2024-10-08T20:14:20.3520105Z 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 2024-10-08T20:14:20.3526378Z 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 2024-10-08T20:14:20.3532424Z 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 2024-10-08T20:14:20.3538099Z 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 2024-10-08T20:14:20.3543950Z 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 2024-10-08T20:14:20.3549853Z 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 2024-10-08T20:14:20.3555965Z 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 2024-10-08T20:14:20.3562222Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_lengths.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.3568140Z 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 2024-10-08T20:14:20.3573974Z 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 2024-10-08T20:14:20.3580057Z 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 2024-10-08T20:14:20.3586144Z 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 2024-10-08T20:14:20.3591792Z 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 2024-10-08T20:14:20.3597766Z 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 2024-10-08T20:14:20.3603927Z 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 2024-10-08T20:14:20.3609915Z 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 2024-10-08T20:14:20.3615828Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_offsets.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.3621987Z 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 2024-10-08T20:14:20.3627733Z 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 2024-10-08T20:14:20.3633814Z 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 2024-10-08T20:14:20.3640339Z 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 2024-10-08T20:14:20.3645858Z 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 2024-10-08T20:14:20.3651869Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_get_values.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.3657871Z 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 2024-10-08T20:14:20.3664610Z 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 2024-10-08T20:14:20.3670883Z 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 2024-10-08T20:14:20.3677113Z 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 2024-10-08T20:14:20.3683108Z 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 2024-10-08T20:14:20.3689118Z 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 2024-10-08T20:14:20.3695418Z 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 2024-10-08T20:14:20.3701776Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_select_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.3707998Z 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 2024-10-08T20:14:20.3713950Z 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 2024-10-08T20:14:20.3719966Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_sum_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.3726208Z 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 2024-10-08T20:14:20.3732432Z 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 2024-10-08T20:14:20.3738619Z 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 2024-10-08T20:14:20.3745015Z 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 2024-10-08T20:14:20.3751576Z 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 2024-10-08T20:14:20.3758321Z 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 2024-10-08T20:14:20.3764675Z 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 2024-10-08T20:14:20.3770933Z 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 2024-10-08T20:14:20.3777042Z 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 2024-10-08T20:14:20.3783054Z 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 2024-10-08T20:14:20.3789593Z 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 2024-10-08T20:14:20.3795819Z 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 2024-10-08T20:14:20.3801841Z 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 2024-10-08T20:14:20.3808076Z 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 2024-10-08T20:14:20.3814566Z 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 2024-10-08T20:14:20.3840216Z 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 2024-10-08T20:14:20.3846484Z 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 2024-10-08T20:14:20.3852624Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_size.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.3859418Z 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 2024-10-08T20:14:20.3865484Z 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 2024-10-08T20:14:20.3872326Z 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 2024-10-08T20:14:20.3878670Z 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 2024-10-08T20:14:20.3885007Z 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 2024-10-08T20:14:20.3891259Z 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 2024-10-08T20:14:20.3897371Z 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 2024-10-08T20:14:20.3903604Z 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 2024-10-08T20:14:20.3909916Z 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 2024-10-08T20:14:20.3916116Z 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 2024-10-08T20:14:20.3922312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nested_tensor_strides.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.3928711Z 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 2024-10-08T20:14:20.3934930Z 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 2024-10-08T20:14:20.3940943Z 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 2024-10-08T20:14:20.3946979Z 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 2024-10-08T20:14:20.3953337Z 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 2024-10-08T20:14:20.3959694Z 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 2024-10-08T20:14:20.3965675Z 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 2024-10-08T20:14:20.3971558Z 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 2024-10-08T20:14:20.3977755Z 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 2024-10-08T20:14:20.3984033Z 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 2024-10-08T20:14:20.3990189Z 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 2024-10-08T20:14:20.3996651Z 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 2024-10-08T20:14:20.4002598Z 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 2024-10-08T20:14:20.4008792Z 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 2024-10-08T20:14:20.4014783Z 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 2024-10-08T20:14:20.4021103Z 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 2024-10-08T20:14:20.4027710Z 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 2024-10-08T20:14:20.4033618Z 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 2024-10-08T20:14:20.4039764Z 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 2024-10-08T20:14:20.4045916Z 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 2024-10-08T20:14:20.4051893Z 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 2024-10-08T20:14:20.4058334Z 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 2024-10-08T20:14:20.4064724Z 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 2024-10-08T20:14:20.4070863Z 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 2024-10-08T20:14:20.4076649Z 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 2024-10-08T20:14:20.4082582Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnpack_available.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4088825Z 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 2024-10-08T20:14:20.4095102Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnpack_available_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4100325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnpack_available_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4106567Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnpack_spatial_convolution.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4118852Z 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 2024-10-08T20:14:20.4124655Z 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 2024-10-08T20:14:20.4130560Z 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 2024-10-08T20:14:20.4136529Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnz.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4141718Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnz_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4147160Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_nnz_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4152868Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pack_padded_sequence.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4158731Z 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 2024-10-08T20:14:20.4165115Z 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 2024-10-08T20:14:20.4171017Z 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 2024-10-08T20:14:20.4177286Z 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 2024-10-08T20:14:20.4183651Z 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 2024-10-08T20:14:20.4189717Z 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 2024-10-08T20:14:20.4195548Z 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 2024-10-08T20:14:20.4201647Z 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 2024-10-08T20:14:20.4207943Z 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 2024-10-08T20:14:20.4214010Z 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 2024-10-08T20:14:20.4219943Z 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 2024-10-08T20:14:20.4226083Z 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 2024-10-08T20:14:20.4232181Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_circular.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4238240Z 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 2024-10-08T20:14:20.4244355Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_circular_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4249720Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_circular_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4255741Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_enum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4261545Z 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 2024-10-08T20:14:20.4267414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_enum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4273305Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_enum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4279066Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pad_packed_sequence.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4285464Z 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 2024-10-08T20:14:20.4291415Z 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 2024-10-08T20:14:20.4297326Z 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 2024-10-08T20:14:20.4302946Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4308837Z 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 2024-10-08T20:14:20.4315424Z 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 2024-10-08T20:14:20.4321531Z 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 2024-10-08T20:14:20.4327812Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_backward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4333929Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_backward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4340058Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4346703Z 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 2024-10-08T20:14:20.4353024Z 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 2024-10-08T20:14:20.4359277Z 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 2024-10-08T20:14:20.4365419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_forward_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4371301Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pdist_forward_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4377278Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pin_memory.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4383462Z 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 2024-10-08T20:14:20.4389204Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pin_memory_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4395366Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_pin_memory_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4401307Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4407502Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4413940Z 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 2024-10-08T20:14:20.4419838Z 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 2024-10-08T20:14:20.4425703Z 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 2024-10-08T20:14:20.4431796Z 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 2024-10-08T20:14:20.4437880Z 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 2024-10-08T20:14:20.4443925Z 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 2024-10-08T20:14:20.4450670Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4456733Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_prelu_kernel_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4462454Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_print.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4468615Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_print_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4474409Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_print_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4479951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_print_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4485869Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_propagate_xla_data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4492324Z 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 2024-10-08T20:14:20.4498390Z 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 2024-10-08T20:14:20.4504511Z 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 2024-10-08T20:14:20.4510418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_remove_batch_dim.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4516858Z 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 2024-10-08T20:14:20.4522808Z 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 2024-10-08T20:14:20.4528395Z 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 2024-10-08T20:14:20.4534956Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4541524Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4547878Z 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 2024-10-08T20:14:20.4554047Z 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 2024-10-08T20:14:20.4560041Z 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 2024-10-08T20:14:20.4566083Z 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 2024-10-08T20:14:20.4573239Z 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 2024-10-08T20:14:20.4580103Z 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 2024-10-08T20:14:20.4586371Z 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 2024-10-08T20:14:20.4592780Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4598849Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_alias_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4605349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4611521Z 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 2024-10-08T20:14:20.4617448Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4623366Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4629472Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_reshape_from_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4636060Z 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 2024-10-08T20:14:20.4642503Z 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 2024-10-08T20:14:20.4648342Z 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 2024-10-08T20:14:20.4654418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_resize_output.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4660820Z 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 2024-10-08T20:14:20.4667381Z 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 2024-10-08T20:14:20.4673132Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_resize_output_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4681414Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_resize_output_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4687017Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_rowwise_prune.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4693022Z 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 2024-10-08T20:14:20.4699228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_rowwise_prune_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4705266Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_rowwise_prune_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4711185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_safe_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4717173Z 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 2024-10-08T20:14:20.4722861Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_safe_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4728500Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_safe_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4734349Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sample_dirichlet.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4740869Z 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 2024-10-08T20:14:20.4746566Z 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 2024-10-08T20:14:20.4753074Z 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 2024-10-08T20:14:20.4775297Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sample_dirichlet_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4781549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sample_dirichlet_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.4788225Z 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 2024-10-08T20:14:20.4794754Z 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 2024-10-08T20:14:20.4800590Z 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 2024-10-08T20:14:20.4806501Z 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 2024-10-08T20:14:20.4812826Z 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 2024-10-08T20:14:20.4819959Z 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 2024-10-08T20:14:20.4826442Z 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 2024-10-08T20:14:20.4832630Z 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 2024-10-08T20:14:20.4838461Z 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 2024-10-08T20:14:20.4844776Z 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 2024-10-08T20:14:20.4851177Z 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 2024-10-08T20:14:20.4857497Z 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 2024-10-08T20:14:20.4888980Z 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 2024-10-08T20:14:20.4895273Z 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 2024-10-08T20:14:20.4901347Z 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 2024-10-08T20:14:20.4907587Z 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 2024-10-08T20:14:20.4913607Z 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 2024-10-08T20:14:20.4920968Z 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 2024-10-08T20:14:20.4926430Z 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 2024-10-08T20:14:20.4932788Z 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 2024-10-08T20:14:20.4939203Z 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 2024-10-08T20:14:20.4945861Z 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 2024-10-08T20:14:20.4952179Z 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 2024-10-08T20:14:20.4958671Z 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 2024-10-08T20:14:20.4964800Z 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 2024-10-08T20:14:20.4971640Z 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 2024-10-08T20:14:20.4978104Z 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 2024-10-08T20:14:20.4984113Z 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 2024-10-08T20:14:20.4990398Z 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 2024-10-08T20:14:20.4996574Z 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 2024-10-08T20:14:20.5002857Z 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 2024-10-08T20:14:20.5009608Z 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 2024-10-08T20:14:20.5015959Z 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 2024-10-08T20:14:20.5022394Z 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 2024-10-08T20:14:20.5028749Z 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 2024-10-08T20:14:20.5035838Z 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 2024-10-08T20:14:20.5042318Z 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 2024-10-08T20:14:20.5048367Z 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 2024-10-08T20:14:20.5054573Z 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 2024-10-08T20:14:20.5060923Z 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 2024-10-08T20:14:20.5066873Z 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 2024-10-08T20:14:20.5073269Z 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 2024-10-08T20:14:20.5079815Z 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 2024-10-08T20:14:20.5086482Z 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 2024-10-08T20:14:20.5092731Z 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 2024-10-08T20:14:20.5099487Z 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 2024-10-08T20:14:20.5105640Z 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 2024-10-08T20:14:20.5111880Z 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 2024-10-08T20:14:20.5118177Z 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 2024-10-08T20:14:20.5124219Z 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 2024-10-08T20:14:20.5130708Z 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 2024-10-08T20:14:20.5136738Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.5152792Z 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 2024-10-08T20:14:20.5158730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.5164715Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_scaled_mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.5170694Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_segment_reduce_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.5177323Z 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 2024-10-08T20:14:20.5183117Z 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 2024-10-08T20:14:20.5189254Z 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 2024-10-08T20:14:20.5195165Z 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 2024-10-08T20:14:20.5201138Z 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 2024-10-08T20:14:20.5207621Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_shape_as_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.5214017Z 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 2024-10-08T20:14:20.5219976Z 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 2024-10-08T20:14:20.5225570Z 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 2024-10-08T20:14:20.5231925Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_slow_conv2d_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.5237707Z 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 2024-10-08T20:14:20.5243298Z 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 2024-10-08T20:14:20.5250040Z 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 2024-10-08T20:14:20.5256061Z 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 2024-10-08T20:14:20.5262012Z 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 2024-10-08T20:14:20.5267914Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_slow_conv2d_forward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.5273806Z 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 2024-10-08T20:14:20.5279950Z 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 2024-10-08T20:14:20.5285828Z 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 2024-10-08T20:14:20.5291972Z 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 2024-10-08T20:14:20.5298090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_draw.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.5304414Z 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 2024-10-08T20:14:20.5310146Z 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 2024-10-08T20:14:20.5316128Z 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 2024-10-08T20:14:20.5322418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_ff.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.5329232Z 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 2024-10-08T20:14:20.5335935Z 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 2024-10-08T20:14:20.5341751Z 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 2024-10-08T20:14:20.5348344Z 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 2024-10-08T20:14:20.5354615Z 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 2024-10-08T20:14:20.5360646Z 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 2024-10-08T20:14:20.5366637Z 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 2024-10-08T20:14:20.5372571Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sobol_engine_scramble.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.5379095Z 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 2024-10-08T20:14:20.5385017Z 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 2024-10-08T20:14:20.5390640Z 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 2024-10-08T20:14:20.5396652Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.5402728Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_backward_data.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.5409228Z 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 2024-10-08T20:14:20.5415171Z 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 2024-10-08T20:14:20.5421321Z 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 2024-10-08T20:14:20.5427531Z 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 2024-10-08T20:14:20.5436859Z 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 2024-10-08T20:14:20.5442950Z 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 2024-10-08T20:14:20.5449015Z 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 2024-10-08T20:14:20.5455677Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.5461935Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.5468077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.5474530Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_meta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.5480739Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_meta_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.5487003Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.5492780Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.5498733Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_addmm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.5504823Z 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 2024-10-08T20:14:20.5510729Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_addmm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.5516619Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_addmm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.5522800Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_broadcast_to.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.5529059Z 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 2024-10-08T20:14:20.5535976Z 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 2024-10-08T20:14:20.5542414Z 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 2024-10-08T20:14:20.5548456Z 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 2024-10-08T20:14:20.5554412Z 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 2024-10-08T20:14:20.5560317Z 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 2024-10-08T20:14:20.5566269Z 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 2024-10-08T20:14:20.5572278Z 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 2024-10-08T20:14:20.5578854Z 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 2024-10-08T20:14:20.5585125Z 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 2024-10-08T20:14:20.5591136Z 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 2024-10-08T20:14:20.5597623Z 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 2024-10-08T20:14:20.5603994Z 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 2024-10-08T20:14:20.5610003Z 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 2024-10-08T20:14:20.5616519Z 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 2024-10-08T20:14:20.5622696Z 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 2024-10-08T20:14:20.5629171Z 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 2024-10-08T20:14:20.5635456Z 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 2024-10-08T20:14:20.5641498Z 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 2024-10-08T20:14:20.5647518Z 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 2024-10-08T20:14:20.5653885Z 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 2024-10-08T20:14:20.5659712Z 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 2024-10-08T20:14:20.5666007Z 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 2024-10-08T20:14:20.5672210Z 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 2024-10-08T20:14:20.5678593Z 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 2024-10-08T20:14:20.5684699Z 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 2024-10-08T20:14:20.5690951Z 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 2024-10-08T20:14:20.5697516Z 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 2024-10-08T20:14:20.5704024Z 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 2024-10-08T20:14:20.5710671Z 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 2024-10-08T20:14:20.5716742Z 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 2024-10-08T20:14:20.5723018Z 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 2024-10-08T20:14:20.5729292Z 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 2024-10-08T20:14:20.5736184Z 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 2024-10-08T20:14:20.5742105Z 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 2024-10-08T20:14:20.5748326Z 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 2024-10-08T20:14:20.5754359Z 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 2024-10-08T20:14:20.5760318Z 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 2024-10-08T20:14:20.5766779Z 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 2024-10-08T20:14:20.5772635Z 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 2024-10-08T20:14:20.5778861Z 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 2024-10-08T20:14:20.5785387Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_prod.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.5791536Z 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 2024-10-08T20:14:20.5797410Z 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 2024-10-08T20:14:20.5803368Z 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 2024-10-08T20:14:20.5809280Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_csr_sum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.5815962Z 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 2024-10-08T20:14:20.5821882Z 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 2024-10-08T20:14:20.5827945Z 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 2024-10-08T20:14:20.5833719Z 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 2024-10-08T20:14:20.5840038Z 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 2024-10-08T20:14:20.5846213Z 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 2024-10-08T20:14:20.5852395Z 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 2024-10-08T20:14:20.5858418Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_log_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.5864778Z 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 2024-10-08T20:14:20.5871504Z 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 2024-10-08T20:14:20.5877709Z 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 2024-10-08T20:14:20.5883737Z 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 2024-10-08T20:14:20.5890045Z 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 2024-10-08T20:14:20.5896376Z 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 2024-10-08T20:14:20.5902093Z 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 2024-10-08T20:14:20.5908570Z 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 2024-10-08T20:14:20.5914566Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mask_projection.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.5921388Z 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 2024-10-08T20:14:20.5927708Z 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 2024-10-08T20:14:20.5933984Z 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 2024-10-08T20:14:20.5939781Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.5946272Z 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 2024-10-08T20:14:20.5952711Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.5958697Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_mm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.5964890Z 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 2024-10-08T20:14:20.5971041Z 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 2024-10-08T20:14:20.5977956Z 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 2024-10-08T20:14:20.5984190Z 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 2024-10-08T20:14:20.5990176Z 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 2024-10-08T20:14:20.5996004Z 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 2024-10-08T20:14:20.6002133Z 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 2024-10-08T20:14:20.6008224Z 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 2024-10-08T20:14:20.6014458Z 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 2024-10-08T20:14:20.6020663Z 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 2024-10-08T20:14:20.6026996Z 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 2024-10-08T20:14:20.6033579Z 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 2024-10-08T20:14:20.6039899Z 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 2024-10-08T20:14:20.6046621Z 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 2024-10-08T20:14:20.6052872Z 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 2024-10-08T20:14:20.6059435Z 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 2024-10-08T20:14:20.6065673Z 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 2024-10-08T20:14:20.6071910Z 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 2024-10-08T20:14:20.6078336Z 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 2024-10-08T20:14:20.6084613Z 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 2024-10-08T20:14:20.6091251Z 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 2024-10-08T20:14:20.6097780Z 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 2024-10-08T20:14:20.6104341Z 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 2024-10-08T20:14:20.6110390Z 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 2024-10-08T20:14:20.6116780Z 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 2024-10-08T20:14:20.6123213Z 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 2024-10-08T20:14:20.6129354Z 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 2024-10-08T20:14:20.6135893Z 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 2024-10-08T20:14:20.6142814Z 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 2024-10-08T20:14:20.6148932Z 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 2024-10-08T20:14:20.6155420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_softmax.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.6162076Z 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 2024-10-08T20:14:20.6168374Z 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 2024-10-08T20:14:20.6174693Z 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 2024-10-08T20:14:20.6181002Z 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 2024-10-08T20:14:20.6187327Z 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 2024-10-08T20:14:20.6193576Z 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 2024-10-08T20:14:20.6199494Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_softmax_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.6205233Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_softmax_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.6211320Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sparse_matmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.6218047Z 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 2024-10-08T20:14:20.6224682Z 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 2024-10-08T20:14:20.6230489Z 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 2024-10-08T20:14:20.6236284Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.6242420Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum_backward.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.6248583Z 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 2024-10-08T20:14:20.6254852Z 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 2024-10-08T20:14:20.6260912Z 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 2024-10-08T20:14:20.6267100Z 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 2024-10-08T20:14:20.6273227Z 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 2024-10-08T20:14:20.6279255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.6285518Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_sparse_sum_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.6291905Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.6297815Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.6303734Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.6309926Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.6316517Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spdiags_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.6322223Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spsolve.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.6327617Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spsolve_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.6333033Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_spsolve_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.6339730Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.6345885Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.6351683Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.6357681Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.6363389Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_stack_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.6369689Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.6375996Z 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 2024-10-08T20:14:20.6381836Z 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 2024-10-08T20:14:20.6388132Z 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 2024-10-08T20:14:20.6394255Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_grad.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.6400817Z 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 2024-10-08T20:14:20.6407221Z 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 2024-10-08T20:14:20.6413684Z 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 2024-10-08T20:14:20.6419993Z 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 2024-10-08T20:14:20.6426524Z 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 2024-10-08T20:14:20.6432459Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.6438359Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_standard_gamma_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.6444427Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_ambiguous_defaults.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.6450810Z 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 2024-10-08T20:14:20.6456622Z 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 2024-10-08T20:14:20.6462806Z 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 2024-10-08T20:14:20.6468978Z 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 2024-10-08T20:14:20.6475494Z 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 2024-10-08T20:14:20.6481647Z 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 2024-10-08T20:14:20.6487575Z 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 2024-10-08T20:14:20.6524931Z 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 2024-10-08T20:14:20.6530624Z 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 2024-10-08T20:14:20.6537176Z 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 2024-10-08T20:14:20.6543184Z 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 2024-10-08T20:14:20.6550330Z 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 2024-10-08T20:14:20.6556869Z 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 2024-10-08T20:14:20.6562914Z 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 2024-10-08T20:14:20.6568915Z 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 2024-10-08T20:14:20.6575366Z 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 2024-10-08T20:14:20.6581693Z 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 2024-10-08T20:14:20.6587657Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_check_tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.6594179Z 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 2024-10-08T20:14:20.6600309Z 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 2024-10-08T20:14:20.6606239Z 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 2024-10-08T20:14:20.6612653Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_functorch_fallback.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.6619941Z 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 2024-10-08T20:14:20.6625812Z 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 2024-10-08T20:14:20.6631666Z 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 2024-10-08T20:14:20.6637504Z 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 2024-10-08T20:14:20.6643754Z 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 2024-10-08T20:14:20.6649944Z 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 2024-10-08T20:14:20.6661656Z 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 2024-10-08T20:14:20.6667739Z 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 2024-10-08T20:14:20.6674148Z 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 2024-10-08T20:14:20.6685886Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_floatlist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.6693100Z 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 2024-10-08T20:14:20.6699248Z 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 2024-10-08T20:14:20.6705649Z 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 2024-10-08T20:14:20.6711788Z 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 2024-10-08T20:14:20.6717784Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_optional_intlist.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.6724481Z 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 2024-10-08T20:14:20.6730421Z 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 2024-10-08T20:14:20.6737814Z 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 2024-10-08T20:14:20.6744789Z 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 2024-10-08T20:14:20.6751043Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_parallel_materialize.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.6757616Z 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 2024-10-08T20:14:20.6763625Z 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 2024-10-08T20:14:20.6769640Z 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 2024-10-08T20:14:20.6776423Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_serialization_subcmul.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.6783155Z 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 2024-10-08T20:14:20.6789191Z 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 2024-10-08T20:14:20.6795252Z 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 2024-10-08T20:14:20.6801334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_test_string_default.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.6807933Z 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 2024-10-08T20:14:20.6814242Z 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 2024-10-08T20:14:20.6820176Z 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 2024-10-08T20:14:20.6826229Z 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 2024-10-08T20:14:20.6832590Z 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 2024-10-08T20:14:20.6838710Z 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 2024-10-08T20:14:20.6844752Z 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 2024-10-08T20:14:20.6851638Z 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 2024-10-08T20:14:20.6858062Z 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 2024-10-08T20:14:20.6864120Z 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 2024-10-08T20:14:20.6870076Z 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 2024-10-08T20:14:20.6876105Z 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 2024-10-08T20:14:20.6882704Z 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 2024-10-08T20:14:20.6889240Z 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 2024-10-08T20:14:20.6895501Z 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 2024-10-08T20:14:20.6901695Z 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 2024-10-08T20:14:20.6909388Z 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 2024-10-08T20:14:20.6916037Z 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 2024-10-08T20:14:20.6922231Z 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 2024-10-08T20:14:20.6928591Z 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 2024-10-08T20:14:20.6934956Z 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 2024-10-08T20:14:20.6941179Z 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 2024-10-08T20:14:20.6947554Z 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 2024-10-08T20:14:20.6953598Z 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 2024-10-08T20:14:20.6959790Z 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 2024-10-08T20:14:20.6966365Z 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 2024-10-08T20:14:20.6972369Z 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 2024-10-08T20:14:20.6978920Z 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 2024-10-08T20:14:20.6984955Z 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 2024-10-08T20:14:20.6991260Z 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 2024-10-08T20:14:20.6997973Z 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 2024-10-08T20:14:20.7004199Z 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 2024-10-08T20:14:20.7010603Z 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 2024-10-08T20:14:20.7017023Z 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 2024-10-08T20:14:20.7022995Z 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 2024-10-08T20:14:20.7029194Z 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 2024-10-08T20:14:20.7035060Z 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 2024-10-08T20:14:20.7041324Z 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 2024-10-08T20:14:20.7047678Z 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 2024-10-08T20:14:20.7053475Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.7060301Z 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 2024-10-08T20:14:20.7066309Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.7072745Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.7079876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_cpu.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.7085417Z 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 2024-10-08T20:14:20.7091193Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_cpu_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.7097419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_cpu_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.7104219Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_dense.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.7110212Z 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 2024-10-08T20:14:20.7116116Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_dense_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.7122982Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_dense_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.7128467Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.7134090Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.7140287Z 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 2024-10-08T20:14:20.7146172Z 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 2024-10-08T20:14:20.7151939Z 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 2024-10-08T20:14:20.7157698Z 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 2024-10-08T20:14:20.7163909Z 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 2024-10-08T20:14:20.7169239Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_bsr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.7175791Z 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 2024-10-08T20:14:20.7181727Z 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 2024-10-08T20:14:20.7187616Z 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 2024-10-08T20:14:20.7193344Z 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 2024-10-08T20:14:20.7199168Z 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 2024-10-08T20:14:20.7205296Z 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 2024-10-08T20:14:20.7211209Z 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 2024-10-08T20:14:20.7217236Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csc.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.7223683Z 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 2024-10-08T20:14:20.7229512Z 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 2024-10-08T20:14:20.7235634Z 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 2024-10-08T20:14:20.7241578Z 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 2024-10-08T20:14:20.7247512Z 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 2024-10-08T20:14:20.7253411Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_csr.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.7260014Z 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 2024-10-08T20:14:20.7266559Z 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 2024-10-08T20:14:20.7272641Z 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 2024-10-08T20:14:20.7278537Z 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 2024-10-08T20:14:20.7284601Z 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 2024-10-08T20:14:20.7290729Z 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 2024-10-08T20:14:20.7296405Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.7303210Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_to_sparse_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.7309248Z 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 2024-10-08T20:14:20.7315332Z 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 2024-10-08T20:14:20.7321186Z 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 2024-10-08T20:14:20.7326804Z 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 2024-10-08T20:14:20.7332842Z 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 2024-10-08T20:14:20.7339125Z 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 2024-10-08T20:14:20.7345267Z 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 2024-10-08T20:14:20.7351217Z 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 2024-10-08T20:14:20.7357263Z 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 2024-10-08T20:14:20.7363515Z 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 2024-10-08T20:14:20.7369508Z 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 2024-10-08T20:14:20.7376359Z 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 2024-10-08T20:14:20.7382190Z 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 2024-10-08T20:14:20.7388222Z 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 2024-10-08T20:14:20.7393998Z 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 2024-10-08T20:14:20.7399873Z 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 2024-10-08T20:14:20.7405568Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.7412029Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.7418070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.7423824Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.7429870Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_trilinear_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.7435852Z 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 2024-10-08T20:14:20.7441922Z 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 2024-10-08T20:14:20.7448001Z 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 2024-10-08T20:14:20.7454033Z 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 2024-10-08T20:14:20.7459927Z 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 2024-10-08T20:14:20.7466307Z 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 2024-10-08T20:14:20.7472970Z 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 2024-10-08T20:14:20.7480048Z 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 2024-10-08T20:14:20.7485972Z 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 2024-10-08T20:14:20.7492154Z 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 2024-10-08T20:14:20.7498228Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.7503851Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.7509754Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.7515452Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.7521549Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.7527647Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.7533451Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique2_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.7539856Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique_compositeexplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.7545861Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.7551755Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique_cuda_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.7557633Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.7563899Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unique_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.7569352Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unpack_dual.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.7575438Z 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 2024-10-08T20:14:20.7581028Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unpack_dual_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.7586679Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unpack_dual_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.7592413Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_index.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.7598660Z 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 2024-10-08T20:14:20.7604350Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_index_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.7610424Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_index_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.7616439Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_index_put.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.7622610Z 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 2024-10-08T20:14:20.7628517Z 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 2024-10-08T20:14:20.9534298Z 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 2024-10-08T20:14:20.9550911Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_masked_index.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.9552820Z 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 2024-10-08T20:14:20.9555262Z 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 2024-10-08T20:14:20.9557146Z 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 2024-10-08T20:14:20.9558791Z 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 2024-10-08T20:14:20.9560741Z 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 2024-10-08T20:14:20.9563149Z 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 2024-10-08T20:14:20.9564897Z 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 2024-10-08T20:14:20.9566525Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_view.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.9568669Z 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 2024-10-08T20:14:20.9570356Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_view_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.9571964Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_unsafe_view_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.9574077Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bicubic2d_aa.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.9575708Z 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 2024-10-08T20:14:20.9577643Z 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 2024-10-08T20:14:20.9580186Z 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 2024-10-08T20:14:20.9581973Z 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 2024-10-08T20:14:20.9583727Z 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 2024-10-08T20:14:20.9586101Z 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 2024-10-08T20:14:20.9587869Z 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 2024-10-08T20:14:20.9589573Z 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 2024-10-08T20:14:20.9591493Z 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 2024-10-08T20:14:20.9593583Z 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 2024-10-08T20:14:20.9596001Z 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 2024-10-08T20:14:20.9597703Z 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 2024-10-08T20:14:20.9599379Z 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 2024-10-08T20:14:20.9600168Z 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 2024-10-08T20:14:20.9600919Z 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 2024-10-08T20:14:20.9601647Z 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 2024-10-08T20:14:20.9602373Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_bilinear2d_aa.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.9603129Z 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 2024-10-08T20:14:20.9604177Z 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 2024-10-08T20:14:20.9605061Z 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 2024-10-08T20:14:20.9605895Z 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 2024-10-08T20:14:20.9606697Z 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 2024-10-08T20:14:20.9607521Z 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 2024-10-08T20:14:20.9608325Z 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 2024-10-08T20:14:20.9609100Z 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 2024-10-08T20:14:20.9610115Z 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 2024-10-08T20:14:20.9611504Z 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 2024-10-08T20:14:20.9612381Z 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 2024-10-08T20:14:20.9613181Z 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 2024-10-08T20:14:20.9613965Z 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 2024-10-08T20:14:20.9614749Z 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 2024-10-08T20:14:20.9616043Z 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 2024-10-08T20:14:20.9616772Z 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 2024-10-08T20:14:20.9617512Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact1d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.9618281Z 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 2024-10-08T20:14:20.9619347Z 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 2024-10-08T20:14:20.9620190Z 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 2024-10-08T20:14:20.9621045Z 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 2024-10-08T20:14:20.9627246Z 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 2024-10-08T20:14:20.9633084Z 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 2024-10-08T20:14:20.9639075Z 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 2024-10-08T20:14:20.9645276Z 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 2024-10-08T20:14:20.9651495Z 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 2024-10-08T20:14:20.9657753Z 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 2024-10-08T20:14:20.9663688Z 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 2024-10-08T20:14:20.9669628Z 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 2024-10-08T20:14:20.9675486Z 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 2024-10-08T20:14:20.9681558Z 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 2024-10-08T20:14:20.9712362Z 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 2024-10-08T20:14:20.9718093Z 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 2024-10-08T20:14:20.9723805Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact2d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.9729802Z 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 2024-10-08T20:14:20.9736345Z 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 2024-10-08T20:14:20.9742160Z 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 2024-10-08T20:14:20.9748364Z 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 2024-10-08T20:14:20.9754459Z 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 2024-10-08T20:14:20.9760563Z 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 2024-10-08T20:14:20.9766481Z 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 2024-10-08T20:14:20.9772438Z 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 2024-10-08T20:14:20.9779139Z 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 2024-10-08T20:14:20.9785232Z 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 2024-10-08T20:14:20.9791096Z 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 2024-10-08T20:14:20.9796888Z 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 2024-10-08T20:14:20.9802882Z 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 2024-10-08T20:14:20.9832142Z 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 2024-10-08T20:14:20.9837995Z 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 2024-10-08T20:14:20.9844699Z 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 2024-10-08T20:14:20.9850841Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_upsample_nearest_exact3d.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:20.9857212Z 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 2024-10-08T20:14:20.9863676Z 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 2024-10-08T20:14:20.9869771Z 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 2024-10-08T20:14:20.9875890Z 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 2024-10-08T20:14:20.9882226Z 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 2024-10-08T20:14:20.9888314Z 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 2024-10-08T20:14:20.9894609Z 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 2024-10-08T20:14:20.9900650Z 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 2024-10-08T20:14:20.9907153Z 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 2024-10-08T20:14:20.9913558Z 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 2024-10-08T20:14:20.9919903Z 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 2024-10-08T20:14:20.9925982Z 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 2024-10-08T20:14:20.9931866Z 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 2024-10-08T20:14:20.9938036Z 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 2024-10-08T20:14:20.9944143Z 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 2024-10-08T20:14:20.9950374Z 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 2024-10-08T20:14:20.9956249Z 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 2024-10-08T20:14:20.9962368Z 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 2024-10-08T20:14:20.9968215Z 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 2024-10-08T20:14:20.9974040Z 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 2024-10-08T20:14:20.9980183Z 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 2024-10-08T20:14:20.9986506Z 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 2024-10-08T20:14:20.9992631Z 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 2024-10-08T20:14:20.9998610Z 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 2024-10-08T20:14:21.0004928Z 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 2024-10-08T20:14:21.0011465Z 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 2024-10-08T20:14:21.0017557Z 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 2024-10-08T20:14:21.0023427Z 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 2024-10-08T20:14:21.0029471Z 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 2024-10-08T20:14:21.0035339Z 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 2024-10-08T20:14:21.0041749Z 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 2024-10-08T20:14:21.0047812Z 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 2024-10-08T20:14:21.0053991Z 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 2024-10-08T20:14:21.0060147Z 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 2024-10-08T20:14:21.0067827Z 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 2024-10-08T20:14:21.0073825Z 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 2024-10-08T20:14:21.0080103Z 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 2024-10-08T20:14:21.0086238Z 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 2024-10-08T20:14:21.0092589Z 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 2024-10-08T20:14:21.0098801Z 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 2024-10-08T20:14:21.0105039Z 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 2024-10-08T20:14:21.0111190Z 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 2024-10-08T20:14:21.0117573Z 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 2024-10-08T20:14:21.0123600Z 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 2024-10-08T20:14:21.0129832Z 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 2024-10-08T20:14:21.0135955Z 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 2024-10-08T20:14:21.0142563Z 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 2024-10-08T20:14:21.0148653Z 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 2024-10-08T20:14:21.0155047Z 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 2024-10-08T20:14:21.0161148Z 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 2024-10-08T20:14:21.0167353Z 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 2024-10-08T20:14:21.0173203Z 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 2024-10-08T20:14:21.0179379Z 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 2024-10-08T20:14:21.0185103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:21.0190331Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_copy.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:21.0196910Z 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 2024-10-08T20:14:21.0202778Z 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 2024-10-08T20:14:21.0208466Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_copy_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:21.0214268Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_copy_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:21.0220009Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:21.0225796Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_values_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:21.0231958Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_version.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:21.0237986Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_version_compositeimplicitautograd_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:21.0243492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_version_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:21.0249445Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_version_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:21.0254857Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int4pack_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:21.0260732Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int4pack_mm_cpu_dispatch.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:21.0266333Z 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 2024-10-08T20:14:21.0272220Z 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 2024-10-08T20:14:21.0278322Z 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 2024-10-08T20:14:21.0284312Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_int8pack_mm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:21.0290249Z 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 2024-10-08T20:14:21.0296317Z 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 2024-10-08T20:14:21.0301908Z 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 2024-10-08T20:14:21.0307668Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:21.0313688Z 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 2024-10-08T20:14:21.0320340Z 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 2024-10-08T20:14:21.0326244Z 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 2024-10-08T20:14:21.0332171Z 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 2024-10-08T20:14:21.0338861Z 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 2024-10-08T20:14:21.0345027Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_interface.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:21.0350698Z 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 2024-10-08T20:14:21.0357025Z 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 2024-10-08T20:14:21.0362847Z 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 2024-10-08T20:14:21.0368890Z 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 2024-10-08T20:14:21.0374888Z 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 2024-10-08T20:14:21.0380912Z 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 2024-10-08T20:14:21.0387701Z 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 2024-10-08T20:14:21.0393743Z 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 2024-10-08T20:14:21.0399803Z 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 2024-10-08T20:14:21.0406586Z 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 2024-10-08T20:14:21.0412536Z 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 2024-10-08T20:14:21.0418600Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_native.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:21.0425335Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_weight_norm_ops.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:21.0431113Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ops\_wrapped_linear_prepack.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\ops 2024-10-08T20:14:21.0437271Z 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 2024-10-08T20:14:21.0446287Z 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 2024-10-08T20:14:21.0451546Z 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 2024-10-08T20:14:21.0457507Z 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 2024-10-08T20:14:21.0463825Z 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 2024-10-08T20:14:21.0469807Z 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 2024-10-08T20:14:21.0475942Z 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 2024-10-08T20:14:21.0485323Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\PadNd.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:21.0490325Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Parallel-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:21.0495960Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Parallel.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:21.0501523Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ParallelFuture.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:21.0507046Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ParallelNative.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:21.0512334Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ParallelOpenMP.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:21.0517902Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\PTThreadPool.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:21.0523390Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\PythonTorchFunctionTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:21.0529433Z creating build\bdist.win-amd64\wheel\torch\include\ATen\quantized 2024-10-08T20:14:21.0532823Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\quantized\QTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\quantized 2024-10-08T20:14:21.0538351Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\quantized\Quantizer.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\quantized 2024-10-08T20:14:21.0543780Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\record_function.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:21.0549988Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\RedispatchFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:21.0575044Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\RegistrationDeclarations.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:21.0588736Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SavedTensorHooks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:21.0594274Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:21.0599070Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ScalarOps.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:21.0604419Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ScalarType.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:21.0609770Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SequenceNumber.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:21.0615185Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SmallVector.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:21.0620481Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SparseCsrTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:21.0627597Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SparseCsrTensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:21.0641435Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\SparseTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:21.0646951Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Storage.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:21.0652114Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\StorageUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:21.0657697Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:21.0663103Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorAccessor.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:21.0668550Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorGeometry.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:21.0673699Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorIndexing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:21.0680036Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorIterator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:21.0686509Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorIteratorInternal.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:21.0692343Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorMeta.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:21.0698052Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorNames.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:21.0703547Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorOperators.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:21.0709184Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:21.0714876Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorSubclassLikeUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:21.0720386Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TensorUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:21.0726162Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ThreadLocalPythonObjects.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:21.0732104Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\ThreadLocalState.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:21.0737817Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TracerMode.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:21.0743634Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\TypeDefault.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:21.0754801Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:21.0760492Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\Version.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:21.0765604Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\VmapGeneratedPlumbing.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:21.0785950Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\WrapDimUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:21.0791372Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\WrapDimUtilsMulti.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen 2024-10-08T20:14:21.0797231Z creating build\bdist.win-amd64\wheel\torch\include\ATen\xpu 2024-10-08T20:14:21.0800453Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\CachingHostAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2024-10-08T20:14:21.0806142Z creating build\bdist.win-amd64\wheel\torch\include\ATen\xpu\detail 2024-10-08T20:14:21.0808976Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\detail\XPUHooks.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu\detail 2024-10-08T20:14:21.0814354Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\PinnedMemoryAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2024-10-08T20:14:21.0819294Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUContext.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2024-10-08T20:14:21.0830368Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUDevice.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2024-10-08T20:14:21.0835293Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2024-10-08T20:14:21.0840484Z copying build\lib.win-amd64-cpython-39\torch\include\ATen\xpu\XPUGeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\ATen\xpu 2024-10-08T20:14:21.0847420Z creating build\bdist.win-amd64\wheel\torch\include\c10 2024-10-08T20:14:21.0850884Z creating build\bdist.win-amd64\wheel\torch\include\c10\core 2024-10-08T20:14:21.0853982Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\alignment.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-10-08T20:14:21.0859096Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Allocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-10-08T20:14:21.0864886Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\AutogradState.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-10-08T20:14:21.0870068Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Backend.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-10-08T20:14:21.0880846Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CachingDeviceAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-10-08T20:14:21.0886388Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CompileTimeFunctionPointer.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-10-08T20:14:21.0891582Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\ConstantSymNodeImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-10-08T20:14:21.0896886Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Contiguity.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-10-08T20:14:21.0902205Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CopyBytes.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-10-08T20:14:21.0907579Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\CPUAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-10-08T20:14:21.0913099Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DefaultDtype.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-10-08T20:14:21.0918324Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DefaultTensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-10-08T20:14:21.0923512Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Device.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-10-08T20:14:21.0943310Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DeviceArray.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-10-08T20:14:21.0948740Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DeviceGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-10-08T20:14:21.0954150Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DeviceType.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-10-08T20:14:21.0959811Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DispatchKey.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-10-08T20:14:21.0966015Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DispatchKeySet.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-10-08T20:14:21.0972147Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\DynamicCast.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-10-08T20:14:21.0978053Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Event.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-10-08T20:14:21.0988794Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\GeneratorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-10-08T20:14:21.0994240Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\GradMode.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-10-08T20:14:21.1000246Z creating build\bdist.win-amd64\wheel\torch\include\c10\core\impl 2024-10-08T20:14:21.1003525Z 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 2024-10-08T20:14:21.1008776Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\COW.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2024-10-08T20:14:21.1014081Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\COWDeleter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2024-10-08T20:14:21.1019462Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\DeviceGuardImplInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2024-10-08T20:14:21.1032316Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\FakeGuardImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2024-10-08T20:14:21.1038090Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\GPUTrace.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2024-10-08T20:14:21.1043785Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\HermeticPyObjectTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2024-10-08T20:14:21.1049430Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\InlineDeviceGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2024-10-08T20:14:21.1055546Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\InlineEvent.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2024-10-08T20:14:21.1061092Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\InlineStreamGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2024-10-08T20:14:21.1066646Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\LocalDispatchKeySet.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2024-10-08T20:14:21.1072211Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\PyInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2024-10-08T20:14:21.1077778Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\PyObjectSlot.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2024-10-08T20:14:21.1083533Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\PythonDispatcherTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2024-10-08T20:14:21.1089009Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\SizesAndStrides.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2024-10-08T20:14:21.1094782Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\TorchDispatchModeTLS.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2024-10-08T20:14:21.1100384Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\impl\VirtualGuardImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core\impl 2024-10-08T20:14:21.1105646Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\InferenceMode.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-10-08T20:14:21.1110912Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Layout.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-10-08T20:14:21.1116306Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\MemoryFormat.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-10-08T20:14:21.1121865Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\OptionalRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-10-08T20:14:21.1127156Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\PyHandleCache.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-10-08T20:14:21.1132568Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\QEngine.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-10-08T20:14:21.1138139Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\QScheme.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-10-08T20:14:21.1143927Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\RefcountedDeleter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-10-08T20:14:21.1149154Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SafePyObject.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-10-08T20:14:21.1154584Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Scalar.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-10-08T20:14:21.1166918Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\ScalarType.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-10-08T20:14:21.1173094Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\ScalarTypeToTypeMeta.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-10-08T20:14:21.1178603Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Storage.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-10-08T20:14:21.1184140Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\StorageImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-10-08T20:14:21.1189690Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\Stream.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-10-08T20:14:21.1195353Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\StreamGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-10-08T20:14:21.1200863Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymbolicShapeMeta.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-10-08T20:14:21.1206417Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymBool.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-10-08T20:14:21.1211756Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymFloat.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-10-08T20:14:21.1217197Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymInt.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-10-08T20:14:21.1222753Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymIntArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-10-08T20:14:21.1228222Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\SymNodeImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-10-08T20:14:21.1242269Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\TensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-10-08T20:14:21.1249369Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\TensorOptions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-10-08T20:14:21.1255336Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\thread_pool.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-10-08T20:14:21.1261162Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\UndefinedTensorImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-10-08T20:14:21.1266626Z copying build\lib.win-amd64-cpython-39\torch\include\c10\core\WrapDimMinimal.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\core 2024-10-08T20:14:21.1272581Z creating build\bdist.win-amd64\wheel\torch\include\c10\cuda 2024-10-08T20:14:21.1275662Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAAlgorithm.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-10-08T20:14:21.1281048Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAAllocatorConfig.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-10-08T20:14:21.1286488Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDACachingAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-10-08T20:14:21.1292536Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDADeviceAssertion.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-10-08T20:14:21.1305062Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDADeviceAssertionHost.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-10-08T20:14:21.1311155Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAException.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-10-08T20:14:21.1317387Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-10-08T20:14:21.1322805Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAGraphsC10Utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-10-08T20:14:21.1328039Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-10-08T20:14:21.1333557Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAMacros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-10-08T20:14:21.1338869Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAMathCompat.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-10-08T20:14:21.1344194Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAMiscFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-10-08T20:14:21.1349607Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\CUDAStream.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-10-08T20:14:21.1354899Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\driver_api.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda 2024-10-08T20:14:21.1360669Z creating build\bdist.win-amd64\wheel\torch\include\c10\cuda\impl 2024-10-08T20:14:21.1363650Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl\CUDAGuardImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda\impl 2024-10-08T20:14:21.1368999Z copying build\lib.win-amd64-cpython-39\torch\include\c10\cuda\impl\CUDATest.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\cuda\impl 2024-10-08T20:14:21.1374248Z creating build\bdist.win-amd64\wheel\torch\include\c10\macros 2024-10-08T20:14:21.1377126Z copying build\lib.win-amd64-cpython-39\torch\include\c10\macros\cmake_macros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\macros 2024-10-08T20:14:21.1382113Z copying build\lib.win-amd64-cpython-39\torch\include\c10\macros\Export.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\macros 2024-10-08T20:14:21.1387334Z copying build\lib.win-amd64-cpython-39\torch\include\c10\macros\Macros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\macros 2024-10-08T20:14:21.1394233Z creating build\bdist.win-amd64\wheel\torch\include\c10\util 2024-10-08T20:14:21.1397222Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\AbortHandler.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1402734Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\accumulate.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1407904Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\AlignOf.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1431472Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ApproximateClock.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1442428Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Array.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1447301Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1452553Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Backtrace.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1458434Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\BFloat16-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1463980Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\BFloat16-math.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1469231Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\BFloat16.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1474432Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\bits.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1479634Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Bitset.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1484837Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\bit_cast.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1490152Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\C++17.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1495767Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\CallOnce.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1500817Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\complex.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1506669Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\complex_math.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1512943Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\complex_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1517900Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ConstexprCrc.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1523338Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\copysign.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1528746Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\DeadlockDetection.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1534334Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Deprecated.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1539914Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\DimVector.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1545347Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\DynamicCounter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1560920Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\env.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1566210Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Exception.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1572308Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ExclusivelyOwned.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1578119Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ExclusivelyOwnedTensorTraits.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1583522Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\FbcodeMaps.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1616738Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Flags.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1622000Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\flat_hash_map.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1628668Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e4m3fn-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1634312Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e4m3fn.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1640041Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e4m3fnuz-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1645779Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e4m3fnuz.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1662598Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e5m2-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1667776Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e5m2.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1673345Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e5m2fnuz-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1678945Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_e5m2fnuz.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1684600Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Float8_fnuz_cvt.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1690478Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\floating_point_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1696087Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\FunctionRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1701626Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Gauge.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1706994Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\generic_math.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1716072Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Half-inl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1721444Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Half.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1727217Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\hash.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1732654Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\IdWrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1738318Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\int128.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1744423Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\intrusive_ptr.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1750488Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\irange.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1755841Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Lazy.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1761331Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\LeftRight.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1766934Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\llvmMathExtras.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1772857Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Load.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1778369Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Logging.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1784622Z 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 2024-10-08T20:14:21.1790335Z 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 2024-10-08T20:14:21.1801740Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\MathConstants.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1807179Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\MaybeOwned.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1812638Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Metaprogramming.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1818329Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\NetworkFlow.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1823694Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\numa.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1829027Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Optional.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1834364Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\OptionalArrayRef.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1839848Z 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 2024-10-08T20:14:21.1846276Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\overloaded.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1852015Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ParallelGuard.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1865873Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\python_stub.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1870948Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\qint32.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1876105Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\qint8.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1881312Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\quint2x4.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1886362Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\quint4x2.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1891232Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\quint8.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1896263Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Registry.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1901611Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\safe_numerics.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1907105Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ScopeExit.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1912554Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\signal_handler.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1918052Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\SmallBuffer.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1923316Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\SmallVector.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1930139Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\sparse_bitset.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1941342Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ssize.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1946227Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\static_tracepoint.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1951854Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\static_tracepoint_elfx86.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1957428Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\strides.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1962827Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\StringUtil.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1968387Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\string_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1973694Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\string_view.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1979752Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\strong_type.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1985998Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Synchronized.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1991492Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\tempfile.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.1996914Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ThreadLocal.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.2007909Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\ThreadLocalDebugInfo.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.2013353Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\thread_name.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.2018968Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Type.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.2024149Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeCast.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.2029583Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\typeid.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.2035617Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeIndex.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.2041097Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeList.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.2046963Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeSafeSignMath.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.2052504Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\TypeTraits.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.2058407Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Unicode.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.2063760Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\UniqueVoidPtr.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.2069225Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\Unroll.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.2074990Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\WaitCounter.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.2080699Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\WaitCounterDynamicBackend.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.2086470Z copying build\lib.win-amd64-cpython-39\torch\include\c10\util\win32-headers.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\util 2024-10-08T20:14:21.2092385Z creating build\bdist.win-amd64\wheel\torch\include\c10\xpu 2024-10-08T20:14:21.2095708Z creating build\bdist.win-amd64\wheel\torch\include\c10\xpu\impl 2024-10-08T20:14:21.2098607Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\impl\XPUGuardImpl.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu\impl 2024-10-08T20:14:21.2104701Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUCachingAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2024-10-08T20:14:21.2109951Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUDeviceProp.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2024-10-08T20:14:21.2115164Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUException.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2024-10-08T20:14:21.2127088Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUFunctions.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2024-10-08T20:14:21.2132677Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUMacros.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2024-10-08T20:14:21.2138186Z copying build\lib.win-amd64-cpython-39\torch\include\c10\xpu\XPUStream.h -> build\bdist.win-amd64\wheel\.\torch\include\c10\xpu 2024-10-08T20:14:21.2143884Z creating build\bdist.win-amd64\wheel\torch\include\caffe2 2024-10-08T20:14:21.2146925Z creating build\bdist.win-amd64\wheel\torch\include\caffe2\serialize 2024-10-08T20:14:21.2149729Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\crc_alt.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2024-10-08T20:14:21.2156461Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\file_adapter.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2024-10-08T20:14:21.2161800Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\inline_container.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2024-10-08T20:14:21.2167201Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\in_memory_adapter.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2024-10-08T20:14:21.2181376Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\istream_adapter.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2024-10-08T20:14:21.2186983Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\read_adapter_interface.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2024-10-08T20:14:21.2192320Z copying build\lib.win-amd64-cpython-39\torch\include\caffe2\serialize\versions.h -> build\bdist.win-amd64\wheel\.\torch\include\caffe2\serialize 2024-10-08T20:14:21.2196999Z copying build\lib.win-amd64-cpython-39\torch\include\cpuinfo.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-10-08T20:14:21.2203337Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-10-08T20:14:21.2208441Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_config.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-10-08T20:14:21.2220169Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_debug.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-10-08T20:14:21.2225522Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_ocl.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-10-08T20:14:21.2230788Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_sycl.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-10-08T20:14:21.2236319Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_sycl_types.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-10-08T20:14:21.2241705Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_threadpool.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-10-08T20:14:21.2247335Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_types.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-10-08T20:14:21.2252991Z copying build\lib.win-amd64-cpython-39\torch\include\dnnl_version.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-10-08T20:14:21.2258585Z copying build\lib.win-amd64-cpython-39\torch\include\experiments-config.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-10-08T20:14:21.2263698Z copying build\lib.win-amd64-cpython-39\torch\include\fp16.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-10-08T20:14:21.2268822Z copying build\lib.win-amd64-cpython-39\torch\include\fxdiv.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-10-08T20:14:21.2274456Z creating build\bdist.win-amd64\wheel\torch\include\kineto 2024-10-08T20:14:21.2277954Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\AbstractConfig.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-10-08T20:14:21.2283045Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ActivityProfilerInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-10-08T20:14:21.2288276Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ActivityTraceInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-10-08T20:14:21.2299321Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ActivityType.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-10-08T20:14:21.2304787Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ClientInterface.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-10-08T20:14:21.2309826Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\Config.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-10-08T20:14:21.2315273Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\GenericTraceActivity.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-10-08T20:14:21.2320680Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\IActivityProfiler.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-10-08T20:14:21.2326138Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ILoggerObserver.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-10-08T20:14:21.2331364Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ITraceActivity.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-10-08T20:14:21.2336703Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\libkineto.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-10-08T20:14:21.2342106Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\LoggingAPI.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-10-08T20:14:21.2347345Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\output_base.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-10-08T20:14:21.2352585Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\ThreadUtil.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-10-08T20:14:21.2362704Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\time_since_epoch.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-10-08T20:14:21.2364879Z copying build\lib.win-amd64-cpython-39\torch\include\kineto\TraceSpan.h -> build\bdist.win-amd64\wheel\.\torch\include\kineto 2024-10-08T20:14:21.2369905Z copying build\lib.win-amd64-cpython-39\torch\include\libshm.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-10-08T20:14:21.2375214Z copying build\lib.win-amd64-cpython-39\torch\include\psimd.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-10-08T20:14:21.2381299Z copying build\lib.win-amd64-cpython-39\torch\include\pthreadpool.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-10-08T20:14:21.2388417Z creating build\bdist.win-amd64\wheel\torch\include\pybind11 2024-10-08T20:14:21.2391252Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\attr.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-10-08T20:14:21.2397539Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\buffer_info.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-10-08T20:14:21.2402959Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\cast.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-10-08T20:14:21.2409076Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\chrono.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-10-08T20:14:21.2414273Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\common.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-10-08T20:14:21.2419461Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\complex.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-10-08T20:14:21.2431487Z creating build\bdist.win-amd64\wheel\torch\include\pybind11\detail 2024-10-08T20:14:21.2434422Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\class.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-10-08T20:14:21.2440226Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\common.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-10-08T20:14:21.2446158Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\cpp_conduit.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-10-08T20:14:21.2451274Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\descr.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-10-08T20:14:21.2456773Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\exception_translation.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-10-08T20:14:21.2469379Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\init.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-10-08T20:14:21.2475242Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\internals.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-10-08T20:14:21.2481359Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\typeid.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-10-08T20:14:21.2486477Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\type_caster_base.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-10-08T20:14:21.2492692Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\detail\value_and_holder.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\detail 2024-10-08T20:14:21.2498270Z creating build\bdist.win-amd64\wheel\torch\include\pybind11\eigen 2024-10-08T20:14:21.2501182Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen\common.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\eigen 2024-10-08T20:14:21.2506060Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen\matrix.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\eigen 2024-10-08T20:14:21.2511702Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen\tensor.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11\eigen 2024-10-08T20:14:21.2517271Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eigen.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-10-08T20:14:21.2522468Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\embed.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-10-08T20:14:21.2527885Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\eval.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-10-08T20:14:21.2533108Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\functional.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-10-08T20:14:21.2538437Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\gil.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-10-08T20:14:21.2543570Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\gil_safe_call_once.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-10-08T20:14:21.2548790Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\iostream.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-10-08T20:14:21.2553962Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\numpy.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-10-08T20:14:21.2560310Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\operators.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-10-08T20:14:21.2565712Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\options.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-10-08T20:14:21.2570750Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\pybind11.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-10-08T20:14:21.2577720Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\pytypes.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-10-08T20:14:21.2584804Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\stl.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-10-08T20:14:21.2589977Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\stl_bind.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-10-08T20:14:21.2595856Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\type_caster_pyobject_ptr.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-10-08T20:14:21.2601573Z copying build\lib.win-amd64-cpython-39\torch\include\pybind11\typing.h -> build\bdist.win-amd64\wheel\.\torch\include\pybind11 2024-10-08T20:14:21.2606781Z copying build\lib.win-amd64-cpython-39\torch\include\sleef.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-10-08T20:14:21.2615319Z creating build\bdist.win-amd64\wheel\torch\include\torch 2024-10-08T20:14:21.2618588Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc 2024-10-08T20:14:21.2621703Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api 2024-10-08T20:14:21.2624518Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include 2024-10-08T20:14:21.2627554Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch 2024-10-08T20:14:21.2630540Z 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 2024-10-08T20:14:21.2635526Z 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 2024-10-08T20:14:21.2640862Z 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 2024-10-08T20:14:21.2645933Z 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 2024-10-08T20:14:21.2652078Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data 2024-10-08T20:14:21.2655395Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\dataloader 2024-10-08T20:14:21.2658588Z 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 2024-10-08T20:14:21.2664023Z 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 2024-10-08T20:14:21.2669303Z 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 2024-10-08T20:14:21.2674561Z 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 2024-10-08T20:14:21.2680008Z 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 2024-10-08T20:14:21.2685740Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\datasets 2024-10-08T20:14:21.2692962Z 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 2024-10-08T20:14:21.2698508Z 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 2024-10-08T20:14:21.2704300Z 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 2024-10-08T20:14:21.2709830Z 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 2024-10-08T20:14:21.2715144Z 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 2024-10-08T20:14:21.2720453Z 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 2024-10-08T20:14:21.2725833Z 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 2024-10-08T20:14:21.2735706Z 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 2024-10-08T20:14:21.2740838Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\detail 2024-10-08T20:14:21.2744035Z 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 2024-10-08T20:14:21.2749611Z 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 2024-10-08T20:14:21.2755042Z 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 2024-10-08T20:14:21.2760448Z 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 2024-10-08T20:14:21.2765849Z 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 2024-10-08T20:14:21.2771688Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\samplers 2024-10-08T20:14:21.2775224Z 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 2024-10-08T20:14:21.2780943Z 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 2024-10-08T20:14:21.2786198Z 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 2024-10-08T20:14:21.2791302Z 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 2024-10-08T20:14:21.2796461Z 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 2024-10-08T20:14:21.2806865Z 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 2024-10-08T20:14:21.2812107Z 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 2024-10-08T20:14:21.2817533Z 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 2024-10-08T20:14:21.2822978Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\data\transforms 2024-10-08T20:14:21.2826834Z 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 2024-10-08T20:14:21.2832359Z 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 2024-10-08T20:14:21.2837566Z 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 2024-10-08T20:14:21.2842441Z 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 2024-10-08T20:14:21.2847746Z 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 2024-10-08T20:14:21.2853069Z 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 2024-10-08T20:14:21.2858573Z 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 2024-10-08T20:14:21.2863945Z 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 2024-10-08T20:14:21.2869311Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\detail 2024-10-08T20:14:21.2872676Z 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 2024-10-08T20:14:21.2878332Z 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 2024-10-08T20:14:21.2883882Z 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 2024-10-08T20:14:21.2897141Z 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 2024-10-08T20:14:21.2902588Z 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 2024-10-08T20:14:21.2908053Z 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 2024-10-08T20:14:21.2913313Z 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 2024-10-08T20:14:21.2918686Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\api\include\torch\linalg.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\api\include\torch 2024-10-08T20:14:21.2924445Z 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 2024-10-08T20:14:21.2929862Z 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 2024-10-08T20:14:21.2935548Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn 2024-10-08T20:14:21.2938581Z 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 2024-10-08T20:14:21.2987449Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\functional 2024-10-08T20:14:21.2991215Z 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 2024-10-08T20:14:21.2997509Z 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 2024-10-08T20:14:21.3002758Z 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 2024-10-08T20:14:21.3007930Z 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 2024-10-08T20:14:21.3018934Z 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 2024-10-08T20:14:21.3024194Z 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 2024-10-08T20:14:21.3029908Z 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 2024-10-08T20:14:21.3035295Z 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 2024-10-08T20:14:21.3040728Z 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 2024-10-08T20:14:21.3046032Z 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 2024-10-08T20:14:21.3052339Z 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 2024-10-08T20:14:21.3057984Z 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 2024-10-08T20:14:21.3063376Z 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 2024-10-08T20:14:21.3068893Z 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 2024-10-08T20:14:21.3074803Z 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 2024-10-08T20:14:21.3080402Z 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 2024-10-08T20:14:21.3085687Z 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 2024-10-08T20:14:21.3091007Z 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 2024-10-08T20:14:21.3102010Z 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 2024-10-08T20:14:21.3108628Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\modules 2024-10-08T20:14:21.3112092Z 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 2024-10-08T20:14:21.3118034Z 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 2024-10-08T20:14:21.3123216Z 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 2024-10-08T20:14:21.3128827Z 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 2024-10-08T20:14:21.3134590Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\modules\container 2024-10-08T20:14:21.3146590Z 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 2024-10-08T20:14:21.3151939Z 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 2024-10-08T20:14:21.3157649Z 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 2024-10-08T20:14:21.3162768Z 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 2024-10-08T20:14:21.3174002Z 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 2024-10-08T20:14:21.3179285Z 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 2024-10-08T20:14:21.3184950Z 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 2024-10-08T20:14:21.3190432Z 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 2024-10-08T20:14:21.3195795Z 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 2024-10-08T20:14:21.3201164Z 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 2024-10-08T20:14:21.3206568Z 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 2024-10-08T20:14:21.3212643Z 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 2024-10-08T20:14:21.3217688Z 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 2024-10-08T20:14:21.3223084Z 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 2024-10-08T20:14:21.3228359Z 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 2024-10-08T20:14:21.3233885Z 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 2024-10-08T20:14:21.3239195Z 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 2024-10-08T20:14:21.3244486Z 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 2024-10-08T20:14:21.3250298Z 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 2024-10-08T20:14:21.3255784Z 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 2024-10-08T20:14:21.3261090Z 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 2024-10-08T20:14:21.3266471Z 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 2024-10-08T20:14:21.3272132Z 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 2024-10-08T20:14:21.3277542Z 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 2024-10-08T20:14:21.3283005Z 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 2024-10-08T20:14:21.3288769Z 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 2024-10-08T20:14:21.3294203Z 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 2024-10-08T20:14:21.3299559Z 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 2024-10-08T20:14:21.3304813Z 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 2024-10-08T20:14:21.3310102Z 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 2024-10-08T20:14:21.3315917Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\options 2024-10-08T20:14:21.3319538Z 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 2024-10-08T20:14:21.3325608Z 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 2024-10-08T20:14:21.3330493Z 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 2024-10-08T20:14:21.3335944Z 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 2024-10-08T20:14:21.3341634Z 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 2024-10-08T20:14:21.3351286Z 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 2024-10-08T20:14:21.3356536Z 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 2024-10-08T20:14:21.3362058Z 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 2024-10-08T20:14:21.3367399Z 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 2024-10-08T20:14:21.3372894Z 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 2024-10-08T20:14:21.3378341Z 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 2024-10-08T20:14:21.3384330Z 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 2024-10-08T20:14:21.3389819Z 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 2024-10-08T20:14:21.3395663Z 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 2024-10-08T20:14:21.3401035Z 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 2024-10-08T20:14:21.3406709Z 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 2024-10-08T20:14:21.3412779Z 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 2024-10-08T20:14:21.3418431Z 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 2024-10-08T20:14:21.3424085Z 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 2024-10-08T20:14:21.3429670Z 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 2024-10-08T20:14:21.3435084Z 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 2024-10-08T20:14:21.3440295Z 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 2024-10-08T20:14:21.3446061Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\parallel 2024-10-08T20:14:21.3449231Z 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 2024-10-08T20:14:21.3455090Z 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 2024-10-08T20:14:21.3460738Z 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 2024-10-08T20:14:21.3466292Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\nn\utils 2024-10-08T20:14:21.3469552Z 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 2024-10-08T20:14:21.3475452Z 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 2024-10-08T20:14:21.3480961Z 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 2024-10-08T20:14:21.3486394Z 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 2024-10-08T20:14:21.3491471Z 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 2024-10-08T20:14:21.3497002Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\optim 2024-10-08T20:14:21.3500035Z 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 2024-10-08T20:14:21.3505484Z 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 2024-10-08T20:14:21.3510975Z 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 2024-10-08T20:14:21.3516269Z 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 2024-10-08T20:14:21.3521611Z 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 2024-10-08T20:14:21.3527052Z 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 2024-10-08T20:14:21.3538111Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\optim\schedulers 2024-10-08T20:14:21.3541841Z 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 2024-10-08T20:14:21.3547472Z 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 2024-10-08T20:14:21.3552568Z 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 2024-10-08T20:14:21.3564811Z 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 2024-10-08T20:14:21.3570081Z 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 2024-10-08T20:14:21.3575688Z 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 2024-10-08T20:14:21.3580626Z 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 2024-10-08T20:14:21.3586485Z 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 2024-10-08T20:14:21.3592239Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\api\include\torch\serialize 2024-10-08T20:14:21.3595684Z 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 2024-10-08T20:14:21.3600876Z 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 2024-10-08T20:14:21.3606353Z 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 2024-10-08T20:14:21.3611665Z 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 2024-10-08T20:14:21.3621718Z 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 2024-10-08T20:14:21.3626868Z 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 2024-10-08T20:14:21.3631839Z 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 2024-10-08T20:14:21.3638150Z 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 2024-10-08T20:14:21.3643206Z 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 2024-10-08T20:14:21.3648573Z 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 2024-10-08T20:14:21.3654137Z 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 2024-10-08T20:14:21.3659707Z 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 2024-10-08T20:14:21.3665713Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd 2024-10-08T20:14:21.3668668Z 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 2024-10-08T20:14:21.3674066Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\autograd.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2024-10-08T20:14:21.3679634Z 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 2024-10-08T20:14:21.3684623Z 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 2024-10-08T20:14:21.3696525Z 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 2024-10-08T20:14:21.3702102Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\edge.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2024-10-08T20:14:21.3707850Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\engine.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2024-10-08T20:14:21.3713103Z 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 2024-10-08T20:14:21.3718344Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\function.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2024-10-08T20:14:21.3724570Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd\functions 2024-10-08T20:14:21.3728286Z 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 2024-10-08T20:14:21.3733837Z 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 2024-10-08T20:14:21.3739134Z 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 2024-10-08T20:14:21.3744352Z 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 2024-10-08T20:14:21.3753955Z 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 2024-10-08T20:14:21.3758912Z 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 2024-10-08T20:14:21.3764291Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\FunctionsManual.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2024-10-08T20:14:21.3770221Z 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 2024-10-08T20:14:21.3776007Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd\generated 2024-10-08T20:14:21.3779145Z 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 2024-10-08T20:14:21.3789167Z 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 2024-10-08T20:14:21.3794546Z 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 2024-10-08T20:14:21.3804994Z 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 2024-10-08T20:14:21.3810298Z 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 2024-10-08T20:14:21.3816853Z 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 2024-10-08T20:14:21.3822678Z 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 2024-10-08T20:14:21.3828066Z 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 2024-10-08T20:14:21.3833516Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\InferenceMode.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2024-10-08T20:14:21.3838624Z 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 2024-10-08T20:14:21.3844022Z 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 2024-10-08T20:14:21.3849547Z 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 2024-10-08T20:14:21.3854961Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\profiler.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2024-10-08T20:14:21.3860222Z 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 2024-10-08T20:14:21.3865898Z 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 2024-10-08T20:14:21.3876653Z 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 2024-10-08T20:14:21.3882119Z 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 2024-10-08T20:14:21.3887557Z 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 2024-10-08T20:14:21.3893184Z 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 2024-10-08T20:14:21.3898863Z 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 2024-10-08T20:14:21.3904300Z 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 2024-10-08T20:14:21.3909383Z 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 2024-10-08T20:14:21.3914921Z 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 2024-10-08T20:14:21.3920560Z 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 2024-10-08T20:14:21.3930734Z 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 2024-10-08T20:14:21.3936086Z 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 2024-10-08T20:14:21.3941428Z 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 2024-10-08T20:14:21.3946679Z 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 2024-10-08T20:14:21.3952163Z 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 2024-10-08T20:14:21.3958059Z 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 2024-10-08T20:14:21.3963373Z 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 2024-10-08T20:14:21.3968857Z 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 2024-10-08T20:14:21.3974502Z 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 2024-10-08T20:14:21.3988134Z 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 2024-10-08T20:14:21.3993623Z 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 2024-10-08T20:14:21.3999083Z 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 2024-10-08T20:14:21.4004701Z 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 2024-10-08T20:14:21.4010112Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\symbolic.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2024-10-08T20:14:21.4015732Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\autograd\utils 2024-10-08T20:14:21.4018929Z 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 2024-10-08T20:14:21.4024611Z 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 2024-10-08T20:14:21.4030081Z 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 2024-10-08T20:14:21.4035695Z 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 2024-10-08T20:14:21.4045280Z 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 2024-10-08T20:14:21.4050293Z 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 2024-10-08T20:14:21.4055843Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\variable.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2024-10-08T20:14:21.4062126Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\autograd\VariableTypeUtils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\autograd 2024-10-08T20:14:21.4067780Z 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 2024-10-08T20:14:21.4073317Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\copy_utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-10-08T20:14:21.4079077Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\cuda 2024-10-08T20:14:21.4082380Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\comm.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2024-10-08T20:14:21.4088076Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\CUDAPluggableAllocator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2024-10-08T20:14:21.4093568Z 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 2024-10-08T20:14:21.4098611Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\Event.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2024-10-08T20:14:21.4103940Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\GdsFile.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2024-10-08T20:14:21.4114769Z 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 2024-10-08T20:14:21.4120533Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\Module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2024-10-08T20:14:21.4125256Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\nccl.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2024-10-08T20:14:21.4130609Z 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 2024-10-08T20:14:21.4135812Z 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 2024-10-08T20:14:21.4141294Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\Stream.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2024-10-08T20:14:21.4146394Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\cuda\THCP.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\cuda 2024-10-08T20:14:21.4151357Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\CudaIPCTypes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-10-08T20:14:21.4163630Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\DataLoader.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-10-08T20:14:21.4168639Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Device.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-10-08T20:14:21.4174171Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed 2024-10-08T20:14:21.4177902Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd 2024-10-08T20:14:21.4180698Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\context 2024-10-08T20:14:21.4184318Z 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 2024-10-08T20:14:21.4189862Z 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 2024-10-08T20:14:21.4195267Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\functions 2024-10-08T20:14:21.4198200Z 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 2024-10-08T20:14:21.4203654Z 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 2024-10-08T20:14:21.4209129Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\autograd\rpc_messages 2024-10-08T20:14:21.4212950Z 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 2024-10-08T20:14:21.4218643Z 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 2024-10-08T20:14:21.4224181Z 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 2024-10-08T20:14:21.4235849Z 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 2024-10-08T20:14:21.4241059Z 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 2024-10-08T20:14:21.4246353Z 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 2024-10-08T20:14:21.4257017Z 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 2024-10-08T20:14:21.4259080Z 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 2024-10-08T20:14:21.4264555Z 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 2024-10-08T20:14:21.4270060Z 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 2024-10-08T20:14:21.4275697Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\c10d 2024-10-08T20:14:21.4279322Z 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 2024-10-08T20:14:21.4284797Z 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 2024-10-08T20:14:21.4290225Z 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 2024-10-08T20:14:21.4295207Z 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 2024-10-08T20:14:21.4300698Z 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 2024-10-08T20:14:21.4306144Z 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 2024-10-08T20:14:21.4316469Z 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 2024-10-08T20:14:21.4321518Z 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 2024-10-08T20:14:21.4327005Z 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 2024-10-08T20:14:21.4332656Z 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 2024-10-08T20:14:21.4338163Z 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 2024-10-08T20:14:21.4343639Z 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 2024-10-08T20:14:21.4348906Z 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 2024-10-08T20:14:21.4354692Z 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 2024-10-08T20:14:21.4359802Z 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 2024-10-08T20:14:21.4365151Z 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 2024-10-08T20:14:21.4370242Z 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 2024-10-08T20:14:21.4375833Z 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 2024-10-08T20:14:21.4381486Z 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 2024-10-08T20:14:21.4386735Z 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 2024-10-08T20:14:21.4392266Z 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 2024-10-08T20:14:21.4397128Z 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 2024-10-08T20:14:21.4403165Z 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 2024-10-08T20:14:21.4413064Z 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 2024-10-08T20:14:21.4418514Z 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 2024-10-08T20:14:21.4424404Z 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 2024-10-08T20:14:21.4429852Z 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 2024-10-08T20:14:21.4435430Z 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 2024-10-08T20:14:21.4441345Z 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 2024-10-08T20:14:21.4447107Z 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 2024-10-08T20:14:21.4452576Z 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 2024-10-08T20:14:21.4466806Z 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 2024-10-08T20:14:21.4472141Z 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 2024-10-08T20:14:21.4499578Z 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 2024-10-08T20:14:21.4505392Z 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 2024-10-08T20:14:21.4511018Z 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 2024-10-08T20:14:21.4517352Z 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 2024-10-08T20:14:21.4522833Z 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 2024-10-08T20:14:21.4528358Z 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 2024-10-08T20:14:21.4533778Z 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 2024-10-08T20:14:21.4539406Z 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 2024-10-08T20:14:21.4544932Z 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 2024-10-08T20:14:21.4550401Z 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 2024-10-08T20:14:21.4561603Z 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 2024-10-08T20:14:21.4567162Z 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 2024-10-08T20:14:21.4572642Z 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 2024-10-08T20:14:21.4578275Z 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 2024-10-08T20:14:21.4583696Z 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 2024-10-08T20:14:21.4589613Z 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 2024-10-08T20:14:21.4595163Z 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 2024-10-08T20:14:21.4600847Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\distributed\rpc 2024-10-08T20:14:21.4603962Z 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 2024-10-08T20:14:21.4609369Z 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 2024-10-08T20:14:21.4614850Z 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 2024-10-08T20:14:21.4620795Z 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 2024-10-08T20:14:21.4632593Z 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 2024-10-08T20:14:21.4637866Z 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 2024-10-08T20:14:21.4643468Z 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 2024-10-08T20:14:21.4649443Z 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 2024-10-08T20:14:21.4654565Z 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 2024-10-08T20:14:21.4660230Z 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 2024-10-08T20:14:21.4665781Z 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 2024-10-08T20:14:21.4671355Z 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 2024-10-08T20:14:21.4676497Z 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 2024-10-08T20:14:21.4682793Z 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 2024-10-08T20:14:21.4688138Z 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 2024-10-08T20:14:21.4694072Z 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 2024-10-08T20:14:21.4700200Z 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 2024-10-08T20:14:21.4706186Z 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 2024-10-08T20:14:21.4712225Z 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 2024-10-08T20:14:21.4717816Z 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 2024-10-08T20:14:21.4729116Z 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 2024-10-08T20:14:21.4735377Z 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 2024-10-08T20:14:21.4741264Z 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 2024-10-08T20:14:21.4746728Z 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 2024-10-08T20:14:21.4752657Z 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 2024-10-08T20:14:21.4758411Z 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 2024-10-08T20:14:21.4764040Z 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 2024-10-08T20:14:21.4769793Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Dtype.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-10-08T20:14:21.4775817Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\DynamicTypes.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-10-08T20:14:21.4782093Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\dynamo 2024-10-08T20:14:21.4785374Z 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 2024-10-08T20:14:21.4791198Z 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 2024-10-08T20:14:21.4797227Z 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 2024-10-08T20:14:21.4802350Z 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 2024-10-08T20:14:21.4818028Z 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 2024-10-08T20:14:21.4825655Z 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 2024-10-08T20:14:21.4831324Z 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 2024-10-08T20:14:21.4837634Z 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 2024-10-08T20:14:21.4843461Z 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 2024-10-08T20:14:21.4848796Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\guards.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2024-10-08T20:14:21.4855730Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2024-10-08T20:14:21.4860889Z 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 2024-10-08T20:14:21.4866229Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\dynamo\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\dynamo 2024-10-08T20:14:21.4871356Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Event.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-10-08T20:14:21.4876731Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Exceptions.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-10-08T20:14:21.4883547Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Export.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-10-08T20:14:21.4888634Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Generator.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-10-08T20:14:21.4894958Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor 2024-10-08T20:14:21.4898353Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_package 2024-10-08T20:14:21.4901570Z 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 2024-10-08T20:14:21.4907240Z 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 2024-10-08T20:14:21.4912483Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_runner 2024-10-08T20:14:21.4916055Z 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 2024-10-08T20:14:21.4921608Z 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 2024-10-08T20:14:21.4934769Z 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 2024-10-08T20:14:21.4950470Z 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 2024-10-08T20:14:21.4964808Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_runtime 2024-10-08T20:14:21.4966387Z 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 2024-10-08T20:14:21.4968458Z 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 2024-10-08T20:14:21.4976635Z 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 2024-10-08T20:14:21.4991455Z 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 2024-10-08T20:14:21.4993458Z 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 2024-10-08T20:14:21.4999281Z 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 2024-10-08T20:14:21.5013723Z 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 2024-10-08T20:14:21.5015826Z 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 2024-10-08T20:14:21.5017854Z 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 2024-10-08T20:14:21.5021200Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_torch 2024-10-08T20:14:21.5030472Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_torch\c 2024-10-08T20:14:21.5033486Z 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 2024-10-08T20:14:21.5040013Z 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 2024-10-08T20:14:21.5046230Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\inductor\aoti_torch\generated 2024-10-08T20:14:21.5049917Z 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 2024-10-08T20:14:21.5056028Z 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 2024-10-08T20:14:21.5062018Z 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 2024-10-08T20:14:21.5067578Z 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 2024-10-08T20:14:21.5149057Z 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 2024-10-08T20:14:21.5155214Z 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 2024-10-08T20:14:21.5161855Z 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 2024-10-08T20:14:21.5168730Z 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 2024-10-08T20:14:21.5175524Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\itt_wrapper.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-10-08T20:14:21.5183630Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit 2024-10-08T20:14:21.5186954Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\api 2024-10-08T20:14:21.5191237Z 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 2024-10-08T20:14:21.5197752Z 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 2024-10-08T20:14:21.5204387Z 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 2024-10-08T20:14:21.5212063Z 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 2024-10-08T20:14:21.5219249Z 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 2024-10-08T20:14:21.5230745Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\backends 2024-10-08T20:14:21.5233697Z 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 2024-10-08T20:14:21.5239645Z 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 2024-10-08T20:14:21.5245930Z 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 2024-10-08T20:14:21.5251509Z 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 2024-10-08T20:14:21.5263702Z 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 2024-10-08T20:14:21.5268736Z 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 2024-10-08T20:14:21.5274066Z 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 2024-10-08T20:14:21.5279791Z 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 2024-10-08T20:14:21.5285752Z 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 2024-10-08T20:14:21.5291127Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\codegen 2024-10-08T20:14:21.5294374Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\codegen\cuda 2024-10-08T20:14:21.5298201Z 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 2024-10-08T20:14:21.5304236Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\frontend 2024-10-08T20:14:21.5307433Z 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 2024-10-08T20:14:21.5312842Z 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 2024-10-08T20:14:21.5318173Z 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 2024-10-08T20:14:21.5331190Z 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 2024-10-08T20:14:21.5337444Z 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 2024-10-08T20:14:21.5343952Z 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 2024-10-08T20:14:21.5351487Z 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 2024-10-08T20:14:21.5358357Z 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 2024-10-08T20:14:21.5365198Z 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 2024-10-08T20:14:21.5370296Z 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 2024-10-08T20:14:21.5376859Z 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 2024-10-08T20:14:21.5382729Z 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 2024-10-08T20:14:21.5388272Z 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 2024-10-08T20:14:21.5394981Z 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 2024-10-08T20:14:21.5400421Z 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 2024-10-08T20:14:21.5405782Z 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 2024-10-08T20:14:21.5411350Z 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 2024-10-08T20:14:21.5416799Z 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 2024-10-08T20:14:21.5423482Z 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 2024-10-08T20:14:21.5429209Z 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 2024-10-08T20:14:21.5440517Z 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 2024-10-08T20:14:21.5445696Z 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 2024-10-08T20:14:21.5451348Z 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 2024-10-08T20:14:21.5456625Z 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 2024-10-08T20:14:21.5462622Z 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 2024-10-08T20:14:21.5468102Z 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 2024-10-08T20:14:21.5473653Z 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 2024-10-08T20:14:21.5480282Z 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 2024-10-08T20:14:21.5485908Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\ir 2024-10-08T20:14:21.5489043Z 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 2024-10-08T20:14:21.5494733Z 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 2024-10-08T20:14:21.5500041Z 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 2024-10-08T20:14:21.5505336Z 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 2024-10-08T20:14:21.5516729Z 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 2024-10-08T20:14:21.5521561Z 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 2024-10-08T20:14:21.5527623Z 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 2024-10-08T20:14:21.5533179Z 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 2024-10-08T20:14:21.5538792Z 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 2024-10-08T20:14:21.5544107Z 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 2024-10-08T20:14:21.5549081Z 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 2024-10-08T20:14:21.5555114Z 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 2024-10-08T20:14:21.5559863Z 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 2024-10-08T20:14:21.5564721Z 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 2024-10-08T20:14:21.5569929Z 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 2024-10-08T20:14:21.5582902Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\mobile 2024-10-08T20:14:21.5586078Z 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 2024-10-08T20:14:21.5592472Z 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 2024-10-08T20:14:21.5598944Z 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 2024-10-08T20:14:21.5605644Z 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 2024-10-08T20:14:21.5619132Z 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 2024-10-08T20:14:21.5625557Z 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 2024-10-08T20:14:21.5632532Z 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 2024-10-08T20:14:21.5639077Z 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 2024-10-08T20:14:21.5645738Z 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 2024-10-08T20:14:21.5652637Z 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 2024-10-08T20:14:21.5660344Z 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 2024-10-08T20:14:21.5665694Z 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 2024-10-08T20:14:21.5671129Z 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 2024-10-08T20:14:21.5676690Z 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 2024-10-08T20:14:21.5682163Z 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 2024-10-08T20:14:21.5687703Z 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 2024-10-08T20:14:21.5693339Z 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 2024-10-08T20:14:21.5699241Z 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 2024-10-08T20:14:21.5704949Z 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 2024-10-08T20:14:21.5710789Z 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 2024-10-08T20:14:21.5716447Z 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 2024-10-08T20:14:21.5722271Z 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 2024-10-08T20:14:21.5735797Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes 2024-10-08T20:14:21.5739137Z 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 2024-10-08T20:14:21.5744519Z 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 2024-10-08T20:14:21.5750149Z 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 2024-10-08T20:14:21.5755499Z 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 2024-10-08T20:14:21.5765475Z 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 2024-10-08T20:14:21.5770844Z 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 2024-10-08T20:14:21.5776458Z 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 2024-10-08T20:14:21.5781676Z 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 2024-10-08T20:14:21.5787076Z 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 2024-10-08T20:14:21.5792669Z 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 2024-10-08T20:14:21.5798410Z 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 2024-10-08T20:14:21.5803811Z 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 2024-10-08T20:14:21.5809678Z 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 2024-10-08T20:14:21.5815234Z 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 2024-10-08T20:14:21.5821074Z 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 2024-10-08T20:14:21.5826728Z 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 2024-10-08T20:14:21.5832516Z 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 2024-10-08T20:14:21.5838130Z 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 2024-10-08T20:14:21.5843673Z 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 2024-10-08T20:14:21.5855465Z 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 2024-10-08T20:14:21.5861113Z 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 2024-10-08T20:14:21.5866592Z 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 2024-10-08T20:14:21.5872313Z 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 2024-10-08T20:14:21.5878292Z 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 2024-10-08T20:14:21.5883430Z 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 2024-10-08T20:14:21.5889058Z 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 2024-10-08T20:14:21.5894897Z 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 2024-10-08T20:14:21.5900368Z 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 2024-10-08T20:14:21.5910119Z 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 2024-10-08T20:14:21.5915775Z 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 2024-10-08T20:14:21.5921292Z 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 2024-10-08T20:14:21.5926856Z 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 2024-10-08T20:14:21.5932487Z 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 2024-10-08T20:14:21.5938147Z 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 2024-10-08T20:14:21.5943984Z 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 2024-10-08T20:14:21.5949225Z 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 2024-10-08T20:14:21.5955358Z 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 2024-10-08T20:14:21.5966796Z 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 2024-10-08T20:14:21.5972110Z 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 2024-10-08T20:14:21.5977788Z 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 2024-10-08T20:14:21.5983123Z 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 2024-10-08T20:14:21.5988474Z 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 2024-10-08T20:14:21.5993925Z 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 2024-10-08T20:14:21.5999593Z 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 2024-10-08T20:14:21.6005225Z 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 2024-10-08T20:14:21.6010601Z 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 2024-10-08T20:14:21.6019910Z 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 2024-10-08T20:14:21.6024878Z 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 2024-10-08T20:14:21.6030238Z 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 2024-10-08T20:14:21.6036040Z 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 2024-10-08T20:14:21.6041164Z 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 2024-10-08T20:14:21.6046586Z 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 2024-10-08T20:14:21.6052636Z 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 2024-10-08T20:14:21.6057954Z 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 2024-10-08T20:14:21.6063391Z 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 2024-10-08T20:14:21.6068531Z 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 2024-10-08T20:14:21.6083916Z 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 2024-10-08T20:14:21.6089432Z 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 2024-10-08T20:14:21.6094893Z 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 2024-10-08T20:14:21.6100462Z 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 2024-10-08T20:14:21.6105689Z 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 2024-10-08T20:14:21.6111099Z 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 2024-10-08T20:14:21.6116894Z 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 2024-10-08T20:14:21.6122908Z 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 2024-10-08T20:14:21.6128376Z 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 2024-10-08T20:14:21.6134519Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes\quantization 2024-10-08T20:14:21.6138198Z 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 2024-10-08T20:14:21.6143469Z 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 2024-10-08T20:14:21.6148841Z 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 2024-10-08T20:14:21.6177081Z 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 2024-10-08T20:14:21.6187623Z 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 2024-10-08T20:14:21.6193277Z 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 2024-10-08T20:14:21.6199167Z 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 2024-10-08T20:14:21.6205638Z 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 2024-10-08T20:14:21.6211111Z 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 2024-10-08T20:14:21.6216692Z 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 2024-10-08T20:14:21.6227364Z 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 2024-10-08T20:14:21.6232865Z 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 2024-10-08T20:14:21.6238788Z 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 2024-10-08T20:14:21.6244391Z 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 2024-10-08T20:14:21.6249353Z 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 2024-10-08T20:14:21.6255800Z 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 2024-10-08T20:14:21.6261616Z 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 2024-10-08T20:14:21.6266580Z 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 2024-10-08T20:14:21.6271839Z 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 2024-10-08T20:14:21.6282198Z 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 2024-10-08T20:14:21.6287782Z 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 2024-10-08T20:14:21.6293582Z 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 2024-10-08T20:14:21.6299634Z 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 2024-10-08T20:14:21.6305797Z 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 2024-10-08T20:14:21.6311770Z 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 2024-10-08T20:14:21.6317454Z 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 2024-10-08T20:14:21.6323530Z 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 2024-10-08T20:14:21.6329540Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\passes\utils 2024-10-08T20:14:21.6332970Z 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 2024-10-08T20:14:21.6338760Z 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 2024-10-08T20:14:21.6344232Z 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 2024-10-08T20:14:21.6354568Z 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 2024-10-08T20:14:21.6360090Z 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 2024-10-08T20:14:21.6365850Z 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 2024-10-08T20:14:21.6371575Z 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 2024-10-08T20:14:21.6377376Z 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 2024-10-08T20:14:21.6383295Z 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 2024-10-08T20:14:21.6389416Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\python 2024-10-08T20:14:21.6392449Z 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 2024-10-08T20:14:21.6397878Z 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 2024-10-08T20:14:21.6403274Z 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 2024-10-08T20:14:21.6408756Z 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 2024-10-08T20:14:21.6415157Z 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 2024-10-08T20:14:21.6425725Z 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 2024-10-08T20:14:21.6430920Z 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 2024-10-08T20:14:21.6437383Z 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 2024-10-08T20:14:21.6442882Z 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 2024-10-08T20:14:21.6448470Z 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 2024-10-08T20:14:21.6454179Z 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 2024-10-08T20:14:21.6460120Z 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 2024-10-08T20:14:21.6465862Z 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 2024-10-08T20:14:21.6471390Z 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 2024-10-08T20:14:21.6476865Z 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 2024-10-08T20:14:21.6482233Z 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 2024-10-08T20:14:21.6487726Z 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 2024-10-08T20:14:21.6493541Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\runtime 2024-10-08T20:14:21.6496879Z 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 2024-10-08T20:14:21.6503053Z 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 2024-10-08T20:14:21.6508643Z 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 2024-10-08T20:14:21.6513941Z 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 2024-10-08T20:14:21.6525130Z 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 2024-10-08T20:14:21.6531057Z 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 2024-10-08T20:14:21.6536237Z 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 2024-10-08T20:14:21.6541722Z 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 2024-10-08T20:14:21.6547394Z 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 2024-10-08T20:14:21.6552882Z 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 2024-10-08T20:14:21.6558518Z 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 2024-10-08T20:14:21.6564158Z 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 2024-10-08T20:14:21.6569963Z 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 2024-10-08T20:14:21.6575544Z 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 2024-10-08T20:14:21.6581009Z 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 2024-10-08T20:14:21.6587279Z 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 2024-10-08T20:14:21.6592545Z 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 2024-10-08T20:14:21.6597759Z 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 2024-10-08T20:14:21.6603304Z 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 2024-10-08T20:14:21.6608831Z 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 2024-10-08T20:14:21.6619175Z 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 2024-10-08T20:14:21.6625468Z 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 2024-10-08T20:14:21.6631270Z 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 2024-10-08T20:14:21.6636279Z 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 2024-10-08T20:14:21.6641440Z 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 2024-10-08T20:14:21.6646831Z 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 2024-10-08T20:14:21.6652423Z 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 2024-10-08T20:14:21.6657988Z 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 2024-10-08T20:14:21.6663547Z 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 2024-10-08T20:14:21.6673367Z 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 2024-10-08T20:14:21.6678806Z 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 2024-10-08T20:14:21.6684728Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\serialization 2024-10-08T20:14:21.6688441Z 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 2024-10-08T20:14:21.6694004Z 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 2024-10-08T20:14:21.6699636Z 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 2024-10-08T20:14:21.6711253Z 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 2024-10-08T20:14:21.6716863Z 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 2024-10-08T20:14:21.6722327Z 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 2024-10-08T20:14:21.6728018Z 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 2024-10-08T20:14:21.6733596Z 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 2024-10-08T20:14:21.6739454Z 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 2024-10-08T20:14:21.6744993Z 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 2024-10-08T20:14:21.6750413Z 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 2024-10-08T20:14:21.6756380Z 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 2024-10-08T20:14:21.6763449Z 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 2024-10-08T20:14:21.6769022Z 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 2024-10-08T20:14:21.6774890Z 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 2024-10-08T20:14:21.6780549Z 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 2024-10-08T20:14:21.6786513Z 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 2024-10-08T20:14:21.6792082Z 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 2024-10-08T20:14:21.6798079Z 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 2024-10-08T20:14:21.6803933Z 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 2024-10-08T20:14:21.6813687Z 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 2024-10-08T20:14:21.6819895Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\tensorexpr 2024-10-08T20:14:21.6823271Z 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 2024-10-08T20:14:21.6829300Z 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 2024-10-08T20:14:21.6834974Z 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 2024-10-08T20:14:21.6840605Z 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 2024-10-08T20:14:21.6850747Z 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 2024-10-08T20:14:21.6856462Z 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 2024-10-08T20:14:21.6862095Z 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 2024-10-08T20:14:21.6867530Z 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 2024-10-08T20:14:21.6873316Z 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 2024-10-08T20:14:21.6878909Z 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 2024-10-08T20:14:21.6884826Z 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 2024-10-08T20:14:21.6890216Z 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 2024-10-08T20:14:21.6896040Z 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 2024-10-08T20:14:21.6901790Z 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 2024-10-08T20:14:21.6907485Z 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 2024-10-08T20:14:21.6913137Z 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 2024-10-08T20:14:21.6918580Z 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 2024-10-08T20:14:21.6924345Z 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 2024-10-08T20:14:21.6929928Z 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 2024-10-08T20:14:21.6935985Z 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 2024-10-08T20:14:21.6941276Z 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 2024-10-08T20:14:21.6952345Z 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 2024-10-08T20:14:21.6957908Z 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 2024-10-08T20:14:21.6963527Z 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 2024-10-08T20:14:21.6968958Z 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 2024-10-08T20:14:21.6974184Z 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 2024-10-08T20:14:21.6980076Z 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 2024-10-08T20:14:21.6985698Z 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 2024-10-08T20:14:21.6991451Z 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 2024-10-08T20:14:21.6997179Z 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 2024-10-08T20:14:21.7002422Z 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 2024-10-08T20:14:21.7008712Z 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 2024-10-08T20:14:21.7020021Z 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 2024-10-08T20:14:21.7025808Z 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 2024-10-08T20:14:21.7031757Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\tensorexpr\operators 2024-10-08T20:14:21.7034979Z 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 2024-10-08T20:14:21.7040840Z 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 2024-10-08T20:14:21.7045843Z 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 2024-10-08T20:14:21.7051494Z 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 2024-10-08T20:14:21.7056930Z 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 2024-10-08T20:14:21.7067972Z 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 2024-10-08T20:14:21.7072775Z 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 2024-10-08T20:14:21.7078096Z 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 2024-10-08T20:14:21.7083632Z 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 2024-10-08T20:14:21.7088620Z 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 2024-10-08T20:14:21.7094094Z 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 2024-10-08T20:14:21.7099685Z 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 2024-10-08T20:14:21.7105668Z 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 2024-10-08T20:14:21.7111694Z 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 2024-10-08T20:14:21.7116902Z 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 2024-10-08T20:14:21.7122775Z 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 2024-10-08T20:14:21.7128207Z 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 2024-10-08T20:14:21.7133867Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\jit\testing 2024-10-08T20:14:21.7136954Z 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 2024-10-08T20:14:21.7142564Z 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 2024-10-08T20:14:21.7148001Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Layout.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-10-08T20:14:21.7153394Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy 2024-10-08T20:14:21.7156504Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\backend 2024-10-08T20:14:21.7159644Z 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 2024-10-08T20:14:21.7165663Z 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 2024-10-08T20:14:21.7170995Z 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 2024-10-08T20:14:21.7176498Z 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 2024-10-08T20:14:21.7187084Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\core 2024-10-08T20:14:21.7189989Z 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 2024-10-08T20:14:21.7195513Z 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 2024-10-08T20:14:21.7200854Z 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 2024-10-08T20:14:21.7206251Z 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 2024-10-08T20:14:21.7211449Z 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 2024-10-08T20:14:21.7222755Z 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 2024-10-08T20:14:21.7228591Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\core\internal_ops 2024-10-08T20:14:21.7231668Z 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 2024-10-08T20:14:21.7237042Z 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 2024-10-08T20:14:21.7242260Z 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 2024-10-08T20:14:21.7248094Z 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 2024-10-08T20:14:21.7253590Z 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 2024-10-08T20:14:21.7259025Z 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 2024-10-08T20:14:21.7264399Z 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 2024-10-08T20:14:21.7270086Z 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 2024-10-08T20:14:21.7275505Z 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 2024-10-08T20:14:21.7281327Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\core\ops 2024-10-08T20:14:21.7284472Z 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 2024-10-08T20:14:21.7289893Z 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 2024-10-08T20:14:21.7295316Z 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 2024-10-08T20:14:21.7300848Z 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 2024-10-08T20:14:21.7306465Z 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 2024-10-08T20:14:21.7311862Z 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 2024-10-08T20:14:21.7317321Z 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 2024-10-08T20:14:21.7322991Z 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 2024-10-08T20:14:21.7329063Z 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 2024-10-08T20:14:21.7334734Z 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 2024-10-08T20:14:21.7340195Z 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 2024-10-08T20:14:21.7351054Z 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 2024-10-08T20:14:21.7356616Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\python 2024-10-08T20:14:21.7360324Z 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 2024-10-08T20:14:21.7365679Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\lazy\ts_backend 2024-10-08T20:14:21.7368627Z 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 2024-10-08T20:14:21.7373789Z 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 2024-10-08T20:14:21.7379500Z 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 2024-10-08T20:14:21.7385069Z 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 2024-10-08T20:14:21.7395445Z 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 2024-10-08T20:14:21.7400763Z 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 2024-10-08T20:14:21.7406471Z 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 2024-10-08T20:14:21.7411985Z 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 2024-10-08T20:14:21.7417649Z 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 2024-10-08T20:14:21.7423316Z 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 2024-10-08T20:14:21.7428751Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\MemoryFormat.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-10-08T20:14:21.7434440Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-10-08T20:14:21.7439828Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\onnx 2024-10-08T20:14:21.7442748Z 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 2024-10-08T20:14:21.7448586Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx\init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\onnx 2024-10-08T20:14:21.7453880Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\onnx\onnx.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\onnx 2024-10-08T20:14:21.7459448Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler 2024-10-08T20:14:21.7462702Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\api.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2024-10-08T20:14:21.7468060Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\collection.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2024-10-08T20:14:21.7474173Z 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 2024-10-08T20:14:21.7479827Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\containers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2024-10-08T20:14:21.7492101Z 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 2024-10-08T20:14:21.7497563Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\events.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2024-10-08T20:14:21.7503234Z 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 2024-10-08T20:14:21.7509155Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\orchestration 2024-10-08T20:14:21.7512365Z 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 2024-10-08T20:14:21.7517836Z 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 2024-10-08T20:14:21.7523398Z 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 2024-10-08T20:14:21.7528788Z 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 2024-10-08T20:14:21.7534119Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\perf.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2024-10-08T20:14:21.7539743Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\python 2024-10-08T20:14:21.7543334Z 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 2024-10-08T20:14:21.7548975Z 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 2024-10-08T20:14:21.7554018Z 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 2024-10-08T20:14:21.7559871Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\standalone 2024-10-08T20:14:21.7562981Z 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 2024-10-08T20:14:21.7568476Z 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 2024-10-08T20:14:21.7578444Z 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 2024-10-08T20:14:21.7588392Z 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 2024-10-08T20:14:21.7593640Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\stubs 2024-10-08T20:14:21.7596861Z 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 2024-10-08T20:14:21.7602630Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\profiler\unwind 2024-10-08T20:14:21.7606177Z 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 2024-10-08T20:14:21.7611486Z 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 2024-10-08T20:14:21.7616764Z 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 2024-10-08T20:14:21.7622274Z 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 2024-10-08T20:14:21.7633279Z 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 2024-10-08T20:14:21.7638989Z 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 2024-10-08T20:14:21.7644398Z 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 2024-10-08T20:14:21.7649995Z 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 2024-10-08T20:14:21.7655640Z 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 2024-10-08T20:14:21.7660881Z 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 2024-10-08T20:14:21.7666754Z 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 2024-10-08T20:14:21.7672214Z 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 2024-10-08T20:14:21.7695605Z 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 2024-10-08T20:14:21.7701006Z 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 2024-10-08T20:14:21.7706254Z 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 2024-10-08T20:14:21.7711711Z 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 2024-10-08T20:14:21.7717450Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\profiler\util.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\profiler 2024-10-08T20:14:21.7722733Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\PyInterpreter.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-10-08T20:14:21.7728320Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\python_dimname.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-10-08T20:14:21.7733587Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\python_headers.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-10-08T20:14:21.7743986Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\QScheme.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-10-08T20:14:21.7749260Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\serialization.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-10-08T20:14:21.7754806Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Size.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-10-08T20:14:21.7760110Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Storage.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-10-08T20:14:21.7765737Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\StorageMethods.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-10-08T20:14:21.7770725Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\StorageSharing.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-10-08T20:14:21.7776045Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Stream.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-10-08T20:14:21.7781488Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\tensor 2024-10-08T20:14:21.7784675Z 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 2024-10-08T20:14:21.7790327Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\THConcat.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-10-08T20:14:21.7795330Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\THP.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-10-08T20:14:21.7800546Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\TypeInfo.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-10-08T20:14:21.7805674Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\Types.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-10-08T20:14:21.7812076Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\utils 2024-10-08T20:14:21.7815186Z 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 2024-10-08T20:14:21.7820547Z 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 2024-10-08T20:14:21.7825881Z 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 2024-10-08T20:14:21.7831342Z 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 2024-10-08T20:14:21.7841845Z 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 2024-10-08T20:14:21.7847193Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\init.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2024-10-08T20:14:21.7852448Z 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 2024-10-08T20:14:21.7857812Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\nested.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2024-10-08T20:14:21.7863063Z 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 2024-10-08T20:14:21.7868645Z 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 2024-10-08T20:14:21.7874217Z 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 2024-10-08T20:14:21.7879710Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\pybind.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2024-10-08T20:14:21.7885192Z 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 2024-10-08T20:14:21.7890647Z 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 2024-10-08T20:14:21.7896223Z 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 2024-10-08T20:14:21.7902369Z 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 2024-10-08T20:14:21.7908763Z 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 2024-10-08T20:14:21.7914435Z 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 2024-10-08T20:14:21.7920278Z 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 2024-10-08T20:14:21.7925878Z 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 2024-10-08T20:14:21.7935698Z 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 2024-10-08T20:14:21.7941504Z 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 2024-10-08T20:14:21.7947243Z 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 2024-10-08T20:14:21.7952744Z 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 2024-10-08T20:14:21.7958795Z 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 2024-10-08T20:14:21.7964947Z 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 2024-10-08T20:14:21.7970285Z 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 2024-10-08T20:14:21.7975820Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\six.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2024-10-08T20:14:21.7981214Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\structseq.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2024-10-08T20:14:21.7986808Z 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 2024-10-08T20:14:21.7998702Z 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 2024-10-08T20:14:21.8004126Z 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 2024-10-08T20:14:21.8009747Z 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 2024-10-08T20:14:21.8015128Z 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 2024-10-08T20:14:21.8021149Z 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 2024-10-08T20:14:21.8026604Z 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 2024-10-08T20:14:21.8032612Z 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 2024-10-08T20:14:21.8038560Z 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 2024-10-08T20:14:21.8043996Z 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 2024-10-08T20:14:21.8049848Z 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 2024-10-08T20:14:21.8060087Z 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 2024-10-08T20:14:21.8065656Z 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 2024-10-08T20:14:21.8071312Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\variadic.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2024-10-08T20:14:21.8076704Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils\verbose.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\utils 2024-10-08T20:14:21.8084786Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\utils.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc 2024-10-08T20:14:21.8090745Z creating build\bdist.win-amd64\wheel\torch\include\torch\csrc\xpu 2024-10-08T20:14:21.8093792Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu\Event.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\xpu 2024-10-08T20:14:21.8099097Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu\Module.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\xpu 2024-10-08T20:14:21.8104010Z copying build\lib.win-amd64-cpython-39\torch\include\torch\csrc\xpu\Stream.h -> build\bdist.win-amd64\wheel\.\torch\include\torch\csrc\xpu 2024-10-08T20:14:21.8109611Z copying build\lib.win-amd64-cpython-39\torch\include\torch\custom_class.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2024-10-08T20:14:21.8115481Z copying build\lib.win-amd64-cpython-39\torch\include\torch\custom_class_detail.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2024-10-08T20:14:21.8121079Z copying build\lib.win-amd64-cpython-39\torch\include\torch\extension.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2024-10-08T20:14:21.8132102Z copying build\lib.win-amd64-cpython-39\torch\include\torch\library.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2024-10-08T20:14:21.8138569Z copying build\lib.win-amd64-cpython-39\torch\include\torch\script.h -> build\bdist.win-amd64\wheel\.\torch\include\torch 2024-10-08T20:14:21.8143937Z copying build\lib.win-amd64-cpython-39\torch\include\xnnpack.h -> build\bdist.win-amd64\wheel\.\torch\include 2024-10-08T20:14:21.8154158Z creating build\bdist.win-amd64\wheel\torch\jit 2024-10-08T20:14:21.8157180Z copying build\lib.win-amd64-cpython-39\torch\jit\annotations.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-10-08T20:14:21.8163222Z copying build\lib.win-amd64-cpython-39\torch\jit\frontend.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-10-08T20:14:21.8169491Z copying build\lib.win-amd64-cpython-39\torch\jit\generate_bytecode.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-10-08T20:14:21.8175462Z creating build\bdist.win-amd64\wheel\torch\jit\mobile 2024-10-08T20:14:21.8178526Z copying build\lib.win-amd64-cpython-39\torch\jit\mobile\__init__.py -> build\bdist.win-amd64\wheel\.\torch\jit\mobile 2024-10-08T20:14:21.8183944Z copying build\lib.win-amd64-cpython-39\torch\jit\quantized.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-10-08T20:14:21.8195602Z copying build\lib.win-amd64-cpython-39\torch\jit\supported_ops.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-10-08T20:14:21.8201702Z copying build\lib.win-amd64-cpython-39\torch\jit\unsupported_tensor_ops.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-10-08T20:14:21.8206960Z copying build\lib.win-amd64-cpython-39\torch\jit\_async.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-10-08T20:14:21.8212213Z copying build\lib.win-amd64-cpython-39\torch\jit\_await.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-10-08T20:14:21.8217983Z copying build\lib.win-amd64-cpython-39\torch\jit\_builtins.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-10-08T20:14:21.8223289Z copying build\lib.win-amd64-cpython-39\torch\jit\_check.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-10-08T20:14:21.8230202Z copying build\lib.win-amd64-cpython-39\torch\jit\_dataclass_impls.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-10-08T20:14:21.8235683Z copying build\lib.win-amd64-cpython-39\torch\jit\_decompositions.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-10-08T20:14:21.8241060Z copying build\lib.win-amd64-cpython-39\torch\jit\_decomposition_utils.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-10-08T20:14:21.8245925Z copying build\lib.win-amd64-cpython-39\torch\jit\_freeze.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-10-08T20:14:21.8252185Z copying build\lib.win-amd64-cpython-39\torch\jit\_fuser.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-10-08T20:14:21.8257506Z copying build\lib.win-amd64-cpython-39\torch\jit\_ir_utils.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-10-08T20:14:21.8262817Z copying build\lib.win-amd64-cpython-39\torch\jit\_logging.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-10-08T20:14:21.8268395Z copying build\lib.win-amd64-cpython-39\torch\jit\_monkeytype_config.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-10-08T20:14:21.8273877Z creating build\bdist.win-amd64\wheel\torch\jit\_passes 2024-10-08T20:14:21.8276883Z copying build\lib.win-amd64-cpython-39\torch\jit\_passes\_property_propagation.py -> build\bdist.win-amd64\wheel\.\torch\jit\_passes 2024-10-08T20:14:21.8282417Z copying build\lib.win-amd64-cpython-39\torch\jit\_passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\jit\_passes 2024-10-08T20:14:21.8286682Z copying build\lib.win-amd64-cpython-39\torch\jit\_pickle.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-10-08T20:14:21.8292053Z copying build\lib.win-amd64-cpython-39\torch\jit\_recursive.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-10-08T20:14:21.8298825Z copying build\lib.win-amd64-cpython-39\torch\jit\_script.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-10-08T20:14:21.8304969Z copying build\lib.win-amd64-cpython-39\torch\jit\_script.pyi -> build\bdist.win-amd64\wheel\.\torch\jit 2024-10-08T20:14:21.8310489Z copying build\lib.win-amd64-cpython-39\torch\jit\_serialization.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-10-08T20:14:21.8320520Z copying build\lib.win-amd64-cpython-39\torch\jit\_shape_functions.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-10-08T20:14:21.8326349Z copying build\lib.win-amd64-cpython-39\torch\jit\_state.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-10-08T20:14:21.8332057Z copying build\lib.win-amd64-cpython-39\torch\jit\_trace.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-10-08T20:14:21.8338540Z copying build\lib.win-amd64-cpython-39\torch\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\jit 2024-10-08T20:14:21.8344830Z creating build\bdist.win-amd64\wheel\torch\lib 2024-10-08T20:14:21.8347886Z copying build\lib.win-amd64-cpython-39\torch\lib\aoti_custom_ops.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-10-08T20:14:21.8356021Z copying build\lib.win-amd64-cpython-39\torch\lib\aoti_custom_ops.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-10-08T20:14:21.8362014Z copying build\lib.win-amd64-cpython-39\torch\lib\asmjit.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-10-08T20:14:21.8370796Z copying build\lib.win-amd64-cpython-39\torch\lib\asmjit.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-10-08T20:14:21.8377698Z copying build\lib.win-amd64-cpython-39\torch\lib\backend_with_compiler.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-10-08T20:14:21.8390556Z copying build\lib.win-amd64-cpython-39\torch\lib\backend_with_compiler.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-10-08T20:14:21.8396374Z copying build\lib.win-amd64-cpython-39\torch\lib\c10.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-10-08T20:14:21.8410480Z copying build\lib.win-amd64-cpython-39\torch\lib\c10.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-10-08T20:14:21.8422641Z copying build\lib.win-amd64-cpython-39\torch\lib\cpuinfo.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-10-08T20:14:21.8429535Z copying build\lib.win-amd64-cpython-39\torch\lib\dnnl.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-10-08T20:14:22.6475523Z copying build\lib.win-amd64-cpython-39\torch\lib\fbgemm.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-10-08T20:14:22.6525104Z copying build\lib.win-amd64-cpython-39\torch\lib\fbgemm.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-10-08T20:14:22.6543750Z copying build\lib.win-amd64-cpython-39\torch\lib\fmt.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-10-08T20:14:22.6562288Z copying build\lib.win-amd64-cpython-39\torch\lib\jitbackend_test.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-10-08T20:14:22.6570215Z copying build\lib.win-amd64-cpython-39\torch\lib\jitbackend_test.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-10-08T20:14:22.6576157Z copying build\lib.win-amd64-cpython-39\torch\lib\kineto.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-10-08T20:14:22.6765100Z copying build\lib.win-amd64-cpython-39\torch\lib\libprotobuf-lite.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-10-08T20:14:22.6814939Z copying build\lib.win-amd64-cpython-39\torch\lib\libprotobuf.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-10-08T20:14:23.0704380Z copying build\lib.win-amd64-cpython-39\torch\lib\libprotoc.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-10-08T20:14:23.1096333Z copying build\lib.win-amd64-cpython-39\torch\lib\pthreadpool.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-10-08T20:14:23.1104702Z copying build\lib.win-amd64-cpython-39\torch\lib\shm.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-10-08T20:14:23.1110957Z copying build\lib.win-amd64-cpython-39\torch\lib\shm.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-10-08T20:14:23.1116893Z copying build\lib.win-amd64-cpython-39\torch\lib\sleef.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-10-08T20:14:23.1201345Z copying build\lib.win-amd64-cpython-39\torch\lib\torch.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-10-08T20:14:23.1206508Z copying build\lib.win-amd64-cpython-39\torch\lib\torch.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-10-08T20:14:23.1211831Z copying build\lib.win-amd64-cpython-39\torch\lib\torchbind_test.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-10-08T20:14:23.1518702Z copying build\lib.win-amd64-cpython-39\torch\lib\torchbind_test.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-10-08T20:14:23.1524571Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_cpu.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-10-08T20:14:23.2753259Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_cpu.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-10-08T20:14:23.3005319Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_global_deps.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-10-08T20:14:23.3011770Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_python.dll -> build\bdist.win-amd64\wheel\.\torch\lib 2024-10-08T20:14:23.3147358Z copying build\lib.win-amd64-cpython-39\torch\lib\torch_python.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-10-08T20:14:23.3155694Z copying build\lib.win-amd64-cpython-39\torch\lib\XNNPACK.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-10-08T20:14:23.3192503Z copying build\lib.win-amd64-cpython-39\torch\lib\_C.lib -> build\bdist.win-amd64\wheel\.\torch\lib 2024-10-08T20:14:23.3198020Z copying build\lib.win-amd64-cpython-39\torch\library.py -> build\bdist.win-amd64\wheel\.\torch 2024-10-08T20:14:23.3204525Z creating build\bdist.win-amd64\wheel\torch\linalg 2024-10-08T20:14:23.3207646Z copying build\lib.win-amd64-cpython-39\torch\linalg\__init__.py -> build\bdist.win-amd64\wheel\.\torch\linalg 2024-10-08T20:14:23.3214929Z creating build\bdist.win-amd64\wheel\torch\masked 2024-10-08T20:14:23.3217920Z creating build\bdist.win-amd64\wheel\torch\masked\maskedtensor 2024-10-08T20:14:23.3220914Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\binary.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-10-08T20:14:23.3226160Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\core.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-10-08T20:14:23.3232103Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\creation.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-10-08T20:14:23.3237283Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\passthrough.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-10-08T20:14:23.3242368Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\reductions.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-10-08T20:14:23.3253630Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\unary.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-10-08T20:14:23.3258819Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\_ops_refs.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-10-08T20:14:23.3264486Z copying build\lib.win-amd64-cpython-39\torch\masked\maskedtensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\masked\maskedtensor 2024-10-08T20:14:23.3269210Z copying build\lib.win-amd64-cpython-39\torch\masked\_docs.py -> build\bdist.win-amd64\wheel\.\torch\masked 2024-10-08T20:14:23.3275201Z copying build\lib.win-amd64-cpython-39\torch\masked\_ops.py -> build\bdist.win-amd64\wheel\.\torch\masked 2024-10-08T20:14:23.3281612Z copying build\lib.win-amd64-cpython-39\torch\masked\__init__.py -> build\bdist.win-amd64\wheel\.\torch\masked 2024-10-08T20:14:23.3287346Z creating build\bdist.win-amd64\wheel\torch\monitor 2024-10-08T20:14:23.3290319Z copying build\lib.win-amd64-cpython-39\torch\monitor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\monitor 2024-10-08T20:14:23.3295991Z creating build\bdist.win-amd64\wheel\torch\mps 2024-10-08T20:14:23.3298719Z copying build\lib.win-amd64-cpython-39\torch\mps\event.py -> build\bdist.win-amd64\wheel\.\torch\mps 2024-10-08T20:14:23.3304557Z copying build\lib.win-amd64-cpython-39\torch\mps\profiler.py -> build\bdist.win-amd64\wheel\.\torch\mps 2024-10-08T20:14:23.3316426Z copying build\lib.win-amd64-cpython-39\torch\mps\__init__.py -> build\bdist.win-amd64\wheel\.\torch\mps 2024-10-08T20:14:23.3321751Z creating build\bdist.win-amd64\wheel\torch\mtia 2024-10-08T20:14:23.3324388Z copying build\lib.win-amd64-cpython-39\torch\mtia\_utils.py -> build\bdist.win-amd64\wheel\.\torch\mtia 2024-10-08T20:14:23.3329708Z copying build\lib.win-amd64-cpython-39\torch\mtia\__init__.py -> build\bdist.win-amd64\wheel\.\torch\mtia 2024-10-08T20:14:23.3335655Z creating build\bdist.win-amd64\wheel\torch\multiprocessing 2024-10-08T20:14:23.3338915Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\pool.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2024-10-08T20:14:23.3344826Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\queue.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2024-10-08T20:14:23.3349949Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\reductions.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2024-10-08T20:14:23.3356192Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\spawn.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2024-10-08T20:14:23.3361255Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\_atfork.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2024-10-08T20:14:23.3372477Z copying build\lib.win-amd64-cpython-39\torch\multiprocessing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\multiprocessing 2024-10-08T20:14:23.3377824Z creating build\bdist.win-amd64\wheel\torch\nested 2024-10-08T20:14:23.3380880Z creating build\bdist.win-amd64\wheel\torch\nested\_internal 2024-10-08T20:14:23.3383867Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\nested_tensor.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2024-10-08T20:14:23.3389867Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\ops.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2024-10-08T20:14:23.3396801Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\sdpa.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2024-10-08T20:14:23.3402991Z copying build\lib.win-amd64-cpython-39\torch\nested\_internal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nested\_internal 2024-10-08T20:14:23.3406716Z copying build\lib.win-amd64-cpython-39\torch\nested\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nested 2024-10-08T20:14:23.3412952Z creating build\bdist.win-amd64\wheel\torch\nn 2024-10-08T20:14:23.3416400Z creating build\bdist.win-amd64\wheel\torch\nn\attention 2024-10-08T20:14:23.3419480Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\bias.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2024-10-08T20:14:23.3424745Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\flex_attention.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2024-10-08T20:14:23.3430706Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\_utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2024-10-08T20:14:23.3435941Z copying build\lib.win-amd64-cpython-39\torch\nn\attention\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\attention 2024-10-08T20:14:23.3441314Z creating build\bdist.win-amd64\wheel\torch\nn\backends 2024-10-08T20:14:23.3444280Z copying build\lib.win-amd64-cpython-39\torch\nn\backends\thnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\backends 2024-10-08T20:14:23.3449562Z copying build\lib.win-amd64-cpython-39\torch\nn\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\backends 2024-10-08T20:14:23.3453979Z copying build\lib.win-amd64-cpython-39\torch\nn\common_types.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-10-08T20:14:23.3459732Z copying build\lib.win-amd64-cpython-39\torch\nn\cpp.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-10-08T20:14:23.3464870Z copying build\lib.win-amd64-cpython-39\torch\nn\functional.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-10-08T20:14:23.3478908Z copying build\lib.win-amd64-cpython-39\torch\nn\functional.pyi -> build\bdist.win-amd64\wheel\.\torch\nn 2024-10-08T20:14:23.3484685Z copying build\lib.win-amd64-cpython-39\torch\nn\grad.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-10-08T20:14:23.3490608Z copying build\lib.win-amd64-cpython-39\torch\nn\init.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-10-08T20:14:23.3496696Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic 2024-10-08T20:14:23.3499711Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\modules 2024-10-08T20:14:23.3502648Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules\fused.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\modules 2024-10-08T20:14:23.3507609Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\modules 2024-10-08T20:14:23.3512758Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\qat 2024-10-08T20:14:23.3515660Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\qat\modules 2024-10-08T20:14:23.3518712Z 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 2024-10-08T20:14:23.3524150Z 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 2024-10-08T20:14:23.3529185Z 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 2024-10-08T20:14:23.3534638Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\qat\modules 2024-10-08T20:14:23.3543684Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\qat 2024-10-08T20:14:23.3548748Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized 2024-10-08T20:14:23.3551829Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized\dynamic 2024-10-08T20:14:23.3554802Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized\dynamic\modules 2024-10-08T20:14:23.3557987Z 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 2024-10-08T20:14:23.3563050Z 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 2024-10-08T20:14:23.3567944Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\quantized\dynamic 2024-10-08T20:14:23.3573019Z creating build\bdist.win-amd64\wheel\torch\nn\intrinsic\quantized\modules 2024-10-08T20:14:23.3576171Z 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 2024-10-08T20:14:23.3581232Z 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 2024-10-08T20:14:23.3586353Z 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 2024-10-08T20:14:23.3591747Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\quantized\modules 2024-10-08T20:14:23.3596584Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic\quantized 2024-10-08T20:14:23.3601442Z copying build\lib.win-amd64-cpython-39\torch\nn\intrinsic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\intrinsic 2024-10-08T20:14:23.3606959Z creating build\bdist.win-amd64\wheel\torch\nn\modules 2024-10-08T20:14:23.3609891Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-10-08T20:14:23.3616355Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\adaptive.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-10-08T20:14:23.3621729Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\batchnorm.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-10-08T20:14:23.3627686Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\channelshuffle.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-10-08T20:14:23.3636707Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\container.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-10-08T20:14:23.3642600Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-10-08T20:14:23.3649264Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\distance.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-10-08T20:14:23.3654480Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\dropout.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-10-08T20:14:23.3659812Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\flatten.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-10-08T20:14:23.3665299Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\fold.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-10-08T20:14:23.3670691Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\instancenorm.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-10-08T20:14:23.3676511Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\lazy.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-10-08T20:14:23.3681751Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-10-08T20:14:23.3686929Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\loss.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-10-08T20:14:23.3693484Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\module.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-10-08T20:14:23.3700394Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\normalization.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-10-08T20:14:23.3705897Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\padding.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-10-08T20:14:23.3711627Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\pixelshuffle.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-10-08T20:14:23.3717401Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\pooling.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-10-08T20:14:23.3723478Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-10-08T20:14:23.3730054Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\sparse.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-10-08T20:14:23.3735817Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\transformer.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-10-08T20:14:23.3742035Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\upsampling.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-10-08T20:14:23.3747249Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-10-08T20:14:23.3752599Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\_functions.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-10-08T20:14:23.3758138Z copying build\lib.win-amd64-cpython-39\torch\nn\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\modules 2024-10-08T20:14:23.3763906Z creating build\bdist.win-amd64\wheel\torch\nn\parallel 2024-10-08T20:14:23.3766549Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\comm.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-10-08T20:14:23.3771817Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\data_parallel.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-10-08T20:14:23.3777190Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\distributed.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-10-08T20:14:23.3783707Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\parallel_apply.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-10-08T20:14:23.3793991Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\replicate.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-10-08T20:14:23.3818726Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\scatter_gather.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-10-08T20:14:23.3824004Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\_functions.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-10-08T20:14:23.3829220Z copying build\lib.win-amd64-cpython-39\torch\nn\parallel\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\parallel 2024-10-08T20:14:23.3835880Z copying build\lib.win-amd64-cpython-39\torch\nn\parameter.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-10-08T20:14:23.3842452Z copying build\lib.win-amd64-cpython-39\torch\nn\parameter.pyi -> build\bdist.win-amd64\wheel\.\torch\nn 2024-10-08T20:14:23.3850337Z creating build\bdist.win-amd64\wheel\torch\nn\qat 2024-10-08T20:14:23.3853294Z creating build\bdist.win-amd64\wheel\torch\nn\qat\dynamic 2024-10-08T20:14:23.3857437Z creating build\bdist.win-amd64\wheel\torch\nn\qat\dynamic\modules 2024-10-08T20:14:23.3860468Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\dynamic\modules 2024-10-08T20:14:23.3867422Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\dynamic\modules 2024-10-08T20:14:23.3873614Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\dynamic 2024-10-08T20:14:23.3880049Z creating build\bdist.win-amd64\wheel\torch\nn\qat\modules 2024-10-08T20:14:23.3882978Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2024-10-08T20:14:23.3889253Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\embedding_ops.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2024-10-08T20:14:23.3895404Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2024-10-08T20:14:23.3901771Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat\modules 2024-10-08T20:14:23.3908772Z copying build\lib.win-amd64-cpython-39\torch\nn\qat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\qat 2024-10-08T20:14:23.3915212Z creating build\bdist.win-amd64\wheel\torch\nn\quantizable 2024-10-08T20:14:23.3918193Z creating build\bdist.win-amd64\wheel\torch\nn\quantizable\modules 2024-10-08T20:14:23.3922402Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable\modules 2024-10-08T20:14:23.3928625Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable\modules 2024-10-08T20:14:23.3934731Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable\modules 2024-10-08T20:14:23.3940816Z copying build\lib.win-amd64-cpython-39\torch\nn\quantizable\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantizable 2024-10-08T20:14:23.3946949Z creating build\bdist.win-amd64\wheel\torch\nn\quantized 2024-10-08T20:14:23.3951165Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\dynamic 2024-10-08T20:14:23.3954735Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\dynamic\modules 2024-10-08T20:14:23.3958191Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\dynamic\modules 2024-10-08T20:14:23.3964496Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\dynamic\modules 2024-10-08T20:14:23.3970707Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\dynamic\modules 2024-10-08T20:14:23.3977601Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\dynamic\modules 2024-10-08T20:14:23.3983886Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\dynamic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\dynamic 2024-10-08T20:14:23.3990849Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\functional.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized 2024-10-08T20:14:23.3997512Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\modules 2024-10-08T20:14:23.4000515Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\activation.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-10-08T20:14:23.4007129Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\batchnorm.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-10-08T20:14:23.4014037Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-10-08T20:14:23.4020581Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\dropout.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-10-08T20:14:23.4026692Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\embedding_ops.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-10-08T20:14:23.4038135Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\functional_modules.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-10-08T20:14:23.4043201Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-10-08T20:14:23.4048712Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\normalization.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-10-08T20:14:23.4054003Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-10-08T20:14:23.4058716Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-10-08T20:14:23.4063829Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\modules 2024-10-08T20:14:23.4069320Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\_reference 2024-10-08T20:14:23.4077305Z creating build\bdist.win-amd64\wheel\torch\nn\quantized\_reference\modules 2024-10-08T20:14:23.4080127Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules\conv.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference\modules 2024-10-08T20:14:23.4085290Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules\linear.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference\modules 2024-10-08T20:14:23.4090445Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference\modules 2024-10-08T20:14:23.4095711Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules\sparse.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference\modules 2024-10-08T20:14:23.4100729Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules\utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference\modules 2024-10-08T20:14:23.4106095Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\modules\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference\modules 2024-10-08T20:14:23.4111205Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\_reference\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized\_reference 2024-10-08T20:14:23.4115741Z copying build\lib.win-amd64-cpython-39\torch\nn\quantized\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\quantized 2024-10-08T20:14:23.4121674Z creating build\bdist.win-amd64\wheel\torch\nn\utils 2024-10-08T20:14:23.4124707Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\clip_grad.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-10-08T20:14:23.4130197Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\convert_parameters.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-10-08T20:14:23.4135636Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\fusion.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-10-08T20:14:23.4140847Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\init.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-10-08T20:14:23.4146467Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\memory_format.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-10-08T20:14:23.4156288Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\parametrizations.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-10-08T20:14:23.4162082Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\parametrize.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-10-08T20:14:23.4182902Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\prune.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-10-08T20:14:23.4188862Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\rnn.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-10-08T20:14:23.4194641Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\spectral_norm.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-10-08T20:14:23.4199887Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\stateless.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-10-08T20:14:23.4205358Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\weight_norm.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-10-08T20:14:23.4210825Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_deprecation_utils.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-10-08T20:14:23.4217033Z creating build\bdist.win-amd64\wheel\torch\nn\utils\_expanded_weights 2024-10-08T20:14:23.4220164Z 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 2024-10-08T20:14:23.4225498Z 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 2024-10-08T20:14:23.4230810Z 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 2024-10-08T20:14:23.4240401Z 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 2024-10-08T20:14:23.4245604Z 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 2024-10-08T20:14:23.4251195Z 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 2024-10-08T20:14:23.4256564Z 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 2024-10-08T20:14:23.4262036Z 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 2024-10-08T20:14:23.4267335Z 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 2024-10-08T20:14:23.4273332Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_expanded_weights\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils\_expanded_weights 2024-10-08T20:14:23.4277927Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_named_member_accessor.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-10-08T20:14:23.4283259Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\_per_sample_grad.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-10-08T20:14:23.4288524Z copying build\lib.win-amd64-cpython-39\torch\nn\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn\utils 2024-10-08T20:14:23.4294242Z copying build\lib.win-amd64-cpython-39\torch\nn\_reduction.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-10-08T20:14:23.4299248Z copying build\lib.win-amd64-cpython-39\torch\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\nn 2024-10-08T20:14:23.4305595Z creating build\bdist.win-amd64\wheel\torch\onnx 2024-10-08T20:14:23.4308510Z copying build\lib.win-amd64-cpython-39\torch\onnx\errors.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-10-08T20:14:23.4313661Z copying build\lib.win-amd64-cpython-39\torch\onnx\operators.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-10-08T20:14:23.4318810Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_caffe2.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-10-08T20:14:23.4324087Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_helper.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-10-08T20:14:23.4336273Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset10.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-10-08T20:14:23.4342084Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset11.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-10-08T20:14:23.4348324Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset12.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-10-08T20:14:23.4353943Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset13.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-10-08T20:14:23.4360124Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset14.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-10-08T20:14:23.4365977Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset15.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-10-08T20:14:23.4371340Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset16.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-10-08T20:14:23.4377052Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset17.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-10-08T20:14:23.4382377Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset18.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-10-08T20:14:23.4387824Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset19.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-10-08T20:14:23.4393003Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset20.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-10-08T20:14:23.4398529Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset7.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-10-08T20:14:23.4404707Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset8.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-10-08T20:14:23.4410099Z copying build\lib.win-amd64-cpython-39\torch\onnx\symbolic_opset9.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-10-08T20:14:23.4418376Z copying build\lib.win-amd64-cpython-39\torch\onnx\utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-10-08T20:14:23.4424513Z copying build\lib.win-amd64-cpython-39\torch\onnx\verification.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-10-08T20:14:23.4435068Z copying build\lib.win-amd64-cpython-39\torch\onnx\_constants.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-10-08T20:14:23.4449212Z copying build\lib.win-amd64-cpython-39\torch\onnx\_deprecation.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-10-08T20:14:23.4450705Z copying build\lib.win-amd64-cpython-39\torch\onnx\_experimental.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-10-08T20:14:23.4452027Z copying build\lib.win-amd64-cpython-39\torch\onnx\_exporter_states.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-10-08T20:14:23.4456859Z copying build\lib.win-amd64-cpython-39\torch\onnx\_flags.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-10-08T20:14:23.4462139Z copying build\lib.win-amd64-cpython-39\torch\onnx\_globals.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-10-08T20:14:23.4467837Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal 2024-10-08T20:14:23.4471008Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\diagnostics 2024-10-08T20:14:23.4473921Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\diagnostics\infra 2024-10-08T20:14:23.4477057Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\context.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra 2024-10-08T20:14:23.4483459Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\decorator.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra 2024-10-08T20:14:23.4488887Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\formatter.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra 2024-10-08T20:14:23.4494973Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\diagnostics\infra\sarif 2024-10-08T20:14:23.4498264Z 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 2024-10-08T20:14:23.4503156Z 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 2024-10-08T20:14:23.4508648Z 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 2024-10-08T20:14:23.4514159Z 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 2024-10-08T20:14:23.4519641Z 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 2024-10-08T20:14:23.4530052Z 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 2024-10-08T20:14:23.4535546Z 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 2024-10-08T20:14:23.4541012Z 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 2024-10-08T20:14:23.4546652Z 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 2024-10-08T20:14:23.4552033Z 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 2024-10-08T20:14:23.4557466Z 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 2024-10-08T20:14:23.4562909Z 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 2024-10-08T20:14:23.4568562Z 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 2024-10-08T20:14:23.4574175Z 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 2024-10-08T20:14:23.4579865Z 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 2024-10-08T20:14:23.4585548Z 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 2024-10-08T20:14:23.4590968Z 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 2024-10-08T20:14:23.4596802Z 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 2024-10-08T20:14:23.4602698Z 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 2024-10-08T20:14:23.4608178Z 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 2024-10-08T20:14:23.4614007Z 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 2024-10-08T20:14:23.4626243Z 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 2024-10-08T20:14:23.4632971Z 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 2024-10-08T20:14:23.4639563Z 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 2024-10-08T20:14:23.4646317Z 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 2024-10-08T20:14:23.4652878Z 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 2024-10-08T20:14:23.4660132Z 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 2024-10-08T20:14:23.4667305Z 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 2024-10-08T20:14:23.4674707Z 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 2024-10-08T20:14:23.4680595Z 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 2024-10-08T20:14:23.4687213Z 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 2024-10-08T20:14:23.4698956Z 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 2024-10-08T20:14:23.4705562Z 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 2024-10-08T20:14:23.4712405Z 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 2024-10-08T20:14:23.4720315Z 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 2024-10-08T20:14:23.4726138Z 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 2024-10-08T20:14:23.4732882Z 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 2024-10-08T20:14:23.4738427Z 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 2024-10-08T20:14:23.4743831Z 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 2024-10-08T20:14:23.4750564Z 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 2024-10-08T20:14:23.4756482Z 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 2024-10-08T20:14:23.4768494Z 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 2024-10-08T20:14:23.4773310Z 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 2024-10-08T20:14:23.4780591Z 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 2024-10-08T20:14:23.4785850Z 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 2024-10-08T20:14:23.4791281Z 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 2024-10-08T20:14:23.4796679Z 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 2024-10-08T20:14:23.4802011Z 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 2024-10-08T20:14:23.4807250Z 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 2024-10-08T20:14:23.4812797Z 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 2024-10-08T20:14:23.4818318Z 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 2024-10-08T20:14:23.4829558Z 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 2024-10-08T20:14:23.4836336Z 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 2024-10-08T20:14:23.4841694Z 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 2024-10-08T20:14:23.4846946Z 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 2024-10-08T20:14:23.4852096Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra 2024-10-08T20:14:23.4866202Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\_infra.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra 2024-10-08T20:14:23.4871678Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\infra\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics\infra 2024-10-08T20:14:23.4876240Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\_diagnostic.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics 2024-10-08T20:14:23.4881458Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\_rules.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics 2024-10-08T20:14:23.4887215Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\diagnostics\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\diagnostics 2024-10-08T20:14:23.4892817Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\exporter 2024-10-08T20:14:23.4896004Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_analysis.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-10-08T20:14:23.4901231Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_building.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-10-08T20:14:23.4907084Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_capture_strategies.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-10-08T20:14:23.4912267Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_compat.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-10-08T20:14:23.4921428Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_core.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-10-08T20:14:23.4927845Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_decomp.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-10-08T20:14:23.4934346Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_dispatching.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-10-08T20:14:23.4941116Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_errors.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-10-08T20:14:23.4947317Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_fx_passes.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-10-08T20:14:23.4954117Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_ir_passes.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-10-08T20:14:23.4960685Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_isolated.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-10-08T20:14:23.4967364Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_onnx_program.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-10-08T20:14:23.4975720Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_registration.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-10-08T20:14:23.4982379Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_reporting.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-10-08T20:14:23.4989005Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_schemas.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-10-08T20:14:23.4995880Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_tensors.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-10-08T20:14:23.5002495Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_testing.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-10-08T20:14:23.5009189Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\_verification.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-10-08T20:14:23.5017338Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\exporter\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\exporter 2024-10-08T20:14:23.5023051Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\fx 2024-10-08T20:14:23.5026158Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\fx\analysis 2024-10-08T20:14:23.5030404Z 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 2024-10-08T20:14:23.5037528Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\analysis\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\analysis 2024-10-08T20:14:23.5043800Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\decomposition_skip.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-10-08T20:14:23.5051572Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\decomposition_table.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-10-08T20:14:23.5058224Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\diagnostics.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-10-08T20:14:23.5071253Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\dynamo_graph_extractor.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-10-08T20:14:23.5077867Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\fx_onnx_interpreter.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-10-08T20:14:23.5086600Z 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 2024-10-08T20:14:23.5093321Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\onnxfunction_dispatcher.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-10-08T20:14:23.5100947Z creating build\bdist.win-amd64\wheel\torch\onnx\_internal\fx\passes 2024-10-08T20:14:23.5105157Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes\decomp.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\passes 2024-10-08T20:14:23.5112335Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes\functionalization.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\passes 2024-10-08T20:14:23.5118335Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes\modularization.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\passes 2024-10-08T20:14:23.5125492Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes\readability.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\passes 2024-10-08T20:14:23.5138809Z 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 2024-10-08T20:14:23.5146744Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes\virtualization.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\passes 2024-10-08T20:14:23.5153853Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes\_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\passes 2024-10-08T20:14:23.5160311Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx\passes 2024-10-08T20:14:23.5166495Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\patcher.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-10-08T20:14:23.5174121Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\registration.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-10-08T20:14:23.5180792Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\serialization.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-10-08T20:14:23.5187394Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\type_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-10-08T20:14:23.5194517Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\_pass.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-10-08T20:14:23.5201296Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal\fx 2024-10-08T20:14:23.5207511Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\io_adapter.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-10-08T20:14:23.5221692Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\jit_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-10-08T20:14:23.5227051Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\onnxruntime.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-10-08T20:14:23.5233498Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\onnx_proto_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-10-08T20:14:23.5238966Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\registration.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-10-08T20:14:23.5244559Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\_exporter_legacy.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-10-08T20:14:23.5250622Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\_lazy_import.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-10-08T20:14:23.5256361Z copying build\lib.win-amd64-cpython-39\torch\onnx\_internal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx\_internal 2024-10-08T20:14:23.5261121Z copying build\lib.win-amd64-cpython-39\torch\onnx\_onnx_supported_ops.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-10-08T20:14:23.5266559Z copying build\lib.win-amd64-cpython-39\torch\onnx\_type_utils.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-10-08T20:14:23.5272126Z copying build\lib.win-amd64-cpython-39\torch\onnx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\onnx 2024-10-08T20:14:23.5282384Z creating build\bdist.win-amd64\wheel\torch\optim 2024-10-08T20:14:23.5285465Z copying build\lib.win-amd64-cpython-39\torch\optim\adadelta.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-10-08T20:14:23.5292182Z copying build\lib.win-amd64-cpython-39\torch\optim\adagrad.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-10-08T20:14:23.5298215Z copying build\lib.win-amd64-cpython-39\torch\optim\adam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-10-08T20:14:23.5304125Z copying build\lib.win-amd64-cpython-39\torch\optim\adamax.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-10-08T20:14:23.5309864Z copying build\lib.win-amd64-cpython-39\torch\optim\adamw.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-10-08T20:14:23.5315578Z copying build\lib.win-amd64-cpython-39\torch\optim\asgd.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-10-08T20:14:23.5321312Z copying build\lib.win-amd64-cpython-39\torch\optim\lbfgs.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-10-08T20:14:23.5335130Z copying build\lib.win-amd64-cpython-39\torch\optim\lr_scheduler.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-10-08T20:14:23.5341746Z copying build\lib.win-amd64-cpython-39\torch\optim\nadam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-10-08T20:14:23.5347508Z copying build\lib.win-amd64-cpython-39\torch\optim\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-10-08T20:14:23.5353418Z copying build\lib.win-amd64-cpython-39\torch\optim\radam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-10-08T20:14:23.5359202Z copying build\lib.win-amd64-cpython-39\torch\optim\rmsprop.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-10-08T20:14:23.5364852Z copying build\lib.win-amd64-cpython-39\torch\optim\rprop.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-10-08T20:14:23.5370456Z copying build\lib.win-amd64-cpython-39\torch\optim\sgd.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-10-08T20:14:23.5376244Z copying build\lib.win-amd64-cpython-39\torch\optim\sparse_adam.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-10-08T20:14:23.5381838Z copying build\lib.win-amd64-cpython-39\torch\optim\swa_utils.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-10-08T20:14:23.5387583Z copying build\lib.win-amd64-cpython-39\torch\optim\_adafactor.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-10-08T20:14:23.5393688Z copying build\lib.win-amd64-cpython-39\torch\optim\_functional.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-10-08T20:14:23.5401508Z creating build\bdist.win-amd64\wheel\torch\optim\_multi_tensor 2024-10-08T20:14:23.5425796Z copying build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\optim\_multi_tensor 2024-10-08T20:14:23.5431243Z copying build\lib.win-amd64-cpython-39\torch\optim\_multi_tensor\__init__.pyi -> build\bdist.win-amd64\wheel\.\torch\optim\_multi_tensor 2024-10-08T20:14:23.5436221Z copying build\lib.win-amd64-cpython-39\torch\optim\__init__.py -> build\bdist.win-amd64\wheel\.\torch\optim 2024-10-08T20:14:23.5441316Z copying build\lib.win-amd64-cpython-39\torch\overrides.py -> build\bdist.win-amd64\wheel\.\torch 2024-10-08T20:14:23.5448356Z creating build\bdist.win-amd64\wheel\torch\package 2024-10-08T20:14:23.5451255Z creating build\bdist.win-amd64\wheel\torch\package\analyze 2024-10-08T20:14:23.5455216Z 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 2024-10-08T20:14:23.5460743Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\is_from_package.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2024-10-08T20:14:23.5465832Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\trace_dependencies.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2024-10-08T20:14:23.5481210Z copying build\lib.win-amd64-cpython-39\torch\package\analyze\__init__.py -> build\bdist.win-amd64\wheel\.\torch\package\analyze 2024-10-08T20:14:23.5486159Z copying build\lib.win-amd64-cpython-39\torch\package\file_structure_representation.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-10-08T20:14:23.5491506Z copying build\lib.win-amd64-cpython-39\torch\package\find_file_dependencies.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-10-08T20:14:23.5496778Z copying build\lib.win-amd64-cpython-39\torch\package\glob_group.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-10-08T20:14:23.5509326Z copying build\lib.win-amd64-cpython-39\torch\package\importer.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-10-08T20:14:23.5514419Z copying build\lib.win-amd64-cpython-39\torch\package\package_exporter.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-10-08T20:14:23.5520494Z copying build\lib.win-amd64-cpython-39\torch\package\package_importer.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-10-08T20:14:23.5526293Z copying build\lib.win-amd64-cpython-39\torch\package\_digraph.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-10-08T20:14:23.5531782Z copying build\lib.win-amd64-cpython-39\torch\package\_directory_reader.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-10-08T20:14:23.5537143Z copying build\lib.win-amd64-cpython-39\torch\package\_importlib.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-10-08T20:14:23.5542586Z copying build\lib.win-amd64-cpython-39\torch\package\_mangling.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-10-08T20:14:23.5547815Z copying build\lib.win-amd64-cpython-39\torch\package\_mock.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-10-08T20:14:23.5553030Z copying build\lib.win-amd64-cpython-39\torch\package\_package_pickler.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-10-08T20:14:23.5558305Z copying build\lib.win-amd64-cpython-39\torch\package\_package_unpickler.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-10-08T20:14:23.5563700Z copying build\lib.win-amd64-cpython-39\torch\package\_stdlib.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-10-08T20:14:23.5568868Z copying build\lib.win-amd64-cpython-39\torch\package\__init__.py -> build\bdist.win-amd64\wheel\.\torch\package 2024-10-08T20:14:23.5574132Z creating build\bdist.win-amd64\wheel\torch\profiler 2024-10-08T20:14:23.5577179Z copying build\lib.win-amd64-cpython-39\torch\profiler\itt.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-10-08T20:14:23.5582298Z copying build\lib.win-amd64-cpython-39\torch\profiler\profiler.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-10-08T20:14:23.5588094Z copying build\lib.win-amd64-cpython-39\torch\profiler\python_tracer.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-10-08T20:14:23.5593058Z copying build\lib.win-amd64-cpython-39\torch\profiler\_memory_profiler.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-10-08T20:14:23.5599155Z copying build\lib.win-amd64-cpython-39\torch\profiler\_pattern_matcher.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-10-08T20:14:23.5615108Z copying build\lib.win-amd64-cpython-39\torch\profiler\_utils.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-10-08T20:14:23.5620983Z copying build\lib.win-amd64-cpython-39\torch\profiler\__init__.py -> build\bdist.win-amd64\wheel\.\torch\profiler 2024-10-08T20:14:23.5626769Z copying build\lib.win-amd64-cpython-39\torch\py.typed -> build\bdist.win-amd64\wheel\.\torch 2024-10-08T20:14:23.5636569Z creating build\bdist.win-amd64\wheel\torch\quantization 2024-10-08T20:14:23.5639700Z copying build\lib.win-amd64-cpython-39\torch\quantization\fake_quantize.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-10-08T20:14:23.5645430Z copying build\lib.win-amd64-cpython-39\torch\quantization\fuser_method_mappings.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-10-08T20:14:23.5650608Z copying build\lib.win-amd64-cpython-39\torch\quantization\fuse_modules.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-10-08T20:14:23.5660182Z creating build\bdist.win-amd64\wheel\torch\quantization\fx 2024-10-08T20:14:23.5663205Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\convert.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-10-08T20:14:23.5668581Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\fuse.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-10-08T20:14:23.5673802Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\fusion_patterns.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-10-08T20:14:23.5678627Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\graph_module.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-10-08T20:14:23.5683340Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\match_utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-10-08T20:14:23.5693131Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\pattern_utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-10-08T20:14:23.5716514Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\prepare.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-10-08T20:14:23.5721549Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\quantization_patterns.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-10-08T20:14:23.5726975Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\quantization_types.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-10-08T20:14:23.5732165Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-10-08T20:14:23.5737652Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\_equalize.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-10-08T20:14:23.5742993Z copying build\lib.win-amd64-cpython-39\torch\quantization\fx\__init__.py -> build\bdist.win-amd64\wheel\.\torch\quantization\fx 2024-10-08T20:14:23.5748042Z copying build\lib.win-amd64-cpython-39\torch\quantization\observer.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-10-08T20:14:23.5753470Z copying build\lib.win-amd64-cpython-39\torch\quantization\qconfig.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-10-08T20:14:23.5759001Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantization_mappings.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-10-08T20:14:23.5764407Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantize.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-10-08T20:14:23.5769253Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantize_fx.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-10-08T20:14:23.5774921Z copying build\lib.win-amd64-cpython-39\torch\quantization\quantize_jit.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-10-08T20:14:23.5780425Z copying build\lib.win-amd64-cpython-39\torch\quantization\quant_type.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-10-08T20:14:23.5785524Z copying build\lib.win-amd64-cpython-39\torch\quantization\stubs.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-10-08T20:14:23.5790590Z copying build\lib.win-amd64-cpython-39\torch\quantization\utils.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-10-08T20:14:23.5796476Z copying build\lib.win-amd64-cpython-39\torch\quantization\_numeric_suite.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-10-08T20:14:23.5801803Z copying build\lib.win-amd64-cpython-39\torch\quantization\_numeric_suite_fx.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-10-08T20:14:23.5807129Z copying build\lib.win-amd64-cpython-39\torch\quantization\_quantized_conversions.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-10-08T20:14:23.5812743Z copying build\lib.win-amd64-cpython-39\torch\quantization\__init__.py -> build\bdist.win-amd64\wheel\.\torch\quantization 2024-10-08T20:14:23.5818299Z copying build\lib.win-amd64-cpython-39\torch\quasirandom.py -> build\bdist.win-amd64\wheel\.\torch 2024-10-08T20:14:23.5823595Z copying build\lib.win-amd64-cpython-39\torch\random.py -> build\bdist.win-amd64\wheel\.\torch 2024-10-08T20:14:23.5828984Z copying build\lib.win-amd64-cpython-39\torch\return_types.py -> build\bdist.win-amd64\wheel\.\torch 2024-10-08T20:14:23.5834440Z copying build\lib.win-amd64-cpython-39\torch\return_types.pyi -> build\bdist.win-amd64\wheel\.\torch 2024-10-08T20:14:23.5839956Z copying build\lib.win-amd64-cpython-39\torch\serialization.py -> build\bdist.win-amd64\wheel\.\torch 2024-10-08T20:14:23.5846825Z creating build\bdist.win-amd64\wheel\torch\share 2024-10-08T20:14:23.5849926Z creating build\bdist.win-amd64\wheel\torch\share\cmake 2024-10-08T20:14:23.5852751Z creating build\bdist.win-amd64\wheel\torch\share\cmake\ATen 2024-10-08T20:14:23.5856303Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\ATen\ATenConfig.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\ATen 2024-10-08T20:14:23.5861488Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2 2024-10-08T20:14:23.5864542Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Caffe2Config.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2024-10-08T20:14:23.5870097Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Caffe2Targets-release.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2024-10-08T20:14:23.5875511Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\Caffe2Targets.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2024-10-08T20:14:23.5885499Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindCUDAToolkit.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2024-10-08T20:14:23.5891870Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindCUDSS.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2024-10-08T20:14:23.5897464Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindCUSPARSELT.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2024-10-08T20:14:23.5902992Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\FindSYCLToolkit.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2 2024-10-08T20:14:23.5908822Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\Modules_CUDA_fix 2024-10-08T20:14:23.5911931Z 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 2024-10-08T20:14:23.5917409Z 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 2024-10-08T20:14:23.5923173Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream 2024-10-08T20:14:23.5932341Z 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 2024-10-08T20:14:23.5937847Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\Modules_CUDA_fix\upstream\FindCUDA 2024-10-08T20:14:23.5941268Z 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 2024-10-08T20:14:23.5946499Z 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 2024-10-08T20:14:23.5952387Z 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 2024-10-08T20:14:23.5964583Z 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 2024-10-08T20:14:23.5969759Z 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 2024-10-08T20:14:23.5977100Z 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 2024-10-08T20:14:23.5987519Z 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 2024-10-08T20:14:23.5992635Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Caffe2\public 2024-10-08T20:14:23.5995618Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\cuda.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2024-10-08T20:14:23.6001406Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\gflags.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2024-10-08T20:14:23.6006745Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\glog.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2024-10-08T20:14:23.6012001Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\LoadHIP.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2024-10-08T20:14:23.6021475Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\mkl.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2024-10-08T20:14:23.6026687Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\mkldnn.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2024-10-08T20:14:23.6031745Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\protobuf.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2024-10-08T20:14:23.6037334Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\utils.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2024-10-08T20:14:23.6043128Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Caffe2\public\xpu.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Caffe2\public 2024-10-08T20:14:23.6048566Z creating build\bdist.win-amd64\wheel\torch\share\cmake\Torch 2024-10-08T20:14:23.6051544Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Torch\TorchConfig.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Torch 2024-10-08T20:14:23.6057032Z copying build\lib.win-amd64-cpython-39\torch\share\cmake\Torch\TorchConfigVersion.cmake -> build\bdist.win-amd64\wheel\.\torch\share\cmake\Torch 2024-10-08T20:14:23.6061939Z creating build\bdist.win-amd64\wheel\torch\signal 2024-10-08T20:14:23.6064923Z creating build\bdist.win-amd64\wheel\torch\signal\windows 2024-10-08T20:14:23.6067683Z copying build\lib.win-amd64-cpython-39\torch\signal\windows\windows.py -> build\bdist.win-amd64\wheel\.\torch\signal\windows 2024-10-08T20:14:23.6073321Z copying build\lib.win-amd64-cpython-39\torch\signal\windows\__init__.py -> build\bdist.win-amd64\wheel\.\torch\signal\windows 2024-10-08T20:14:23.6078095Z copying build\lib.win-amd64-cpython-39\torch\signal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\signal 2024-10-08T20:14:23.6083308Z creating build\bdist.win-amd64\wheel\torch\sparse 2024-10-08T20:14:23.6086296Z copying build\lib.win-amd64-cpython-39\torch\sparse\semi_structured.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2024-10-08T20:14:23.6092580Z copying build\lib.win-amd64-cpython-39\torch\sparse\_semi_structured_conversions.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2024-10-08T20:14:23.6097959Z copying build\lib.win-amd64-cpython-39\torch\sparse\_semi_structured_ops.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2024-10-08T20:14:23.6109143Z copying build\lib.win-amd64-cpython-39\torch\sparse\_triton_ops.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2024-10-08T20:14:23.6115655Z copying build\lib.win-amd64-cpython-39\torch\sparse\_triton_ops_meta.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2024-10-08T20:14:23.6125550Z copying build\lib.win-amd64-cpython-39\torch\sparse\__init__.py -> build\bdist.win-amd64\wheel\.\torch\sparse 2024-10-08T20:14:23.6131466Z creating build\bdist.win-amd64\wheel\torch\special 2024-10-08T20:14:23.6134459Z copying build\lib.win-amd64-cpython-39\torch\special\__init__.py -> build\bdist.win-amd64\wheel\.\torch\special 2024-10-08T20:14:23.6140360Z copying build\lib.win-amd64-cpython-39\torch\storage.py -> build\bdist.win-amd64\wheel\.\torch 2024-10-08T20:14:23.6148794Z creating build\bdist.win-amd64\wheel\torch\test 2024-10-08T20:14:23.6152037Z copying build\lib.win-amd64-cpython-39\torch\test\apply_utils_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6160861Z copying build\lib.win-amd64-cpython-39\torch\test\atest.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6169928Z copying build\lib.win-amd64-cpython-39\torch\test\backend_fallback_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6178685Z copying build\lib.win-amd64-cpython-39\torch\test\basic.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6192060Z copying build\lib.win-amd64-cpython-39\torch\test\broadcast_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6201124Z copying build\lib.win-amd64-cpython-39\torch\test\c10_accumulate_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6209929Z copying build\lib.win-amd64-cpython-39\torch\test\c10_bfloat16_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6219604Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Bitset_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6228001Z copying build\lib.win-amd64-cpython-39\torch\test\c10_bit_cast_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6236634Z copying build\lib.win-amd64-cpython-39\torch\test\c10_CompileTimeFunctionPointer_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6244455Z copying build\lib.win-amd64-cpython-39\torch\test\c10_complex_math_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6253773Z copying build\lib.win-amd64-cpython-39\torch\test\c10_complex_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6262439Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ConstexprCrc_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6270555Z copying build\lib.win-amd64-cpython-39\torch\test\c10_cow_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6279826Z copying build\lib.win-amd64-cpython-39\torch\test\c10_DeadlockDetection_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6288520Z copying build\lib.win-amd64-cpython-39\torch\test\c10_DeviceGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6297127Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Device_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6306239Z copying build\lib.win-amd64-cpython-39\torch\test\c10_DispatchKeySet_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6335023Z copying build\lib.win-amd64-cpython-39\torch\test\c10_exception_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6343755Z copying build\lib.win-amd64-cpython-39\torch\test\c10_flags_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6352478Z copying build\lib.win-amd64-cpython-39\torch\test\c10_generic_math_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6360889Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Half_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6369666Z copying build\lib.win-amd64-cpython-39\torch\test\c10_InlineDeviceGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6379086Z copying build\lib.win-amd64-cpython-39\torch\test\c10_InlineStreamGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6387989Z copying build\lib.win-amd64-cpython-39\torch\test\c10_intrusive_ptr_benchmark.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6396294Z copying build\lib.win-amd64-cpython-39\torch\test\c10_intrusive_ptr_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6417594Z copying build\lib.win-amd64-cpython-39\torch\test\c10_irange_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6426153Z copying build\lib.win-amd64-cpython-39\torch\test\c10_lazy_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6434840Z copying build\lib.win-amd64-cpython-39\torch\test\c10_LeftRight_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6443772Z copying build\lib.win-amd64-cpython-39\torch\test\c10_logging_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6452647Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Metaprogramming_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6461808Z copying build\lib.win-amd64-cpython-39\torch\test\c10_NetworkFlow_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6471011Z copying build\lib.win-amd64-cpython-39\torch\test\c10_optional_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6480819Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ordered_preserving_dict_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6490142Z copying build\lib.win-amd64-cpython-39\torch\test\c10_registry_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6506717Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Scalar_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6515468Z copying build\lib.win-amd64-cpython-39\torch\test\c10_SizesAndStrides_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6524566Z copying build\lib.win-amd64-cpython-39\torch\test\c10_small_vector_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6538940Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ssize_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6547146Z copying build\lib.win-amd64-cpython-39\torch\test\c10_StreamGuard_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6555217Z copying build\lib.win-amd64-cpython-39\torch\test\c10_string_util_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6563844Z copying build\lib.win-amd64-cpython-39\torch\test\c10_string_view_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6572612Z copying build\lib.win-amd64-cpython-39\torch\test\c10_SymInt_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6590649Z copying build\lib.win-amd64-cpython-39\torch\test\c10_Synchronized_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6599091Z copying build\lib.win-amd64-cpython-39\torch\test\c10_tempfile_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6607301Z copying build\lib.win-amd64-cpython-39\torch\test\c10_ThreadLocal_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6615928Z copying build\lib.win-amd64-cpython-39\torch\test\c10_typeid_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6625115Z copying build\lib.win-amd64-cpython-39\torch\test\c10_TypeIndex_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6633481Z copying build\lib.win-amd64-cpython-39\torch\test\c10_TypeList_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6641565Z copying build\lib.win-amd64-cpython-39\torch\test\c10_TypeTraits_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6649655Z copying build\lib.win-amd64-cpython-39\torch\test\CppSignature_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6658229Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_allocator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6671728Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_generator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6681283Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_profiling_allocator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6690054Z copying build\lib.win-amd64-cpython-39\torch\test\cpu_rng_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6701440Z copying build\lib.win-amd64-cpython-39\torch\test\Dict_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6711525Z copying build\lib.win-amd64-cpython-39\torch\test\Dimname_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6720272Z copying build\lib.win-amd64-cpython-39\torch\test\dispatch_key_set_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6729176Z copying build\lib.win-amd64-cpython-39\torch\test\dlconvertor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6739164Z copying build\lib.win-amd64-cpython-39\torch\test\extension_backend_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6749965Z copying build\lib.win-amd64-cpython-39\torch\test\half_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6767407Z copying build\lib.win-amd64-cpython-39\torch\test\IListRef_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6777267Z copying build\lib.win-amd64-cpython-39\torch\test\inline_container_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6787319Z copying build\lib.win-amd64-cpython-39\torch\test\ivalue_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6799383Z copying build\lib.win-amd64-cpython-39\torch\test\KernelFunction_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6809141Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_function_legacy_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6822501Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_function_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6834195Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_lambda_legacy_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6847713Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_lambda_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6867224Z copying build\lib.win-amd64-cpython-39\torch\test\kernel_stackbased_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6876621Z copying build\lib.win-amd64-cpython-39\torch\test\lazy_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6885650Z copying build\lib.win-amd64-cpython-39\torch\test\legacy_vmap_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6896515Z copying build\lib.win-amd64-cpython-39\torch\test\List_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6908773Z copying build\lib.win-amd64-cpython-39\torch\test\make_boxed_from_unboxed_functor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6920378Z copying build\lib.win-amd64-cpython-39\torch\test\math_kernel_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6929995Z copying build\lib.win-amd64-cpython-39\torch\test\MaybeOwned_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6939915Z copying build\lib.win-amd64-cpython-39\torch\test\memory_format_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6949264Z copying build\lib.win-amd64-cpython-39\torch\test\memory_overlapping_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6958617Z copying build\lib.win-amd64-cpython-39\torch\test\mobile_memory_cleanup.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6967869Z copying build\lib.win-amd64-cpython-39\torch\test\NamedTensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6977260Z copying build\lib.win-amd64-cpython-39\torch\test\native_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6986833Z copying build\lib.win-amd64-cpython-39\torch\test\operators_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.6995733Z copying build\lib.win-amd64-cpython-39\torch\test\operator_name_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.7004707Z copying build\lib.win-amd64-cpython-39\torch\test\op_allowlist_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.7012873Z copying build\lib.win-amd64-cpython-39\torch\test\op_registration_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.7036659Z copying build\lib.win-amd64-cpython-39\torch\test\packedtensoraccessor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.7055741Z copying build\lib.win-amd64-cpython-39\torch\test\pow_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.7065773Z copying build\lib.win-amd64-cpython-39\torch\test\quantized_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.7075049Z copying build\lib.win-amd64-cpython-39\torch\test\reduce_ops_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.7084062Z copying build\lib.win-amd64-cpython-39\torch\test\reportMemoryUsage_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.7095082Z copying build\lib.win-amd64-cpython-39\torch\test\scalar_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.7103899Z copying build\lib.win-amd64-cpython-39\torch\test\scalar_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.7113408Z copying build\lib.win-amd64-cpython-39\torch\test\StorageUtils_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.7122521Z copying build\lib.win-amd64-cpython-39\torch\test\stride_properties_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.7131543Z copying build\lib.win-amd64-cpython-39\torch\test\tensor_iterator_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.7142558Z copying build\lib.win-amd64-cpython-39\torch\test\test_parallel.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.7151870Z copying build\lib.win-amd64-cpython-39\torch\test\thread_init_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.7158485Z copying build\lib.win-amd64-cpython-39\torch\test\type_ptr_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.7167005Z copying build\lib.win-amd64-cpython-39\torch\test\type_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.7176672Z copying build\lib.win-amd64-cpython-39\torch\test\undefined_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.7185694Z copying build\lib.win-amd64-cpython-39\torch\test\verify_api_visibility.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.7192337Z copying build\lib.win-amd64-cpython-39\torch\test\weakref_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.7201533Z copying build\lib.win-amd64-cpython-39\torch\test\wrapdim_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.7210858Z copying build\lib.win-amd64-cpython-39\torch\test\xla_tensor_test.exe -> build\bdist.win-amd64\wheel\.\torch\test 2024-10-08T20:14:23.7226270Z creating build\bdist.win-amd64\wheel\torch\testing 2024-10-08T20:14:23.7229306Z copying build\lib.win-amd64-cpython-39\torch\testing\_comparison.py -> build\bdist.win-amd64\wheel\.\torch\testing 2024-10-08T20:14:23.7235774Z copying build\lib.win-amd64-cpython-39\torch\testing\_creation.py -> build\bdist.win-amd64\wheel\.\torch\testing 2024-10-08T20:14:23.7242317Z creating build\bdist.win-amd64\wheel\torch\testing\_internal 2024-10-08T20:14:23.7245510Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\autocast_test_lists.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-10-08T20:14:23.7251932Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\autograd_function_db.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-10-08T20:14:23.7257675Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\check_kernel_launches.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-10-08T20:14:23.7267450Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\codegen 2024-10-08T20:14:23.7270412Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\codegen\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\codegen 2024-10-08T20:14:23.7275384Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_cuda.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-10-08T20:14:23.7281024Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_device_type.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-10-08T20:14:23.7287542Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_distributed.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-10-08T20:14:23.7294059Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_dist_composable.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-10-08T20:14:23.7299690Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_dtype.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-10-08T20:14:23.7305234Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_fsdp.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-10-08T20:14:23.7311607Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_jit.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-10-08T20:14:23.7317219Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_methods_invocations.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-10-08T20:14:23.7334150Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_mkldnn.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-10-08T20:14:23.7339592Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_modules.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-10-08T20:14:23.7348259Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_nn.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-10-08T20:14:23.7356480Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_optimizers.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-10-08T20:14:23.7363700Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_pruning.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-10-08T20:14:23.7369367Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_quantization.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-10-08T20:14:23.7376478Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_quantized.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-10-08T20:14:23.7387829Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_subclass.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-10-08T20:14:23.7393616Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\common_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-10-08T20:14:23.7401730Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\composite_compliance.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-10-08T20:14:23.7407714Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\custom_op_db.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-10-08T20:14:23.7413951Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\custom_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-10-08T20:14:23.7438479Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\data 2024-10-08T20:14:23.7441413Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\data\network1.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\data 2024-10-08T20:14:23.7446539Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\data\network2.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\data 2024-10-08T20:14:23.7451537Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\data\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\data 2024-10-08T20:14:23.7456985Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed 2024-10-08T20:14:23.7461715Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\checkpoint_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2024-10-08T20:14:23.7467514Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\common_state_dict.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2024-10-08T20:14:23.7472814Z 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 2024-10-08T20:14:23.7485056Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\distributed_test.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2024-10-08T20:14:23.7494497Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\distributed_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2024-10-08T20:14:23.7500216Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\fake_pg.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2024-10-08T20:14:23.7505667Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\multi_threaded_pg.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2024-10-08T20:14:23.7511721Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\nn 2024-10-08T20:14:23.7514762Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\nn\api 2024-10-08T20:14:23.7517919Z 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 2024-10-08T20:14:23.7524517Z 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 2024-10-08T20:14:23.7528705Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\nn 2024-10-08T20:14:23.7533205Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\rpc 2024-10-08T20:14:23.7536838Z 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 2024-10-08T20:14:23.7543562Z 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 2024-10-08T20:14:23.7549111Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\rpc\examples 2024-10-08T20:14:23.7552576Z 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 2024-10-08T20:14:23.7558185Z 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 2024-10-08T20:14:23.7563809Z 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 2024-10-08T20:14:23.7568273Z 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 2024-10-08T20:14:23.7578681Z 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 2024-10-08T20:14:23.7584004Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\rpc\jit 2024-10-08T20:14:23.7587364Z 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 2024-10-08T20:14:23.7592755Z 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 2024-10-08T20:14:23.7598778Z 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 2024-10-08T20:14:23.7604518Z 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 2024-10-08T20:14:23.7608987Z 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 2024-10-08T20:14:23.7614696Z 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 2024-10-08T20:14:23.7623531Z 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 2024-10-08T20:14:23.7629223Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\rpc 2024-10-08T20:14:23.7633952Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\rpc_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2024-10-08T20:14:23.7639479Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\_shard 2024-10-08T20:14:23.7642319Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\_shard\sharded_tensor 2024-10-08T20:14:23.7646174Z 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 2024-10-08T20:14:23.7651536Z 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 2024-10-08T20:14:23.7657240Z 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 2024-10-08T20:14:23.7662105Z 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 2024-10-08T20:14:23.7667397Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_shard\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\_shard 2024-10-08T20:14:23.7672534Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\distributed\_tensor 2024-10-08T20:14:23.7675872Z 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 2024-10-08T20:14:23.7681902Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\_tensor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed\_tensor 2024-10-08T20:14:23.7686664Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\distributed\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\distributed 2024-10-08T20:14:23.7690582Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\dist_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-10-08T20:14:23.7696289Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\dynamo_test_failures.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-10-08T20:14:23.7702080Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\generated 2024-10-08T20:14:23.7705218Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\generated\annotated_fn_args.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\generated 2024-10-08T20:14:23.7715985Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\generated\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\generated 2024-10-08T20:14:23.7720114Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\hop_db.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-10-08T20:14:23.7725496Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\hypothesis_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-10-08T20:14:23.7738218Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\inductor_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-10-08T20:14:23.7744049Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\jit_metaprogramming_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-10-08T20:14:23.7750113Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\jit_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-10-08T20:14:23.7756143Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\logging_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-10-08T20:14:23.7761618Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\logging_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-10-08T20:14:23.7767357Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\opinfo 2024-10-08T20:14:23.7770293Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\core.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2024-10-08T20:14:23.7778016Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\opinfo\definitions 2024-10-08T20:14:23.7780816Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions\fft.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo\definitions 2024-10-08T20:14:23.7786643Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions\linalg.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo\definitions 2024-10-08T20:14:23.7793055Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions\nested.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo\definitions 2024-10-08T20:14:23.7798990Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions\signal.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo\definitions 2024-10-08T20:14:23.7804255Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions\sparse.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo\definitions 2024-10-08T20:14:23.7810328Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions\special.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo\definitions 2024-10-08T20:14:23.7821602Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions\_masked.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo\definitions 2024-10-08T20:14:23.7827340Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\definitions\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo\definitions 2024-10-08T20:14:23.7832605Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\refs.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2024-10-08T20:14:23.7837901Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2024-10-08T20:14:23.7843312Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\opinfo\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\opinfo 2024-10-08T20:14:23.7848560Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\optests 2024-10-08T20:14:23.7852060Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\aot_autograd.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2024-10-08T20:14:23.7857752Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\autograd_registration.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2024-10-08T20:14:23.7862945Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\fake_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2024-10-08T20:14:23.7867810Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\generate_tests.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2024-10-08T20:14:23.7881451Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\make_fx.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2024-10-08T20:14:23.7887283Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\optests\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\optests 2024-10-08T20:14:23.7892575Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\quantization_torch_package_models.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-10-08T20:14:23.7898185Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\static_module.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-10-08T20:14:23.7903859Z creating build\bdist.win-amd64\wheel\torch\testing\_internal\test_module 2024-10-08T20:14:23.7913421Z 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 2024-10-08T20:14:23.7918761Z 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 2024-10-08T20:14:23.7923935Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\test_module\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal\test_module 2024-10-08T20:14:23.7928292Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\torchbind_impls.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-10-08T20:14:23.7933852Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\triton_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-10-08T20:14:23.7939431Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\two_tensor.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-10-08T20:14:23.7945361Z copying build\lib.win-amd64-cpython-39\torch\testing\_internal\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing\_internal 2024-10-08T20:14:23.7949720Z copying build\lib.win-amd64-cpython-39\torch\testing\_utils.py -> build\bdist.win-amd64\wheel\.\torch\testing 2024-10-08T20:14:23.7961585Z copying build\lib.win-amd64-cpython-39\torch\testing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\testing 2024-10-08T20:14:23.7966736Z copying build\lib.win-amd64-cpython-39\torch\torch_version.py -> build\bdist.win-amd64\wheel\.\torch 2024-10-08T20:14:23.7977486Z copying build\lib.win-amd64-cpython-39\torch\types.py -> build\bdist.win-amd64\wheel\.\torch 2024-10-08T20:14:23.7983434Z creating build\bdist.win-amd64\wheel\torch\utils 2024-10-08T20:14:23.7986357Z creating build\bdist.win-amd64\wheel\torch\utils\backcompat 2024-10-08T20:14:23.7989526Z copying build\lib.win-amd64-cpython-39\torch\utils\backcompat\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\backcompat 2024-10-08T20:14:23.7994879Z copying build\lib.win-amd64-cpython-39\torch\utils\backend_registration.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-10-08T20:14:23.8000661Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark 2024-10-08T20:14:23.8003635Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\examples 2024-10-08T20:14:23.8007045Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\blas_compare_setup.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2024-10-08T20:14:23.8012596Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\compare.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2024-10-08T20:14:23.8018078Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2024-10-08T20:14:23.8023554Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\op_benchmark.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2024-10-08T20:14:23.8029355Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\simple_timeit.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2024-10-08T20:14:23.8042554Z 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 2024-10-08T20:14:23.8048045Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\examples\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\examples 2024-10-08T20:14:23.8052583Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\op_fuzzers 2024-10-08T20:14:23.8055796Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers\binary.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\op_fuzzers 2024-10-08T20:14:23.8061151Z 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 2024-10-08T20:14:23.8066729Z 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 2024-10-08T20:14:23.8072179Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers\spectral.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\op_fuzzers 2024-10-08T20:14:23.8086958Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers\unary.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\op_fuzzers 2024-10-08T20:14:23.8092294Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\op_fuzzers\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\op_fuzzers 2024-10-08T20:14:23.8097177Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\utils 2024-10-08T20:14:23.8099996Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\common.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-10-08T20:14:23.8105554Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\compare.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-10-08T20:14:23.8110888Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\compile.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-10-08T20:14:23.8116162Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\cpp_jit.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-10-08T20:14:23.8122164Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-10-08T20:14:23.8127768Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\sparse_fuzzer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-10-08T20:14:23.8142727Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\timeit_template.cpp -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-10-08T20:14:23.8147947Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\timer.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-10-08T20:14:23.8154693Z creating build\bdist.win-amd64\wheel\torch\utils\benchmark\utils\valgrind_wrapper 2024-10-08T20:14:23.8157858Z 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 2024-10-08T20:14:23.8163435Z 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 2024-10-08T20:14:23.8168949Z 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 2024-10-08T20:14:23.8180373Z 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 2024-10-08T20:14:23.8186638Z 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 2024-10-08T20:14:23.8196888Z 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 2024-10-08T20:14:23.8200961Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\_stubs.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-10-08T20:14:23.8206781Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark\utils 2024-10-08T20:14:23.8211021Z copying build\lib.win-amd64-cpython-39\torch\utils\benchmark\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\benchmark 2024-10-08T20:14:23.8216702Z creating build\bdist.win-amd64\wheel\torch\utils\bottleneck 2024-10-08T20:14:23.8228143Z copying build\lib.win-amd64-cpython-39\torch\utils\bottleneck\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\bottleneck 2024-10-08T20:14:23.8232647Z copying build\lib.win-amd64-cpython-39\torch\utils\bottleneck\__main__.py -> build\bdist.win-amd64\wheel\.\torch\utils\bottleneck 2024-10-08T20:14:23.8238288Z copying build\lib.win-amd64-cpython-39\torch\utils\bundled_inputs.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-10-08T20:14:23.8244414Z copying build\lib.win-amd64-cpython-39\torch\utils\checkpoint.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-10-08T20:14:23.8251259Z copying build\lib.win-amd64-cpython-39\torch\utils\collect_env.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-10-08T20:14:23.8257481Z copying build\lib.win-amd64-cpython-39\torch\utils\cpp_backtrace.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-10-08T20:14:23.8263218Z copying build\lib.win-amd64-cpython-39\torch\utils\cpp_extension.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-10-08T20:14:23.8270658Z creating build\bdist.win-amd64\wheel\torch\utils\data 2024-10-08T20:14:23.8274074Z copying build\lib.win-amd64-cpython-39\torch\utils\data\backward_compatibility.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-10-08T20:14:23.8279306Z copying build\lib.win-amd64-cpython-39\torch\utils\data\dataloader.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-10-08T20:14:23.8286710Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes 2024-10-08T20:14:23.8290039Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\dataframe 2024-10-08T20:14:23.8292980Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe\dataframes.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\dataframe 2024-10-08T20:14:23.8299155Z 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 2024-10-08T20:14:23.8305048Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe\datapipes.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\dataframe 2024-10-08T20:14:23.8316518Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe\structures.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\dataframe 2024-10-08T20:14:23.8322222Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\dataframe\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\dataframe 2024-10-08T20:14:23.8327816Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\datapipe.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2024-10-08T20:14:23.8333470Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\datapipe.pyi -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2024-10-08T20:14:23.8339879Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\gen_pyi.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2024-10-08T20:14:23.8345368Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\iter 2024-10-08T20:14:23.8359001Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\callable.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2024-10-08T20:14:23.8364206Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\combinatorics.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2024-10-08T20:14:23.8369777Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\combining.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2024-10-08T20:14:23.8375973Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\filelister.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2024-10-08T20:14:23.8391239Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\fileopener.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2024-10-08T20:14:23.8396615Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\grouping.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2024-10-08T20:14:23.8402176Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\routeddecoder.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2024-10-08T20:14:23.8407469Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\selecting.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2024-10-08T20:14:23.8412963Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\sharding.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2024-10-08T20:14:23.8418696Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\streamreader.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2024-10-08T20:14:23.8424093Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\utils.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2024-10-08T20:14:23.8429467Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\iter\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\iter 2024-10-08T20:14:23.8435338Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\map 2024-10-08T20:14:23.8438564Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map\callable.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\map 2024-10-08T20:14:23.8444006Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map\combinatorics.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\map 2024-10-08T20:14:23.8449501Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map\combining.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\map 2024-10-08T20:14:23.8454934Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map\grouping.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\map 2024-10-08T20:14:23.8460138Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map\utils.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\map 2024-10-08T20:14:23.8474447Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\map\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\map 2024-10-08T20:14:23.8479609Z creating build\bdist.win-amd64\wheel\torch\utils\data\datapipes\utils 2024-10-08T20:14:23.8482490Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils\common.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\utils 2024-10-08T20:14:23.8487949Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils\decoder.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\utils 2024-10-08T20:14:23.8493361Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils\snapshot.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\utils 2024-10-08T20:14:23.8499396Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes\utils 2024-10-08T20:14:23.8504047Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\_decorator.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2024-10-08T20:14:23.8509413Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\_hook_iterator.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2024-10-08T20:14:23.8514833Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\_typing.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2024-10-08T20:14:23.8520530Z copying build\lib.win-amd64-cpython-39\torch\utils\data\datapipes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\datapipes 2024-10-08T20:14:23.8525421Z copying build\lib.win-amd64-cpython-39\torch\utils\data\dataset.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-10-08T20:14:23.8538311Z copying build\lib.win-amd64-cpython-39\torch\utils\data\distributed.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-10-08T20:14:23.8544024Z copying build\lib.win-amd64-cpython-39\torch\utils\data\graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-10-08T20:14:23.8549314Z copying build\lib.win-amd64-cpython-39\torch\utils\data\graph_settings.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-10-08T20:14:23.8554685Z copying build\lib.win-amd64-cpython-39\torch\utils\data\sampler.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-10-08T20:14:23.8560190Z creating build\bdist.win-amd64\wheel\torch\utils\data\_utils 2024-10-08T20:14:23.8563105Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\collate.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2024-10-08T20:14:23.8568767Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\fetch.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2024-10-08T20:14:23.8574215Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\pin_memory.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2024-10-08T20:14:23.8579626Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\signal_handling.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2024-10-08T20:14:23.8584941Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\worker.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2024-10-08T20:14:23.8599051Z copying build\lib.win-amd64-cpython-39\torch\utils\data\_utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data\_utils 2024-10-08T20:14:23.8603968Z copying build\lib.win-amd64-cpython-39\torch\utils\data\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\data 2024-10-08T20:14:23.8609181Z copying build\lib.win-amd64-cpython-39\torch\utils\deterministic.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-10-08T20:14:23.8614738Z copying build\lib.win-amd64-cpython-39\torch\utils\dlpack.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-10-08T20:14:23.8620544Z copying build\lib.win-amd64-cpython-39\torch\utils\file_baton.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-10-08T20:14:23.8626006Z copying build\lib.win-amd64-cpython-39\torch\utils\flop_counter.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-10-08T20:14:23.8632320Z creating build\bdist.win-amd64\wheel\torch\utils\hipify 2024-10-08T20:14:23.8635319Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\constants.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2024-10-08T20:14:23.8640672Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\cuda_to_hip_mappings.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2024-10-08T20:14:23.8649473Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\hipify_python.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2024-10-08T20:14:23.8655373Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\version.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2024-10-08T20:14:23.8666873Z copying build\lib.win-amd64-cpython-39\torch\utils\hipify\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\hipify 2024-10-08T20:14:23.8671768Z copying build\lib.win-amd64-cpython-39\torch\utils\hooks.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-10-08T20:14:23.8677201Z creating build\bdist.win-amd64\wheel\torch\utils\jit 2024-10-08T20:14:23.8680377Z copying build\lib.win-amd64-cpython-39\torch\utils\jit\log_extract.py -> build\bdist.win-amd64\wheel\.\torch\utils\jit 2024-10-08T20:14:23.8685815Z copying build\lib.win-amd64-cpython-39\torch\utils\jit\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\jit 2024-10-08T20:14:23.8690169Z copying build\lib.win-amd64-cpython-39\torch\utils\mkldnn.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-10-08T20:14:23.8695652Z copying build\lib.win-amd64-cpython-39\torch\utils\mobile_optimizer.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-10-08T20:14:23.8701807Z creating build\bdist.win-amd64\wheel\torch\utils\model_dump 2024-10-08T20:14:23.8704791Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\code.js -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2024-10-08T20:14:23.8710540Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\htm.mjs -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2024-10-08T20:14:23.8715620Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\preact.mjs -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2024-10-08T20:14:23.8720926Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\skeleton.html -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2024-10-08T20:14:23.8725915Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2024-10-08T20:14:23.8740497Z copying build\lib.win-amd64-cpython-39\torch\utils\model_dump\__main__.py -> build\bdist.win-amd64\wheel\.\torch\utils\model_dump 2024-10-08T20:14:23.8745378Z copying build\lib.win-amd64-cpython-39\torch\utils\model_zoo.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-10-08T20:14:23.8750711Z copying build\lib.win-amd64-cpython-39\torch\utils\module_tracker.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-10-08T20:14:23.8760590Z copying build\lib.win-amd64-cpython-39\torch\utils\show_pickle.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-10-08T20:14:23.8766185Z creating build\bdist.win-amd64\wheel\torch\utils\tensorboard 2024-10-08T20:14:23.8769342Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\summary.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-10-08T20:14:23.8775286Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\writer.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-10-08T20:14:23.8781078Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_convert_np.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-10-08T20:14:23.8786583Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_embedding.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-10-08T20:14:23.8800973Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_onnx_graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-10-08T20:14:23.8806169Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_proto_graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-10-08T20:14:23.8811566Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_pytorch_graph.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-10-08T20:14:23.8817246Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-10-08T20:14:23.8822620Z copying build\lib.win-amd64-cpython-39\torch\utils\tensorboard\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\tensorboard 2024-10-08T20:14:23.8827667Z copying build\lib.win-amd64-cpython-39\torch\utils\throughput_benchmark.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-10-08T20:14:23.8833452Z creating build\bdist.win-amd64\wheel\torch\utils\viz 2024-10-08T20:14:23.8835997Z copying build\lib.win-amd64-cpython-39\torch\utils\viz\_cycles.py -> build\bdist.win-amd64\wheel\.\torch\utils\viz 2024-10-08T20:14:23.8854548Z copying build\lib.win-amd64-cpython-39\torch\utils\viz\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\viz 2024-10-08T20:14:23.8858673Z copying build\lib.win-amd64-cpython-39\torch\utils\weak.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-10-08T20:14:23.8864115Z copying build\lib.win-amd64-cpython-39\torch\utils\_backport_slots.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-10-08T20:14:23.8869598Z copying build\lib.win-amd64-cpython-39\torch\utils\_config_module.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-10-08T20:14:23.8875405Z copying build\lib.win-amd64-cpython-39\torch\utils\_config_typing.pyi -> build\bdist.win-amd64\wheel\.\torch\utils 2024-10-08T20:14:23.8880752Z copying build\lib.win-amd64-cpython-39\torch\utils\_content_store.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-10-08T20:14:23.8886052Z copying build\lib.win-amd64-cpython-39\torch\utils\_contextlib.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-10-08T20:14:23.8891663Z copying build\lib.win-amd64-cpython-39\torch\utils\_cpp_extension_versioner.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-10-08T20:14:23.8905509Z copying build\lib.win-amd64-cpython-39\torch\utils\_cxx_pytree.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-10-08T20:14:23.8911833Z copying build\lib.win-amd64-cpython-39\torch\utils\_device.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-10-08T20:14:23.8917040Z copying build\lib.win-amd64-cpython-39\torch\utils\_exposed_in.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-10-08T20:14:23.8922634Z copying build\lib.win-amd64-cpython-39\torch\utils\_foreach_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-10-08T20:14:23.8927866Z copying build\lib.win-amd64-cpython-39\torch\utils\_freeze.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-10-08T20:14:23.8933213Z copying build\lib.win-amd64-cpython-39\torch\utils\_get_clean_triton.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-10-08T20:14:23.8939011Z copying build\lib.win-amd64-cpython-39\torch\utils\_import_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-10-08T20:14:23.8944287Z copying build\lib.win-amd64-cpython-39\torch\utils\_mode_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-10-08T20:14:23.8949473Z copying build\lib.win-amd64-cpython-39\torch\utils\_ordered_set.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-10-08T20:14:23.8954801Z copying build\lib.win-amd64-cpython-39\torch\utils\_python_dispatch.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-10-08T20:14:23.8966868Z copying build\lib.win-amd64-cpython-39\torch\utils\_pytree.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-10-08T20:14:23.8973160Z copying build\lib.win-amd64-cpython-39\torch\utils\_stats.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-10-08T20:14:23.8978706Z creating build\bdist.win-amd64\wheel\torch\utils\_strobelight 2024-10-08T20:14:23.9000074Z copying build\lib.win-amd64-cpython-39\torch\utils\_strobelight\cli_function_profiler.py -> build\bdist.win-amd64\wheel\.\torch\utils\_strobelight 2024-10-08T20:14:23.9005780Z copying build\lib.win-amd64-cpython-39\torch\utils\_strobelight\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\_strobelight 2024-10-08T20:14:23.9010474Z creating build\bdist.win-amd64\wheel\torch\utils\_sympy 2024-10-08T20:14:23.9013424Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\functions.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-10-08T20:14:23.9019473Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\interp.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-10-08T20:14:23.9024693Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\numbers.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-10-08T20:14:23.9030172Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\reference.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-10-08T20:14:23.9035649Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\singleton_int.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-10-08T20:14:23.9049345Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\solve.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-10-08T20:14:23.9054809Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\symbol.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-10-08T20:14:23.9060048Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\value_ranges.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-10-08T20:14:23.9066105Z copying build\lib.win-amd64-cpython-39\torch\utils\_sympy\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils\_sympy 2024-10-08T20:14:23.9070583Z copying build\lib.win-amd64-cpython-39\torch\utils\_thunk.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-10-08T20:14:23.9075730Z copying build\lib.win-amd64-cpython-39\torch\utils\_traceback.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-10-08T20:14:23.9081103Z copying build\lib.win-amd64-cpython-39\torch\utils\_triton.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-10-08T20:14:23.9086285Z copying build\lib.win-amd64-cpython-39\torch\utils\_typing_utils.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-10-08T20:14:23.9091310Z copying build\lib.win-amd64-cpython-39\torch\utils\_zip.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-10-08T20:14:23.9096562Z copying build\lib.win-amd64-cpython-39\torch\utils\__init__.py -> build\bdist.win-amd64\wheel\.\torch\utils 2024-10-08T20:14:23.9101756Z copying build\lib.win-amd64-cpython-39\torch\version.py -> build\bdist.win-amd64\wheel\.\torch 2024-10-08T20:14:23.9106962Z creating build\bdist.win-amd64\wheel\torch\xpu 2024-10-08T20:14:23.9109792Z copying build\lib.win-amd64-cpython-39\torch\xpu\memory.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2024-10-08T20:14:23.9115109Z copying build\lib.win-amd64-cpython-39\torch\xpu\random.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2024-10-08T20:14:23.9120219Z copying build\lib.win-amd64-cpython-39\torch\xpu\streams.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2024-10-08T20:14:23.9125654Z copying build\lib.win-amd64-cpython-39\torch\xpu\_gpu_trace.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2024-10-08T20:14:23.9131118Z copying build\lib.win-amd64-cpython-39\torch\xpu\_utils.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2024-10-08T20:14:23.9136442Z copying build\lib.win-amd64-cpython-39\torch\xpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\xpu 2024-10-08T20:14:23.9146541Z copying build\lib.win-amd64-cpython-39\torch\_appdirs.py -> build\bdist.win-amd64\wheel\.\torch 2024-10-08T20:14:23.9152439Z creating build\bdist.win-amd64\wheel\torch\_awaits 2024-10-08T20:14:23.9155334Z copying build\lib.win-amd64-cpython-39\torch\_awaits\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_awaits 2024-10-08T20:14:23.9160844Z creating build\bdist.win-amd64\wheel\torch\_C 2024-10-08T20:14:23.9163636Z copying build\lib.win-amd64-cpython-39\torch\_C\_aoti.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-10-08T20:14:23.9168647Z copying build\lib.win-amd64-cpython-39\torch\_C\_autograd.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-10-08T20:14:23.9174211Z copying build\lib.win-amd64-cpython-39\torch\_C\_cpu.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-10-08T20:14:23.9179257Z copying build\lib.win-amd64-cpython-39\torch\_C\_cudnn.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-10-08T20:14:23.9184754Z copying build\lib.win-amd64-cpython-39\torch\_C\_cusparselt.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-10-08T20:14:23.9198538Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_autograd.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-10-08T20:14:23.9203897Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_c10d.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-10-08T20:14:23.9210201Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_rpc.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-10-08T20:14:23.9215906Z copying build\lib.win-amd64-cpython-39\torch\_C\_distributed_rpc_testing.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-10-08T20:14:23.9221384Z copying build\lib.win-amd64-cpython-39\torch\_C\_functions.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-10-08T20:14:23.9226677Z copying build\lib.win-amd64-cpython-39\torch\_C\_functorch.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-10-08T20:14:23.9232178Z copying build\lib.win-amd64-cpython-39\torch\_C\_instruction_counter.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-10-08T20:14:23.9237944Z copying build\lib.win-amd64-cpython-39\torch\_C\_itt.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-10-08T20:14:23.9243059Z copying build\lib.win-amd64-cpython-39\torch\_C\_lazy.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-10-08T20:14:23.9248471Z copying build\lib.win-amd64-cpython-39\torch\_C\_lazy_ts_backend.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-10-08T20:14:23.9253963Z copying build\lib.win-amd64-cpython-39\torch\_C\_monitor.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-10-08T20:14:23.9259453Z copying build\lib.win-amd64-cpython-39\torch\_C\_nn.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-10-08T20:14:23.9264727Z copying build\lib.win-amd64-cpython-39\torch\_C\_nvtx.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-10-08T20:14:23.9270110Z copying build\lib.win-amd64-cpython-39\torch\_C\_onnx.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-10-08T20:14:23.9275529Z copying build\lib.win-amd64-cpython-39\torch\_C\_profiler.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-10-08T20:14:23.9280934Z copying build\lib.win-amd64-cpython-39\torch\_C\_VariableFunctions.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-10-08T20:14:23.9297265Z copying build\lib.win-amd64-cpython-39\torch\_C\_verbose.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-10-08T20:14:23.9302325Z copying build\lib.win-amd64-cpython-39\torch\_C\__init__.pyi -> build\bdist.win-amd64\wheel\.\torch\_C 2024-10-08T20:14:23.9312199Z copying build\lib.win-amd64-cpython-39\torch\_C.cp39-win_amd64.pyd -> build\bdist.win-amd64\wheel\.\torch 2024-10-08T20:14:23.9317664Z copying build\lib.win-amd64-cpython-39\torch\_classes.py -> build\bdist.win-amd64\wheel\.\torch 2024-10-08T20:14:23.9322988Z copying build\lib.win-amd64-cpython-39\torch\_compile.py -> build\bdist.win-amd64\wheel\.\torch 2024-10-08T20:14:23.9329087Z creating build\bdist.win-amd64\wheel\torch\_custom_op 2024-10-08T20:14:23.9332333Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\autograd.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2024-10-08T20:14:23.9337840Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\functional.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2024-10-08T20:14:23.9343063Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\impl.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2024-10-08T20:14:23.9349146Z copying build\lib.win-amd64-cpython-39\torch\_custom_op\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_custom_op 2024-10-08T20:14:23.9355462Z copying build\lib.win-amd64-cpython-39\torch\_custom_ops.py -> build\bdist.win-amd64\wheel\.\torch 2024-10-08T20:14:23.9362465Z creating build\bdist.win-amd64\wheel\torch\_decomp 2024-10-08T20:14:23.9365457Z copying build\lib.win-amd64-cpython-39\torch\_decomp\decompositions.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2024-10-08T20:14:23.9373624Z copying build\lib.win-amd64-cpython-39\torch\_decomp\decompositions_for_jvp.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2024-10-08T20:14:23.9379243Z copying build\lib.win-amd64-cpython-39\torch\_decomp\decompositions_for_rng.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2024-10-08T20:14:23.9391269Z copying build\lib.win-amd64-cpython-39\torch\_decomp\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_decomp 2024-10-08T20:14:23.9396975Z copying build\lib.win-amd64-cpython-39\torch\_deploy.py -> build\bdist.win-amd64\wheel\.\torch 2024-10-08T20:14:23.9402632Z creating build\bdist.win-amd64\wheel\torch\_dispatch 2024-10-08T20:14:23.9410109Z copying build\lib.win-amd64-cpython-39\torch\_dispatch\python.py -> build\bdist.win-amd64\wheel\.\torch\_dispatch 2024-10-08T20:14:23.9415725Z copying build\lib.win-amd64-cpython-39\torch\_dispatch\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dispatch 2024-10-08T20:14:23.9420957Z creating build\bdist.win-amd64\wheel\torch\_dynamo 2024-10-08T20:14:23.9424187Z creating build\bdist.win-amd64\wheel\torch\_dynamo\backends 2024-10-08T20:14:23.9426948Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\common.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-10-08T20:14:23.9432337Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\cudagraphs.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-10-08T20:14:23.9437761Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\debugging.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-10-08T20:14:23.9443452Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\distributed.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-10-08T20:14:23.9459863Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\inductor.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-10-08T20:14:23.9464839Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\onnxrt.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-10-08T20:14:23.9470103Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\registry.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-10-08T20:14:23.9475643Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\tensorrt.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-10-08T20:14:23.9480798Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\torchxla.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-10-08T20:14:23.9485925Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\tvm.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-10-08T20:14:23.9491738Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\backends\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\backends 2024-10-08T20:14:23.9496161Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\bytecode_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-10-08T20:14:23.9501829Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\bytecode_transformation.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-10-08T20:14:23.9508112Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\cache_size.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-10-08T20:14:23.9518976Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\callback.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-10-08T20:14:23.9524265Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\codegen.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-10-08T20:14:23.9530164Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\code_context.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-10-08T20:14:23.9535738Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\compiled_autograd.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-10-08T20:14:23.9541909Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\comptime.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-10-08T20:14:23.9547104Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\config.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-10-08T20:14:23.9553020Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\convert_frame.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-10-08T20:14:23.9559617Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\create_parameter_op.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-10-08T20:14:23.9565156Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\current_scope_id.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-10-08T20:14:23.9570464Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\debug_utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-10-08T20:14:23.9576380Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\decorators.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-10-08T20:14:23.9582300Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\device_interface.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-10-08T20:14:23.9587934Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\distributed.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-10-08T20:14:23.9593255Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\eval_frame.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-10-08T20:14:23.9599853Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\exc.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-10-08T20:14:23.9605452Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\external_utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-10-08T20:14:23.9610779Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\funcname_cache.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-10-08T20:14:23.9616271Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\guards.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-10-08T20:14:23.9627760Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\hooks.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-10-08T20:14:23.9633045Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\logging.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-10-08T20:14:23.9638300Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\mutation_guard.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-10-08T20:14:23.9643667Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\output_graph.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-10-08T20:14:23.9651247Z creating build\bdist.win-amd64\wheel\torch\_dynamo\polyfills 2024-10-08T20:14:23.9654226Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\builtins.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2024-10-08T20:14:23.9659704Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\functools.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2024-10-08T20:14:23.9664993Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\itertools.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2024-10-08T20:14:23.9670260Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\loader.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2024-10-08T20:14:23.9681500Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\os.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2024-10-08T20:14:23.9686854Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\sys.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2024-10-08T20:14:23.9692028Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\polyfills\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\polyfills 2024-10-08T20:14:23.9697122Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\profiler.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-10-08T20:14:23.9702394Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\replay_record.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-10-08T20:14:23.9708170Z creating build\bdist.win-amd64\wheel\torch\_dynamo\repro 2024-10-08T20:14:23.9711133Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\after_aot.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2024-10-08T20:14:23.9717492Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\after_dynamo.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2024-10-08T20:14:23.9723371Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\repro\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\repro 2024-10-08T20:14:23.9727921Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\resume_execution.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-10-08T20:14:23.9734120Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\side_effects.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-10-08T20:14:23.9740248Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\source.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-10-08T20:14:23.9746383Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\symbolic_convert.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-10-08T20:14:23.9759405Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\tensor_version_op.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-10-08T20:14:23.9764840Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\testing.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-10-08T20:14:23.9770362Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\test_case.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-10-08T20:14:23.9775896Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\test_minifier_common.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-10-08T20:14:23.9790473Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\trace_rules.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-10-08T20:14:23.9809570Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\types.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-10-08T20:14:23.9810904Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\utils.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-10-08T20:14:23.9811838Z creating build\bdist.win-amd64\wheel\torch\_dynamo\variables 2024-10-08T20:14:23.9813062Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\base.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-10-08T20:14:23.9818762Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\builder.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-10-08T20:14:23.9825675Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\builtin.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-10-08T20:14:23.9832594Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\constant.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-10-08T20:14:23.9837936Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\ctx_manager.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-10-08T20:14:23.9848255Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\dicts.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-10-08T20:14:23.9854546Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\distributed.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-10-08T20:14:23.9860163Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\functions.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-10-08T20:14:23.9866362Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\higher_order_ops.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-10-08T20:14:23.9873212Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\iter.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-10-08T20:14:23.9879381Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\lazy.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-10-08T20:14:23.9884824Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\lists.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-10-08T20:14:23.9891050Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\misc.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-10-08T20:14:23.9898167Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\nn_module.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-10-08T20:14:23.9904855Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\optimizer.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-10-08T20:14:23.9910582Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\script_object.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-10-08T20:14:23.9916439Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\sdpa.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-10-08T20:14:23.9921926Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\tensor.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-10-08T20:14:23.9928167Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\torch.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-10-08T20:14:23.9934524Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\torch_function.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-10-08T20:14:23.9940631Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\user_defined.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-10-08T20:14:23.9947073Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\variables\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo\variables 2024-10-08T20:14:23.9952773Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\_trace_wrapped_higher_order_op.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-10-08T20:14:23.9958572Z copying build\lib.win-amd64-cpython-39\torch\_dynamo\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_dynamo 2024-10-08T20:14:23.9964236Z copying build\lib.win-amd64-cpython-39\torch\_environment.py -> build\bdist.win-amd64\wheel\.\torch 2024-10-08T20:14:23.9970055Z creating build\bdist.win-amd64\wheel\torch\_export 2024-10-08T20:14:23.9973308Z copying build\lib.win-amd64-cpython-39\torch\_export\converter.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-10-08T20:14:23.9980153Z creating build\bdist.win-amd64\wheel\torch\_export\db 2024-10-08T20:14:23.9982941Z copying build\lib.win-amd64-cpython-39\torch\_export\db\case.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2024-10-08T20:14:23.9989202Z creating build\bdist.win-amd64\wheel\torch\_export\db\examples 2024-10-08T20:14:23.9992489Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\assume_constant_result.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-10-08T20:14:23.9997782Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\autograd_function.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-10-08T20:14:24.0003631Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\class_method.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-10-08T20:14:24.0017091Z 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 2024-10-08T20:14:24.0022712Z 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 2024-10-08T20:14:24.0028714Z 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 2024-10-08T20:14:24.0034270Z 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 2024-10-08T20:14:24.0039876Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\cond_operands.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-10-08T20:14:24.0045474Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\cond_predicate.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-10-08T20:14:24.0051091Z 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 2024-10-08T20:14:24.0057093Z 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 2024-10-08T20:14:24.0062718Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\decorator.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-10-08T20:14:24.0067972Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dictionary.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-10-08T20:14:24.0073256Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dynamic_shape_assert.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-10-08T20:14:24.0078542Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dynamic_shape_constructor.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-10-08T20:14:24.0084079Z 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 2024-10-08T20:14:24.0089360Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dynamic_shape_map.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-10-08T20:14:24.0095061Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dynamic_shape_round.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-10-08T20:14:24.0105079Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dynamic_shape_slicing.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-10-08T20:14:24.0110495Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\dynamic_shape_view.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-10-08T20:14:24.0116152Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\fn_with_kwargs.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-10-08T20:14:24.0121810Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\list_contains.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-10-08T20:14:24.0126955Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\list_unpack.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-10-08T20:14:24.0132301Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\model_attr_mutation.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-10-08T20:14:24.0137845Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\nested_function.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-10-08T20:14:24.0143399Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\null_context_manager.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-10-08T20:14:24.0153776Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\optional_input.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-10-08T20:14:24.0158982Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\pytree_flatten.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-10-08T20:14:24.0164307Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\scalar_output.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-10-08T20:14:24.0169599Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\specialized_attribute.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-10-08T20:14:24.0174890Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\static_for_loop.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-10-08T20:14:24.0180114Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\static_if.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-10-08T20:14:24.0185500Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\tensor_setattr.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-10-08T20:14:24.0190839Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\type_reflection_method.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-10-08T20:14:24.0196194Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\unsupported_operator.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-10-08T20:14:24.0207968Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\user_input_mutation.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-10-08T20:14:24.0213185Z copying build\lib.win-amd64-cpython-39\torch\_export\db\examples\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\db\examples 2024-10-08T20:14:24.0218773Z copying build\lib.win-amd64-cpython-39\torch\_export\db\gen_example.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2024-10-08T20:14:24.0224259Z copying build\lib.win-amd64-cpython-39\torch\_export\db\logging.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2024-10-08T20:14:24.0229247Z copying build\lib.win-amd64-cpython-39\torch\_export\db\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\db 2024-10-08T20:14:24.0234197Z copying build\lib.win-amd64-cpython-39\torch\_export\error.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-10-08T20:14:24.0239357Z copying build\lib.win-amd64-cpython-39\torch\_export\non_strict_utils.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-10-08T20:14:24.0245834Z creating build\bdist.win-amd64\wheel\torch\_export\passes 2024-10-08T20:14:24.0253699Z 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 2024-10-08T20:14:24.0259491Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\collect_tracepoints_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-10-08T20:14:24.0264719Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\constant_folding.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-10-08T20:14:24.0274393Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\functionalize_side_effectful_ops_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-10-08T20:14:24.0280007Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\lift_constants_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-10-08T20:14:24.0285409Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\remove_runtime_assertions.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-10-08T20:14:24.0290921Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\replace_autocast_with_hop_pass.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-10-08T20:14:24.0296623Z 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 2024-10-08T20:14:24.0302923Z 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 2024-10-08T20:14:24.0308385Z 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 2024-10-08T20:14:24.0313737Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\replace_with_hop_pass_util.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-10-08T20:14:24.0319117Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\_node_metadata_hook.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-10-08T20:14:24.0324603Z copying build\lib.win-amd64-cpython-39\torch\_export\passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\passes 2024-10-08T20:14:24.0329753Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_base.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-10-08T20:14:24.0335899Z creating build\bdist.win-amd64\wheel\torch\_export\pass_infra 2024-10-08T20:14:24.0338913Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_infra\node_metadata.py -> build\bdist.win-amd64\wheel\.\torch\_export\pass_infra 2024-10-08T20:14:24.0344546Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_infra\proxy_value.py -> build\bdist.win-amd64\wheel\.\torch\_export\pass_infra 2024-10-08T20:14:24.0349597Z copying build\lib.win-amd64-cpython-39\torch\_export\pass_infra\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\pass_infra 2024-10-08T20:14:24.0354126Z creating build\bdist.win-amd64\wheel\torch\_export\serde 2024-10-08T20:14:24.0357021Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\aoti_schema.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-10-08T20:14:24.0362178Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\dynamic_shapes.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-10-08T20:14:24.0367581Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\schema.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-10-08T20:14:24.0372736Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\schema.yaml -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-10-08T20:14:24.0382629Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\schema_check.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-10-08T20:14:24.0388254Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\serialize.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-10-08T20:14:24.0395680Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\union.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-10-08T20:14:24.0401370Z copying build\lib.win-amd64-cpython-39\torch\_export\serde\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export\serde 2024-10-08T20:14:24.0405538Z copying build\lib.win-amd64-cpython-39\torch\_export\tools.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-10-08T20:14:24.0411029Z copying build\lib.win-amd64-cpython-39\torch\_export\utils.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-10-08T20:14:24.0417195Z copying build\lib.win-amd64-cpython-39\torch\_export\verifier.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-10-08T20:14:24.0423073Z copying build\lib.win-amd64-cpython-39\torch\_export\wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-10-08T20:14:24.0428667Z copying build\lib.win-amd64-cpython-39\torch\_export\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_export 2024-10-08T20:14:24.0434170Z creating build\bdist.win-amd64\wheel\torch\_functorch 2024-10-08T20:14:24.0437469Z copying build\lib.win-amd64-cpython-39\torch\_functorch\aot_autograd.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-10-08T20:14:24.0444334Z copying build\lib.win-amd64-cpython-39\torch\_functorch\apis.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-10-08T20:14:24.0450466Z copying build\lib.win-amd64-cpython-39\torch\_functorch\autograd_function.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-10-08T20:14:24.0456532Z copying build\lib.win-amd64-cpython-39\torch\_functorch\batch_norm_replacement.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-10-08T20:14:24.0468298Z copying build\lib.win-amd64-cpython-39\torch\_functorch\benchmark_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-10-08T20:14:24.0473843Z copying build\lib.win-amd64-cpython-39\torch\_functorch\compilers.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-10-08T20:14:24.0479471Z copying build\lib.win-amd64-cpython-39\torch\_functorch\compile_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-10-08T20:14:24.0484936Z copying build\lib.win-amd64-cpython-39\torch\_functorch\config.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-10-08T20:14:24.0490287Z copying build\lib.win-amd64-cpython-39\torch\_functorch\deprecated.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-10-08T20:14:24.0496045Z copying build\lib.win-amd64-cpython-39\torch\_functorch\eager_transforms.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-10-08T20:14:24.0503450Z copying build\lib.win-amd64-cpython-39\torch\_functorch\functional_call.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-10-08T20:14:24.0508932Z copying build\lib.win-amd64-cpython-39\torch\_functorch\fx_minifier.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-10-08T20:14:24.0514802Z copying build\lib.win-amd64-cpython-39\torch\_functorch\make_functional.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-10-08T20:14:24.0520686Z copying build\lib.win-amd64-cpython-39\torch\_functorch\partitioners.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-10-08T20:14:24.0527725Z copying build\lib.win-amd64-cpython-39\torch\_functorch\pyfunctorch.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-10-08T20:14:24.0559348Z copying build\lib.win-amd64-cpython-39\torch\_functorch\python_key.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-10-08T20:14:24.0564979Z copying build\lib.win-amd64-cpython-39\torch\_functorch\pytree_hacks.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-10-08T20:14:24.0570725Z copying build\lib.win-amd64-cpython-39\torch\_functorch\top_operators_github_usage.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-10-08T20:14:24.0576893Z copying build\lib.win-amd64-cpython-39\torch\_functorch\utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-10-08T20:14:24.0582200Z copying build\lib.win-amd64-cpython-39\torch\_functorch\vmap.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-10-08T20:14:24.0588509Z creating build\bdist.win-amd64\wheel\torch\_functorch\_aot_autograd 2024-10-08T20:14:24.0596928Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\autograd_cache.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-10-08T20:14:24.0602936Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\collect_metadata_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-10-08T20:14:24.0609115Z 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 2024-10-08T20:14:24.0619159Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\functional_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-10-08T20:14:24.0624990Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\input_output_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-10-08T20:14:24.0631262Z 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 2024-10-08T20:14:24.0637303Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\logging_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-10-08T20:14:24.0642838Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\runtime_wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-10-08T20:14:24.0649664Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\schemas.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-10-08T20:14:24.0655744Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\subclass_utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-10-08T20:14:24.0661370Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\traced_function_transforms.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-10-08T20:14:24.0667541Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\utils.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-10-08T20:14:24.0673545Z copying build\lib.win-amd64-cpython-39\torch\_functorch\_aot_autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_functorch\_aot_autograd 2024-10-08T20:14:24.0678739Z copying build\lib.win-amd64-cpython-39\torch\_functorch\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_functorch 2024-10-08T20:14:24.0683806Z copying build\lib.win-amd64-cpython-39\torch\_guards.py -> build\bdist.win-amd64\wheel\.\torch 2024-10-08T20:14:24.0690156Z creating build\bdist.win-amd64\wheel\torch\_higher_order_ops 2024-10-08T20:14:24.0693312Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\associative_scan.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-10-08T20:14:24.0698890Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\auto_functionalize.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-10-08T20:14:24.0705249Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\cond.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-10-08T20:14:24.0714873Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\effects.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-10-08T20:14:24.0720353Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\executorch_call_delegate.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-10-08T20:14:24.0725724Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\flex_attention.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-10-08T20:14:24.0731945Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\hints_wrap.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-10-08T20:14:24.0737485Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\map.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-10-08T20:14:24.0742879Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\out_dtype.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-10-08T20:14:24.0748114Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\run_const_graph.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-10-08T20:14:24.0753755Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\scan.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-10-08T20:14:24.0759105Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\strict_mode.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-10-08T20:14:24.0764853Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\torchbind.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-10-08T20:14:24.0770475Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\triton_kernel_wrap.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-10-08T20:14:24.0776383Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\utils.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-10-08T20:14:24.0781935Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\while_loop.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-10-08T20:14:24.0788033Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\wrap.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-10-08T20:14:24.0792973Z copying build\lib.win-amd64-cpython-39\torch\_higher_order_ops\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_higher_order_ops 2024-10-08T20:14:24.0798481Z creating build\bdist.win-amd64\wheel\torch\_inductor 2024-10-08T20:14:24.0801404Z copying build\lib.win-amd64-cpython-39\torch\_inductor\aoti_eager.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-10-08T20:14:24.0806667Z copying build\lib.win-amd64-cpython-39\torch\_inductor\async_compile.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-10-08T20:14:24.0812229Z creating build\bdist.win-amd64\wheel\torch\_inductor\autoheuristic 2024-10-08T20:14:24.0826906Z creating build\bdist.win-amd64\wheel\torch\_inductor\autoheuristic\artifacts 2024-10-08T20:14:24.0830046Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MixedMMA100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2024-10-08T20:14:24.0835428Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MixedMMH100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2024-10-08T20:14:24.0840767Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MMRankingA100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2024-10-08T20:14:24.0852642Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_MMRankingH100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2024-10-08T20:14:24.0858512Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\_PadMMA100.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2024-10-08T20:14:24.0863981Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\artifacts\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic\artifacts 2024-10-08T20:14:24.0868188Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\autoheuristic.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2024-10-08T20:14:24.0873823Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\autoheuristic_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2024-10-08T20:14:24.0883748Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\learnedheuristic_interface.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2024-10-08T20:14:24.0889319Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\learned_heuristic_controller.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2024-10-08T20:14:24.0894818Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autoheuristic\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\autoheuristic 2024-10-08T20:14:24.0899078Z copying build\lib.win-amd64-cpython-39\torch\_inductor\autotune_process.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-10-08T20:14:24.0904956Z copying build\lib.win-amd64-cpython-39\torch\_inductor\bounds.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-10-08T20:14:24.0910140Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codecache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-10-08T20:14:24.0917806Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen 2024-10-08T20:14:24.0920950Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_hipify_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-10-08T20:14:24.0926849Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\aoti_runtime 2024-10-08T20:14:24.0929959Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime\implementation.cpp -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\aoti_runtime 2024-10-08T20:14:24.0935480Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\aoti_runtime\interface.cpp -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\aoti_runtime 2024-10-08T20:14:24.0940598Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\common.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-10-08T20:14:24.0947083Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-10-08T20:14:24.0954885Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_gemm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-10-08T20:14:24.0967168Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_micro_gemm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-10-08T20:14:24.0973034Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_prefix.h -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-10-08T20:14:24.0979162Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-10-08T20:14:24.0984634Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_template_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-10-08T20:14:24.0990341Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-10-08T20:14:24.0996578Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_wrapper_cpu.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-10-08T20:14:24.1003894Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_wrapper_cpu_array_ref.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-10-08T20:14:24.1010309Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpp_wrapper_gpu.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-10-08T20:14:24.1016700Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cpu_device_op_overrides.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-10-08T20:14:24.1022526Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\cuda 2024-10-08T20:14:24.1025680Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cuda_cpp_scheduling.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2024-10-08T20:14:24.1031137Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cuda_env.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2024-10-08T20:14:24.1036385Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cuda_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2024-10-08T20:14:24.1041948Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cuda_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2024-10-08T20:14:24.1053140Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_epilogue_gen.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2024-10-08T20:14:24.1059108Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\cuda\cutlass_lib_extensions 2024-10-08T20:14:24.1062428Z 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 2024-10-08T20:14:24.1068366Z 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 2024-10-08T20:14:24.1072634Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\cutlass_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2024-10-08T20:14:24.1078271Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\device_op_overrides.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2024-10-08T20:14:24.1083930Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\gemm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2024-10-08T20:14:24.1090805Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\cuda 2024-10-08T20:14:24.1095493Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\cuda_combined_scheduling.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-10-08T20:14:24.1101038Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\debug_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-10-08T20:14:24.1106678Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\halide.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-10-08T20:14:24.1113147Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\memory_planning.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-10-08T20:14:24.1119477Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\multi_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-10-08T20:14:24.1125211Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\rocm 2024-10-08T20:14:24.1132894Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\ck_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2024-10-08T20:14:24.1138658Z 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 2024-10-08T20:14:24.1144736Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\compile_command.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2024-10-08T20:14:24.1154467Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\rocm_benchmark_request.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2024-10-08T20:14:24.1159829Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\rocm_cpp_scheduling.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2024-10-08T20:14:24.1165211Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\rocm_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2024-10-08T20:14:24.1170695Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\rocm_template.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2024-10-08T20:14:24.1176830Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\rocm_template_buffer.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2024-10-08T20:14:24.1182671Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\rocm\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\rocm 2024-10-08T20:14:24.1186999Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\simd.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-10-08T20:14:24.1193383Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-10-08T20:14:24.1200664Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton_combo_kernel.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-10-08T20:14:24.1206889Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton_split_scan.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-10-08T20:14:24.1212669Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\triton_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-10-08T20:14:24.1218324Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\wrapper.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-10-08T20:14:24.1224948Z creating build\bdist.win-amd64\wheel\torch\_inductor\codegen\xpu 2024-10-08T20:14:24.1228350Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu\device_op_overrides.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\xpu 2024-10-08T20:14:24.1233808Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\xpu\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen\xpu 2024-10-08T20:14:24.1238219Z copying build\lib.win-amd64-cpython-39\torch\_inductor\codegen\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\codegen 2024-10-08T20:14:24.1242507Z copying build\lib.win-amd64-cpython-39\torch\_inductor\comms.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-10-08T20:14:24.1248419Z copying build\lib.win-amd64-cpython-39\torch\_inductor\comm_analysis.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-10-08T20:14:24.1254566Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_fx.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-10-08T20:14:24.1261407Z creating build\bdist.win-amd64\wheel\torch\_inductor\compile_worker 2024-10-08T20:14:24.1264528Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\subproc_pool.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2024-10-08T20:14:24.1270133Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\watchdog.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2024-10-08T20:14:24.1275402Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2024-10-08T20:14:24.1279623Z copying build\lib.win-amd64-cpython-39\torch\_inductor\compile_worker\__main__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\compile_worker 2024-10-08T20:14:24.1285462Z copying build\lib.win-amd64-cpython-39\torch\_inductor\config.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-10-08T20:14:24.1291736Z copying build\lib.win-amd64-cpython-39\torch\_inductor\constant_folding.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-10-08T20:14:24.1297526Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cpp_builder.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-10-08T20:14:24.1303672Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cpu_vec_isa.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-10-08T20:14:24.1309503Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cudagraph_trees.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-10-08T20:14:24.1316224Z copying build\lib.win-amd64-cpython-39\torch\_inductor\cudagraph_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-10-08T20:14:24.1322082Z copying build\lib.win-amd64-cpython-39\torch\_inductor\custom_graph_pass.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-10-08T20:14:24.1327501Z copying build\lib.win-amd64-cpython-39\torch\_inductor\debug.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-10-08T20:14:24.1333817Z copying build\lib.win-amd64-cpython-39\torch\_inductor\decomposition.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-10-08T20:14:24.1340272Z copying build\lib.win-amd64-cpython-39\torch\_inductor\dependencies.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-10-08T20:14:24.1352745Z copying build\lib.win-amd64-cpython-39\torch\_inductor\exc.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-10-08T20:14:24.1358396Z copying build\lib.win-amd64-cpython-39\torch\_inductor\extern_node_serializer.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-10-08T20:14:24.1363720Z copying build\lib.win-amd64-cpython-39\torch\_inductor\freezing.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-10-08T20:14:24.1369668Z creating build\bdist.win-amd64\wheel\torch\_inductor\fx_passes 2024-10-08T20:14:24.1372915Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\b2b_gemm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-10-08T20:14:24.1378857Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\binary_folding.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-10-08T20:14:24.1384382Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\ddp_fusion.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-10-08T20:14:24.1390381Z 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 2024-10-08T20:14:24.1403845Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\dedupe_symint_uses.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-10-08T20:14:24.1409230Z 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 2024-10-08T20:14:24.1414856Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\freezing_patterns.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-10-08T20:14:24.1420533Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\fuse_attention.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-10-08T20:14:24.1426714Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\group_batch_fusion.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-10-08T20:14:24.1433128Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\joint_graph.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-10-08T20:14:24.1439258Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\micro_pipeline_tp.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-10-08T20:14:24.1445645Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\misc_patterns.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-10-08T20:14:24.1451431Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\mkldnn_fusion.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-10-08T20:14:24.1457805Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\numeric_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-10-08T20:14:24.1463276Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\pad_mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-10-08T20:14:24.1469108Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\post_grad.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-10-08T20:14:24.1475634Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\pre_grad.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-10-08T20:14:24.1481507Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\quantization.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-10-08T20:14:24.1488146Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\reinplace.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-10-08T20:14:24.1495069Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\replace_random.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-10-08T20:14:24.1506972Z creating build\bdist.win-amd64\wheel\torch\_inductor\fx_passes\serialized_patterns 2024-10-08T20:14:24.1510256Z 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 2024-10-08T20:14:24.1515712Z 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 2024-10-08T20:14:24.1521158Z 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 2024-10-08T20:14:24.1534329Z 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 2024-10-08T20:14:24.1540029Z 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 2024-10-08T20:14:24.1545552Z 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 2024-10-08T20:14:24.1551109Z 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 2024-10-08T20:14:24.1556929Z 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 2024-10-08T20:14:24.1562799Z 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 2024-10-08T20:14:24.1568534Z 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 2024-10-08T20:14:24.1574260Z 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 2024-10-08T20:14:24.1580532Z 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 2024-10-08T20:14:24.1586550Z 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 2024-10-08T20:14:24.1592817Z 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 2024-10-08T20:14:24.1598615Z 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 2024-10-08T20:14:24.1604308Z 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 2024-10-08T20:14:24.1610183Z 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 2024-10-08T20:14:24.1616109Z 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 2024-10-08T20:14:24.1621731Z 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 2024-10-08T20:14:24.1633724Z 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 2024-10-08T20:14:24.1639316Z 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 2024-10-08T20:14:24.1644957Z 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 2024-10-08T20:14:24.1650759Z 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 2024-10-08T20:14:24.1655157Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\split_cat.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-10-08T20:14:24.1662198Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_passes\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\fx_passes 2024-10-08T20:14:24.1667029Z copying build\lib.win-amd64-cpython-39\torch\_inductor\fx_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-10-08T20:14:24.1672603Z copying build\lib.win-amd64-cpython-39\torch\_inductor\graph.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-10-08T20:14:24.1679247Z copying build\lib.win-amd64-cpython-39\torch\_inductor\hooks.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-10-08T20:14:24.1684726Z copying build\lib.win-amd64-cpython-39\torch\_inductor\index_propagation.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-10-08T20:14:24.1690246Z copying build\lib.win-amd64-cpython-39\torch\_inductor\inductor_prims.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-10-08T20:14:24.1695980Z copying build\lib.win-amd64-cpython-39\torch\_inductor\ir.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-10-08T20:14:24.1704263Z copying build\lib.win-amd64-cpython-39\torch\_inductor\jagged_lowerings.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-10-08T20:14:24.1710312Z creating build\bdist.win-amd64\wheel\torch\_inductor\kernel 2024-10-08T20:14:24.1713434Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\bmm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-10-08T20:14:24.1718809Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\conv.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-10-08T20:14:24.1725255Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex_attention.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-10-08T20:14:24.1731887Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\flex_decoding.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-10-08T20:14:24.1737886Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-10-08T20:14:24.1756516Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm_common.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-10-08T20:14:24.1763574Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm_plus_mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-10-08T20:14:24.1768598Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\mm_scaled.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-10-08T20:14:24.1774404Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\unpack_mixed_mm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-10-08T20:14:24.1780113Z copying build\lib.win-amd64-cpython-39\torch\_inductor\kernel\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\kernel 2024-10-08T20:14:24.1785250Z copying build\lib.win-amd64-cpython-39\torch\_inductor\loop_body.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-10-08T20:14:24.1796418Z copying build\lib.win-amd64-cpython-39\torch\_inductor\lowering.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-10-08T20:14:24.1804181Z copying build\lib.win-amd64-cpython-39\torch\_inductor\memory.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-10-08T20:14:24.1810378Z copying build\lib.win-amd64-cpython-39\torch\_inductor\metrics.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-10-08T20:14:24.1816185Z copying build\lib.win-amd64-cpython-39\torch\_inductor\mkldnn_ir.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-10-08T20:14:24.1822760Z copying build\lib.win-amd64-cpython-39\torch\_inductor\mkldnn_lowerings.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-10-08T20:14:24.1829000Z copying build\lib.win-amd64-cpython-39\torch\_inductor\ops_handler.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-10-08T20:14:24.1835523Z copying build\lib.win-amd64-cpython-39\torch\_inductor\optimize_indexing.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-10-08T20:14:24.1841484Z creating build\bdist.win-amd64\wheel\torch\_inductor\package 2024-10-08T20:14:24.1844741Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\build_package.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2024-10-08T20:14:24.1849848Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\package.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2024-10-08T20:14:24.1855941Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\pt2_archive_constants.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2024-10-08T20:14:24.1861357Z copying build\lib.win-amd64-cpython-39\torch\_inductor\package\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\package 2024-10-08T20:14:24.1866746Z copying build\lib.win-amd64-cpython-39\torch\_inductor\pattern_matcher.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-10-08T20:14:24.1873862Z copying build\lib.win-amd64-cpython-39\torch\_inductor\quantized_lowerings.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-10-08T20:14:24.1879701Z copying build\lib.win-amd64-cpython-39\torch\_inductor\remote_cache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-10-08T20:14:24.1885667Z creating build\bdist.win-amd64\wheel\torch\_inductor\runtime 2024-10-08T20:14:24.1888935Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\autotune_cache.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-10-08T20:14:24.1894397Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\benchmarking.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-10-08T20:14:24.1899993Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\compile_tasks.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-10-08T20:14:24.1906024Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\coordinate_descent_tuner.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-10-08T20:14:24.1917529Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\halide_helpers.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-10-08T20:14:24.1923007Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\hints.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-10-08T20:14:24.1928306Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\runtime_utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-10-08T20:14:24.1933667Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\triton_helpers.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-10-08T20:14:24.1939662Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\triton_heuristics.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-10-08T20:14:24.1946480Z copying build\lib.win-amd64-cpython-39\torch\_inductor\runtime\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor\runtime 2024-10-08T20:14:24.1950831Z copying build\lib.win-amd64-cpython-39\torch\_inductor\scheduler.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-10-08T20:14:24.1965722Z copying build\lib.win-amd64-cpython-39\torch\_inductor\select_algorithm.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-10-08T20:14:24.1972244Z copying build\lib.win-amd64-cpython-39\torch\_inductor\sizevars.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-10-08T20:14:24.1978325Z copying build\lib.win-amd64-cpython-39\torch\_inductor\subgraph_lowering.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-10-08T20:14:24.1983695Z copying build\lib.win-amd64-cpython-39\torch\_inductor\test_case.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-10-08T20:14:24.1989445Z copying build\lib.win-amd64-cpython-39\torch\_inductor\test_operators.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-10-08T20:14:24.1994819Z copying build\lib.win-amd64-cpython-39\torch\_inductor\utils.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-10-08T20:14:24.2001980Z copying build\lib.win-amd64-cpython-39\torch\_inductor\virtualized.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-10-08T20:14:24.2007907Z copying build\lib.win-amd64-cpython-39\torch\_inductor\wrapper_benchmark.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-10-08T20:14:24.2013342Z copying build\lib.win-amd64-cpython-39\torch\_inductor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_inductor 2024-10-08T20:14:24.2019455Z copying build\lib.win-amd64-cpython-39\torch\_jit_internal.py -> build\bdist.win-amd64\wheel\.\torch 2024-10-08T20:14:24.2026354Z creating build\bdist.win-amd64\wheel\torch\_lazy 2024-10-08T20:14:24.2029215Z copying build\lib.win-amd64-cpython-39\torch\_lazy\closure.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-10-08T20:14:24.2034617Z copying build\lib.win-amd64-cpython-39\torch\_lazy\computation.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-10-08T20:14:24.2040138Z copying build\lib.win-amd64-cpython-39\torch\_lazy\config.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-10-08T20:14:24.2045164Z copying build\lib.win-amd64-cpython-39\torch\_lazy\debug.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-10-08T20:14:24.2050454Z copying build\lib.win-amd64-cpython-39\torch\_lazy\device_context.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-10-08T20:14:24.2060422Z copying build\lib.win-amd64-cpython-39\torch\_lazy\extract_compiled_graph.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-10-08T20:14:24.2065596Z copying build\lib.win-amd64-cpython-39\torch\_lazy\ir_cache.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-10-08T20:14:24.2070841Z copying build\lib.win-amd64-cpython-39\torch\_lazy\metrics.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-10-08T20:14:24.2076280Z copying build\lib.win-amd64-cpython-39\torch\_lazy\tensor_factory_functions.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-10-08T20:14:24.2081892Z copying build\lib.win-amd64-cpython-39\torch\_lazy\ts_backend.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-10-08T20:14:24.2087275Z copying build\lib.win-amd64-cpython-39\torch\_lazy\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_lazy 2024-10-08T20:14:24.2093076Z creating build\bdist.win-amd64\wheel\torch\_library 2024-10-08T20:14:24.2096177Z copying build\lib.win-amd64-cpython-39\torch\_library\autograd.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-10-08T20:14:24.2101563Z copying build\lib.win-amd64-cpython-39\torch\_library\custom_ops.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-10-08T20:14:24.2107786Z copying build\lib.win-amd64-cpython-39\torch\_library\fake_class_registry.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-10-08T20:14:24.2113376Z copying build\lib.win-amd64-cpython-39\torch\_library\fake_impl.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-10-08T20:14:24.2126111Z copying build\lib.win-amd64-cpython-39\torch\_library\infer_schema.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-10-08T20:14:24.2148780Z copying build\lib.win-amd64-cpython-39\torch\_library\simple_registry.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-10-08T20:14:24.2154028Z copying build\lib.win-amd64-cpython-39\torch\_library\triton.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-10-08T20:14:24.2159692Z copying build\lib.win-amd64-cpython-39\torch\_library\utils.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-10-08T20:14:24.2165222Z copying build\lib.win-amd64-cpython-39\torch\_library\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_library 2024-10-08T20:14:24.2170510Z copying build\lib.win-amd64-cpython-39\torch\_linalg_utils.py -> build\bdist.win-amd64\wheel\.\torch 2024-10-08T20:14:24.2176240Z copying build\lib.win-amd64-cpython-39\torch\_lobpcg.py -> build\bdist.win-amd64\wheel\.\torch 2024-10-08T20:14:24.2182791Z creating build\bdist.win-amd64\wheel\torch\_logging 2024-10-08T20:14:24.2193807Z copying build\lib.win-amd64-cpython-39\torch\_logging\scribe.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2024-10-08T20:14:24.2199126Z copying build\lib.win-amd64-cpython-39\torch\_logging\structured.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2024-10-08T20:14:24.2204844Z copying build\lib.win-amd64-cpython-39\torch\_logging\_internal.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2024-10-08T20:14:24.2211165Z copying build\lib.win-amd64-cpython-39\torch\_logging\_registrations.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2024-10-08T20:14:24.2221734Z copying build\lib.win-amd64-cpython-39\torch\_logging\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_logging 2024-10-08T20:14:24.2227122Z copying build\lib.win-amd64-cpython-39\torch\_lowrank.py -> build\bdist.win-amd64\wheel\.\torch 2024-10-08T20:14:24.2232584Z copying build\lib.win-amd64-cpython-39\torch\_meta_registrations.py -> build\bdist.win-amd64\wheel\.\torch 2024-10-08T20:14:24.2240858Z copying build\lib.win-amd64-cpython-39\torch\_namedtensor_internals.py -> build\bdist.win-amd64\wheel\.\torch 2024-10-08T20:14:24.2247009Z creating build\bdist.win-amd64\wheel\torch\_numpy 2024-10-08T20:14:24.2249990Z copying build\lib.win-amd64-cpython-39\torch\_numpy\fft.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-10-08T20:14:24.2255370Z copying build\lib.win-amd64-cpython-39\torch\_numpy\linalg.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-10-08T20:14:24.2260859Z copying build\lib.win-amd64-cpython-39\torch\_numpy\random.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-10-08T20:14:24.2266457Z creating build\bdist.win-amd64\wheel\torch\_numpy\testing 2024-10-08T20:14:24.2269554Z copying build\lib.win-amd64-cpython-39\torch\_numpy\testing\utils.py -> build\bdist.win-amd64\wheel\.\torch\_numpy\testing 2024-10-08T20:14:24.2276917Z copying build\lib.win-amd64-cpython-39\torch\_numpy\testing\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_numpy\testing 2024-10-08T20:14:24.2281983Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_binary_ufuncs_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-10-08T20:14:24.2287482Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_casting_dicts.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-10-08T20:14:24.2297986Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_dtypes.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-10-08T20:14:24.2303431Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_dtypes_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-10-08T20:14:24.2309109Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_funcs.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-10-08T20:14:24.2314390Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_funcs_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-10-08T20:14:24.2321053Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_getlimits.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-10-08T20:14:24.2326572Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_ndarray.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-10-08T20:14:24.2332739Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_normalizations.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-10-08T20:14:24.2338371Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_reductions_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-10-08T20:14:24.2343746Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_ufuncs.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-10-08T20:14:24.2349445Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_unary_ufuncs_impl.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-10-08T20:14:24.2354915Z copying build\lib.win-amd64-cpython-39\torch\_numpy\_util.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-10-08T20:14:24.2360576Z copying build\lib.win-amd64-cpython-39\torch\_numpy\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_numpy 2024-10-08T20:14:24.2365756Z copying build\lib.win-amd64-cpython-39\torch\_ops.py -> build\bdist.win-amd64\wheel\.\torch 2024-10-08T20:14:24.2372556Z creating build\bdist.win-amd64\wheel\torch\_prims 2024-10-08T20:14:24.2375535Z copying build\lib.win-amd64-cpython-39\torch\_prims\context.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2024-10-08T20:14:24.2381276Z copying build\lib.win-amd64-cpython-39\torch\_prims\debug_prims.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2024-10-08T20:14:24.2386879Z copying build\lib.win-amd64-cpython-39\torch\_prims\executor.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2024-10-08T20:14:24.2392135Z copying build\lib.win-amd64-cpython-39\torch\_prims\rng_prims.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2024-10-08T20:14:24.2397523Z copying build\lib.win-amd64-cpython-39\torch\_prims\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_prims 2024-10-08T20:14:24.2409032Z creating build\bdist.win-amd64\wheel\torch\_prims_common 2024-10-08T20:14:24.2412290Z copying build\lib.win-amd64-cpython-39\torch\_prims_common\wrappers.py -> build\bdist.win-amd64\wheel\.\torch\_prims_common 2024-10-08T20:14:24.2418220Z copying build\lib.win-amd64-cpython-39\torch\_prims_common\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_prims_common 2024-10-08T20:14:24.2424690Z copying build\lib.win-amd64-cpython-39\torch\_python_dispatcher.py -> build\bdist.win-amd64\wheel\.\torch 2024-10-08T20:14:24.2430796Z creating build\bdist.win-amd64\wheel\torch\_refs 2024-10-08T20:14:24.2433891Z copying build\lib.win-amd64-cpython-39\torch\_refs\fft.py -> build\bdist.win-amd64\wheel\.\torch\_refs 2024-10-08T20:14:24.2440228Z creating build\bdist.win-amd64\wheel\torch\_refs\linalg 2024-10-08T20:14:24.2443091Z copying build\lib.win-amd64-cpython-39\torch\_refs\linalg\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\linalg 2024-10-08T20:14:24.2449301Z creating build\bdist.win-amd64\wheel\torch\_refs\nn 2024-10-08T20:14:24.2452203Z creating build\bdist.win-amd64\wheel\torch\_refs\nn\functional 2024-10-08T20:14:24.2455425Z copying build\lib.win-amd64-cpython-39\torch\_refs\nn\functional\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\nn\functional 2024-10-08T20:14:24.2461417Z copying build\lib.win-amd64-cpython-39\torch\_refs\nn\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\nn 2024-10-08T20:14:24.2466865Z creating build\bdist.win-amd64\wheel\torch\_refs\special 2024-10-08T20:14:24.2469773Z copying build\lib.win-amd64-cpython-39\torch\_refs\special\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs\special 2024-10-08T20:14:24.2475246Z copying build\lib.win-amd64-cpython-39\torch\_refs\_conversions.py -> build\bdist.win-amd64\wheel\.\torch\_refs 2024-10-08T20:14:24.2480421Z copying build\lib.win-amd64-cpython-39\torch\_refs\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_refs 2024-10-08T20:14:24.2495232Z copying build\lib.win-amd64-cpython-39\torch\_size_docs.py -> build\bdist.win-amd64\wheel\.\torch 2024-10-08T20:14:24.2500877Z copying build\lib.win-amd64-cpython-39\torch\_sources.py -> build\bdist.win-amd64\wheel\.\torch 2024-10-08T20:14:24.2506310Z copying build\lib.win-amd64-cpython-39\torch\_storage_docs.py -> build\bdist.win-amd64\wheel\.\torch 2024-10-08T20:14:24.2511976Z copying build\lib.win-amd64-cpython-39\torch\_streambase.py -> build\bdist.win-amd64\wheel\.\torch 2024-10-08T20:14:24.2527152Z creating build\bdist.win-amd64\wheel\torch\_strobelight 2024-10-08T20:14:24.2530467Z copying build\lib.win-amd64-cpython-39\torch\_strobelight\cli_function_profiler.py -> build\bdist.win-amd64\wheel\.\torch\_strobelight 2024-10-08T20:14:24.2536424Z copying build\lib.win-amd64-cpython-39\torch\_strobelight\compile_time_profiler.py -> build\bdist.win-amd64\wheel\.\torch\_strobelight 2024-10-08T20:14:24.2542171Z copying build\lib.win-amd64-cpython-39\torch\_strobelight\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_strobelight 2024-10-08T20:14:24.2551426Z creating build\bdist.win-amd64\wheel\torch\_subclasses 2024-10-08T20:14:24.2554579Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\fake_impls.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-10-08T20:14:24.2560411Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\fake_tensor.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-10-08T20:14:24.2567205Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\fake_utils.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-10-08T20:14:24.2576705Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\functional_tensor.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-10-08T20:14:24.2582737Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\meta_utils.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-10-08T20:14:24.2589115Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\schema_check_mode.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-10-08T20:14:24.2594485Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\_fake_tensor_utils.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-10-08T20:14:24.2600022Z copying build\lib.win-amd64-cpython-39\torch\_subclasses\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_subclasses 2024-10-08T20:14:24.2605044Z copying build\lib.win-amd64-cpython-39\torch\_tensor.py -> build\bdist.win-amd64\wheel\.\torch 2024-10-08T20:14:24.2611642Z copying build\lib.win-amd64-cpython-39\torch\_tensor_docs.py -> build\bdist.win-amd64\wheel\.\torch 2024-10-08T20:14:24.2618901Z copying build\lib.win-amd64-cpython-39\torch\_tensor_str.py -> build\bdist.win-amd64\wheel\.\torch 2024-10-08T20:14:24.2625210Z copying build\lib.win-amd64-cpython-39\torch\_thread_safe_fork.py -> build\bdist.win-amd64\wheel\.\torch 2024-10-08T20:14:24.2629681Z copying build\lib.win-amd64-cpython-39\torch\_torch_docs.py -> build\bdist.win-amd64\wheel\.\torch 2024-10-08T20:14:24.2639315Z copying build\lib.win-amd64-cpython-39\torch\_utils.py -> build\bdist.win-amd64\wheel\.\torch 2024-10-08T20:14:24.2645294Z copying build\lib.win-amd64-cpython-39\torch\_utils_internal.py -> build\bdist.win-amd64\wheel\.\torch 2024-10-08T20:14:24.2651256Z creating build\bdist.win-amd64\wheel\torch\_vendor 2024-10-08T20:14:24.2654269Z creating build\bdist.win-amd64\wheel\torch\_vendor\packaging 2024-10-08T20:14:24.2657218Z copying build\lib.win-amd64-cpython-39\torch\_vendor\packaging\version.py -> build\bdist.win-amd64\wheel\.\torch\_vendor\packaging 2024-10-08T20:14:24.2662848Z copying build\lib.win-amd64-cpython-39\torch\_vendor\packaging\_structures.py -> build\bdist.win-amd64\wheel\.\torch\_vendor\packaging 2024-10-08T20:14:24.2668054Z copying build\lib.win-amd64-cpython-39\torch\_vendor\packaging\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_vendor\packaging 2024-10-08T20:14:24.2673219Z copying build\lib.win-amd64-cpython-39\torch\_vendor\__init__.py -> build\bdist.win-amd64\wheel\.\torch\_vendor 2024-10-08T20:14:24.2677415Z copying build\lib.win-amd64-cpython-39\torch\_VF.py -> build\bdist.win-amd64\wheel\.\torch 2024-10-08T20:14:24.2697024Z copying build\lib.win-amd64-cpython-39\torch\_VF.pyi -> build\bdist.win-amd64\wheel\.\torch 2024-10-08T20:14:24.2712806Z copying build\lib.win-amd64-cpython-39\torch\_vmap_internals.py -> build\bdist.win-amd64\wheel\.\torch 2024-10-08T20:14:24.2718512Z copying build\lib.win-amd64-cpython-39\torch\_weights_only_unpickler.py -> build\bdist.win-amd64\wheel\.\torch 2024-10-08T20:14:24.2724612Z copying build\lib.win-amd64-cpython-39\torch\__config__.py -> build\bdist.win-amd64\wheel\.\torch 2024-10-08T20:14:24.2729769Z copying build\lib.win-amd64-cpython-39\torch\__future__.py -> build\bdist.win-amd64\wheel\.\torch 2024-10-08T20:14:24.2735530Z copying build\lib.win-amd64-cpython-39\torch\__init__.py -> build\bdist.win-amd64\wheel\.\torch 2024-10-08T20:14:24.2745080Z creating build\bdist.win-amd64\wheel\torchgen 2024-10-08T20:14:24.2748071Z creating build\bdist.win-amd64\wheel\torchgen\aoti 2024-10-08T20:14:24.2751009Z copying build\lib.win-amd64-cpython-39\torchgen\aoti\fallback_ops.py -> build\bdist.win-amd64\wheel\.\torchgen\aoti 2024-10-08T20:14:24.2756518Z copying build\lib.win-amd64-cpython-39\torchgen\aoti\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\aoti 2024-10-08T20:14:24.2761010Z creating build\bdist.win-amd64\wheel\torchgen\api 2024-10-08T20:14:24.2763845Z copying build\lib.win-amd64-cpython-39\torchgen\api\autograd.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-10-08T20:14:24.2769638Z copying build\lib.win-amd64-cpython-39\torchgen\api\cpp.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-10-08T20:14:24.2775525Z copying build\lib.win-amd64-cpython-39\torchgen\api\dispatcher.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-10-08T20:14:24.2780836Z copying build\lib.win-amd64-cpython-39\torchgen\api\functionalization.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-10-08T20:14:24.2786014Z copying build\lib.win-amd64-cpython-39\torchgen\api\lazy.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-10-08T20:14:24.2807355Z copying build\lib.win-amd64-cpython-39\torchgen\api\meta.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-10-08T20:14:24.2812954Z copying build\lib.win-amd64-cpython-39\torchgen\api\native.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-10-08T20:14:24.2818650Z copying build\lib.win-amd64-cpython-39\torchgen\api\python.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-10-08T20:14:24.2825688Z copying build\lib.win-amd64-cpython-39\torchgen\api\structured.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-10-08T20:14:24.2831296Z copying build\lib.win-amd64-cpython-39\torchgen\api\translate.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-10-08T20:14:24.2837703Z creating build\bdist.win-amd64\wheel\torchgen\api\types 2024-10-08T20:14:24.2840718Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\signatures.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2024-10-08T20:14:24.2846461Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\types.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2024-10-08T20:14:24.2853223Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\types_base.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2024-10-08T20:14:24.2860181Z copying build\lib.win-amd64-cpython-39\torchgen\api\types\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\api\types 2024-10-08T20:14:24.2866569Z copying build\lib.win-amd64-cpython-39\torchgen\api\ufunc.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-10-08T20:14:24.2874258Z copying build\lib.win-amd64-cpython-39\torchgen\api\unboxing.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-10-08T20:14:24.2881267Z copying build\lib.win-amd64-cpython-39\torchgen\api\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\api 2024-10-08T20:14:24.2886860Z copying build\lib.win-amd64-cpython-39\torchgen\code_template.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-10-08T20:14:24.2893656Z copying build\lib.win-amd64-cpython-39\torchgen\context.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-10-08T20:14:24.2900768Z creating build\bdist.win-amd64\wheel\torchgen\dest 2024-10-08T20:14:24.2905030Z copying build\lib.win-amd64-cpython-39\torchgen\dest\lazy_ir.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2024-10-08T20:14:24.2912481Z copying build\lib.win-amd64-cpython-39\torchgen\dest\lazy_ts_lowering.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2024-10-08T20:14:24.2919206Z copying build\lib.win-amd64-cpython-39\torchgen\dest\native_functions.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2024-10-08T20:14:24.2927102Z copying build\lib.win-amd64-cpython-39\torchgen\dest\register_dispatch_key.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2024-10-08T20:14:24.2952430Z copying build\lib.win-amd64-cpython-39\torchgen\dest\ufunc.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2024-10-08T20:14:24.2958381Z copying build\lib.win-amd64-cpython-39\torchgen\dest\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\dest 2024-10-08T20:14:24.2963888Z creating build\bdist.win-amd64\wheel\torchgen\executorch 2024-10-08T20:14:24.2985677Z creating build\bdist.win-amd64\wheel\torchgen\executorch\api 2024-10-08T20:14:24.2988698Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\custom_ops.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2024-10-08T20:14:24.2994107Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\et_cpp.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2024-10-08T20:14:24.2999629Z creating build\bdist.win-amd64\wheel\torchgen\executorch\api\types 2024-10-08T20:14:24.3002666Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\types\signatures.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api\types 2024-10-08T20:14:24.3008312Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\types\types.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api\types 2024-10-08T20:14:24.3013628Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\types\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api\types 2024-10-08T20:14:24.3018700Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\unboxing.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2024-10-08T20:14:24.3024148Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\api\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch\api 2024-10-08T20:14:24.3028474Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\model.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch 2024-10-08T20:14:24.3033664Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\parse.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch 2024-10-08T20:14:24.3038987Z copying build\lib.win-amd64-cpython-39\torchgen\executorch\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\executorch 2024-10-08T20:14:24.3043112Z copying build\lib.win-amd64-cpython-39\torchgen\gen.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-10-08T20:14:24.3050567Z copying build\lib.win-amd64-cpython-39\torchgen\gen_aoti_c_shim.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-10-08T20:14:24.3056670Z copying build\lib.win-amd64-cpython-39\torchgen\gen_backend_stubs.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-10-08T20:14:24.3062672Z copying build\lib.win-amd64-cpython-39\torchgen\gen_executorch.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-10-08T20:14:24.3068858Z copying build\lib.win-amd64-cpython-39\torchgen\gen_functionalization_type.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-10-08T20:14:24.3074852Z copying build\lib.win-amd64-cpython-39\torchgen\gen_lazy_tensor.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-10-08T20:14:24.3080739Z copying build\lib.win-amd64-cpython-39\torchgen\gen_schema_utils.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-10-08T20:14:24.3086221Z copying build\lib.win-amd64-cpython-39\torchgen\gen_vmap_plumbing.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-10-08T20:14:24.3091570Z copying build\lib.win-amd64-cpython-39\torchgen\local.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-10-08T20:14:24.3097001Z copying build\lib.win-amd64-cpython-39\torchgen\model.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-10-08T20:14:24.3104450Z copying build\lib.win-amd64-cpython-39\torchgen\native_function_generation.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-10-08T20:14:24.3110916Z creating build\bdist.win-amd64\wheel\torchgen\operator_versions 2024-10-08T20:14:24.3114171Z copying build\lib.win-amd64-cpython-39\torchgen\operator_versions\gen_mobile_upgraders.py -> build\bdist.win-amd64\wheel\.\torchgen\operator_versions 2024-10-08T20:14:24.3119798Z copying build\lib.win-amd64-cpython-39\torchgen\operator_versions\gen_mobile_upgraders_constant.py -> build\bdist.win-amd64\wheel\.\torchgen\operator_versions 2024-10-08T20:14:24.3124947Z copying build\lib.win-amd64-cpython-39\torchgen\operator_versions\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\operator_versions 2024-10-08T20:14:24.3165264Z creating build\bdist.win-amd64\wheel\torchgen\packaged 2024-10-08T20:14:24.3168171Z creating build\bdist.win-amd64\wheel\torchgen\packaged\ATen 2024-10-08T20:14:24.3171165Z creating build\bdist.win-amd64\wheel\torchgen\packaged\ATen\native 2024-10-08T20:14:24.3174291Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native\native_functions.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\native 2024-10-08T20:14:24.3185824Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\native\tags.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\native 2024-10-08T20:14:24.3191950Z creating build\bdist.win-amd64\wheel\torchgen\packaged\ATen\templates 2024-10-08T20:14:24.3195089Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\ATenOpList.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-10-08T20:14:24.3200585Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\aten_interned_strings.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-10-08T20:14:24.3206582Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\CompositeViewCopyKernels.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-10-08T20:14:24.3227763Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyFunction.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-10-08T20:14:24.3233142Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-10-08T20:14:24.3238674Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyFunctions_inl.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-10-08T20:14:24.3244181Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-10-08T20:14:24.3249375Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\DispatchKeyNativeFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-10-08T20:14:24.3254484Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\enum_tag.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-10-08T20:14:24.3259842Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Function.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-10-08T20:14:24.3264872Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\FunctionalInverses.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-10-08T20:14:24.3270331Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-10-08T20:14:24.3275701Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Functions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-10-08T20:14:24.3281374Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\LazyIr.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-10-08T20:14:24.3286424Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\LazyNonNativeIr.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-10-08T20:14:24.3291531Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\MethodOperators.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-10-08T20:14:24.3297108Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeFunction.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-10-08T20:14:24.3302269Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-10-08T20:14:24.3307905Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeMetaFunction.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-10-08T20:14:24.3327179Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\NativeMetaFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-10-08T20:14:24.3332409Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Operator.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-10-08T20:14:24.3337600Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Operators.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-10-08T20:14:24.3342886Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\Operators.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-10-08T20:14:24.3348397Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RedispatchFunctions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-10-08T20:14:24.3353571Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RedispatchFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-10-08T20:14:24.3359335Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterBackendSelect.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-10-08T20:14:24.3365175Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterCodegenUnboxedKernels.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-10-08T20:14:24.3370644Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterDispatchDefinitions.ini -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-10-08T20:14:24.3375885Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterDispatchKey.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-10-08T20:14:24.3394745Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterFunctionalization.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-10-08T20:14:24.3400037Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegisterSchema.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-10-08T20:14:24.3405364Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\RegistrationDeclarations.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-10-08T20:14:24.3410433Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\TensorBody.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-10-08T20:14:24.3417225Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\TensorMethods.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-10-08T20:14:24.3422952Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UfuncCPU.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-10-08T20:14:24.3428183Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UfuncCPUKernel.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-10-08T20:14:24.3433259Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UfuncCUDA.cu -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-10-08T20:14:24.3438449Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UnboxingFunctions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-10-08T20:14:24.3458320Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\ATen\templates\UnboxingFunctions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\ATen\templates 2024-10-08T20:14:24.3463804Z creating build\bdist.win-amd64\wheel\torchgen\packaged\autograd 2024-10-08T20:14:24.3466942Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\BUILD.bazel -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-10-08T20:14:24.3471952Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\build.bzl -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-10-08T20:14:24.3477285Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\context.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-10-08T20:14:24.3483272Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\deprecated.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-10-08T20:14:24.3488281Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\derivatives.yaml -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-10-08T20:14:24.3504270Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_annotated_fn_args.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-10-08T20:14:24.3509427Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_autograd.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-10-08T20:14:24.3514886Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_autograd_functions.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-10-08T20:14:24.3520853Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_inplace_or_view_type.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-10-08T20:14:24.3526823Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_python_functions.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-10-08T20:14:24.3532751Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_trace_type.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-10-08T20:14:24.3538900Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_variable_factories.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-10-08T20:14:24.3544207Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_variable_type.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-10-08T20:14:24.3551168Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\gen_view_funcs.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-10-08T20:14:24.3556885Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\load_derivatives.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-10-08T20:14:24.3562821Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\README.md -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-10-08T20:14:24.3568807Z creating build\bdist.win-amd64\wheel\torchgen\packaged\autograd\templates 2024-10-08T20:14:24.3572164Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\ADInplaceOrViewType.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-10-08T20:14:24.3577720Z 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 2024-10-08T20:14:24.3583000Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\Functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-10-08T20:14:24.3594918Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\Functions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-10-08T20:14:24.3600443Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_enum_tag.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-10-08T20:14:24.3605826Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_fft_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-10-08T20:14:24.3611335Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-10-08T20:14:24.3616852Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_functions.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-10-08T20:14:24.3622059Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_linalg_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-10-08T20:14:24.3627712Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_nested_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-10-08T20:14:24.3633289Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_nn_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-10-08T20:14:24.3638726Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_return_types.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-10-08T20:14:24.3644287Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_return_types.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-10-08T20:14:24.3649798Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_sparse_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-10-08T20:14:24.3655474Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_special_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-10-08T20:14:24.3660990Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_torch_functions.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-10-08T20:14:24.3666897Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\python_variable_methods.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-10-08T20:14:24.3677912Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\TraceType.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-10-08T20:14:24.3683212Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\VariableType.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-10-08T20:14:24.3688528Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\VariableType.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-10-08T20:14:24.3694221Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\variable_factories.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-10-08T20:14:24.3700033Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\ViewFuncs.cpp -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-10-08T20:14:24.3705048Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\templates\ViewFuncs.h -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd\templates 2024-10-08T20:14:24.3710257Z copying build\lib.win-amd64-cpython-39\torchgen\packaged\autograd\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\packaged\autograd 2024-10-08T20:14:24.3714770Z creating build\bdist.win-amd64\wheel\torchgen\selective_build 2024-10-08T20:14:24.3717718Z copying build\lib.win-amd64-cpython-39\torchgen\selective_build\operator.py -> build\bdist.win-amd64\wheel\.\torchgen\selective_build 2024-10-08T20:14:24.3723138Z copying build\lib.win-amd64-cpython-39\torchgen\selective_build\selector.py -> build\bdist.win-amd64\wheel\.\torchgen\selective_build 2024-10-08T20:14:24.3728843Z copying build\lib.win-amd64-cpython-39\torchgen\selective_build\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\selective_build 2024-10-08T20:14:24.3733226Z creating build\bdist.win-amd64\wheel\torchgen\static_runtime 2024-10-08T20:14:24.3736477Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\config.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2024-10-08T20:14:24.3741768Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\generator.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2024-10-08T20:14:24.3747579Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\gen_static_runtime_ops.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2024-10-08T20:14:24.3757129Z copying build\lib.win-amd64-cpython-39\torchgen\static_runtime\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen\static_runtime 2024-10-08T20:14:24.3761206Z copying build\lib.win-amd64-cpython-39\torchgen\utils.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-10-08T20:14:24.3766867Z copying build\lib.win-amd64-cpython-39\torchgen\yaml_utils.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-10-08T20:14:24.3776432Z copying build\lib.win-amd64-cpython-39\torchgen\__init__.py -> build\bdist.win-amd64\wheel\.\torchgen 2024-10-08T20:14:24.3787093Z running install_egg_info 2024-10-08T20:14:24.3950741Z running egg_info 2024-10-08T20:14:24.3951452Z creating torch.egg-info 2024-10-08T20:14:24.4076951Z writing torch.egg-info\PKG-INFO 2024-10-08T20:14:24.4102799Z writing dependency_links to torch.egg-info\dependency_links.txt 2024-10-08T20:14:24.4107507Z writing entry points to torch.egg-info\entry_points.txt 2024-10-08T20:14:24.4125046Z writing requirements to torch.egg-info\requires.txt 2024-10-08T20:14:24.4129065Z writing top-level names to torch.egg-info\top_level.txt 2024-10-08T20:14:24.4133181Z writing manifest file 'torch.egg-info\SOURCES.txt' 2024-10-08T20:14:25.2813098Z reading manifest file 'torch.egg-info\SOURCES.txt' 2024-10-08T20:14:25.2818887Z reading manifest template 'MANIFEST.in' 2024-10-08T20:14:55.4812598Z warning: no files found matching '*.*' under directory 'modules' 2024-10-08T20:14:55.6589058Z warning: no previously-included files matching '*.o' found anywhere in distribution 2024-10-08T20:14:55.7898489Z warning: no previously-included files matching '*.so' found anywhere in distribution 2024-10-08T20:14:55.9205230Z warning: no previously-included files matching '*.dylib' found anywhere in distribution 2024-10-08T20:14:56.0572657Z warning: no previously-included files matching '*.a' found anywhere in distribution 2024-10-08T20:14:56.4617610Z warning: no previously-included files matching '*.swp' found anywhere in distribution 2024-10-08T20:14:56.4618357Z adding license file 'LICENSE' 2024-10-08T20:14:56.4618737Z adding license file 'NOTICE' 2024-10-08T20:15:02.6967076Z writing manifest file 'torch.egg-info\SOURCES.txt' 2024-10-08T20:15:02.7437014Z Copying torch.egg-info to build\bdist.win-amd64\wheel\.\torch-2.6.0a0+git47952c0-py3.9.egg-info 2024-10-08T20:15:02.7540152Z running install_scripts 2024-10-08T20:15:02.7557490Z C:\Jenkins\Miniconda3\lib\site-packages\wheel\bdist_wheel.py:108: RuntimeWarning: Config variable 'Py_DEBUG' is unset, Python ABI tag may be incorrect 2024-10-08T20:15:02.7558795Z if get_flag("Py_DEBUG", hasattr(sys, "gettotalrefcount"), warn=(impl == "cp")): 2024-10-08T20:15:02.7659834Z creating build\bdist.win-amd64\wheel\torch-2.6.0a0+git47952c0.dist-info\WHEEL 2024-10-08T20:15:02.7675180Z creating 'dist\torch-2.6.0a0+git47952c0-cp39-cp39-win_amd64.whl' and adding 'build\bdist.win-amd64\wheel' to it 2024-10-08T20:15:02.7901366Z adding 'functorch/_C.cp39-win_amd64.pyd' 2024-10-08T20:15:02.7922835Z adding 'functorch/__init__.py' 2024-10-08T20:15:02.7926668Z adding 'functorch/_src/__init__.py' 2024-10-08T20:15:02.7930577Z adding 'functorch/_src/aot_autograd/__init__.py' 2024-10-08T20:15:02.7934514Z adding 'functorch/_src/eager_transforms/__init__.py' 2024-10-08T20:15:02.7938102Z adding 'functorch/_src/make_functional/__init__.py' 2024-10-08T20:15:02.7941904Z adding 'functorch/_src/vmap/__init__.py' 2024-10-08T20:15:02.7945743Z adding 'functorch/compile/__init__.py' 2024-10-08T20:15:02.7950785Z adding 'functorch/dim/__init__.py' 2024-10-08T20:15:02.7953986Z adding 'functorch/dim/batch_tensor.py' 2024-10-08T20:15:02.7957587Z adding 'functorch/dim/delayed_mul_tensor.py' 2024-10-08T20:15:02.7961585Z adding 'functorch/dim/dim.py' 2024-10-08T20:15:02.7964957Z adding 'functorch/dim/magic_trace.py' 2024-10-08T20:15:02.7969320Z adding 'functorch/dim/op_properties.py' 2024-10-08T20:15:02.7979105Z adding 'functorch/dim/reference.py' 2024-10-08T20:15:02.7982597Z adding 'functorch/dim/tree_map.py' 2024-10-08T20:15:02.7986263Z adding 'functorch/dim/wrap_type.py' 2024-10-08T20:15:02.7990019Z adding 'functorch/einops/__init__.py' 2024-10-08T20:15:02.7996002Z adding 'functorch/einops/_parsing.py' 2024-10-08T20:15:02.8001413Z adding 'functorch/einops/rearrange.py' 2024-10-08T20:15:02.8005441Z adding 'functorch/experimental/__init__.py' 2024-10-08T20:15:02.8008566Z adding 'functorch/experimental/control_flow.py' 2024-10-08T20:15:02.8011251Z adding 'functorch/experimental/ops.py' 2024-10-08T20:15:02.8020255Z adding 'torch/_C.cp39-win_amd64.pyd' 2024-10-08T20:15:02.8023618Z adding 'torch/_VF.py' 2024-10-08T20:15:02.8242356Z adding 'torch/_VF.pyi' 2024-10-08T20:15:02.8272153Z adding 'torch/__config__.py' 2024-10-08T20:15:02.8275612Z adding 'torch/__future__.py' 2024-10-08T20:15:02.8311494Z adding 'torch/__init__.py' 2024-10-08T20:15:02.8321870Z adding 'torch/_appdirs.py' 2024-10-08T20:15:02.8326050Z adding 'torch/_classes.py' 2024-10-08T20:15:02.8329433Z adding 'torch/_compile.py' 2024-10-08T20:15:02.8335489Z adding 'torch/_custom_ops.py' 2024-10-08T20:15:02.8339469Z adding 'torch/_deploy.py' 2024-10-08T20:15:02.8342579Z adding 'torch/_environment.py' 2024-10-08T20:15:02.8354879Z adding 'torch/_guards.py' 2024-10-08T20:15:02.8377911Z adding 'torch/_jit_internal.py' 2024-10-08T20:15:02.8383402Z adding 'torch/_linalg_utils.py' 2024-10-08T20:15:02.8399548Z adding 'torch/_lobpcg.py' 2024-10-08T20:15:02.8406089Z adding 'torch/_lowrank.py' 2024-10-08T20:15:02.8469846Z adding 'torch/_meta_registrations.py' 2024-10-08T20:15:02.8478814Z adding 'torch/_namedtensor_internals.py' 2024-10-08T20:15:02.8499577Z adding 'torch/_ops.py' 2024-10-08T20:15:02.8505733Z adding 'torch/_python_dispatcher.py' 2024-10-08T20:15:02.8509073Z adding 'torch/_size_docs.py' 2024-10-08T20:15:02.8513358Z adding 'torch/_sources.py' 2024-10-08T20:15:02.8516917Z adding 'torch/_storage_docs.py' 2024-10-08T20:15:02.8519927Z adding 'torch/_streambase.py' 2024-10-08T20:15:02.8542491Z adding 'torch/_tensor.py' 2024-10-08T20:15:02.8586975Z adding 'torch/_tensor_docs.py' 2024-10-08T20:15:02.8600301Z adding 'torch/_tensor_str.py' 2024-10-08T20:15:02.8604022Z adding 'torch/_thread_safe_fork.py' 2024-10-08T20:15:02.8738256Z adding 'torch/_torch_docs.py' 2024-10-08T20:15:02.8762666Z adding 'torch/_utils.py' 2024-10-08T20:15:02.8769930Z adding 'torch/_utils_internal.py' 2024-10-08T20:15:02.8775576Z adding 'torch/_vmap_internals.py' 2024-10-08T20:15:02.8782209Z adding 'torch/_weights_only_unpickler.py' 2024-10-08T20:15:02.8812886Z adding 'torch/functional.py' 2024-10-08T20:15:02.8827460Z adding 'torch/hub.py' 2024-10-08T20:15:02.8846983Z adding 'torch/library.py' 2024-10-08T20:15:02.8875074Z adding 'torch/overrides.py' 2024-10-08T20:15:02.8880611Z adding 'torch/py.typed' 2024-10-08T20:15:02.8885244Z adding 'torch/quasirandom.py' 2024-10-08T20:15:02.8890250Z adding 'torch/random.py' 2024-10-08T20:15:02.8893968Z adding 'torch/return_types.py' 2024-10-08T20:15:02.8898049Z adding 'torch/return_types.pyi' 2024-10-08T20:15:02.8924631Z adding 'torch/serialization.py' 2024-10-08T20:15:02.8941454Z adding 'torch/storage.py' 2024-10-08T20:15:02.8946429Z adding 'torch/torch_version.py' 2024-10-08T20:15:02.8950330Z adding 'torch/types.py' 2024-10-08T20:15:02.8953299Z adding 'torch/version.py' 2024-10-08T20:15:02.9173873Z adding 'torch/_C/_VariableFunctions.pyi' 2024-10-08T20:15:02.9287054Z adding 'torch/_C/__init__.pyi' 2024-10-08T20:15:02.9299661Z adding 'torch/_C/_aoti.pyi' 2024-10-08T20:15:02.9303550Z adding 'torch/_C/_autograd.pyi' 2024-10-08T20:15:02.9306781Z adding 'torch/_C/_cpu.pyi' 2024-10-08T20:15:02.9309672Z adding 'torch/_C/_cudnn.pyi' 2024-10-08T20:15:02.9312564Z adding 'torch/_C/_cusparselt.pyi' 2024-10-08T20:15:02.9315637Z adding 'torch/_C/_distributed_autograd.pyi' 2024-10-08T20:15:02.9322724Z adding 'torch/_C/_distributed_c10d.pyi' 2024-10-08T20:15:02.9327249Z adding 'torch/_C/_distributed_rpc.pyi' 2024-10-08T20:15:02.9330724Z adding 'torch/_C/_distributed_rpc_testing.pyi' 2024-10-08T20:15:02.9333890Z adding 'torch/_C/_functions.pyi' 2024-10-08T20:15:02.9337401Z adding 'torch/_C/_functorch.pyi' 2024-10-08T20:15:02.9345643Z adding 'torch/_C/_instruction_counter.pyi' 2024-10-08T20:15:02.9346402Z adding 'torch/_C/_itt.pyi' 2024-10-08T20:15:02.9346766Z adding 'torch/_C/_lazy.pyi' 2024-10-08T20:15:02.9349235Z adding 'torch/_C/_lazy_ts_backend.pyi' 2024-10-08T20:15:02.9352411Z adding 'torch/_C/_monitor.pyi' 2024-10-08T20:15:02.9356495Z adding 'torch/_C/_nn.pyi' 2024-10-08T20:15:02.9359656Z adding 'torch/_C/_nvtx.pyi' 2024-10-08T20:15:02.9362625Z adding 'torch/_C/_onnx.pyi' 2024-10-08T20:15:02.9366974Z adding 'torch/_C/_profiler.pyi' 2024-10-08T20:15:02.9370129Z adding 'torch/_C/_verbose.pyi' 2024-10-08T20:15:02.9374486Z adding 'torch/_awaits/__init__.py' 2024-10-08T20:15:02.9378087Z adding 'torch/_custom_op/__init__.py' 2024-10-08T20:15:02.9383756Z adding 'torch/_custom_op/autograd.py' 2024-10-08T20:15:02.9389090Z adding 'torch/_custom_op/functional.py' 2024-10-08T20:15:02.9398910Z adding 'torch/_custom_op/impl.py' 2024-10-08T20:15:02.9409174Z adding 'torch/_decomp/__init__.py' 2024-10-08T20:15:02.9468147Z adding 'torch/_decomp/decompositions.py' 2024-10-08T20:15:02.9478020Z adding 'torch/_decomp/decompositions_for_jvp.py' 2024-10-08T20:15:02.9483465Z adding 'torch/_decomp/decompositions_for_rng.py' 2024-10-08T20:15:02.9487193Z adding 'torch/_dispatch/__init__.py' 2024-10-08T20:15:02.9491852Z adding 'torch/_dispatch/python.py' 2024-10-08T20:15:02.9497264Z adding 'torch/_dynamo/__init__.py' 2024-10-08T20:15:02.9501828Z adding 'torch/_dynamo/_trace_wrapped_higher_order_op.py' 2024-10-08T20:15:02.9506986Z adding 'torch/_dynamo/bytecode_analysis.py' 2024-10-08T20:15:02.9527405Z adding 'torch/_dynamo/bytecode_transformation.py' 2024-10-08T20:15:02.9533903Z adding 'torch/_dynamo/cache_size.py' 2024-10-08T20:15:02.9537370Z adding 'torch/_dynamo/callback.py' 2024-10-08T20:15:02.9540727Z adding 'torch/_dynamo/code_context.py' 2024-10-08T20:15:02.9547985Z adding 'torch/_dynamo/codegen.py' 2024-10-08T20:15:02.9556879Z adding 'torch/_dynamo/compiled_autograd.py' 2024-10-08T20:15:02.9563596Z adding 'torch/_dynamo/comptime.py' 2024-10-08T20:15:02.9574080Z adding 'torch/_dynamo/config.py' 2024-10-08T20:15:02.9592190Z adding 'torch/_dynamo/convert_frame.py' 2024-10-08T20:15:02.9597092Z adding 'torch/_dynamo/create_parameter_op.py' 2024-10-08T20:15:02.9600200Z adding 'torch/_dynamo/current_scope_id.py' 2024-10-08T20:15:02.9612947Z adding 'torch/_dynamo/debug_utils.py' 2024-10-08T20:15:02.9622348Z adding 'torch/_dynamo/decorators.py' 2024-10-08T20:15:02.9628148Z adding 'torch/_dynamo/device_interface.py' 2024-10-08T20:15:02.9631520Z adding 'torch/_dynamo/distributed.py' 2024-10-08T20:15:02.9656029Z adding 'torch/_dynamo/eval_frame.py' 2024-10-08T20:15:02.9664625Z adding 'torch/_dynamo/exc.py' 2024-10-08T20:15:02.9668749Z adding 'torch/_dynamo/external_utils.py' 2024-10-08T20:15:02.9672103Z adding 'torch/_dynamo/funcname_cache.py' 2024-10-08T20:15:02.9712143Z adding 'torch/_dynamo/guards.py' 2024-10-08T20:15:02.9717847Z adding 'torch/_dynamo/hooks.py' 2024-10-08T20:15:02.9721702Z adding 'torch/_dynamo/logging.py' 2024-10-08T20:15:02.9725653Z adding 'torch/_dynamo/mutation_guard.py' 2024-10-08T20:15:02.9759716Z adding 'torch/_dynamo/output_graph.py' 2024-10-08T20:15:02.9765768Z adding 'torch/_dynamo/profiler.py' 2024-10-08T20:15:02.9769532Z adding 'torch/_dynamo/replay_record.py' 2024-10-08T20:15:02.9778983Z adding 'torch/_dynamo/resume_execution.py' 2024-10-08T20:15:02.9790628Z adding 'torch/_dynamo/side_effects.py' 2024-10-08T20:15:02.9798733Z adding 'torch/_dynamo/source.py' 2024-10-08T20:15:02.9844913Z adding 'torch/_dynamo/symbolic_convert.py' 2024-10-08T20:15:02.9851545Z adding 'torch/_dynamo/tensor_version_op.py' 2024-10-08T20:15:02.9855249Z adding 'torch/_dynamo/test_case.py' 2024-10-08T20:15:02.9860776Z adding 'torch/_dynamo/test_minifier_common.py' 2024-10-08T20:15:02.9867291Z adding 'torch/_dynamo/testing.py' 2024-10-08T20:15:02.9902402Z adding 'torch/_dynamo/trace_rules.py' 2024-10-08T20:15:02.9909357Z adding 'torch/_dynamo/types.py' 2024-10-08T20:15:02.9952891Z adding 'torch/_dynamo/utils.py' 2024-10-08T20:15:02.9959215Z adding 'torch/_dynamo/backends/__init__.py' 2024-10-08T20:15:02.9963000Z adding 'torch/_dynamo/backends/common.py' 2024-10-08T20:15:02.9968302Z adding 'torch/_dynamo/backends/cudagraphs.py' 2024-10-08T20:15:02.9974552Z adding 'torch/_dynamo/backends/debugging.py' 2024-10-08T20:15:02.9985670Z adding 'torch/_dynamo/backends/distributed.py' 2024-10-08T20:15:02.9989471Z adding 'torch/_dynamo/backends/inductor.py' 2024-10-08T20:15:02.9992944Z adding 'torch/_dynamo/backends/onnxrt.py' 2024-10-08T20:15:02.9996801Z adding 'torch/_dynamo/backends/registry.py' 2024-10-08T20:15:03.0000102Z adding 'torch/_dynamo/backends/tensorrt.py' 2024-10-08T20:15:03.0003387Z adding 'torch/_dynamo/backends/torchxla.py' 2024-10-08T20:15:03.0008023Z adding 'torch/_dynamo/backends/tvm.py' 2024-10-08T20:15:03.0013823Z adding 'torch/_dynamo/polyfills/__init__.py' 2024-10-08T20:15:03.0017368Z adding 'torch/_dynamo/polyfills/builtins.py' 2024-10-08T20:15:03.0020782Z adding 'torch/_dynamo/polyfills/functools.py' 2024-10-08T20:15:03.0024453Z adding 'torch/_dynamo/polyfills/itertools.py' 2024-10-08T20:15:03.0027875Z adding 'torch/_dynamo/polyfills/loader.py' 2024-10-08T20:15:03.0030982Z adding 'torch/_dynamo/polyfills/os.py' 2024-10-08T20:15:03.0034125Z adding 'torch/_dynamo/polyfills/sys.py' 2024-10-08T20:15:03.0037736Z adding 'torch/_dynamo/repro/__init__.py' 2024-10-08T20:15:03.0050044Z adding 'torch/_dynamo/repro/after_aot.py' 2024-10-08T20:15:03.0058733Z adding 'torch/_dynamo/repro/after_dynamo.py' 2024-10-08T20:15:03.0064278Z adding 'torch/_dynamo/variables/__init__.py' 2024-10-08T20:15:03.0070425Z adding 'torch/_dynamo/variables/base.py' 2024-10-08T20:15:03.0112614Z adding 'torch/_dynamo/variables/builder.py' 2024-10-08T20:15:03.0139849Z adding 'torch/_dynamo/variables/builtin.py' 2024-10-08T20:15:03.0147002Z adding 'torch/_dynamo/variables/constant.py' 2024-10-08T20:15:03.0158929Z adding 'torch/_dynamo/variables/ctx_manager.py' 2024-10-08T20:15:03.0172633Z adding 'torch/_dynamo/variables/dicts.py' 2024-10-08T20:15:03.0179481Z adding 'torch/_dynamo/variables/distributed.py' 2024-10-08T20:15:03.0194278Z adding 'torch/_dynamo/variables/functions.py' 2024-10-08T20:15:03.0221500Z adding 'torch/_dynamo/variables/higher_order_ops.py' 2024-10-08T20:15:03.0229661Z adding 'torch/_dynamo/variables/iter.py' 2024-10-08T20:15:03.0234401Z adding 'torch/_dynamo/variables/lazy.py' 2024-10-08T20:15:03.0244906Z adding 'torch/_dynamo/variables/lists.py' 2024-10-08T20:15:03.0264705Z adding 'torch/_dynamo/variables/misc.py' 2024-10-08T20:15:03.0281953Z adding 'torch/_dynamo/variables/nn_module.py' 2024-10-08T20:15:03.0289477Z adding 'torch/_dynamo/variables/optimizer.py' 2024-10-08T20:15:03.0293483Z adding 'torch/_dynamo/variables/script_object.py' 2024-10-08T20:15:03.0297130Z adding 'torch/_dynamo/variables/sdpa.py' 2024-10-08T20:15:03.0314791Z adding 'torch/_dynamo/variables/tensor.py' 2024-10-08T20:15:03.0331878Z adding 'torch/_dynamo/variables/torch.py' 2024-10-08T20:15:03.0342635Z adding 'torch/_dynamo/variables/torch_function.py' 2024-10-08T20:15:03.0361173Z adding 'torch/_dynamo/variables/user_defined.py' 2024-10-08T20:15:03.0369556Z adding 'torch/_export/__init__.py' 2024-10-08T20:15:03.0392313Z adding 'torch/_export/converter.py' 2024-10-08T20:15:03.0397261Z adding 'torch/_export/error.py' 2024-10-08T20:15:03.0406619Z adding 'torch/_export/non_strict_utils.py' 2024-10-08T20:15:03.0413863Z adding 'torch/_export/pass_base.py' 2024-10-08T20:15:03.0418396Z adding 'torch/_export/tools.py' 2024-10-08T20:15:03.0431693Z adding 'torch/_export/utils.py' 2024-10-08T20:15:03.0439154Z adding 'torch/_export/verifier.py' 2024-10-08T20:15:03.0443456Z adding 'torch/_export/wrappers.py' 2024-10-08T20:15:03.0447304Z adding 'torch/_export/db/__init__.py' 2024-10-08T20:15:03.0451427Z adding 'torch/_export/db/case.py' 2024-10-08T20:15:03.0454810Z adding 'torch/_export/db/gen_example.py' 2024-10-08T20:15:03.0458216Z adding 'torch/_export/db/logging.py' 2024-10-08T20:15:03.0463356Z adding 'torch/_export/db/examples/__init__.py' 2024-10-08T20:15:03.0466502Z adding 'torch/_export/db/examples/assume_constant_result.py' 2024-10-08T20:15:03.0469535Z adding 'torch/_export/db/examples/autograd_function.py' 2024-10-08T20:15:03.0472544Z adding 'torch/_export/db/examples/class_method.py' 2024-10-08T20:15:03.0475866Z adding 'torch/_export/db/examples/cond_branch_class_method.py' 2024-10-08T20:15:03.0479175Z adding 'torch/_export/db/examples/cond_branch_nested_function.py' 2024-10-08T20:15:03.0482901Z adding 'torch/_export/db/examples/cond_branch_nonlocal_variables.py' 2024-10-08T20:15:03.0485968Z adding 'torch/_export/db/examples/cond_closed_over_variable.py' 2024-10-08T20:15:03.0489055Z adding 'torch/_export/db/examples/cond_operands.py' 2024-10-08T20:15:03.0492322Z adding 'torch/_export/db/examples/cond_predicate.py' 2024-10-08T20:15:03.0495461Z adding 'torch/_export/db/examples/constrain_as_size_example.py' 2024-10-08T20:15:03.0498558Z adding 'torch/_export/db/examples/constrain_as_value_example.py' 2024-10-08T20:15:03.0501521Z adding 'torch/_export/db/examples/decorator.py' 2024-10-08T20:15:03.0504469Z adding 'torch/_export/db/examples/dictionary.py' 2024-10-08T20:15:03.0507511Z adding 'torch/_export/db/examples/dynamic_shape_assert.py' 2024-10-08T20:15:03.0510515Z adding 'torch/_export/db/examples/dynamic_shape_constructor.py' 2024-10-08T20:15:03.0513513Z adding 'torch/_export/db/examples/dynamic_shape_if_guard.py' 2024-10-08T20:15:03.0516487Z adding 'torch/_export/db/examples/dynamic_shape_map.py' 2024-10-08T20:15:03.0519512Z adding 'torch/_export/db/examples/dynamic_shape_round.py' 2024-10-08T20:15:03.0546384Z adding 'torch/_export/db/examples/dynamic_shape_slicing.py' 2024-10-08T20:15:03.0549500Z adding 'torch/_export/db/examples/dynamic_shape_view.py' 2024-10-08T20:15:03.0552611Z adding 'torch/_export/db/examples/fn_with_kwargs.py' 2024-10-08T20:15:03.0555732Z adding 'torch/_export/db/examples/list_contains.py' 2024-10-08T20:15:03.0558767Z adding 'torch/_export/db/examples/list_unpack.py' 2024-10-08T20:15:03.0562416Z adding 'torch/_export/db/examples/model_attr_mutation.py' 2024-10-08T20:15:03.0565440Z adding 'torch/_export/db/examples/nested_function.py' 2024-10-08T20:15:03.0568328Z adding 'torch/_export/db/examples/null_context_manager.py' 2024-10-08T20:15:03.0571571Z adding 'torch/_export/db/examples/optional_input.py' 2024-10-08T20:15:03.0574619Z adding 'torch/_export/db/examples/pytree_flatten.py' 2024-10-08T20:15:03.0577632Z adding 'torch/_export/db/examples/scalar_output.py' 2024-10-08T20:15:03.0580909Z adding 'torch/_export/db/examples/specialized_attribute.py' 2024-10-08T20:15:03.0584056Z adding 'torch/_export/db/examples/static_for_loop.py' 2024-10-08T20:15:03.0587066Z adding 'torch/_export/db/examples/static_if.py' 2024-10-08T20:15:03.0590122Z adding 'torch/_export/db/examples/tensor_setattr.py' 2024-10-08T20:15:03.0593231Z adding 'torch/_export/db/examples/type_reflection_method.py' 2024-10-08T20:15:03.0596408Z adding 'torch/_export/db/examples/unsupported_operator.py' 2024-10-08T20:15:03.0599357Z adding 'torch/_export/db/examples/user_input_mutation.py' 2024-10-08T20:15:03.0603094Z adding 'torch/_export/pass_infra/__init__.py' 2024-10-08T20:15:03.0606226Z adding 'torch/_export/pass_infra/node_metadata.py' 2024-10-08T20:15:03.0609542Z adding 'torch/_export/pass_infra/proxy_value.py' 2024-10-08T20:15:03.0613589Z adding 'torch/_export/passes/__init__.py' 2024-10-08T20:15:03.0617185Z adding 'torch/_export/passes/_node_metadata_hook.py' 2024-10-08T20:15:03.0622677Z adding 'torch/_export/passes/add_runtime_assertions_for_constraints_pass.py' 2024-10-08T20:15:03.0626801Z adding 'torch/_export/passes/collect_tracepoints_pass.py' 2024-10-08T20:15:03.0632676Z adding 'torch/_export/passes/constant_folding.py' 2024-10-08T20:15:03.0636924Z adding 'torch/_export/passes/functionalize_side_effectful_ops_pass.py' 2024-10-08T20:15:03.0643198Z adding 'torch/_export/passes/lift_constants_pass.py' 2024-10-08T20:15:03.0646848Z adding 'torch/_export/passes/remove_runtime_assertions.py' 2024-10-08T20:15:03.0651391Z adding 'torch/_export/passes/replace_autocast_with_hop_pass.py' 2024-10-08T20:15:03.0660911Z adding 'torch/_export/passes/replace_quantized_ops_with_standard_ops_pass.py' 2024-10-08T20:15:03.0665384Z adding 'torch/_export/passes/replace_set_grad_with_hop_pass.py' 2024-10-08T20:15:03.0669818Z adding 'torch/_export/passes/replace_view_ops_with_view_copy_ops_pass.py' 2024-10-08T20:15:03.0674447Z adding 'torch/_export/passes/replace_with_hop_pass_util.py' 2024-10-08T20:15:03.0678420Z adding 'torch/_export/serde/__init__.py' 2024-10-08T20:15:03.0681463Z adding 'torch/_export/serde/aoti_schema.py' 2024-10-08T20:15:03.0687065Z adding 'torch/_export/serde/dynamic_shapes.py' 2024-10-08T20:15:03.0692578Z adding 'torch/_export/serde/schema.py' 2024-10-08T20:15:03.0697202Z adding 'torch/_export/serde/schema.yaml' 2024-10-08T20:15:03.0702723Z adding 'torch/_export/serde/schema_check.py' 2024-10-08T20:15:03.0741661Z adding 'torch/_export/serde/serialize.py' 2024-10-08T20:15:03.0748018Z adding 'torch/_export/serde/union.py' 2024-10-08T20:15:03.0752205Z adding 'torch/_functorch/__init__.py' 2024-10-08T20:15:03.0778604Z adding 'torch/_functorch/aot_autograd.py' 2024-10-08T20:15:03.0787688Z adding 'torch/_functorch/apis.py' 2024-10-08T20:15:03.0799627Z adding 'torch/_functorch/autograd_function.py' 2024-10-08T20:15:03.0803567Z adding 'torch/_functorch/batch_norm_replacement.py' 2024-10-08T20:15:03.0808107Z adding 'torch/_functorch/benchmark_utils.py' 2024-10-08T20:15:03.0813029Z adding 'torch/_functorch/compile_utils.py' 2024-10-08T20:15:03.0819640Z adding 'torch/_functorch/compilers.py' 2024-10-08T20:15:03.0825937Z adding 'torch/_functorch/config.py' 2024-10-08T20:15:03.0830414Z adding 'torch/_functorch/deprecated.py' 2024-10-08T20:15:03.0855911Z adding 'torch/_functorch/eager_transforms.py' 2024-10-08T20:15:03.0863236Z adding 'torch/_functorch/functional_call.py' 2024-10-08T20:15:03.0870724Z adding 'torch/_functorch/fx_minifier.py' 2024-10-08T20:15:03.0879559Z adding 'torch/_functorch/make_functional.py' 2024-10-08T20:15:03.0908326Z adding 'torch/_functorch/partitioners.py' 2024-10-08T20:15:03.0915243Z adding 'torch/_functorch/pyfunctorch.py' 2024-10-08T20:15:03.0918729Z adding 'torch/_functorch/python_key.py' 2024-10-08T20:15:03.0921959Z adding 'torch/_functorch/pytree_hacks.py' 2024-10-08T20:15:03.0930319Z adding 'torch/_functorch/top_operators_github_usage.py' 2024-10-08T20:15:03.0934080Z adding 'torch/_functorch/utils.py' 2024-10-08T20:15:03.0942297Z adding 'torch/_functorch/vmap.py' 2024-10-08T20:15:03.0946872Z adding 'torch/_functorch/_aot_autograd/__init__.py' 2024-10-08T20:15:03.0957853Z adding 'torch/_functorch/_aot_autograd/autograd_cache.py' 2024-10-08T20:15:03.0974406Z adding 'torch/_functorch/_aot_autograd/collect_metadata_analysis.py' 2024-10-08T20:15:03.0980999Z adding 'torch/_functorch/_aot_autograd/dispatch_and_compile_graph.py' 2024-10-08T20:15:03.0989656Z adding 'torch/_functorch/_aot_autograd/functional_utils.py' 2024-10-08T20:15:03.0998843Z adding 'torch/_functorch/_aot_autograd/input_output_analysis.py' 2024-10-08T20:15:03.1011457Z adding 'torch/_functorch/_aot_autograd/jit_compile_runtime_wrappers.py' 2024-10-08T20:15:03.1016520Z adding 'torch/_functorch/_aot_autograd/logging_utils.py' 2024-10-08T20:15:03.1050982Z adding 'torch/_functorch/_aot_autograd/runtime_wrappers.py' 2024-10-08T20:15:03.1068675Z adding 'torch/_functorch/_aot_autograd/schemas.py' 2024-10-08T20:15:03.1077140Z adding 'torch/_functorch/_aot_autograd/subclass_utils.py' 2024-10-08T20:15:03.1094081Z adding 'torch/_functorch/_aot_autograd/traced_function_transforms.py' 2024-10-08T20:15:03.1102926Z adding 'torch/_functorch/_aot_autograd/utils.py' 2024-10-08T20:15:03.1107592Z adding 'torch/_higher_order_ops/__init__.py' 2024-10-08T20:15:03.1114035Z adding 'torch/_higher_order_ops/associative_scan.py' 2024-10-08T20:15:03.1123260Z adding 'torch/_higher_order_ops/auto_functionalize.py' 2024-10-08T20:15:03.1132923Z adding 'torch/_higher_order_ops/cond.py' 2024-10-08T20:15:03.1138814Z adding 'torch/_higher_order_ops/effects.py' 2024-10-08T20:15:03.1143506Z adding 'torch/_higher_order_ops/executorch_call_delegate.py' 2024-10-08T20:15:03.1154880Z adding 'torch/_higher_order_ops/flex_attention.py' 2024-10-08T20:15:03.1159845Z adding 'torch/_higher_order_ops/hints_wrap.py' 2024-10-08T20:15:03.1165007Z adding 'torch/_higher_order_ops/map.py' 2024-10-08T20:15:03.1169479Z adding 'torch/_higher_order_ops/out_dtype.py' 2024-10-08T20:15:03.1173074Z adding 'torch/_higher_order_ops/run_const_graph.py' 2024-10-08T20:15:03.1179963Z adding 'torch/_higher_order_ops/scan.py' 2024-10-08T20:15:03.1184194Z adding 'torch/_higher_order_ops/strict_mode.py' 2024-10-08T20:15:03.1188466Z adding 'torch/_higher_order_ops/torchbind.py' 2024-10-08T20:15:03.1204024Z adding 'torch/_higher_order_ops/triton_kernel_wrap.py' 2024-10-08T20:15:03.1211369Z adding 'torch/_higher_order_ops/utils.py' 2024-10-08T20:15:03.1217269Z adding 'torch/_higher_order_ops/while_loop.py' 2024-10-08T20:15:03.1222678Z adding 'torch/_higher_order_ops/wrap.py' 2024-10-08T20:15:03.1229386Z adding 'torch/_inductor/__init__.py' 2024-10-08T20:15:03.1234733Z adding 'torch/_inductor/aoti_eager.py' 2024-10-08T20:15:03.1240536Z adding 'torch/_inductor/async_compile.py' 2024-10-08T20:15:03.1251065Z adding 'torch/_inductor/autotune_process.py' 2024-10-08T20:15:03.1256206Z adding 'torch/_inductor/bounds.py' 2024-10-08T20:15:03.1301700Z adding 'torch/_inductor/codecache.py' 2024-10-08T20:15:03.1309679Z adding 'torch/_inductor/comm_analysis.py' 2024-10-08T20:15:03.1321355Z adding 'torch/_inductor/comms.py' 2024-10-08T20:15:03.1345253Z adding 'torch/_inductor/compile_fx.py' 2024-10-08T20:15:03.1369419Z adding 'torch/_inductor/config.py' 2024-10-08T20:15:03.1376863Z adding 'torch/_inductor/constant_folding.py' 2024-10-08T20:15:03.1394619Z adding 'torch/_inductor/cpp_builder.py' 2024-10-08T20:15:03.1401714Z adding 'torch/_inductor/cpu_vec_isa.py' 2024-10-08T20:15:03.1440033Z adding 'torch/_inductor/cudagraph_trees.py' 2024-10-08T20:15:03.1448073Z adding 'torch/_inductor/cudagraph_utils.py' 2024-10-08T20:15:03.1452082Z adding 'torch/_inductor/custom_graph_pass.py' 2024-10-08T20:15:03.1461249Z adding 'torch/_inductor/debug.py' 2024-10-08T20:15:03.1473666Z adding 'torch/_inductor/decomposition.py' 2024-10-08T20:15:03.1485126Z adding 'torch/_inductor/dependencies.py' 2024-10-08T20:15:03.1489568Z adding 'torch/_inductor/exc.py' 2024-10-08T20:15:03.1493102Z adding 'torch/_inductor/extern_node_serializer.py' 2024-10-08T20:15:03.1498547Z adding 'torch/_inductor/freezing.py' 2024-10-08T20:15:03.1504028Z adding 'torch/_inductor/fx_utils.py' 2024-10-08T20:15:03.1534516Z adding 'torch/_inductor/graph.py' 2024-10-08T20:15:03.1539591Z adding 'torch/_inductor/hooks.py' 2024-10-08T20:15:03.1545772Z adding 'torch/_inductor/index_propagation.py' 2024-10-08T20:15:03.1550555Z adding 'torch/_inductor/inductor_prims.py' 2024-10-08T20:15:03.1630534Z adding 'torch/_inductor/ir.py' 2024-10-08T20:15:03.1641220Z adding 'torch/_inductor/jagged_lowerings.py' 2024-10-08T20:15:03.1650667Z adding 'torch/_inductor/loop_body.py' 2024-10-08T20:15:03.1721410Z adding 'torch/_inductor/lowering.py' 2024-10-08T20:15:03.1734931Z adding 'torch/_inductor/memory.py' 2024-10-08T20:15:03.1741721Z adding 'torch/_inductor/metrics.py' 2024-10-08T20:15:03.1755473Z adding 'torch/_inductor/mkldnn_ir.py' 2024-10-08T20:15:03.1766497Z adding 'torch/_inductor/mkldnn_lowerings.py' 2024-10-08T20:15:03.1778081Z adding 'torch/_inductor/ops_handler.py' 2024-10-08T20:15:03.1782965Z adding 'torch/_inductor/optimize_indexing.py' 2024-10-08T20:15:03.1809294Z adding 'torch/_inductor/pattern_matcher.py' 2024-10-08T20:15:03.1814846Z adding 'torch/_inductor/quantized_lowerings.py' 2024-10-08T20:15:03.1820613Z adding 'torch/_inductor/remote_cache.py' 2024-10-08T20:15:03.1873150Z adding 'torch/_inductor/scheduler.py' 2024-10-08T20:15:03.1898505Z adding 'torch/_inductor/select_algorithm.py' 2024-10-08T20:15:03.1912711Z adding 'torch/_inductor/sizevars.py' 2024-10-08T20:15:03.1917805Z adding 'torch/_inductor/subgraph_lowering.py' 2024-10-08T20:15:03.1921123Z adding 'torch/_inductor/test_case.py' 2024-10-08T20:15:03.1924444Z adding 'torch/_inductor/test_operators.py' 2024-10-08T20:15:03.1950450Z adding 'torch/_inductor/utils.py' 2024-10-08T20:15:03.1958460Z adding 'torch/_inductor/virtualized.py' 2024-10-08T20:15:03.1964402Z adding 'torch/_inductor/wrapper_benchmark.py' 2024-10-08T20:15:03.1968693Z adding 'torch/_inductor/autoheuristic/__init__.py' 2024-10-08T20:15:03.1974579Z adding 'torch/_inductor/autoheuristic/autoheuristic.py' 2024-10-08T20:15:03.1980471Z adding 'torch/_inductor/autoheuristic/autoheuristic_utils.py' 2024-10-08T20:15:03.1984911Z adding 'torch/_inductor/autoheuristic/learned_heuristic_controller.py' 2024-10-08T20:15:03.1988452Z adding 'torch/_inductor/autoheuristic/learnedheuristic_interface.py' 2024-10-08T20:15:03.1996684Z adding 'torch/_inductor/autoheuristic/artifacts/_MMRankingA100.py' 2024-10-08T20:15:03.2005115Z adding 'torch/_inductor/autoheuristic/artifacts/_MMRankingH100.py' 2024-10-08T20:15:03.2010072Z adding 'torch/_inductor/autoheuristic/artifacts/_MixedMMA100.py' 2024-10-08T20:15:03.2014639Z adding 'torch/_inductor/autoheuristic/artifacts/_MixedMMH100.py' 2024-10-08T20:15:03.2018735Z adding 'torch/_inductor/autoheuristic/artifacts/_PadMMA100.py' 2024-10-08T20:15:03.2021782Z adding 'torch/_inductor/autoheuristic/artifacts/__init__.py' 2024-10-08T20:15:03.2025873Z adding 'torch/_inductor/codegen/__init__.py' 2024-10-08T20:15:03.2029588Z adding 'torch/_inductor/codegen/aoti_hipify_utils.py' 2024-10-08T20:15:03.2054477Z adding 'torch/_inductor/codegen/common.py' 2024-10-08T20:15:03.2118165Z adding 'torch/_inductor/codegen/cpp.py' 2024-10-08T20:15:03.2138095Z adding 'torch/_inductor/codegen/cpp_gemm_template.py' 2024-10-08T20:15:03.2148755Z adding 'torch/_inductor/codegen/cpp_micro_gemm.py' 2024-10-08T20:15:03.2160260Z adding 'torch/_inductor/codegen/cpp_prefix.h' 2024-10-08T20:15:03.2165165Z adding 'torch/_inductor/codegen/cpp_template.py' 2024-10-08T20:15:03.2172244Z adding 'torch/_inductor/codegen/cpp_template_kernel.py' 2024-10-08T20:15:03.2184965Z adding 'torch/_inductor/codegen/cpp_utils.py' 2024-10-08T20:15:03.2220177Z adding 'torch/_inductor/codegen/cpp_wrapper_cpu.py' 2024-10-08T20:15:03.2231376Z adding 'torch/_inductor/codegen/cpp_wrapper_cpu_array_ref.py' 2024-10-08T20:15:03.2239394Z adding 'torch/_inductor/codegen/cpp_wrapper_gpu.py' 2024-10-08T20:15:03.2243009Z adding 'torch/_inductor/codegen/cpu_device_op_overrides.py' 2024-10-08T20:15:03.2246834Z adding 'torch/_inductor/codegen/cuda_combined_scheduling.py' 2024-10-08T20:15:03.2252296Z adding 'torch/_inductor/codegen/debug_utils.py' 2024-10-08T20:15:03.2274097Z adding 'torch/_inductor/codegen/halide.py' 2024-10-08T20:15:03.2285059Z adding 'torch/_inductor/codegen/memory_planning.py' 2024-10-08T20:15:03.2292211Z adding 'torch/_inductor/codegen/multi_kernel.py' 2024-10-08T20:15:03.2319368Z adding 'torch/_inductor/codegen/simd.py' 2024-10-08T20:15:03.2364264Z adding 'torch/_inductor/codegen/triton.py' 2024-10-08T20:15:03.2382188Z adding 'torch/_inductor/codegen/triton_combo_kernel.py' 2024-10-08T20:15:03.2387693Z adding 'torch/_inductor/codegen/triton_split_scan.py' 2024-10-08T20:15:03.2392410Z adding 'torch/_inductor/codegen/triton_utils.py' 2024-10-08T20:15:03.2421026Z adding 'torch/_inductor/codegen/wrapper.py' 2024-10-08T20:15:03.2427419Z adding 'torch/_inductor/codegen/aoti_runtime/implementation.cpp' 2024-10-08T20:15:03.2432619Z adding 'torch/_inductor/codegen/aoti_runtime/interface.cpp' 2024-10-08T20:15:03.2436754Z adding 'torch/_inductor/codegen/cuda/__init__.py' 2024-10-08T20:15:03.2440779Z adding 'torch/_inductor/codegen/cuda/cuda_cpp_scheduling.py' 2024-10-08T20:15:03.2444113Z adding 'torch/_inductor/codegen/cuda/cuda_env.py' 2024-10-08T20:15:03.2450677Z adding 'torch/_inductor/codegen/cuda/cuda_kernel.py' 2024-10-08T20:15:03.2456212Z adding 'torch/_inductor/codegen/cuda/cuda_template.py' 2024-10-08T20:15:03.2461955Z adding 'torch/_inductor/codegen/cuda/cutlass_epilogue_gen.py' 2024-10-08T20:15:03.2468068Z adding 'torch/_inductor/codegen/cuda/cutlass_utils.py' 2024-10-08T20:15:03.2472404Z adding 'torch/_inductor/codegen/cuda/device_op_overrides.py' 2024-10-08T20:15:03.2490092Z adding 'torch/_inductor/codegen/cuda/gemm_template.py' 2024-10-08T20:15:03.2495455Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/__init__.py' 2024-10-08T20:15:03.2500202Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/gemm_operation_extensions.py' 2024-10-08T20:15:03.2504030Z adding 'torch/_inductor/codegen/rocm/__init__.py' 2024-10-08T20:15:03.2507520Z adding 'torch/_inductor/codegen/rocm/ck_template.py' 2024-10-08T20:15:03.2514550Z adding 'torch/_inductor/codegen/rocm/ck_universal_gemm_template.py' 2024-10-08T20:15:03.2518815Z adding 'torch/_inductor/codegen/rocm/compile_command.py' 2024-10-08T20:15:03.2522912Z adding 'torch/_inductor/codegen/rocm/rocm_benchmark_request.py' 2024-10-08T20:15:03.2526889Z adding 'torch/_inductor/codegen/rocm/rocm_cpp_scheduling.py' 2024-10-08T20:15:03.2532192Z adding 'torch/_inductor/codegen/rocm/rocm_kernel.py' 2024-10-08T20:15:03.2536919Z adding 'torch/_inductor/codegen/rocm/rocm_template.py' 2024-10-08T20:15:03.2540219Z adding 'torch/_inductor/codegen/rocm/rocm_template_buffer.py' 2024-10-08T20:15:03.2543745Z adding 'torch/_inductor/codegen/xpu/__init__.py' 2024-10-08T20:15:03.2546863Z adding 'torch/_inductor/codegen/xpu/device_op_overrides.py' 2024-10-08T20:15:03.2550594Z adding 'torch/_inductor/compile_worker/__init__.py' 2024-10-08T20:15:03.2553847Z adding 'torch/_inductor/compile_worker/__main__.py' 2024-10-08T20:15:03.2559615Z adding 'torch/_inductor/compile_worker/subproc_pool.py' 2024-10-08T20:15:03.2563182Z adding 'torch/_inductor/compile_worker/watchdog.py' 2024-10-08T20:15:03.2567275Z adding 'torch/_inductor/fx_passes/__init__.py' 2024-10-08T20:15:03.2576436Z adding 'torch/_inductor/fx_passes/b2b_gemm.py' 2024-10-08T20:15:03.2582441Z adding 'torch/_inductor/fx_passes/binary_folding.py' 2024-10-08T20:15:03.2591416Z adding 'torch/_inductor/fx_passes/ddp_fusion.py' 2024-10-08T20:15:03.2595990Z adding 'torch/_inductor/fx_passes/decompose_mem_bound_mm.py' 2024-10-08T20:15:03.2599741Z adding 'torch/_inductor/fx_passes/dedupe_symint_uses.py' 2024-10-08T20:15:03.2605399Z adding 'torch/_inductor/fx_passes/efficient_conv_bn_eval.py' 2024-10-08T20:15:03.2610560Z adding 'torch/_inductor/fx_passes/freezing_patterns.py' 2024-10-08T20:15:03.2619163Z adding 'torch/_inductor/fx_passes/fuse_attention.py' 2024-10-08T20:15:03.2634675Z adding 'torch/_inductor/fx_passes/group_batch_fusion.py' 2024-10-08T20:15:03.2645912Z adding 'torch/_inductor/fx_passes/joint_graph.py' 2024-10-08T20:15:03.2656590Z adding 'torch/_inductor/fx_passes/micro_pipeline_tp.py' 2024-10-08T20:15:03.2661520Z adding 'torch/_inductor/fx_passes/misc_patterns.py' 2024-10-08T20:15:03.2675239Z adding 'torch/_inductor/fx_passes/mkldnn_fusion.py' 2024-10-08T20:15:03.2680965Z adding 'torch/_inductor/fx_passes/numeric_utils.py' 2024-10-08T20:15:03.2691034Z adding 'torch/_inductor/fx_passes/pad_mm.py' 2024-10-08T20:15:03.2708111Z adding 'torch/_inductor/fx_passes/post_grad.py' 2024-10-08T20:15:03.2718753Z adding 'torch/_inductor/fx_passes/pre_grad.py' 2024-10-08T20:15:03.2743983Z adding 'torch/_inductor/fx_passes/quantization.py' 2024-10-08T20:15:03.2757418Z adding 'torch/_inductor/fx_passes/reinplace.py' 2024-10-08T20:15:03.2762074Z adding 'torch/_inductor/fx_passes/replace_random.py' 2024-10-08T20:15:03.2792562Z adding 'torch/_inductor/fx_passes/split_cat.py' 2024-10-08T20:15:03.2799638Z adding 'torch/_inductor/fx_passes/serialized_patterns/__init__.py' 2024-10-08T20:15:03.2803603Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_1.py' 2024-10-08T20:15:03.2808280Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py' 2024-10-08T20:15:03.2813133Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py' 2024-10-08T20:15:03.2817884Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py' 2024-10-08T20:15:03.2822190Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_13.py' 2024-10-08T20:15:03.2826826Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py' 2024-10-08T20:15:03.2831775Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_15.py' 2024-10-08T20:15:03.2838360Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py' 2024-10-08T20:15:03.2844119Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_17.py' 2024-10-08T20:15:03.2850109Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_18.py' 2024-10-08T20:15:03.2855430Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_19.py' 2024-10-08T20:15:03.2859952Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_2.py' 2024-10-08T20:15:03.2864498Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_3.py' 2024-10-08T20:15:03.2868954Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_4.py' 2024-10-08T20:15:03.2873457Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_5.py' 2024-10-08T20:15:03.2878023Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_6.py' 2024-10-08T20:15:03.2882825Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py' 2024-10-08T20:15:03.2887340Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py' 2024-10-08T20:15:03.2892191Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py' 2024-10-08T20:15:03.2895981Z adding 'torch/_inductor/fx_passes/serialized_patterns/addmm_pattern.py' 2024-10-08T20:15:03.2899157Z adding 'torch/_inductor/fx_passes/serialized_patterns/bmm_pattern.py' 2024-10-08T20:15:03.2902313Z adding 'torch/_inductor/fx_passes/serialized_patterns/mm_pattern.py' 2024-10-08T20:15:03.2905975Z adding 'torch/_inductor/kernel/__init__.py' 2024-10-08T20:15:03.2910760Z adding 'torch/_inductor/kernel/bmm.py' 2024-10-08T20:15:03.2918750Z adding 'torch/_inductor/kernel/conv.py' 2024-10-08T20:15:03.2940311Z adding 'torch/_inductor/kernel/flex_attention.py' 2024-10-08T20:15:03.2950215Z adding 'torch/_inductor/kernel/flex_decoding.py' 2024-10-08T20:15:03.2959833Z adding 'torch/_inductor/kernel/mm.py' 2024-10-08T20:15:03.2967218Z adding 'torch/_inductor/kernel/mm_common.py' 2024-10-08T20:15:03.2972424Z adding 'torch/_inductor/kernel/mm_plus_mm.py' 2024-10-08T20:15:03.2977879Z adding 'torch/_inductor/kernel/mm_scaled.py' 2024-10-08T20:15:03.2981935Z adding 'torch/_inductor/kernel/unpack_mixed_mm.py' 2024-10-08T20:15:03.2985674Z adding 'torch/_inductor/package/__init__.py' 2024-10-08T20:15:03.2988580Z adding 'torch/_inductor/package/build_package.py' 2024-10-08T20:15:03.2993325Z adding 'torch/_inductor/package/package.py' 2024-10-08T20:15:03.2996852Z adding 'torch/_inductor/package/pt2_archive_constants.py' 2024-10-08T20:15:03.3000521Z adding 'torch/_inductor/runtime/__init__.py' 2024-10-08T20:15:03.3004989Z adding 'torch/_inductor/runtime/autotune_cache.py' 2024-10-08T20:15:03.3009799Z adding 'torch/_inductor/runtime/benchmarking.py' 2024-10-08T20:15:03.3013598Z adding 'torch/_inductor/runtime/compile_tasks.py' 2024-10-08T20:15:03.3018961Z adding 'torch/_inductor/runtime/coordinate_descent_tuner.py' 2024-10-08T20:15:03.3022847Z adding 'torch/_inductor/runtime/halide_helpers.py' 2024-10-08T20:15:03.3027137Z adding 'torch/_inductor/runtime/hints.py' 2024-10-08T20:15:03.3031356Z adding 'torch/_inductor/runtime/runtime_utils.py' 2024-10-08T20:15:03.3039123Z adding 'torch/_inductor/runtime/triton_helpers.py' 2024-10-08T20:15:03.3064610Z adding 'torch/_inductor/runtime/triton_heuristics.py' 2024-10-08T20:15:03.3070579Z adding 'torch/_lazy/__init__.py' 2024-10-08T20:15:03.3074615Z adding 'torch/_lazy/closure.py' 2024-10-08T20:15:03.3077924Z adding 'torch/_lazy/computation.py' 2024-10-08T20:15:03.3080912Z adding 'torch/_lazy/config.py' 2024-10-08T20:15:03.3083879Z adding 'torch/_lazy/debug.py' 2024-10-08T20:15:03.3086897Z adding 'torch/_lazy/device_context.py' 2024-10-08T20:15:03.3092201Z adding 'torch/_lazy/extract_compiled_graph.py' 2024-10-08T20:15:03.3095581Z adding 'torch/_lazy/ir_cache.py' 2024-10-08T20:15:03.3098578Z adding 'torch/_lazy/metrics.py' 2024-10-08T20:15:03.3101838Z adding 'torch/_lazy/tensor_factory_functions.py' 2024-10-08T20:15:03.3104659Z adding 'torch/_lazy/ts_backend.py' 2024-10-08T20:15:03.3108383Z adding 'torch/_library/__init__.py' 2024-10-08T20:15:03.3113254Z adding 'torch/_library/autograd.py' 2024-10-08T20:15:03.3125259Z adding 'torch/_library/custom_ops.py' 2024-10-08T20:15:03.3132080Z adding 'torch/_library/fake_class_registry.py' 2024-10-08T20:15:03.3137309Z adding 'torch/_library/fake_impl.py' 2024-10-08T20:15:03.3143039Z adding 'torch/_library/infer_schema.py' 2024-10-08T20:15:03.3146881Z adding 'torch/_library/simple_registry.py' 2024-10-08T20:15:03.3152011Z adding 'torch/_library/triton.py' 2024-10-08T20:15:03.3157914Z adding 'torch/_library/utils.py' 2024-10-08T20:15:03.3162192Z adding 'torch/_logging/__init__.py' 2024-10-08T20:15:03.3179261Z adding 'torch/_logging/_internal.py' 2024-10-08T20:15:03.3184604Z adding 'torch/_logging/_registrations.py' 2024-10-08T20:15:03.3188325Z adding 'torch/_logging/scribe.py' 2024-10-08T20:15:03.3191703Z adding 'torch/_logging/structured.py' 2024-10-08T20:15:03.3196156Z adding 'torch/_numpy/__init__.py' 2024-10-08T20:15:03.3199505Z adding 'torch/_numpy/_binary_ufuncs_impl.py' 2024-10-08T20:15:03.3205579Z adding 'torch/_numpy/_casting_dicts.py' 2024-10-08T20:15:03.3212957Z adding 'torch/_numpy/_dtypes.py' 2024-10-08T20:15:03.3217753Z adding 'torch/_numpy/_dtypes_impl.py' 2024-10-08T20:15:03.3221544Z adding 'torch/_numpy/_funcs.py' 2024-10-08T20:15:03.3243265Z adding 'torch/_numpy/_funcs_impl.py' 2024-10-08T20:15:03.3247754Z adding 'torch/_numpy/_getlimits.py' 2024-10-08T20:15:03.3255126Z adding 'torch/_numpy/_ndarray.py' 2024-10-08T20:15:03.3260621Z adding 'torch/_numpy/_normalizations.py' 2024-10-08T20:15:03.3266368Z adding 'torch/_numpy/_reductions_impl.py' 2024-10-08T20:15:03.3271374Z adding 'torch/_numpy/_ufuncs.py' 2024-10-08T20:15:03.3275000Z adding 'torch/_numpy/_unary_ufuncs_impl.py' 2024-10-08T20:15:03.3280074Z adding 'torch/_numpy/_util.py' 2024-10-08T20:15:03.3283788Z adding 'torch/_numpy/fft.py' 2024-10-08T20:15:03.3288006Z adding 'torch/_numpy/linalg.py' 2024-10-08T20:15:03.3292407Z adding 'torch/_numpy/random.py' 2024-10-08T20:15:03.3296333Z adding 'torch/_numpy/testing/__init__.py' 2024-10-08T20:15:03.3322967Z adding 'torch/_numpy/testing/utils.py' 2024-10-08T20:15:03.3351732Z adding 'torch/_prims/__init__.py' 2024-10-08T20:15:03.3358007Z adding 'torch/_prims/context.py' 2024-10-08T20:15:03.3361703Z adding 'torch/_prims/debug_prims.py' 2024-10-08T20:15:03.3365234Z adding 'torch/_prims/executor.py' 2024-10-08T20:15:03.3370668Z adding 'torch/_prims/rng_prims.py' 2024-10-08T20:15:03.3397408Z adding 'torch/_prims_common/__init__.py' 2024-10-08T20:15:03.3406619Z adding 'torch/_prims_common/wrappers.py' 2024-10-08T20:15:03.3478778Z adding 'torch/_refs/__init__.py' 2024-10-08T20:15:03.3487529Z adding 'torch/_refs/_conversions.py' 2024-10-08T20:15:03.3494208Z adding 'torch/_refs/fft.py' 2024-10-08T20:15:03.3501041Z adding 'torch/_refs/linalg/__init__.py' 2024-10-08T20:15:03.3504960Z adding 'torch/_refs/nn/__init__.py' 2024-10-08T20:15:03.3519298Z adding 'torch/_refs/nn/functional/__init__.py' 2024-10-08T20:15:03.3525283Z adding 'torch/_refs/special/__init__.py' 2024-10-08T20:15:03.3529161Z adding 'torch/_strobelight/__init__.py' 2024-10-08T20:15:03.3534656Z adding 'torch/_strobelight/cli_function_profiler.py' 2024-10-08T20:15:03.3539479Z adding 'torch/_strobelight/compile_time_profiler.py' 2024-10-08T20:15:03.3543586Z adding 'torch/_subclasses/__init__.py' 2024-10-08T20:15:03.3548649Z adding 'torch/_subclasses/_fake_tensor_utils.py' 2024-10-08T20:15:03.3561017Z adding 'torch/_subclasses/fake_impls.py' 2024-10-08T20:15:03.3600759Z adding 'torch/_subclasses/fake_tensor.py' 2024-10-08T20:15:03.3607567Z adding 'torch/_subclasses/fake_utils.py' 2024-10-08T20:15:03.3620880Z adding 'torch/_subclasses/functional_tensor.py' 2024-10-08T20:15:03.3647961Z adding 'torch/_subclasses/meta_utils.py' 2024-10-08T20:15:03.3654809Z adding 'torch/_subclasses/schema_check_mode.py' 2024-10-08T20:15:03.3660250Z adding 'torch/_vendor/__init__.py' 2024-10-08T20:15:03.3664247Z adding 'torch/_vendor/packaging/__init__.py' 2024-10-08T20:15:03.3667832Z adding 'torch/_vendor/packaging/_structures.py' 2024-10-08T20:15:03.3674768Z adding 'torch/_vendor/packaging/version.py' 2024-10-08T20:15:03.3679034Z adding 'torch/amp/__init__.py' 2024-10-08T20:15:03.3687236Z adding 'torch/amp/autocast_mode.py' 2024-10-08T20:15:03.3699337Z adding 'torch/amp/grad_scaler.py' 2024-10-08T20:15:03.3704085Z adding 'torch/ao/__init__.py' 2024-10-08T20:15:03.3708051Z adding 'torch/ao/nn/__init__.py' 2024-10-08T20:15:03.3712031Z adding 'torch/ao/nn/intrinsic/__init__.py' 2024-10-08T20:15:03.3716015Z adding 'torch/ao/nn/intrinsic/modules/__init__.py' 2024-10-08T20:15:03.3720079Z adding 'torch/ao/nn/intrinsic/modules/fused.py' 2024-10-08T20:15:03.3724030Z adding 'torch/ao/nn/intrinsic/qat/__init__.py' 2024-10-08T20:15:03.3727893Z adding 'torch/ao/nn/intrinsic/qat/modules/__init__.py' 2024-10-08T20:15:03.3736753Z adding 'torch/ao/nn/intrinsic/qat/modules/conv_fused.py' 2024-10-08T20:15:03.3742238Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_fused.py' 2024-10-08T20:15:03.3745865Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_relu.py' 2024-10-08T20:15:03.3749807Z adding 'torch/ao/nn/intrinsic/quantized/__init__.py' 2024-10-08T20:15:03.3753522Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/__init__.py' 2024-10-08T20:15:03.3757146Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2024-10-08T20:15:03.3760754Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2024-10-08T20:15:03.3764709Z adding 'torch/ao/nn/intrinsic/quantized/modules/__init__.py' 2024-10-08T20:15:03.3768155Z adding 'torch/ao/nn/intrinsic/quantized/modules/bn_relu.py' 2024-10-08T20:15:03.3772109Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_add.py' 2024-10-08T20:15:03.3776452Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_relu.py' 2024-10-08T20:15:03.3780842Z adding 'torch/ao/nn/intrinsic/quantized/modules/linear_relu.py' 2024-10-08T20:15:03.3784528Z adding 'torch/ao/nn/qat/__init__.py' 2024-10-08T20:15:03.3788261Z adding 'torch/ao/nn/qat/dynamic/__init__.py' 2024-10-08T20:15:03.3791959Z adding 'torch/ao/nn/qat/dynamic/modules/__init__.py' 2024-10-08T20:15:03.3795879Z adding 'torch/ao/nn/qat/dynamic/modules/linear.py' 2024-10-08T20:15:03.3798990Z adding 'torch/ao/nn/qat/modules/__init__.py' 2024-10-08T20:15:03.3803573Z adding 'torch/ao/nn/qat/modules/conv.py' 2024-10-08T20:15:03.3807965Z adding 'torch/ao/nn/qat/modules/embedding_ops.py' 2024-10-08T20:15:03.3812043Z adding 'torch/ao/nn/qat/modules/linear.py' 2024-10-08T20:15:03.3815895Z adding 'torch/ao/nn/quantizable/__init__.py' 2024-10-08T20:15:03.3819561Z adding 'torch/ao/nn/quantizable/modules/__init__.py' 2024-10-08T20:15:03.3827603Z adding 'torch/ao/nn/quantizable/modules/activation.py' 2024-10-08T20:15:03.3835811Z adding 'torch/ao/nn/quantizable/modules/rnn.py' 2024-10-08T20:15:03.3840244Z adding 'torch/ao/nn/quantized/__init__.py' 2024-10-08T20:15:03.3848736Z adding 'torch/ao/nn/quantized/functional.py' 2024-10-08T20:15:03.3853225Z adding 'torch/ao/nn/quantized/dynamic/__init__.py' 2024-10-08T20:15:03.3857017Z adding 'torch/ao/nn/quantized/dynamic/modules/__init__.py' 2024-10-08T20:15:03.3861989Z adding 'torch/ao/nn/quantized/dynamic/modules/conv.py' 2024-10-08T20:15:03.3866911Z adding 'torch/ao/nn/quantized/dynamic/modules/linear.py' 2024-10-08T20:15:03.3881026Z adding 'torch/ao/nn/quantized/dynamic/modules/rnn.py' 2024-10-08T20:15:03.3887156Z adding 'torch/ao/nn/quantized/modules/__init__.py' 2024-10-08T20:15:03.3892537Z adding 'torch/ao/nn/quantized/modules/activation.py' 2024-10-08T20:15:03.3896487Z adding 'torch/ao/nn/quantized/modules/batchnorm.py' 2024-10-08T20:15:03.3905953Z adding 'torch/ao/nn/quantized/modules/conv.py' 2024-10-08T20:15:03.3910219Z adding 'torch/ao/nn/quantized/modules/dropout.py' 2024-10-08T20:15:03.3915707Z adding 'torch/ao/nn/quantized/modules/embedding_ops.py' 2024-10-08T20:15:03.3920451Z adding 'torch/ao/nn/quantized/modules/functional_modules.py' 2024-10-08T20:15:03.3926632Z adding 'torch/ao/nn/quantized/modules/linear.py' 2024-10-08T20:15:03.3931019Z adding 'torch/ao/nn/quantized/modules/normalization.py' 2024-10-08T20:15:03.3934920Z adding 'torch/ao/nn/quantized/modules/rnn.py' 2024-10-08T20:15:03.3939142Z adding 'torch/ao/nn/quantized/modules/utils.py' 2024-10-08T20:15:03.3943133Z adding 'torch/ao/nn/quantized/reference/__init__.py' 2024-10-08T20:15:03.3947150Z adding 'torch/ao/nn/quantized/reference/modules/__init__.py' 2024-10-08T20:15:03.3951814Z adding 'torch/ao/nn/quantized/reference/modules/conv.py' 2024-10-08T20:15:03.3955959Z adding 'torch/ao/nn/quantized/reference/modules/linear.py' 2024-10-08T20:15:03.3964000Z adding 'torch/ao/nn/quantized/reference/modules/rnn.py' 2024-10-08T20:15:03.3968605Z adding 'torch/ao/nn/quantized/reference/modules/sparse.py' 2024-10-08T20:15:03.3974253Z adding 'torch/ao/nn/quantized/reference/modules/utils.py' 2024-10-08T20:15:03.3978375Z adding 'torch/ao/nn/sparse/__init__.py' 2024-10-08T20:15:03.3982074Z adding 'torch/ao/nn/sparse/quantized/__init__.py' 2024-10-08T20:15:03.3986894Z adding 'torch/ao/nn/sparse/quantized/linear.py' 2024-10-08T20:15:03.3990587Z adding 'torch/ao/nn/sparse/quantized/utils.py' 2024-10-08T20:15:03.3994355Z adding 'torch/ao/nn/sparse/quantized/dynamic/__init__.py' 2024-10-08T20:15:03.3998887Z adding 'torch/ao/nn/sparse/quantized/dynamic/linear.py' 2024-10-08T20:15:03.4002874Z adding 'torch/ao/ns/__init__.py' 2024-10-08T20:15:03.4010028Z adding 'torch/ao/ns/_numeric_suite.py' 2024-10-08T20:15:03.4024184Z adding 'torch/ao/ns/_numeric_suite_fx.py' 2024-10-08T20:15:03.4029066Z adding 'torch/ao/ns/fx/__init__.py' 2024-10-08T20:15:03.4037017Z adding 'torch/ao/ns/fx/graph_matcher.py' 2024-10-08T20:15:03.4051817Z adding 'torch/ao/ns/fx/graph_passes.py' 2024-10-08T20:15:03.4059219Z adding 'torch/ao/ns/fx/mappings.py' 2024-10-08T20:15:03.4077216Z adding 'torch/ao/ns/fx/n_shadows_utils.py' 2024-10-08T20:15:03.4082195Z adding 'torch/ao/ns/fx/ns_types.py' 2024-10-08T20:15:03.4087370Z adding 'torch/ao/ns/fx/pattern_utils.py' 2024-10-08T20:15:03.4093086Z adding 'torch/ao/ns/fx/qconfig_multi_mapping.py' 2024-10-08T20:15:03.4101071Z adding 'torch/ao/ns/fx/utils.py' 2024-10-08T20:15:03.4106698Z adding 'torch/ao/ns/fx/weight_utils.py' 2024-10-08T20:15:03.4111109Z adding 'torch/ao/pruning/__init__.py' 2024-10-08T20:15:03.4114155Z adding 'torch/ao/pruning/_mappings.py' 2024-10-08T20:15:03.4118227Z adding 'torch/ao/pruning/_experimental/__init__.py' 2024-10-08T20:15:03.4121731Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/__init__.py' 2024-10-08T20:15:03.4129668Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py' 2024-10-08T20:15:03.4134217Z adding 'torch/ao/pruning/_experimental/data_scheduler/__init__.py' 2024-10-08T20:15:03.4139155Z adding 'torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py' 2024-10-08T20:15:03.4142972Z adding 'torch/ao/pruning/_experimental/data_sparsifier/__init__.py' 2024-10-08T20:15:03.4149623Z adding 'torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py' 2024-10-08T20:15:03.4154929Z adding 'torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py' 2024-10-08T20:15:03.4159534Z adding 'torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py' 2024-10-08T20:15:03.4163360Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py' 2024-10-08T20:15:03.4167269Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py' 2024-10-08T20:15:03.4171004Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py' 2024-10-08T20:15:03.4175276Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py' 2024-10-08T20:15:03.4180151Z adding 'torch/ao/pruning/_experimental/pruner/FPGM_pruner.py' 2024-10-08T20:15:03.4183452Z adding 'torch/ao/pruning/_experimental/pruner/__init__.py' 2024-10-08T20:15:03.4188919Z adding 'torch/ao/pruning/_experimental/pruner/base_structured_sparsifier.py' 2024-10-08T20:15:03.4192873Z adding 'torch/ao/pruning/_experimental/pruner/lstm_saliency_pruner.py' 2024-10-08T20:15:03.4196299Z adding 'torch/ao/pruning/_experimental/pruner/match_utils.py' 2024-10-08T20:15:03.4200020Z adding 'torch/ao/pruning/_experimental/pruner/parametrization.py' 2024-10-08T20:15:03.4207090Z adding 'torch/ao/pruning/_experimental/pruner/prune_functions.py' 2024-10-08T20:15:03.4211072Z adding 'torch/ao/pruning/_experimental/pruner/saliency_pruner.py' 2024-10-08T20:15:03.4214937Z adding 'torch/ao/pruning/scheduler/__init__.py' 2024-10-08T20:15:03.4219478Z adding 'torch/ao/pruning/scheduler/base_scheduler.py' 2024-10-08T20:15:03.4223730Z adding 'torch/ao/pruning/scheduler/cubic_scheduler.py' 2024-10-08T20:15:03.4227479Z adding 'torch/ao/pruning/scheduler/lambda_scheduler.py' 2024-10-08T20:15:03.4231240Z adding 'torch/ao/pruning/sparsifier/__init__.py' 2024-10-08T20:15:03.4237748Z adding 'torch/ao/pruning/sparsifier/base_sparsifier.py' 2024-10-08T20:15:03.4241907Z adding 'torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py' 2024-10-08T20:15:03.4246222Z adding 'torch/ao/pruning/sparsifier/utils.py' 2024-10-08T20:15:03.4251626Z adding 'torch/ao/pruning/sparsifier/weight_norm_sparsifier.py' 2024-10-08T20:15:03.4257460Z adding 'torch/ao/quantization/__init__.py' 2024-10-08T20:15:03.4262123Z adding 'torch/ao/quantization/_correct_bias.py' 2024-10-08T20:15:03.4267727Z adding 'torch/ao/quantization/_equalize.py' 2024-10-08T20:15:03.4272802Z adding 'torch/ao/quantization/_learnable_fake_quantize.py' 2024-10-08T20:15:03.4281309Z adding 'torch/ao/quantization/fake_quantize.py' 2024-10-08T20:15:03.4286686Z adding 'torch/ao/quantization/fuse_modules.py' 2024-10-08T20:15:03.4292078Z adding 'torch/ao/quantization/fuser_method_mappings.py' 2024-10-08T20:15:03.4313854Z adding 'torch/ao/quantization/observer.py' 2024-10-08T20:15:03.4323852Z adding 'torch/ao/quantization/qconfig.py' 2024-10-08T20:15:03.4330573Z adding 'torch/ao/quantization/qconfig_mapping.py' 2024-10-08T20:15:03.4334374Z adding 'torch/ao/quantization/quant_type.py' 2024-10-08T20:15:03.4340119Z adding 'torch/ao/quantization/quantization_mappings.py' 2024-10-08T20:15:03.4351242Z adding 'torch/ao/quantization/quantize.py' 2024-10-08T20:15:03.4361921Z adding 'torch/ao/quantization/quantize_fx.py' 2024-10-08T20:15:03.4368870Z adding 'torch/ao/quantization/quantize_jit.py' 2024-10-08T20:15:03.4374446Z adding 'torch/ao/quantization/quantize_pt2e.py' 2024-10-08T20:15:03.4378098Z adding 'torch/ao/quantization/stubs.py' 2024-10-08T20:15:03.4389204Z adding 'torch/ao/quantization/utils.py' 2024-10-08T20:15:03.4394130Z adding 'torch/ao/quantization/backend_config/__init__.py' 2024-10-08T20:15:03.4402153Z adding 'torch/ao/quantization/backend_config/_common_operator_config_utils.py' 2024-10-08T20:15:03.4406982Z adding 'torch/ao/quantization/backend_config/_qnnpack_pt2e.py' 2024-10-08T20:15:03.4417506Z adding 'torch/ao/quantization/backend_config/backend_config.py' 2024-10-08T20:15:03.4424038Z adding 'torch/ao/quantization/backend_config/executorch.py' 2024-10-08T20:15:03.4428032Z adding 'torch/ao/quantization/backend_config/fbgemm.py' 2024-10-08T20:15:03.4432131Z adding 'torch/ao/quantization/backend_config/native.py' 2024-10-08T20:15:03.4435327Z adding 'torch/ao/quantization/backend_config/observation_type.py' 2024-10-08T20:15:03.4441461Z adding 'torch/ao/quantization/backend_config/onednn.py' 2024-10-08T20:15:03.4445524Z adding 'torch/ao/quantization/backend_config/qnnpack.py' 2024-10-08T20:15:03.4450118Z adding 'torch/ao/quantization/backend_config/tensorrt.py' 2024-10-08T20:15:03.4455085Z adding 'torch/ao/quantization/backend_config/utils.py' 2024-10-08T20:15:03.4459172Z adding 'torch/ao/quantization/backend_config/x86.py' 2024-10-08T20:15:03.4462913Z adding 'torch/ao/quantization/fx/__init__.py' 2024-10-08T20:15:03.4473270Z adding 'torch/ao/quantization/fx/_decomposed.py' 2024-10-08T20:15:03.4487539Z adding 'torch/ao/quantization/fx/_equalize.py' 2024-10-08T20:15:03.4504599Z adding 'torch/ao/quantization/fx/_lower_to_native_backend.py' 2024-10-08T20:15:03.4525129Z adding 'torch/ao/quantization/fx/convert.py' 2024-10-08T20:15:03.4533090Z adding 'torch/ao/quantization/fx/custom_config.py' 2024-10-08T20:15:03.4538346Z adding 'torch/ao/quantization/fx/fuse.py' 2024-10-08T20:15:03.4542929Z adding 'torch/ao/quantization/fx/fuse_handler.py' 2024-10-08T20:15:03.4547280Z adding 'torch/ao/quantization/fx/graph_module.py' 2024-10-08T20:15:03.4550563Z adding 'torch/ao/quantization/fx/lower_to_fbgemm.py' 2024-10-08T20:15:03.4553610Z adding 'torch/ao/quantization/fx/lower_to_qnnpack.py' 2024-10-08T20:15:03.4558555Z adding 'torch/ao/quantization/fx/lstm_utils.py' 2024-10-08T20:15:03.4563780Z adding 'torch/ao/quantization/fx/match_utils.py' 2024-10-08T20:15:03.4567867Z adding 'torch/ao/quantization/fx/pattern_utils.py' 2024-10-08T20:15:03.4598501Z adding 'torch/ao/quantization/fx/prepare.py' 2024-10-08T20:15:03.4607036Z adding 'torch/ao/quantization/fx/qconfig_mapping_utils.py' 2024-10-08T20:15:03.4611866Z adding 'torch/ao/quantization/fx/quantize_handler.py' 2024-10-08T20:15:03.4615525Z adding 'torch/ao/quantization/fx/tracer.py' 2024-10-08T20:15:03.4629164Z adding 'torch/ao/quantization/fx/utils.py' 2024-10-08T20:15:03.4634063Z adding 'torch/ao/quantization/fx/_model_report/__init__.py' 2024-10-08T20:15:03.4657350Z adding 'torch/ao/quantization/fx/_model_report/detector.py' 2024-10-08T20:15:03.4670240Z adding 'torch/ao/quantization/fx/_model_report/model_report.py' 2024-10-08T20:15:03.4676784Z adding 'torch/ao/quantization/fx/_model_report/model_report_observer.py' 2024-10-08T20:15:03.4688685Z adding 'torch/ao/quantization/fx/_model_report/model_report_visualizer.py' 2024-10-08T20:15:03.4693378Z adding 'torch/ao/quantization/pt2e/__init__.py' 2024-10-08T20:15:03.4698768Z adding 'torch/ao/quantization/pt2e/_numeric_debugger.py' 2024-10-08T20:15:03.4702826Z adding 'torch/ao/quantization/pt2e/duplicate_dq_pass.py' 2024-10-08T20:15:03.4707630Z adding 'torch/ao/quantization/pt2e/export_utils.py' 2024-10-08T20:15:03.4711729Z adding 'torch/ao/quantization/pt2e/graph_utils.py' 2024-10-08T20:15:03.4717016Z adding 'torch/ao/quantization/pt2e/port_metadata_pass.py' 2024-10-08T20:15:03.4726406Z adding 'torch/ao/quantization/pt2e/prepare.py' 2024-10-08T20:15:03.4739353Z adding 'torch/ao/quantization/pt2e/qat_utils.py' 2024-10-08T20:15:03.4749449Z adding 'torch/ao/quantization/pt2e/utils.py' 2024-10-08T20:15:03.4754016Z adding 'torch/ao/quantization/pt2e/representation/__init__.py' 2024-10-08T20:15:03.4761861Z adding 'torch/ao/quantization/pt2e/representation/rewrite.py' 2024-10-08T20:15:03.4766571Z adding 'torch/ao/quantization/quantizer/__init__.py' 2024-10-08T20:15:03.4770457Z adding 'torch/ao/quantization/quantizer/composable_quantizer.py' 2024-10-08T20:15:03.4774471Z adding 'torch/ao/quantization/quantizer/embedding_quantizer.py' 2024-10-08T20:15:03.4778928Z adding 'torch/ao/quantization/quantizer/quantizer.py' 2024-10-08T20:15:03.4783071Z adding 'torch/ao/quantization/quantizer/utils.py' 2024-10-08T20:15:03.4800871Z adding 'torch/ao/quantization/quantizer/x86_inductor_quantizer.py' 2024-10-08T20:15:03.4808820Z adding 'torch/ao/quantization/quantizer/xnnpack_quantizer.py' 2024-10-08T20:15:03.4820620Z adding 'torch/ao/quantization/quantizer/xnnpack_quantizer_utils.py' 2024-10-08T20:15:03.4832344Z adding 'torch/autograd/__init__.py' 2024-10-08T20:15:03.4836924Z adding 'torch/autograd/anomaly_mode.py' 2024-10-08T20:15:03.4841881Z adding 'torch/autograd/forward_ad.py' 2024-10-08T20:15:03.4854570Z adding 'torch/autograd/function.py' 2024-10-08T20:15:03.4870879Z adding 'torch/autograd/functional.py' 2024-10-08T20:15:03.4877700Z adding 'torch/autograd/grad_mode.py' 2024-10-08T20:15:03.4910599Z adding 'torch/autograd/gradcheck.py' 2024-10-08T20:15:03.4924328Z adding 'torch/autograd/graph.py' 2024-10-08T20:15:03.4941673Z adding 'torch/autograd/profiler.py' 2024-10-08T20:15:03.4948333Z adding 'torch/autograd/profiler_legacy.py' 2024-10-08T20:15:03.4962809Z adding 'torch/autograd/profiler_util.py' 2024-10-08T20:15:03.4966934Z adding 'torch/autograd/variable.py' 2024-10-08T20:15:03.4971236Z adding 'torch/autograd/_functions/__init__.py' 2024-10-08T20:15:03.4974732Z adding 'torch/autograd/_functions/tensor.py' 2024-10-08T20:15:03.4978237Z adding 'torch/autograd/_functions/utils.py' 2024-10-08T20:15:03.4982585Z adding 'torch/backends/__init__.py' 2024-10-08T20:15:03.4987122Z adding 'torch/backends/_coreml/__init__.py' 2024-10-08T20:15:03.4991047Z adding 'torch/backends/_coreml/preprocess.py' 2024-10-08T20:15:03.4994701Z adding 'torch/backends/_nnapi/__init__.py' 2024-10-08T20:15:03.4999250Z adding 'torch/backends/_nnapi/prepare.py' 2024-10-08T20:15:03.5023123Z adding 'torch/backends/_nnapi/serializer.py' 2024-10-08T20:15:03.5028864Z adding 'torch/backends/cpu/__init__.py' 2024-10-08T20:15:03.5035761Z adding 'torch/backends/cuda/__init__.py' 2024-10-08T20:15:03.5041322Z adding 'torch/backends/cudnn/__init__.py' 2024-10-08T20:15:03.5044994Z adding 'torch/backends/cudnn/rnn.py' 2024-10-08T20:15:03.5049017Z adding 'torch/backends/cusparselt/__init__.py' 2024-10-08T20:15:03.5053004Z adding 'torch/backends/mha/__init__.py' 2024-10-08T20:15:03.5057135Z adding 'torch/backends/mkl/__init__.py' 2024-10-08T20:15:03.5061561Z adding 'torch/backends/mkldnn/__init__.py' 2024-10-08T20:15:03.5065595Z adding 'torch/backends/mps/__init__.py' 2024-10-08T20:15:03.5069461Z adding 'torch/backends/nnpack/__init__.py' 2024-10-08T20:15:03.5073019Z adding 'torch/backends/openmp/__init__.py' 2024-10-08T20:15:03.5077379Z adding 'torch/backends/opt_einsum/__init__.py' 2024-10-08T20:15:03.5081523Z adding 'torch/backends/quantized/__init__.py' 2024-10-08T20:15:03.5085127Z adding 'torch/backends/xeon/__init__.py' 2024-10-08T20:15:03.5097384Z adding 'torch/backends/xeon/run_cpu.py' 2024-10-08T20:15:03.5102144Z adding 'torch/backends/xnnpack/__init__.py' 2024-10-08T20:15:03.5298181Z adding 'torch/bin/FileStoreTest.exe' 2024-10-08T20:15:03.5509776Z adding 'torch/bin/TCPStoreTest.exe' 2024-10-08T20:15:03.5720594Z adding 'torch/bin/asmjit.dll' 2024-10-08T20:15:03.7244318Z adding 'torch/bin/fbgemm.dll' 2024-10-08T20:15:03.8777687Z adding 'torch/bin/protoc.exe' 2024-10-08T20:15:04.3068761Z adding 'torch/bin/test_api.exe' 2024-10-08T20:15:04.3449826Z adding 'torch/bin/test_edge_op_registration.exe' 2024-10-08T20:15:04.5925392Z adding 'torch/bin/test_jit.exe' 2024-10-08T20:15:04.7052668Z adding 'torch/bin/test_lazy.exe' 2024-10-08T20:15:05.0191123Z adding 'torch/bin/test_tensorexpr.exe' 2024-10-08T20:15:05.0397303Z adding 'torch/bin/tutorial_tensorexpr.exe' 2024-10-08T20:15:05.0408410Z adding 'torch/compiler/__init__.py' 2024-10-08T20:15:05.0412785Z adding 'torch/contrib/__init__.py' 2024-10-08T20:15:05.0417415Z adding 'torch/contrib/_tensorboard_vis.py' 2024-10-08T20:15:05.0422541Z adding 'torch/cpu/__init__.py' 2024-10-08T20:15:05.0426385Z adding 'torch/cpu/amp/__init__.py' 2024-10-08T20:15:05.0429779Z adding 'torch/cpu/amp/autocast_mode.py' 2024-10-08T20:15:05.0433059Z adding 'torch/cpu/amp/grad_scaler.py' 2024-10-08T20:15:05.0452210Z adding 'torch/cuda/__init__.py' 2024-10-08T20:15:05.0457032Z adding 'torch/cuda/_gpu_trace.py' 2024-10-08T20:15:05.0467125Z adding 'torch/cuda/_memory_viz.py' 2024-10-08T20:15:05.0475872Z adding 'torch/cuda/_sanitizer.py' 2024-10-08T20:15:05.0479951Z adding 'torch/cuda/_utils.py' 2024-10-08T20:15:05.0482954Z adding 'torch/cuda/comm.py' 2024-10-08T20:15:05.0486016Z adding 'torch/cuda/error.py' 2024-10-08T20:15:05.0489812Z adding 'torch/cuda/gds.py' 2024-10-08T20:15:05.0499047Z adding 'torch/cuda/graphs.py' 2024-10-08T20:15:05.0504065Z adding 'torch/cuda/jiterator.py' 2024-10-08T20:15:05.0519013Z adding 'torch/cuda/memory.py' 2024-10-08T20:15:05.0524046Z adding 'torch/cuda/nccl.py' 2024-10-08T20:15:05.0527814Z adding 'torch/cuda/nvtx.py' 2024-10-08T20:15:05.0531584Z adding 'torch/cuda/profiler.py' 2024-10-08T20:15:05.0535755Z adding 'torch/cuda/random.py' 2024-10-08T20:15:05.0538789Z adding 'torch/cuda/sparse.py' 2024-10-08T20:15:05.0543660Z adding 'torch/cuda/streams.py' 2024-10-08T20:15:05.0549672Z adding 'torch/cuda/tunable.py' 2024-10-08T20:15:05.0553834Z adding 'torch/cuda/amp/__init__.py' 2024-10-08T20:15:05.0557616Z adding 'torch/cuda/amp/autocast_mode.py' 2024-10-08T20:15:05.0560722Z adding 'torch/cuda/amp/common.py' 2024-10-08T20:15:05.0564002Z adding 'torch/cuda/amp/grad_scaler.py' 2024-10-08T20:15:05.0569701Z adding 'torch/distributed/__init__.py' 2024-10-08T20:15:05.0573309Z adding 'torch/distributed/_checkpointable.py' 2024-10-08T20:15:05.0576723Z adding 'torch/distributed/_composable_state.py' 2024-10-08T20:15:05.0591329Z adding 'torch/distributed/_functional_collectives.py' 2024-10-08T20:15:05.0595991Z adding 'torch/distributed/_functional_collectives_impl.py' 2024-10-08T20:15:05.0605883Z adding 'torch/distributed/_state_dict_utils.py' 2024-10-08T20:15:05.0610440Z adding 'torch/distributed/argparse_util.py' 2024-10-08T20:15:05.0614374Z adding 'torch/distributed/c10d_logger.py' 2024-10-08T20:15:05.0619407Z adding 'torch/distributed/collective_utils.py' 2024-10-08T20:15:05.0623022Z adding 'torch/distributed/constants.py' 2024-10-08T20:15:05.0638347Z adding 'torch/distributed/device_mesh.py' 2024-10-08T20:15:05.0704476Z adding 'torch/distributed/distributed_c10d.py' 2024-10-08T20:15:05.0713928Z adding 'torch/distributed/launch.py' 2024-10-08T20:15:05.0717318Z adding 'torch/distributed/logging_handlers.py' 2024-10-08T20:15:05.0721244Z adding 'torch/distributed/remote_device.py' 2024-10-08T20:15:05.0726604Z adding 'torch/distributed/rendezvous.py' 2024-10-08T20:15:05.0740123Z adding 'torch/distributed/run.py' 2024-10-08T20:15:05.0747419Z adding 'torch/distributed/utils.py' 2024-10-08T20:15:05.0751509Z adding 'torch/distributed/_composable/__init__.py' 2024-10-08T20:15:05.0755603Z adding 'torch/distributed/_composable/checkpoint_activation.py' 2024-10-08T20:15:05.0760634Z adding 'torch/distributed/_composable/contract.py' 2024-10-08T20:15:05.0765007Z adding 'torch/distributed/_composable/fully_shard.py' 2024-10-08T20:15:05.0770641Z adding 'torch/distributed/_composable/replicate.py' 2024-10-08T20:15:05.0774988Z adding 'torch/distributed/_composable/fsdp/__init__.py' 2024-10-08T20:15:05.0778791Z adding 'torch/distributed/_composable/fsdp/_fsdp_api.py' 2024-10-08T20:15:05.0786874Z adding 'torch/distributed/_composable/fsdp/_fsdp_collectives.py' 2024-10-08T20:15:05.0791303Z adding 'torch/distributed/_composable/fsdp/_fsdp_common.py' 2024-10-08T20:15:05.0796098Z adding 'torch/distributed/_composable/fsdp/_fsdp_init.py' 2024-10-08T20:15:05.0810100Z adding 'torch/distributed/_composable/fsdp/_fsdp_param.py' 2024-10-08T20:15:05.0821942Z adding 'torch/distributed/_composable/fsdp/_fsdp_param_group.py' 2024-10-08T20:15:05.0829419Z adding 'torch/distributed/_composable/fsdp/_fsdp_state.py' 2024-10-08T20:15:05.0838193Z adding 'torch/distributed/_composable/fsdp/fully_shard.py' 2024-10-08T20:15:05.0842601Z adding 'torch/distributed/_shard/__init__.py' 2024-10-08T20:15:05.0845729Z adding 'torch/distributed/_shard/_utils.py' 2024-10-08T20:15:05.0851679Z adding 'torch/distributed/_shard/api.py' 2024-10-08T20:15:05.0855795Z adding 'torch/distributed/_shard/common_op_utils.py' 2024-10-08T20:15:05.0859566Z adding 'torch/distributed/_shard/metadata.py' 2024-10-08T20:15:05.0862938Z adding 'torch/distributed/_shard/op_registry_utils.py' 2024-10-08T20:15:05.0866217Z adding 'torch/distributed/_shard/sharder.py' 2024-10-08T20:15:05.0870195Z adding 'torch/distributed/_shard/checkpoint/__init__.py' 2024-10-08T20:15:05.0874498Z adding 'torch/distributed/_shard/sharded_optim/__init__.py' 2024-10-08T20:15:05.0878584Z adding 'torch/distributed/_shard/sharded_optim/api.py' 2024-10-08T20:15:05.0885972Z adding 'torch/distributed/_shard/sharded_tensor/__init__.py' 2024-10-08T20:15:05.0903711Z adding 'torch/distributed/_shard/sharded_tensor/api.py' 2024-10-08T20:15:05.0908472Z adding 'torch/distributed/_shard/sharded_tensor/logger.py' 2024-10-08T20:15:05.0911809Z adding 'torch/distributed/_shard/sharded_tensor/logging_handlers.py' 2024-10-08T20:15:05.0915350Z adding 'torch/distributed/_shard/sharded_tensor/metadata.py' 2024-10-08T20:15:05.0920633Z adding 'torch/distributed/_shard/sharded_tensor/reshard.py' 2024-10-08T20:15:05.0924651Z adding 'torch/distributed/_shard/sharded_tensor/shard.py' 2024-10-08T20:15:05.0929770Z adding 'torch/distributed/_shard/sharded_tensor/utils.py' 2024-10-08T20:15:05.0934224Z adding 'torch/distributed/_shard/sharded_tensor/_ops/__init__.py' 2024-10-08T20:15:05.0938163Z adding 'torch/distributed/_shard/sharded_tensor/_ops/_common.py' 2024-10-08T20:15:05.0942026Z adding 'torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py' 2024-10-08T20:15:05.0946355Z adding 'torch/distributed/_shard/sharded_tensor/_ops/init.py' 2024-10-08T20:15:05.0949631Z adding 'torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py' 2024-10-08T20:15:05.0954292Z adding 'torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py' 2024-10-08T20:15:05.0958312Z adding 'torch/distributed/_shard/sharding_plan/__init__.py' 2024-10-08T20:15:05.0962183Z adding 'torch/distributed/_shard/sharding_plan/api.py' 2024-10-08T20:15:05.0966240Z adding 'torch/distributed/_shard/sharding_spec/__init__.py' 2024-10-08T20:15:05.0971387Z adding 'torch/distributed/_shard/sharding_spec/_internals.py' 2024-10-08T20:15:05.0977205Z adding 'torch/distributed/_shard/sharding_spec/api.py' 2024-10-08T20:15:05.0982836Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py' 2024-10-08T20:15:05.0987130Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py' 2024-10-08T20:15:05.0993468Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py' 2024-10-08T20:15:05.0999537Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py' 2024-10-08T20:15:05.1007462Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py' 2024-10-08T20:15:05.1011718Z adding 'torch/distributed/_sharded_tensor/__init__.py' 2024-10-08T20:15:05.1019749Z adding 'torch/distributed/_sharding_spec/__init__.py' 2024-10-08T20:15:05.1027851Z adding 'torch/distributed/_symmetric_memory/__init__.py' 2024-10-08T20:15:05.1032737Z adding 'torch/distributed/_tensor/__init__.py' 2024-10-08T20:15:05.1035851Z adding 'torch/distributed/_tensor/api.py' 2024-10-08T20:15:05.1038885Z adding 'torch/distributed/_tensor/placement_types.py' 2024-10-08T20:15:05.1042713Z adding 'torch/distributed/_tools/__init__.py' 2024-10-08T20:15:05.1053234Z adding 'torch/distributed/_tools/fsdp2_mem_tracker.py' 2024-10-08T20:15:05.1068338Z adding 'torch/distributed/_tools/mem_tracker.py' 2024-10-08T20:15:05.1074936Z adding 'torch/distributed/_tools/memory_tracker.py' 2024-10-08T20:15:05.1080563Z adding 'torch/distributed/_tools/mod_tracker.py' 2024-10-08T20:15:05.1089005Z adding 'torch/distributed/_tools/runtime_estimator.py' 2024-10-08T20:15:05.1093428Z adding 'torch/distributed/algorithms/__init__.py' 2024-10-08T20:15:05.1099845Z adding 'torch/distributed/algorithms/join.py' 2024-10-08T20:15:05.1104078Z adding 'torch/distributed/algorithms/_checkpoint/__init__.py' 2024-10-08T20:15:05.1110229Z adding 'torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py' 2024-10-08T20:15:05.1114197Z adding 'torch/distributed/algorithms/_comm_hooks/__init__.py' 2024-10-08T20:15:05.1118816Z adding 'torch/distributed/algorithms/_comm_hooks/default_hooks.py' 2024-10-08T20:15:05.1122801Z adding 'torch/distributed/algorithms/_optimizer_overlap/__init__.py' 2024-10-08T20:15:05.1126803Z adding 'torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py' 2024-10-08T20:15:05.1130482Z adding 'torch/distributed/algorithms/_quantization/__init__.py' 2024-10-08T20:15:05.1134709Z adding 'torch/distributed/algorithms/_quantization/quantization.py' 2024-10-08T20:15:05.1139623Z adding 'torch/distributed/algorithms/ddp_comm_hooks/__init__.py' 2024-10-08T20:15:05.1147090Z adding 'torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py' 2024-10-08T20:15:05.1151065Z adding 'torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py' 2024-10-08T20:15:05.1159487Z adding 'torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py' 2024-10-08T20:15:05.1163424Z adding 'torch/distributed/algorithms/ddp_comm_hooks/mixed_precision_hooks.py' 2024-10-08T20:15:05.1168316Z adding 'torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py' 2024-10-08T20:15:05.1172838Z adding 'torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py' 2024-10-08T20:15:05.1186941Z adding 'torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py' 2024-10-08T20:15:05.1192454Z adding 'torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py' 2024-10-08T20:15:05.1196398Z adding 'torch/distributed/algorithms/model_averaging/__init__.py' 2024-10-08T20:15:05.1200819Z adding 'torch/distributed/algorithms/model_averaging/averagers.py' 2024-10-08T20:15:05.1206143Z adding 'torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py' 2024-10-08T20:15:05.1209931Z adding 'torch/distributed/algorithms/model_averaging/utils.py' 2024-10-08T20:15:05.1214200Z adding 'torch/distributed/autograd/__init__.py' 2024-10-08T20:15:05.1218454Z adding 'torch/distributed/checkpoint/__init__.py' 2024-10-08T20:15:05.1222475Z adding 'torch/distributed/checkpoint/_checkpointer.py' 2024-10-08T20:15:05.1226436Z adding 'torch/distributed/checkpoint/_dedup_save_plans.py' 2024-10-08T20:15:05.1229996Z adding 'torch/distributed/checkpoint/_dedup_tensors.py' 2024-10-08T20:15:05.1233849Z adding 'torch/distributed/checkpoint/_fsspec_filesystem.py' 2024-10-08T20:15:05.1237436Z adding 'torch/distributed/checkpoint/_nested_dict.py' 2024-10-08T20:15:05.1241438Z adding 'torch/distributed/checkpoint/_sharded_tensor_utils.py' 2024-10-08T20:15:05.1244756Z adding 'torch/distributed/checkpoint/_storage_utils.py' 2024-10-08T20:15:05.1249151Z adding 'torch/distributed/checkpoint/_traverse.py' 2024-10-08T20:15:05.1252443Z adding 'torch/distributed/checkpoint/_version.py' 2024-10-08T20:15:05.1255773Z adding 'torch/distributed/checkpoint/api.py' 2024-10-08T20:15:05.1263552Z adding 'torch/distributed/checkpoint/default_planner.py' 2024-10-08T20:15:05.1273259Z adding 'torch/distributed/checkpoint/filesystem.py' 2024-10-08T20:15:05.1279514Z adding 'torch/distributed/checkpoint/format_utils.py' 2024-10-08T20:15:05.1283349Z adding 'torch/distributed/checkpoint/logger.py' 2024-10-08T20:15:05.1286353Z adding 'torch/distributed/checkpoint/logging_handlers.py' 2024-10-08T20:15:05.1290458Z adding 'torch/distributed/checkpoint/metadata.py' 2024-10-08T20:15:05.1296733Z adding 'torch/distributed/checkpoint/optimizer.py' 2024-10-08T20:15:05.1303511Z adding 'torch/distributed/checkpoint/planner.py' 2024-10-08T20:15:05.1310048Z adding 'torch/distributed/checkpoint/planner_helpers.py' 2024-10-08T20:15:05.1313877Z adding 'torch/distributed/checkpoint/resharding.py' 2024-10-08T20:15:05.1318090Z adding 'torch/distributed/checkpoint/staging.py' 2024-10-08T20:15:05.1335002Z adding 'torch/distributed/checkpoint/state_dict.py' 2024-10-08T20:15:05.1341842Z adding 'torch/distributed/checkpoint/state_dict_loader.py' 2024-10-08T20:15:05.1347913Z adding 'torch/distributed/checkpoint/state_dict_saver.py' 2024-10-08T20:15:05.1351465Z adding 'torch/distributed/checkpoint/stateful.py' 2024-10-08T20:15:05.1356244Z adding 'torch/distributed/checkpoint/storage.py' 2024-10-08T20:15:05.1362619Z adding 'torch/distributed/checkpoint/utils.py' 2024-10-08T20:15:05.1367814Z adding 'torch/distributed/elastic/__init__.py' 2024-10-08T20:15:05.1371356Z adding 'torch/distributed/elastic/control_plane.py' 2024-10-08T20:15:05.1375042Z adding 'torch/distributed/elastic/agent/__init__.py' 2024-10-08T20:15:05.1379274Z adding 'torch/distributed/elastic/agent/server/__init__.py' 2024-10-08T20:15:05.1393759Z adding 'torch/distributed/elastic/agent/server/api.py' 2024-10-08T20:15:05.1398656Z adding 'torch/distributed/elastic/agent/server/health_check_server.py' 2024-10-08T20:15:05.1405684Z adding 'torch/distributed/elastic/agent/server/local_elastic_agent.py' 2024-10-08T20:15:05.1411286Z adding 'torch/distributed/elastic/events/__init__.py' 2024-10-08T20:15:05.1415387Z adding 'torch/distributed/elastic/events/api.py' 2024-10-08T20:15:05.1418760Z adding 'torch/distributed/elastic/events/handlers.py' 2024-10-08T20:15:05.1423861Z adding 'torch/distributed/elastic/metrics/__init__.py' 2024-10-08T20:15:05.1428273Z adding 'torch/distributed/elastic/metrics/api.py' 2024-10-08T20:15:05.1434315Z adding 'torch/distributed/elastic/multiprocessing/__init__.py' 2024-10-08T20:15:05.1447231Z adding 'torch/distributed/elastic/multiprocessing/api.py' 2024-10-08T20:15:05.1451987Z adding 'torch/distributed/elastic/multiprocessing/redirects.py' 2024-10-08T20:15:05.1456344Z adding 'torch/distributed/elastic/multiprocessing/tail_log.py' 2024-10-08T20:15:05.1464548Z adding 'torch/distributed/elastic/multiprocessing/errors/__init__.py' 2024-10-08T20:15:05.1469607Z adding 'torch/distributed/elastic/multiprocessing/errors/error_handler.py' 2024-10-08T20:15:05.1472775Z adding 'torch/distributed/elastic/multiprocessing/errors/handlers.py' 2024-10-08T20:15:05.1476879Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/__init__.py' 2024-10-08T20:15:05.1480089Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/handlers.py' 2024-10-08T20:15:05.1483840Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/subprocess_handler.py' 2024-10-08T20:15:05.1489390Z adding 'torch/distributed/elastic/rendezvous/__init__.py' 2024-10-08T20:15:05.1495879Z adding 'torch/distributed/elastic/rendezvous/api.py' 2024-10-08T20:15:05.1501925Z adding 'torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py' 2024-10-08T20:15:05.1517596Z adding 'torch/distributed/elastic/rendezvous/dynamic_rendezvous.py' 2024-10-08T20:15:05.1533882Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous.py' 2024-10-08T20:15:05.1539713Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py' 2024-10-08T20:15:05.1545194Z adding 'torch/distributed/elastic/rendezvous/etcd_server.py' 2024-10-08T20:15:05.1550282Z adding 'torch/distributed/elastic/rendezvous/etcd_store.py' 2024-10-08T20:15:05.1554174Z adding 'torch/distributed/elastic/rendezvous/registry.py' 2024-10-08T20:15:05.1558270Z adding 'torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py' 2024-10-08T20:15:05.1563501Z adding 'torch/distributed/elastic/rendezvous/utils.py' 2024-10-08T20:15:05.1568108Z adding 'torch/distributed/elastic/timer/__init__.py' 2024-10-08T20:15:05.1573791Z adding 'torch/distributed/elastic/timer/api.py' 2024-10-08T20:15:05.1577399Z adding 'torch/distributed/elastic/timer/debug_info_logging.py' 2024-10-08T20:15:05.1584134Z adding 'torch/distributed/elastic/timer/file_based_local_timer.py' 2024-10-08T20:15:05.1588605Z adding 'torch/distributed/elastic/timer/local_timer.py' 2024-10-08T20:15:05.1592662Z adding 'torch/distributed/elastic/utils/__init__.py' 2024-10-08T20:15:05.1596334Z adding 'torch/distributed/elastic/utils/api.py' 2024-10-08T20:15:05.1600962Z adding 'torch/distributed/elastic/utils/distributed.py' 2024-10-08T20:15:05.1604290Z adding 'torch/distributed/elastic/utils/log_level.py' 2024-10-08T20:15:05.1607784Z adding 'torch/distributed/elastic/utils/logging.py' 2024-10-08T20:15:05.1612821Z adding 'torch/distributed/elastic/utils/store.py' 2024-10-08T20:15:05.1617037Z adding 'torch/distributed/elastic/utils/data/__init__.py' 2024-10-08T20:15:05.1620437Z adding 'torch/distributed/elastic/utils/data/cycling_iterator.py' 2024-10-08T20:15:05.1624549Z adding 'torch/distributed/elastic/utils/data/elastic_distributed_sampler.py' 2024-10-08T20:15:05.1628636Z adding 'torch/distributed/fsdp/__init__.py' 2024-10-08T20:15:05.1638172Z adding 'torch/distributed/fsdp/_common_utils.py' 2024-10-08T20:15:05.1643106Z adding 'torch/distributed/fsdp/_debug_utils.py' 2024-10-08T20:15:05.1647030Z adding 'torch/distributed/fsdp/_dynamo_utils.py' 2024-10-08T20:15:05.1653728Z adding 'torch/distributed/fsdp/_exec_order_utils.py' 2024-10-08T20:15:05.1695869Z adding 'torch/distributed/fsdp/_flat_param.py' 2024-10-08T20:15:05.1702731Z adding 'torch/distributed/fsdp/_fsdp_extensions.py' 2024-10-08T20:15:05.1719995Z adding 'torch/distributed/fsdp/_init_utils.py' 2024-10-08T20:15:05.1724394Z adding 'torch/distributed/fsdp/_limiter_utils.py' 2024-10-08T20:15:05.1756540Z adding 'torch/distributed/fsdp/_optim_utils.py' 2024-10-08T20:15:05.1782651Z adding 'torch/distributed/fsdp/_runtime_utils.py' 2024-10-08T20:15:05.1788436Z adding 'torch/distributed/fsdp/_shard_utils.py' 2024-10-08T20:15:05.1799886Z adding 'torch/distributed/fsdp/_state_dict_utils.py' 2024-10-08T20:15:05.1806223Z adding 'torch/distributed/fsdp/_trace_utils.py' 2024-10-08T20:15:05.1810814Z adding 'torch/distributed/fsdp/_traversal_utils.py' 2024-10-08T20:15:05.1816722Z adding 'torch/distributed/fsdp/_unshard_param_utils.py' 2024-10-08T20:15:05.1822736Z adding 'torch/distributed/fsdp/_wrap_utils.py' 2024-10-08T20:15:05.1830986Z adding 'torch/distributed/fsdp/api.py' 2024-10-08T20:15:05.1864538Z adding 'torch/distributed/fsdp/fully_sharded_data_parallel.py' 2024-10-08T20:15:05.1873635Z adding 'torch/distributed/fsdp/sharded_grad_scaler.py' 2024-10-08T20:15:05.1883604Z adding 'torch/distributed/fsdp/wrap.py' 2024-10-08T20:15:05.1888331Z adding 'torch/distributed/launcher/__init__.py' 2024-10-08T20:15:05.1894169Z adding 'torch/distributed/launcher/api.py' 2024-10-08T20:15:05.1898142Z adding 'torch/distributed/nn/__init__.py' 2024-10-08T20:15:05.1904312Z adding 'torch/distributed/nn/functional.py' 2024-10-08T20:15:05.1908303Z adding 'torch/distributed/nn/api/__init__.py' 2024-10-08T20:15:05.1918826Z adding 'torch/distributed/nn/api/remote_module.py' 2024-10-08T20:15:05.1923365Z adding 'torch/distributed/nn/jit/__init__.py' 2024-10-08T20:15:05.1927548Z adding 'torch/distributed/nn/jit/instantiator.py' 2024-10-08T20:15:05.1931336Z adding 'torch/distributed/nn/jit/templates/__init__.py' 2024-10-08T20:15:05.1935321Z adding 'torch/distributed/nn/jit/templates/remote_module_template.py' 2024-10-08T20:15:05.1939935Z adding 'torch/distributed/optim/__init__.py' 2024-10-08T20:15:05.1944312Z adding 'torch/distributed/optim/apply_optimizer_in_backward.py' 2024-10-08T20:15:05.1948242Z adding 'torch/distributed/optim/functional_adadelta.py' 2024-10-08T20:15:05.1952084Z adding 'torch/distributed/optim/functional_adagrad.py' 2024-10-08T20:15:05.1956590Z adding 'torch/distributed/optim/functional_adam.py' 2024-10-08T20:15:05.1960667Z adding 'torch/distributed/optim/functional_adamax.py' 2024-10-08T20:15:05.1965039Z adding 'torch/distributed/optim/functional_adamw.py' 2024-10-08T20:15:05.1969206Z adding 'torch/distributed/optim/functional_rmsprop.py' 2024-10-08T20:15:05.1973233Z adding 'torch/distributed/optim/functional_rprop.py' 2024-10-08T20:15:05.1977354Z adding 'torch/distributed/optim/functional_sgd.py' 2024-10-08T20:15:05.1983691Z adding 'torch/distributed/optim/named_optimizer.py' 2024-10-08T20:15:05.1989405Z adding 'torch/distributed/optim/optimizer.py' 2024-10-08T20:15:05.1993698Z adding 'torch/distributed/optim/post_localSGD_optimizer.py' 2024-10-08T20:15:05.1997152Z adding 'torch/distributed/optim/utils.py' 2024-10-08T20:15:05.2022418Z adding 'torch/distributed/optim/zero_redundancy_optimizer.py' 2024-10-08T20:15:05.2027629Z adding 'torch/distributed/optim/zero_redundancy_optimizer.pyi' 2024-10-08T20:15:05.2047536Z adding 'torch/distributed/pipelining/_IR.py' 2024-10-08T20:15:05.2051782Z adding 'torch/distributed/pipelining/__init__.py' 2024-10-08T20:15:05.2058770Z adding 'torch/distributed/pipelining/_backward.py' 2024-10-08T20:15:05.2062115Z adding 'torch/distributed/pipelining/_debug.py' 2024-10-08T20:15:05.2065201Z adding 'torch/distributed/pipelining/_unflatten.py' 2024-10-08T20:15:05.2068590Z adding 'torch/distributed/pipelining/_utils.py' 2024-10-08T20:15:05.2075783Z adding 'torch/distributed/pipelining/microbatch.py' 2024-10-08T20:15:05.2102433Z adding 'torch/distributed/pipelining/schedules.py' 2024-10-08T20:15:05.2125997Z adding 'torch/distributed/pipelining/stage.py' 2024-10-08T20:15:05.2133632Z adding 'torch/distributed/rpc/__init__.py' 2024-10-08T20:15:05.2137145Z adding 'torch/distributed/rpc/_utils.py' 2024-10-08T20:15:05.2149288Z adding 'torch/distributed/rpc/api.py' 2024-10-08T20:15:05.2157222Z adding 'torch/distributed/rpc/backend_registry.py' 2024-10-08T20:15:05.2160728Z adding 'torch/distributed/rpc/constants.py' 2024-10-08T20:15:05.2165121Z adding 'torch/distributed/rpc/functions.py' 2024-10-08T20:15:05.2170688Z adding 'torch/distributed/rpc/internal.py' 2024-10-08T20:15:05.2175595Z adding 'torch/distributed/rpc/options.py' 2024-10-08T20:15:05.2179346Z adding 'torch/distributed/rpc/rref_proxy.py' 2024-10-08T20:15:05.2184253Z adding 'torch/distributed/rpc/server_process_global_profiler.py' 2024-10-08T20:15:05.2188271Z adding 'torch/distributed/rpc/_testing/__init__.py' 2024-10-08T20:15:05.2191695Z adding 'torch/distributed/rpc/_testing/faulty_agent_backend_registry.py' 2024-10-08T20:15:05.2195881Z adding 'torch/distributed/tensor/__init__.py' 2024-10-08T20:15:05.2212390Z adding 'torch/distributed/tensor/_api.py' 2024-10-08T20:15:05.2219962Z adding 'torch/distributed/tensor/_collective_utils.py' 2024-10-08T20:15:05.2228533Z adding 'torch/distributed/tensor/_dispatch.py' 2024-10-08T20:15:05.2234376Z adding 'torch/distributed/tensor/_dtensor_spec.py' 2024-10-08T20:15:05.2241857Z adding 'torch/distributed/tensor/_op_schema.py' 2024-10-08T20:15:05.2249012Z adding 'torch/distributed/tensor/_random.py' 2024-10-08T20:15:05.2255835Z adding 'torch/distributed/tensor/_redistribute.py' 2024-10-08T20:15:05.2264299Z adding 'torch/distributed/tensor/_sharding_prop.py' 2024-10-08T20:15:05.2270262Z adding 'torch/distributed/tensor/_shards_wrapper.py' 2024-10-08T20:15:05.2275321Z adding 'torch/distributed/tensor/_tp_conv.py' 2024-10-08T20:15:05.2281797Z adding 'torch/distributed/tensor/_utils.py' 2024-10-08T20:15:05.2285335Z adding 'torch/distributed/tensor/device_mesh.py' 2024-10-08T20:15:05.2294454Z adding 'torch/distributed/tensor/placement_types.py' 2024-10-08T20:15:05.2299050Z adding 'torch/distributed/tensor/_ops/__init__.py' 2024-10-08T20:15:05.2305227Z adding 'torch/distributed/tensor/_ops/_common_rules.py' 2024-10-08T20:15:05.2309367Z adding 'torch/distributed/tensor/_ops/_conv_ops.py' 2024-10-08T20:15:05.2313837Z adding 'torch/distributed/tensor/_ops/_einsum_strategy.py' 2024-10-08T20:15:05.2319267Z adding 'torch/distributed/tensor/_ops/_embedding_ops.py' 2024-10-08T20:15:05.2322807Z adding 'torch/distributed/tensor/_ops/_experimental_ops.py' 2024-10-08T20:15:05.2334510Z adding 'torch/distributed/tensor/_ops/_math_ops.py' 2024-10-08T20:15:05.2341314Z adding 'torch/distributed/tensor/_ops/_matrix_ops.py' 2024-10-08T20:15:05.2349046Z adding 'torch/distributed/tensor/_ops/_pointwise_ops.py' 2024-10-08T20:15:05.2352795Z adding 'torch/distributed/tensor/_ops/_random_ops.py' 2024-10-08T20:15:05.2363603Z adding 'torch/distributed/tensor/_ops/_tensor_ops.py' 2024-10-08T20:15:05.2374182Z adding 'torch/distributed/tensor/_ops/_view_ops.py' 2024-10-08T20:15:05.2380312Z adding 'torch/distributed/tensor/_ops/utils.py' 2024-10-08T20:15:05.2384685Z adding 'torch/distributed/tensor/debug/__init__.py' 2024-10-08T20:15:05.2394112Z adding 'torch/distributed/tensor/debug/_comm_mode.py' 2024-10-08T20:15:05.2398599Z adding 'torch/distributed/tensor/debug/_op_coverage.py' 2024-10-08T20:15:05.2403693Z adding 'torch/distributed/tensor/debug/_visualize_sharding.py' 2024-10-08T20:15:05.2407986Z adding 'torch/distributed/tensor/experimental/__init__.py' 2024-10-08T20:15:05.2422768Z adding 'torch/distributed/tensor/experimental/_attention.py' 2024-10-08T20:15:05.2429180Z adding 'torch/distributed/tensor/experimental/_func_map.py' 2024-10-08T20:15:05.2433977Z adding 'torch/distributed/tensor/experimental/_register_sharding.py' 2024-10-08T20:15:05.2441907Z adding 'torch/distributed/tensor/experimental/_tp_transform.py' 2024-10-08T20:15:05.2446549Z adding 'torch/distributed/tensor/parallel/__init__.py' 2024-10-08T20:15:05.2449981Z adding 'torch/distributed/tensor/parallel/_data_parallel_utils.py' 2024-10-08T20:15:05.2453550Z adding 'torch/distributed/tensor/parallel/_utils.py' 2024-10-08T20:15:05.2458842Z adding 'torch/distributed/tensor/parallel/api.py' 2024-10-08T20:15:05.2463052Z adding 'torch/distributed/tensor/parallel/ddp.py' 2024-10-08T20:15:05.2469524Z adding 'torch/distributed/tensor/parallel/fsdp.py' 2024-10-08T20:15:05.2473874Z adding 'torch/distributed/tensor/parallel/input_reshard.py' 2024-10-08T20:15:05.2481017Z adding 'torch/distributed/tensor/parallel/loss.py' 2024-10-08T20:15:05.2490136Z adding 'torch/distributed/tensor/parallel/style.py' 2024-10-08T20:15:05.2496948Z adding 'torch/distributions/__init__.py' 2024-10-08T20:15:05.2501110Z adding 'torch/distributions/bernoulli.py' 2024-10-08T20:15:05.2504888Z adding 'torch/distributions/beta.py' 2024-10-08T20:15:05.2509311Z adding 'torch/distributions/binomial.py' 2024-10-08T20:15:05.2513810Z adding 'torch/distributions/categorical.py' 2024-10-08T20:15:05.2517651Z adding 'torch/distributions/cauchy.py' 2024-10-08T20:15:05.2520858Z adding 'torch/distributions/chi2.py' 2024-10-08T20:15:05.2526129Z adding 'torch/distributions/constraint_registry.py' 2024-10-08T20:15:05.2533474Z adding 'torch/distributions/constraints.py' 2024-10-08T20:15:05.2538858Z adding 'torch/distributions/continuous_bernoulli.py' 2024-10-08T20:15:05.2543021Z adding 'torch/distributions/dirichlet.py' 2024-10-08T20:15:05.2548842Z adding 'torch/distributions/distribution.py' 2024-10-08T20:15:05.2552739Z adding 'torch/distributions/exp_family.py' 2024-10-08T20:15:05.2556337Z adding 'torch/distributions/exponential.py' 2024-10-08T20:15:05.2560182Z adding 'torch/distributions/fishersnedecor.py' 2024-10-08T20:15:05.2564043Z adding 'torch/distributions/gamma.py' 2024-10-08T20:15:05.2568281Z adding 'torch/distributions/geometric.py' 2024-10-08T20:15:05.2571962Z adding 'torch/distributions/gumbel.py' 2024-10-08T20:15:05.2575682Z adding 'torch/distributions/half_cauchy.py' 2024-10-08T20:15:05.2579133Z adding 'torch/distributions/half_normal.py' 2024-10-08T20:15:05.2583089Z adding 'torch/distributions/independent.py' 2024-10-08T20:15:05.2586713Z adding 'torch/distributions/inverse_gamma.py' 2024-10-08T20:15:05.2597059Z adding 'torch/distributions/kl.py' 2024-10-08T20:15:05.2601507Z adding 'torch/distributions/kumaraswamy.py' 2024-10-08T20:15:05.2605449Z adding 'torch/distributions/laplace.py' 2024-10-08T20:15:05.2609973Z adding 'torch/distributions/lkj_cholesky.py' 2024-10-08T20:15:05.2613494Z adding 'torch/distributions/log_normal.py' 2024-10-08T20:15:05.2617085Z adding 'torch/distributions/logistic_normal.py' 2024-10-08T20:15:05.2622094Z adding 'torch/distributions/lowrank_multivariate_normal.py' 2024-10-08T20:15:05.2626993Z adding 'torch/distributions/mixture_same_family.py' 2024-10-08T20:15:05.2631355Z adding 'torch/distributions/multinomial.py' 2024-10-08T20:15:05.2636772Z adding 'torch/distributions/multivariate_normal.py' 2024-10-08T20:15:05.2640981Z adding 'torch/distributions/negative_binomial.py' 2024-10-08T20:15:05.2644726Z adding 'torch/distributions/normal.py' 2024-10-08T20:15:05.2648926Z adding 'torch/distributions/one_hot_categorical.py' 2024-10-08T20:15:05.2652436Z adding 'torch/distributions/pareto.py' 2024-10-08T20:15:05.2655893Z adding 'torch/distributions/poisson.py' 2024-10-08T20:15:05.2660052Z adding 'torch/distributions/relaxed_bernoulli.py' 2024-10-08T20:15:05.2664134Z adding 'torch/distributions/relaxed_categorical.py' 2024-10-08T20:15:05.2667988Z adding 'torch/distributions/studentT.py' 2024-10-08T20:15:05.2672934Z adding 'torch/distributions/transformed_distribution.py' 2024-10-08T20:15:05.2685650Z adding 'torch/distributions/transforms.py' 2024-10-08T20:15:05.2690296Z adding 'torch/distributions/uniform.py' 2024-10-08T20:15:05.2695117Z adding 'torch/distributions/utils.py' 2024-10-08T20:15:05.2699756Z adding 'torch/distributions/von_mises.py' 2024-10-08T20:15:05.2703489Z adding 'torch/distributions/weibull.py' 2024-10-08T20:15:05.2709617Z adding 'torch/distributions/wishart.py' 2024-10-08T20:15:05.2719152Z adding 'torch/export/__init__.py' 2024-10-08T20:15:05.2723240Z adding 'torch/export/_remove_auto_functionalized_pass.py' 2024-10-08T20:15:05.2727480Z adding 'torch/export/_remove_effect_tokens_pass.py' 2024-10-08T20:15:05.2730978Z adding 'torch/export/_safeguard.py' 2024-10-08T20:15:05.2738094Z adding 'torch/export/_swap.py' 2024-10-08T20:15:05.2764606Z adding 'torch/export/_trace.py' 2024-10-08T20:15:05.2769785Z adding 'torch/export/_tree_utils.py' 2024-10-08T20:15:05.2776090Z adding 'torch/export/_unlift.py' 2024-10-08T20:15:05.2779388Z adding 'torch/export/custom_obj.py' 2024-10-08T20:15:05.2795787Z adding 'torch/export/dynamic_shapes.py' 2024-10-08T20:15:05.2815305Z adding 'torch/export/exported_program.py' 2024-10-08T20:15:05.2823950Z adding 'torch/export/graph_signature.py' 2024-10-08T20:15:05.2845369Z adding 'torch/export/unflatten.py' 2024-10-08T20:15:05.2851370Z adding 'torch/export/experimental/__init__.py' 2024-10-08T20:15:05.2855815Z adding 'torch/export/passes/__init__.py' 2024-10-08T20:15:05.2868843Z adding 'torch/fft/__init__.py' 2024-10-08T20:15:05.2873917Z adding 'torch/func/__init__.py' 2024-10-08T20:15:05.2881030Z adding 'torch/futures/__init__.py' 2024-10-08T20:15:05.2886400Z adding 'torch/fx/__init__.py' 2024-10-08T20:15:05.2889621Z adding 'torch/fx/__init__.pyi' 2024-10-08T20:15:05.2892862Z adding 'torch/fx/_compatibility.py' 2024-10-08T20:15:05.2897511Z adding 'torch/fx/_lazy_graph_module.py' 2024-10-08T20:15:05.2901389Z adding 'torch/fx/_pytree.py' 2024-10-08T20:15:05.2922561Z adding 'torch/fx/_symbolic_trace.py' 2024-10-08T20:15:05.2926984Z adding 'torch/fx/_utils.py' 2024-10-08T20:15:05.2930697Z adding 'torch/fx/annotate.py' 2024-10-08T20:15:05.2933527Z adding 'torch/fx/config.py' 2024-10-08T20:15:05.2961166Z adding 'torch/fx/graph.py' 2024-10-08T20:15:05.2978466Z adding 'torch/fx/graph_module.py' 2024-10-08T20:15:05.2983121Z adding 'torch/fx/immutable_collections.py' 2024-10-08T20:15:05.2991102Z adding 'torch/fx/interpreter.py' 2024-10-08T20:15:05.3005306Z adding 'torch/fx/node.py' 2024-10-08T20:15:05.3014816Z adding 'torch/fx/operator_schemas.py' 2024-10-08T20:15:05.3025470Z adding 'torch/fx/proxy.py' 2024-10-08T20:15:05.3032968Z adding 'torch/fx/subgraph_rewriter.py' 2024-10-08T20:15:05.3036894Z adding 'torch/fx/tensor_type.py' 2024-10-08T20:15:05.3040490Z adding 'torch/fx/traceback.py' 2024-10-08T20:15:05.3044727Z adding 'torch/fx/experimental/__init__.py' 2024-10-08T20:15:05.3048048Z adding 'torch/fx/experimental/_backward_state.py' 2024-10-08T20:15:05.3051956Z adding 'torch/fx/experimental/_config.py' 2024-10-08T20:15:05.3068512Z adding 'torch/fx/experimental/accelerator_partitioner.py' 2024-10-08T20:15:05.3075893Z adding 'torch/fx/experimental/const_fold.py' 2024-10-08T20:15:05.3079394Z adding 'torch/fx/experimental/debug.py' 2024-10-08T20:15:05.3090722Z adding 'torch/fx/experimental/graph_gradual_typechecker.py' 2024-10-08T20:15:05.3096348Z adding 'torch/fx/experimental/merge_matmul.py' 2024-10-08T20:15:05.3102022Z adding 'torch/fx/experimental/meta_tracer.py' 2024-10-08T20:15:05.3106675Z adding 'torch/fx/experimental/normalize.py' 2024-10-08T20:15:05.3114391Z adding 'torch/fx/experimental/optimization.py' 2024-10-08T20:15:05.3120878Z adding 'torch/fx/experimental/partitioner_utils.py' 2024-10-08T20:15:05.3153624Z adding 'torch/fx/experimental/proxy_tensor.py' 2024-10-08T20:15:05.3164108Z adding 'torch/fx/experimental/recording.py' 2024-10-08T20:15:05.3167668Z adding 'torch/fx/experimental/refinement_types.py' 2024-10-08T20:15:05.3172057Z adding 'torch/fx/experimental/rewriter.py' 2024-10-08T20:15:05.3176325Z adding 'torch/fx/experimental/schema_type_annotation.py' 2024-10-08T20:15:05.3194240Z adding 'torch/fx/experimental/sym_node.py' 2024-10-08T20:15:05.3302386Z adding 'torch/fx/experimental/symbolic_shapes.py' 2024-10-08T20:15:05.3312291Z adding 'torch/fx/experimental/unify_refinements.py' 2024-10-08T20:15:05.3324369Z adding 'torch/fx/experimental/validator.py' 2024-10-08T20:15:05.3329045Z adding 'torch/fx/experimental/migrate_gradual_types/__init__.py' 2024-10-08T20:15:05.3334958Z adding 'torch/fx/experimental/migrate_gradual_types/constraint.py' 2024-10-08T20:15:05.3349492Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_generator.py' 2024-10-08T20:15:05.3363989Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_transformation.py' 2024-10-08T20:15:05.3367874Z adding 'torch/fx/experimental/migrate_gradual_types/operation.py' 2024-10-08T20:15:05.3374090Z adding 'torch/fx/experimental/migrate_gradual_types/transform_to_z3.py' 2024-10-08T20:15:05.3377771Z adding 'torch/fx/experimental/migrate_gradual_types/util.py' 2024-10-08T20:15:05.3381064Z adding 'torch/fx/experimental/migrate_gradual_types/z3_types.py' 2024-10-08T20:15:05.3385209Z adding 'torch/fx/experimental/unification/__init__.py' 2024-10-08T20:15:05.3388654Z adding 'torch/fx/experimental/unification/core.py' 2024-10-08T20:15:05.3391755Z adding 'torch/fx/experimental/unification/dispatch.py' 2024-10-08T20:15:05.3395497Z adding 'torch/fx/experimental/unification/match.py' 2024-10-08T20:15:05.3399330Z adding 'torch/fx/experimental/unification/more.py' 2024-10-08T20:15:05.3405061Z adding 'torch/fx/experimental/unification/unification_tools.py' 2024-10-08T20:15:05.3409190Z adding 'torch/fx/experimental/unification/utils.py' 2024-10-08T20:15:05.3412889Z adding 'torch/fx/experimental/unification/variable.py' 2024-10-08T20:15:05.3416979Z adding 'torch/fx/experimental/unification/multipledispatch/__init__.py' 2024-10-08T20:15:05.3420938Z adding 'torch/fx/experimental/unification/multipledispatch/conflict.py' 2024-10-08T20:15:05.3424716Z adding 'torch/fx/experimental/unification/multipledispatch/core.py' 2024-10-08T20:15:05.3431557Z adding 'torch/fx/experimental/unification/multipledispatch/dispatcher.py' 2024-10-08T20:15:05.3464468Z adding 'torch/fx/experimental/unification/multipledispatch/utils.py' 2024-10-08T20:15:05.3468375Z adding 'torch/fx/experimental/unification/multipledispatch/variadic.py' 2024-10-08T20:15:05.3472455Z adding 'torch/fx/passes/__init__.py' 2024-10-08T20:15:05.3475952Z adding 'torch/fx/passes/annotate_getitem_nodes.py' 2024-10-08T20:15:05.3479622Z adding 'torch/fx/passes/fake_tensor_prop.py' 2024-10-08T20:15:05.3486687Z adding 'torch/fx/passes/graph_drawer.py' 2024-10-08T20:15:05.3491165Z adding 'torch/fx/passes/graph_manipulation.py' 2024-10-08T20:15:05.3495057Z adding 'torch/fx/passes/graph_transform_observer.py' 2024-10-08T20:15:05.3506589Z adding 'torch/fx/passes/net_min_base.py' 2024-10-08T20:15:05.3512282Z adding 'torch/fx/passes/operator_support.py' 2024-10-08T20:15:05.3516399Z adding 'torch/fx/passes/param_fetch.py' 2024-10-08T20:15:05.3521349Z adding 'torch/fx/passes/pass_manager.py' 2024-10-08T20:15:05.3535950Z adding 'torch/fx/passes/reinplace.py' 2024-10-08T20:15:05.3546924Z adding 'torch/fx/passes/runtime_assert.py' 2024-10-08T20:15:05.3552425Z adding 'torch/fx/passes/shape_prop.py' 2024-10-08T20:15:05.3562019Z adding 'torch/fx/passes/split_module.py' 2024-10-08T20:15:05.3568561Z adding 'torch/fx/passes/split_utils.py' 2024-10-08T20:15:05.3581194Z adding 'torch/fx/passes/splitter_base.py' 2024-10-08T20:15:05.3587800Z adding 'torch/fx/passes/tools_common.py' 2024-10-08T20:15:05.3591892Z adding 'torch/fx/passes/backends/__init__.py' 2024-10-08T20:15:05.3595492Z adding 'torch/fx/passes/backends/cudagraphs.py' 2024-10-08T20:15:05.3599132Z adding 'torch/fx/passes/dialect/__init__.py' 2024-10-08T20:15:05.3602864Z adding 'torch/fx/passes/dialect/common/__init__.py' 2024-10-08T20:15:05.3607153Z adding 'torch/fx/passes/dialect/common/cse_pass.py' 2024-10-08T20:15:05.3610813Z adding 'torch/fx/passes/infra/__init__.py' 2024-10-08T20:15:05.3617675Z adding 'torch/fx/passes/infra/partitioner.py' 2024-10-08T20:15:05.3621541Z adding 'torch/fx/passes/infra/pass_base.py' 2024-10-08T20:15:05.3627486Z adding 'torch/fx/passes/infra/pass_manager.py' 2024-10-08T20:15:05.3631510Z adding 'torch/fx/passes/tests/__init__.py' 2024-10-08T20:15:05.3634900Z adding 'torch/fx/passes/tests/test_pass_manager.py' 2024-10-08T20:15:05.3638574Z adding 'torch/fx/passes/utils/__init__.py' 2024-10-08T20:15:05.3642433Z adding 'torch/fx/passes/utils/common.py' 2024-10-08T20:15:05.3648037Z adding 'torch/fx/passes/utils/fuser_utils.py' 2024-10-08T20:15:05.3655827Z adding 'torch/fx/passes/utils/matcher_utils.py' 2024-10-08T20:15:05.3660556Z adding 'torch/fx/passes/utils/matcher_with_name_node_map_utils.py' 2024-10-08T20:15:05.3664925Z adding 'torch/fx/passes/utils/source_matcher_utils.py' 2024-10-08T20:15:05.3678740Z adding 'torch/include/cpuinfo.h' 2024-10-08T20:15:05.3683320Z adding 'torch/include/dnnl.h' 2024-10-08T20:15:05.3686503Z adding 'torch/include/dnnl_config.h' 2024-10-08T20:15:05.3689565Z adding 'torch/include/dnnl_debug.h' 2024-10-08T20:15:05.3692695Z adding 'torch/include/dnnl_ocl.h' 2024-10-08T20:15:05.3695732Z adding 'torch/include/dnnl_sycl.h' 2024-10-08T20:15:05.3698781Z adding 'torch/include/dnnl_sycl_types.h' 2024-10-08T20:15:05.3701829Z adding 'torch/include/dnnl_threadpool.h' 2024-10-08T20:15:05.3704901Z adding 'torch/include/dnnl_types.h' 2024-10-08T20:15:05.3707990Z adding 'torch/include/dnnl_version.h' 2024-10-08T20:15:05.3711001Z adding 'torch/include/experiments-config.h' 2024-10-08T20:15:05.3713786Z adding 'torch/include/fp16.h' 2024-10-08T20:15:05.3719107Z adding 'torch/include/fxdiv.h' 2024-10-08T20:15:05.3722557Z adding 'torch/include/libshm.h' 2024-10-08T20:15:05.3732530Z adding 'torch/include/psimd.h' 2024-10-08T20:15:05.3747040Z adding 'torch/include/pthreadpool.h' 2024-10-08T20:15:05.3785797Z adding 'torch/include/sleef.h' 2024-10-08T20:15:05.3830300Z adding 'torch/include/xnnpack.h' 2024-10-08T20:15:05.3842325Z adding 'torch/include/ATen/ATen.h' 2024-10-08T20:15:05.3846509Z adding 'torch/include/ATen/AccumulateType.h' 2024-10-08T20:15:05.3849486Z adding 'torch/include/ATen/ArrayRef.h' 2024-10-08T20:15:05.3852335Z adding 'torch/include/ATen/Backend.h' 2024-10-08T20:15:05.3855095Z adding 'torch/include/ATen/Backtrace.h' 2024-10-08T20:15:05.3858024Z adding 'torch/include/ATen/BlasBackend.h' 2024-10-08T20:15:05.3863196Z adding 'torch/include/ATen/CPUApplyUtils.h' 2024-10-08T20:15:05.3866665Z adding 'torch/include/ATen/CPUFixedAllocator.h' 2024-10-08T20:15:05.3870118Z adding 'torch/include/ATen/CPUFunctions.h' 2024-10-08T20:15:05.3877804Z adding 'torch/include/ATen/CPUFunctions_inl.h' 2024-10-08T20:15:05.3881622Z adding 'torch/include/ATen/CPUGeneratorImpl.h' 2024-10-08T20:15:05.3885035Z adding 'torch/include/ATen/CUDAFunctions.h' 2024-10-08T20:15:05.3891623Z adding 'torch/include/ATen/CUDAFunctions_inl.h' 2024-10-08T20:15:05.3895734Z adding 'torch/include/ATen/CachedTensorUtils.h' 2024-10-08T20:15:05.3899230Z adding 'torch/include/ATen/CollapseDims.h' 2024-10-08T20:15:05.3902827Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions.h' 2024-10-08T20:15:05.3909819Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h' 2024-10-08T20:15:05.3914253Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h' 2024-10-08T20:15:05.3919605Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h' 2024-10-08T20:15:05.3923439Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions.h' 2024-10-08T20:15:05.3929778Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h' 2024-10-08T20:15:05.3934224Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h' 2024-10-08T20:15:05.3937434Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h' 2024-10-08T20:15:05.3940258Z adding 'torch/include/ATen/Config.h' 2024-10-08T20:15:05.3947760Z adding 'torch/include/ATen/Context.h' 2024-10-08T20:15:05.3951453Z adding 'torch/include/ATen/DLConvertor.h' 2024-10-08T20:15:05.3954200Z adding 'torch/include/ATen/Device.h' 2024-10-08T20:15:05.3957340Z adding 'torch/include/ATen/DeviceAccelerator.h' 2024-10-08T20:15:05.3960432Z adding 'torch/include/ATen/DeviceGuard.h' 2024-10-08T20:15:05.3963209Z adding 'torch/include/ATen/DimVector.h' 2024-10-08T20:15:05.3965856Z adding 'torch/include/ATen/Dimname.h' 2024-10-08T20:15:05.3976113Z adding 'torch/include/ATen/Dispatch.h' 2024-10-08T20:15:05.3983530Z adding 'torch/include/ATen/Dispatch_v2.h' 2024-10-08T20:15:05.3987479Z adding 'torch/include/ATen/DynamicLibrary.h' 2024-10-08T20:15:05.3990901Z adding 'torch/include/ATen/EmptyTensor.h' 2024-10-08T20:15:05.3994068Z adding 'torch/include/ATen/ExpandBase.h' 2024-10-08T20:15:05.3999709Z adding 'torch/include/ATen/ExpandUtils.h' 2024-10-08T20:15:05.4003345Z adding 'torch/include/ATen/Formatting.h' 2024-10-08T20:15:05.4006644Z adding 'torch/include/ATen/FuncTorchTLS.h' 2024-10-08T20:15:05.4011666Z adding 'torch/include/ATen/FunctionalStorageImpl.h' 2024-10-08T20:15:05.4019292Z adding 'torch/include/ATen/FunctionalTensorWrapper.h' 2024-10-08T20:15:05.4030755Z adding 'torch/include/ATen/Functions.h' 2024-10-08T20:15:05.4034908Z adding 'torch/include/ATen/Generator.h' 2024-10-08T20:15:05.4038433Z adding 'torch/include/ATen/InferSize.h' 2024-10-08T20:15:05.4041542Z adding 'torch/include/ATen/InitialTensorOptions.h' 2024-10-08T20:15:05.4044253Z adding 'torch/include/ATen/Layout.h' 2024-10-08T20:15:05.4047501Z adding 'torch/include/ATen/LegacyBatchedFallback.h' 2024-10-08T20:15:05.4051818Z adding 'torch/include/ATen/LegacyBatchedTensorImpl.h' 2024-10-08T20:15:05.4055101Z adding 'torch/include/ATen/LegacyVmapMode.h' 2024-10-08T20:15:05.4060125Z adding 'torch/include/ATen/LegacyVmapTransforms.h' 2024-10-08T20:15:05.4063362Z adding 'torch/include/ATen/LinalgBackend.h' 2024-10-08T20:15:05.4066932Z adding 'torch/include/ATen/MapAllocator.h' 2024-10-08T20:15:05.4070590Z adding 'torch/include/ATen/MatrixRef.h' 2024-10-08T20:15:05.4075254Z adding 'torch/include/ATen/MemoryOverlap.h' 2024-10-08T20:15:05.4079807Z adding 'torch/include/ATen/MetaFunctions.h' 2024-10-08T20:15:05.4085696Z adding 'torch/include/ATen/MetaFunctions_inl.h' 2024-10-08T20:15:05.4092221Z adding 'torch/include/ATen/MethodOperators.h' 2024-10-08T20:15:05.4096552Z adding 'torch/include/ATen/NamedTensor.h' 2024-10-08T20:15:05.4101035Z adding 'torch/include/ATen/NamedTensorUtils.h' 2024-10-08T20:15:05.4115135Z adding 'torch/include/ATen/NativeFunctions.h' 2024-10-08T20:15:05.4128963Z adding 'torch/include/ATen/NativeMetaFunctions.h' 2024-10-08T20:15:05.4138115Z adding 'torch/include/ATen/NestedTensorImpl.h' 2024-10-08T20:15:05.4142035Z adding 'torch/include/ATen/NumericUtils.h' 2024-10-08T20:15:05.4146532Z adding 'torch/include/ATen/OpMathType.h' 2024-10-08T20:15:05.4151877Z adding 'torch/include/ATen/OpaqueTensorImpl.h' 2024-10-08T20:15:05.4165217Z adding 'torch/include/ATen/Operators.h' 2024-10-08T20:15:05.4170936Z adding 'torch/include/ATen/PTThreadPool.h' 2024-10-08T20:15:05.4175735Z adding 'torch/include/ATen/PadNd.h' 2024-10-08T20:15:05.4180347Z adding 'torch/include/ATen/Parallel-inl.h' 2024-10-08T20:15:05.4185601Z adding 'torch/include/ATen/Parallel.h' 2024-10-08T20:15:05.4189935Z adding 'torch/include/ATen/ParallelFuture.h' 2024-10-08T20:15:05.4193039Z adding 'torch/include/ATen/ParallelNative.h' 2024-10-08T20:15:05.4197445Z adding 'torch/include/ATen/ParallelOpenMP.h' 2024-10-08T20:15:05.4201849Z adding 'torch/include/ATen/PythonTorchFunctionTLS.h' 2024-10-08T20:15:05.4508247Z adding 'torch/include/ATen/RedispatchFunctions.h' 2024-10-08T20:15:05.4712882Z adding 'torch/include/ATen/RegistrationDeclarations.h' 2024-10-08T20:15:05.4734805Z adding 'torch/include/ATen/SavedTensorHooks.h' 2024-10-08T20:15:05.4737709Z adding 'torch/include/ATen/Scalar.h' 2024-10-08T20:15:05.4741090Z adding 'torch/include/ATen/ScalarOps.h' 2024-10-08T20:15:05.4743903Z adding 'torch/include/ATen/ScalarType.h' 2024-10-08T20:15:05.4746836Z adding 'torch/include/ATen/SequenceNumber.h' 2024-10-08T20:15:05.4749556Z adding 'torch/include/ATen/SmallVector.h' 2024-10-08T20:15:05.4753965Z adding 'torch/include/ATen/SparseCsrTensorImpl.h' 2024-10-08T20:15:05.4759912Z adding 'torch/include/ATen/SparseCsrTensorUtils.h' 2024-10-08T20:15:05.4766609Z adding 'torch/include/ATen/SparseTensorImpl.h' 2024-10-08T20:15:05.4769783Z adding 'torch/include/ATen/Storage.h' 2024-10-08T20:15:05.4773093Z adding 'torch/include/ATen/StorageUtils.h' 2024-10-08T20:15:05.4775863Z adding 'torch/include/ATen/Tensor.h' 2024-10-08T20:15:05.4778603Z adding 'torch/include/ATen/TensorAccessor.h' 2024-10-08T20:15:05.4782182Z adding 'torch/include/ATen/TensorGeometry.h' 2024-10-08T20:15:05.4791808Z adding 'torch/include/ATen/TensorIndexing.h' 2024-10-08T20:15:05.4806972Z adding 'torch/include/ATen/TensorIterator.h' 2024-10-08T20:15:05.4811339Z adding 'torch/include/ATen/TensorIteratorInternal.h' 2024-10-08T20:15:05.4815509Z adding 'torch/include/ATen/TensorMeta.h' 2024-10-08T20:15:05.4819388Z adding 'torch/include/ATen/TensorNames.h' 2024-10-08T20:15:05.4822818Z adding 'torch/include/ATen/TensorOperators.h' 2024-10-08T20:15:05.4825632Z adding 'torch/include/ATen/TensorOptions.h' 2024-10-08T20:15:05.4829325Z adding 'torch/include/ATen/TensorSubclassLikeUtils.h' 2024-10-08T20:15:05.4833333Z adding 'torch/include/ATen/TensorUtils.h' 2024-10-08T20:15:05.4836549Z adding 'torch/include/ATen/ThreadLocalPythonObjects.h' 2024-10-08T20:15:05.4840470Z adding 'torch/include/ATen/ThreadLocalState.h' 2024-10-08T20:15:05.4844768Z adding 'torch/include/ATen/TracerMode.h' 2024-10-08T20:15:05.4847954Z adding 'torch/include/ATen/TypeDefault.h' 2024-10-08T20:15:05.4851526Z adding 'torch/include/ATen/Utils.h' 2024-10-08T20:15:05.4854709Z adding 'torch/include/ATen/Version.h' 2024-10-08T20:15:05.5027988Z adding 'torch/include/ATen/VmapGeneratedPlumbing.h' 2024-10-08T20:15:05.5071901Z adding 'torch/include/ATen/WrapDimUtils.h' 2024-10-08T20:15:05.5075454Z adding 'torch/include/ATen/WrapDimUtilsMulti.h' 2024-10-08T20:15:05.5086589Z adding 'torch/include/ATen/autocast_mode.h' 2024-10-08T20:15:05.5090682Z adding 'torch/include/ATen/ceil_div.h' 2024-10-08T20:15:05.5095339Z adding 'torch/include/ATen/code_template.h' 2024-10-08T20:15:05.5099470Z adding 'torch/include/ATen/cpp_custom_type_hack.h' 2024-10-08T20:15:05.5102628Z adding 'torch/include/ATen/div_rtn.h' 2024-10-08T20:15:05.5107508Z adding 'torch/include/ATen/dlpack.h' 2024-10-08T20:15:05.5110741Z adding 'torch/include/ATen/jit_macros.h' 2024-10-08T20:15:05.5114962Z adding 'torch/include/ATen/jiterator_macros.h' 2024-10-08T20:15:05.5123201Z adding 'torch/include/ATen/record_function.h' 2024-10-08T20:15:05.5128749Z adding 'torch/include/ATen/core/ATenGeneral.h' 2024-10-08T20:15:05.5131845Z adding 'torch/include/ATen/core/ATenOpList.h' 2024-10-08T20:15:05.5135037Z adding 'torch/include/ATen/core/ATen_fwd.h' 2024-10-08T20:15:05.5138990Z adding 'torch/include/ATen/core/ATen_pch.h' 2024-10-08T20:15:05.5142341Z adding 'torch/include/ATen/core/Array.h' 2024-10-08T20:15:05.5145171Z adding 'torch/include/ATen/core/Backtrace.h' 2024-10-08T20:15:05.5152621Z adding 'torch/include/ATen/core/CachingHostAllocator.h' 2024-10-08T20:15:05.5156230Z adding 'torch/include/ATen/core/CheckMemoryFormat.h' 2024-10-08T20:15:05.5160178Z adding 'torch/include/ATen/core/DeprecatedTypeProperties.h' 2024-10-08T20:15:05.5163503Z adding 'torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h' 2024-10-08T20:15:05.5170071Z adding 'torch/include/ATen/core/Dict.h' 2024-10-08T20:15:05.5174967Z adding 'torch/include/ATen/core/Dict_inl.h' 2024-10-08T20:15:05.5178252Z adding 'torch/include/ATen/core/DimVector.h' 2024-10-08T20:15:05.5181447Z adding 'torch/include/ATen/core/Dimname.h' 2024-10-08T20:15:05.5186652Z adding 'torch/include/ATen/core/DistributionsHelper.h' 2024-10-08T20:15:05.5190133Z adding 'torch/include/ATen/core/Formatting.h' 2024-10-08T20:15:05.5194786Z adding 'torch/include/ATen/core/Generator.h' 2024-10-08T20:15:05.5198350Z adding 'torch/include/ATen/core/GeneratorForPrivateuseone.h' 2024-10-08T20:15:05.5206526Z adding 'torch/include/ATen/core/IListRef.h' 2024-10-08T20:15:05.5211182Z adding 'torch/include/ATen/core/IListRef_inl.h' 2024-10-08T20:15:05.5215569Z adding 'torch/include/ATen/core/LegacyTypeDispatch.h' 2024-10-08T20:15:05.5222235Z adding 'torch/include/ATen/core/List.h' 2024-10-08T20:15:05.5227698Z adding 'torch/include/ATen/core/List_inl.h' 2024-10-08T20:15:05.5232648Z adding 'torch/include/ATen/core/MT19937RNGEngine.h' 2024-10-08T20:15:05.5237121Z adding 'torch/include/ATen/core/NamedTensor.h' 2024-10-08T20:15:05.5241625Z adding 'torch/include/ATen/core/NestedIntSymNodeImpl.h' 2024-10-08T20:15:05.5246574Z adding 'torch/include/ATen/core/PhiloxRNGEngine.h' 2024-10-08T20:15:05.5249846Z adding 'torch/include/ATen/core/PythonFallbackKernel.h' 2024-10-08T20:15:05.5253080Z adding 'torch/include/ATen/core/PythonOpRegistrationTrampoline.h' 2024-10-08T20:15:05.5256456Z adding 'torch/include/ATen/core/QuantizerBase.h' 2024-10-08T20:15:05.5259436Z adding 'torch/include/ATen/core/Range.h' 2024-10-08T20:15:05.5262405Z adding 'torch/include/ATen/core/Reduction.h' 2024-10-08T20:15:05.5265093Z adding 'torch/include/ATen/core/Scalar.h' 2024-10-08T20:15:05.5267961Z adding 'torch/include/ATen/core/ScalarType.h' 2024-10-08T20:15:05.5271243Z adding 'torch/include/ATen/core/Tensor.h' 2024-10-08T20:15:05.5276040Z adding 'torch/include/ATen/core/TensorAccessor.h' 2024-10-08T20:15:05.5290851Z adding 'torch/include/ATen/core/TensorBase.h' 2024-10-08T20:15:05.5346125Z adding 'torch/include/ATen/core/TensorBody.h' 2024-10-08T20:15:05.5355776Z adding 'torch/include/ATen/core/TorchDispatchUtils.h' 2024-10-08T20:15:05.5360052Z adding 'torch/include/ATen/core/TransformationHelper.h' 2024-10-08T20:15:05.5363061Z adding 'torch/include/ATen/core/UndefinedTensorImpl.h' 2024-10-08T20:15:05.5365984Z adding 'torch/include/ATen/core/UnsafeFromTH.h' 2024-10-08T20:15:05.5369649Z adding 'torch/include/ATen/core/VariableHooksInterface.h' 2024-10-08T20:15:05.5373235Z adding 'torch/include/ATen/core/Variadic.h' 2024-10-08T20:15:05.5376782Z adding 'torch/include/ATen/core/Vitals.h' 2024-10-08T20:15:05.5380697Z adding 'torch/include/ATen/core/alias_info.h' 2024-10-08T20:15:05.5395732Z adding 'torch/include/ATen/core/aten_interned_strings.h' 2024-10-08T20:15:05.5401235Z adding 'torch/include/ATen/core/blob.h' 2024-10-08T20:15:05.5404793Z adding 'torch/include/ATen/core/builtin_function.h' 2024-10-08T20:15:05.5411036Z adding 'torch/include/ATen/core/class_type.h' 2024-10-08T20:15:05.5414749Z adding 'torch/include/ATen/core/custom_class.h' 2024-10-08T20:15:05.5419995Z adding 'torch/include/ATen/core/dynamic_type.h' 2024-10-08T20:15:05.5423448Z adding 'torch/include/ATen/core/enum_tag.h' 2024-10-08T20:15:05.5427053Z adding 'torch/include/ATen/core/enum_type.h' 2024-10-08T20:15:05.5431117Z adding 'torch/include/ATen/core/function.h' 2024-10-08T20:15:05.5441088Z adding 'torch/include/ATen/core/function_schema.h' 2024-10-08T20:15:05.5445167Z adding 'torch/include/ATen/core/function_schema_inl.h' 2024-10-08T20:15:05.5448493Z adding 'torch/include/ATen/core/functional.h' 2024-10-08T20:15:05.5451527Z adding 'torch/include/ATen/core/grad_mode.h' 2024-10-08T20:15:05.5457320Z adding 'torch/include/ATen/core/interned_strings.h' 2024-10-08T20:15:05.5460790Z adding 'torch/include/ATen/core/interned_strings_class.h' 2024-10-08T20:15:05.5480062Z adding 'torch/include/ATen/core/ivalue.h' 2024-10-08T20:15:05.5510522Z adding 'torch/include/ATen/core/ivalue_inl.h' 2024-10-08T20:15:05.5515668Z adding 'torch/include/ATen/core/ivalue_to.h' 2024-10-08T20:15:05.5538388Z adding 'torch/include/ATen/core/jit_type.h' 2024-10-08T20:15:05.5548697Z adding 'torch/include/ATen/core/jit_type_base.h' 2024-10-08T20:15:05.5553068Z adding 'torch/include/ATen/core/operator_name.h' 2024-10-08T20:15:05.5557295Z adding 'torch/include/ATen/core/qualified_name.h' 2024-10-08T20:15:05.5560695Z adding 'torch/include/ATen/core/rref_interface.h' 2024-10-08T20:15:05.5565195Z adding 'torch/include/ATen/core/stack.h' 2024-10-08T20:15:05.5569811Z adding 'torch/include/ATen/core/symbol.h' 2024-10-08T20:15:05.5573660Z adding 'torch/include/ATen/core/type_factory.h' 2024-10-08T20:15:05.5577060Z adding 'torch/include/ATen/core/type_ptr.h' 2024-10-08T20:15:05.5579839Z adding 'torch/include/ATen/core/typeid.h' 2024-10-08T20:15:05.5585774Z adding 'torch/include/ATen/core/boxing/BoxedKernel.h' 2024-10-08T20:15:05.5589735Z adding 'torch/include/ATen/core/boxing/BoxedKernel_impl.h' 2024-10-08T20:15:05.5594553Z adding 'torch/include/ATen/core/boxing/KernelFunction.h' 2024-10-08T20:15:05.5599839Z adding 'torch/include/ATen/core/boxing/KernelFunction_impl.h' 2024-10-08T20:15:05.5603292Z adding 'torch/include/ATen/core/boxing/OperatorKernel.h' 2024-10-08T20:15:05.5607646Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h' 2024-10-08T20:15:05.5611167Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h' 2024-10-08T20:15:05.5617194Z adding 'torch/include/ATen/core/boxing/impl/boxing.h' 2024-10-08T20:15:05.5627145Z adding 'torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h' 2024-10-08T20:15:05.5631660Z adding 'torch/include/ATen/core/boxing/impl/test_helpers.h' 2024-10-08T20:15:05.5636280Z adding 'torch/include/ATen/core/dispatch/CppSignature.h' 2024-10-08T20:15:05.5641829Z adding 'torch/include/ATen/core/dispatch/DispatchKeyExtractor.h' 2024-10-08T20:15:05.5654669Z adding 'torch/include/ATen/core/dispatch/Dispatcher.h' 2024-10-08T20:15:05.5658567Z adding 'torch/include/ATen/core/dispatch/ObservedOperators.h' 2024-10-08T20:15:05.5664985Z adding 'torch/include/ATen/core/dispatch/OperatorEntry.h' 2024-10-08T20:15:05.5668653Z adding 'torch/include/ATen/core/dispatch/OperatorOptions.h' 2024-10-08T20:15:05.5671963Z adding 'torch/include/ATen/core/dispatch/RegistrationHandleRAII.h' 2024-10-08T20:15:05.5676286Z adding 'torch/include/ATen/core/op_registration/adaption.h' 2024-10-08T20:15:05.5680775Z adding 'torch/include/ATen/core/op_registration/infer_schema.h' 2024-10-08T20:15:05.5685662Z adding 'torch/include/ATen/core/op_registration/op_allowlist.h' 2024-10-08T20:15:05.5694410Z adding 'torch/include/ATen/core/op_registration/op_registration.h' 2024-10-08T20:15:05.5698913Z adding 'torch/include/ATen/cpu/FlushDenormal.h' 2024-10-08T20:15:05.5702061Z adding 'torch/include/ATen/cpu/Utils.h' 2024-10-08T20:15:05.5706458Z adding 'torch/include/ATen/cpu/vml.h' 2024-10-08T20:15:05.5710429Z adding 'torch/include/ATen/cpu/vec/functional.h' 2024-10-08T20:15:05.5715313Z adding 'torch/include/ATen/cpu/vec/functional_base.h' 2024-10-08T20:15:05.5721690Z adding 'torch/include/ATen/cpu/vec/functional_bfloat16.h' 2024-10-08T20:15:05.5725672Z adding 'torch/include/ATen/cpu/vec/intrinsics.h' 2024-10-08T20:15:05.5729008Z adding 'torch/include/ATen/cpu/vec/vec.h' 2024-10-08T20:15:05.5741148Z adding 'torch/include/ATen/cpu/vec/vec_base.h' 2024-10-08T20:15:05.5745628Z adding 'torch/include/ATen/cpu/vec/vec_convert.h' 2024-10-08T20:15:05.5748876Z adding 'torch/include/ATen/cpu/vec/vec_half.h' 2024-10-08T20:15:05.5753872Z adding 'torch/include/ATen/cpu/vec/vec_mask.h' 2024-10-08T20:15:05.5759405Z adding 'torch/include/ATen/cpu/vec/vec_n.h' 2024-10-08T20:15:05.5764132Z adding 'torch/include/ATen/cpu/vec/sve/sve_helper.h' 2024-10-08T20:15:05.5768459Z adding 'torch/include/ATen/cpu/vec/sve/vec_common_sve.h' 2024-10-08T20:15:05.5774386Z adding 'torch/include/ATen/cpu/vec/sve/vec_double.h' 2024-10-08T20:15:05.5780874Z adding 'torch/include/ATen/cpu/vec/sve/vec_float.h' 2024-10-08T20:15:05.5787535Z adding 'torch/include/ATen/cpu/vec/sve/vec_int.h' 2024-10-08T20:15:05.5794136Z adding 'torch/include/ATen/cpu/vec/sve/vec_qint.h' 2024-10-08T20:15:05.5799868Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h' 2024-10-08T20:15:05.5803366Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h' 2024-10-08T20:15:05.5809009Z adding 'torch/include/ATen/cpu/vec/vec256/vec256.h' 2024-10-08T20:15:05.5819472Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h' 2024-10-08T20:15:05.5827145Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h' 2024-10-08T20:15:05.5834575Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h' 2024-10-08T20:15:05.5839661Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_convert.h' 2024-10-08T20:15:05.5845141Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_double.h' 2024-10-08T20:15:05.5852774Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float.h' 2024-10-08T20:15:05.5861391Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float_neon.h' 2024-10-08T20:15:05.5869809Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_half_neon.h' 2024-10-08T20:15:05.5883868Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_int.h' 2024-10-08T20:15:05.5889891Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_mask.h' 2024-10-08T20:15:05.5901389Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_qint.h' 2024-10-08T20:15:05.5906931Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_bfloat16_vsx.h' 2024-10-08T20:15:05.5911404Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_common_vsx.h' 2024-10-08T20:15:05.5918697Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_double_vsx.h' 2024-10-08T20:15:05.5926761Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_float_vsx.h' 2024-10-08T20:15:05.5932986Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_double_vsx.h' 2024-10-08T20:15:05.5939159Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_float_vsx.h' 2024-10-08T20:15:05.5944833Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int16_vsx.h' 2024-10-08T20:15:05.5950202Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int32_vsx.h' 2024-10-08T20:15:05.5955300Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int64_vsx.h' 2024-10-08T20:15:05.5960493Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint32_vsx.h' 2024-10-08T20:15:05.5966724Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint8_vsx.h' 2024-10-08T20:15:05.5973288Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_quint8_vsx.h' 2024-10-08T20:15:05.5980621Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vsx_helpers.h' 2024-10-08T20:15:05.6005341Z adding 'torch/include/ATen/cpu/vec/vec256/zarch/vec256_zarch.h' 2024-10-08T20:15:05.6013687Z adding 'torch/include/ATen/cpu/vec/vec512/vec512.h' 2024-10-08T20:15:05.6029443Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h' 2024-10-08T20:15:05.6038634Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h' 2024-10-08T20:15:05.6048643Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h' 2024-10-08T20:15:05.6054081Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_convert.h' 2024-10-08T20:15:05.6059801Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_double.h' 2024-10-08T20:15:05.6068230Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_float.h' 2024-10-08T20:15:05.6081135Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_int.h' 2024-10-08T20:15:05.6087610Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_mask.h' 2024-10-08T20:15:05.6099208Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_qint.h' 2024-10-08T20:15:05.6104886Z adding 'torch/include/ATen/cuda/ATenCUDAGeneral.h' 2024-10-08T20:15:05.6108221Z adding 'torch/include/ATen/cuda/ApplyGridUtils.cuh' 2024-10-08T20:15:05.6111723Z adding 'torch/include/ATen/cuda/AsmUtils.cuh' 2024-10-08T20:15:05.6118726Z adding 'torch/include/ATen/cuda/Atomic.cuh' 2024-10-08T20:15:05.6127223Z adding 'torch/include/ATen/cuda/CUDAApplyUtils.cuh' 2024-10-08T20:15:05.6132835Z adding 'torch/include/ATen/cuda/CUDABlas.h' 2024-10-08T20:15:05.6136262Z adding 'torch/include/ATen/cuda/CUDAContext.h' 2024-10-08T20:15:05.6139854Z adding 'torch/include/ATen/cuda/CUDAContextLight.h' 2024-10-08T20:15:05.6143374Z adding 'torch/include/ATen/cuda/CUDADataType.h' 2024-10-08T20:15:05.6146718Z adding 'torch/include/ATen/cuda/CUDADevice.h' 2024-10-08T20:15:05.6151178Z adding 'torch/include/ATen/cuda/CUDAEvent.h' 2024-10-08T20:15:05.6155943Z adding 'torch/include/ATen/cuda/CUDAGeneratorImpl.h' 2024-10-08T20:15:05.6159954Z adding 'torch/include/ATen/cuda/CUDAGraph.h' 2024-10-08T20:15:05.6163532Z adding 'torch/include/ATen/cuda/CUDAGraphsUtils.cuh' 2024-10-08T20:15:05.6166814Z adding 'torch/include/ATen/cuda/CUDASparse.h' 2024-10-08T20:15:05.6171417Z adding 'torch/include/ATen/cuda/CUDASparseBlas.h' 2024-10-08T20:15:05.6176390Z adding 'torch/include/ATen/cuda/CUDASparseDescriptors.h' 2024-10-08T20:15:05.6179619Z adding 'torch/include/ATen/cuda/CUDATensorMethods.cuh' 2024-10-08T20:15:05.6182629Z adding 'torch/include/ATen/cuda/CUDAUtils.h' 2024-10-08T20:15:05.6185992Z adding 'torch/include/ATen/cuda/CachingHostAllocator.h' 2024-10-08T20:15:05.6190821Z adding 'torch/include/ATen/cuda/DeviceUtils.cuh' 2024-10-08T20:15:05.6194105Z adding 'torch/include/ATen/cuda/EmptyTensor.h' 2024-10-08T20:15:05.6198888Z adding 'torch/include/ATen/cuda/Exceptions.h' 2024-10-08T20:15:05.6203299Z adding 'torch/include/ATen/cuda/NumericLimits.cuh' 2024-10-08T20:15:05.6206433Z adding 'torch/include/ATen/cuda/PeerToPeerAccess.h' 2024-10-08T20:15:05.6209376Z adding 'torch/include/ATen/cuda/PhiloxCudaState.h' 2024-10-08T20:15:05.6212234Z adding 'torch/include/ATen/cuda/PhiloxUtils.cuh' 2024-10-08T20:15:05.6215293Z adding 'torch/include/ATen/cuda/PinnedMemoryAllocator.h' 2024-10-08T20:15:05.6218527Z adding 'torch/include/ATen/cuda/ScanUtils.cuh' 2024-10-08T20:15:05.6221653Z adding 'torch/include/ATen/cuda/Sleep.h' 2024-10-08T20:15:05.6225051Z adding 'torch/include/ATen/cuda/ThrustAllocator.h' 2024-10-08T20:15:05.6230711Z adding 'torch/include/ATen/cuda/cub.cuh' 2024-10-08T20:15:05.6234676Z adding 'torch/include/ATen/cuda/cub.h' 2024-10-08T20:15:05.6238094Z adding 'torch/include/ATen/cuda/cub_definitions.cuh' 2024-10-08T20:15:05.6241171Z adding 'torch/include/ATen/cuda/jiterator.h' 2024-10-08T20:15:05.6245505Z adding 'torch/include/ATen/cuda/jiterator_impl.h' 2024-10-08T20:15:05.6248753Z adding 'torch/include/ATen/cuda/llvm_jit_strings.h' 2024-10-08T20:15:05.6253245Z adding 'torch/include/ATen/cuda/detail/CUDAHooks.h' 2024-10-08T20:15:05.6258392Z adding 'torch/include/ATen/cuda/detail/DeviceThreadHandles.h' 2024-10-08T20:15:05.6261793Z adding 'torch/include/ATen/cuda/detail/IndexUtils.cuh' 2024-10-08T20:15:05.6265929Z adding 'torch/include/ATen/cuda/detail/IntegerDivider.cuh' 2024-10-08T20:15:05.6269365Z adding 'torch/include/ATen/cuda/detail/KernelUtils.h' 2024-10-08T20:15:05.6272445Z adding 'torch/include/ATen/cuda/detail/LazyNVRTC.h' 2024-10-08T20:15:05.6276408Z adding 'torch/include/ATen/cuda/detail/OffsetCalculator.cuh' 2024-10-08T20:15:05.6279887Z adding 'torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh' 2024-10-08T20:15:05.6283565Z adding 'torch/include/ATen/cuda/detail/TensorInfo.cuh' 2024-10-08T20:15:05.6287021Z adding 'torch/include/ATen/cuda/detail/UnpackRaw.cuh' 2024-10-08T20:15:05.6292715Z adding 'torch/include/ATen/cuda/tunable/GemmCommon.h' 2024-10-08T20:15:05.6299683Z adding 'torch/include/ATen/cuda/tunable/GemmHipblaslt.h' 2024-10-08T20:15:05.6304714Z adding 'torch/include/ATen/cuda/tunable/GemmRocblas.h' 2024-10-08T20:15:05.6308117Z adding 'torch/include/ATen/cuda/tunable/StreamTimer.h' 2024-10-08T20:15:05.6312724Z adding 'torch/include/ATen/cuda/tunable/Tunable.h' 2024-10-08T20:15:05.6317282Z adding 'torch/include/ATen/cuda/tunable/TunableGemm.h' 2024-10-08T20:15:05.6322999Z adding 'torch/include/ATen/cuda/tunable/TunableOp.h' 2024-10-08T20:15:05.6330495Z adding 'torch/include/ATen/cudnn/Descriptors.h' 2024-10-08T20:15:05.6334060Z adding 'torch/include/ATen/cudnn/Handle.h' 2024-10-08T20:15:05.6336844Z adding 'torch/include/ATen/cudnn/Handles.h' 2024-10-08T20:15:05.6339853Z adding 'torch/include/ATen/cudnn/Types.h' 2024-10-08T20:15:05.6342830Z adding 'torch/include/ATen/cudnn/Utils.h' 2024-10-08T20:15:05.6346067Z adding 'torch/include/ATen/cudnn/cudnn-wrapper.h' 2024-10-08T20:15:05.6350499Z adding 'torch/include/ATen/detail/AcceleratorHooksInterface.h' 2024-10-08T20:15:05.6354729Z adding 'torch/include/ATen/detail/CUDAHooksInterface.h' 2024-10-08T20:15:05.6358524Z adding 'torch/include/ATen/detail/FunctionTraits.h' 2024-10-08T20:15:05.6362140Z adding 'torch/include/ATen/detail/HIPHooksInterface.h' 2024-10-08T20:15:05.6365337Z adding 'torch/include/ATen/detail/IPUHooksInterface.h' 2024-10-08T20:15:05.6368590Z adding 'torch/include/ATen/detail/MAIAHooksInterface.h' 2024-10-08T20:15:05.6372149Z adding 'torch/include/ATen/detail/MPSHooksInterface.h' 2024-10-08T20:15:05.6375982Z adding 'torch/include/ATen/detail/MTIAHooksInterface.h' 2024-10-08T20:15:05.6379560Z adding 'torch/include/ATen/detail/PrivateUse1HooksInterface.h' 2024-10-08T20:15:05.6382970Z adding 'torch/include/ATen/detail/XPUHooksInterface.h' 2024-10-08T20:15:05.6387338Z adding 'torch/include/ATen/functorch/ADInterpreters.h' 2024-10-08T20:15:05.6394003Z adding 'torch/include/ATen/functorch/BatchRulesHelper.h' 2024-10-08T20:15:05.6398239Z adding 'torch/include/ATen/functorch/BatchedFallback.h' 2024-10-08T20:15:05.6402992Z adding 'torch/include/ATen/functorch/BatchedTensorImpl.h' 2024-10-08T20:15:05.6407059Z adding 'torch/include/ATen/functorch/BatchingMetaprogramming.h' 2024-10-08T20:15:05.6411488Z adding 'torch/include/ATen/functorch/DynamicLayer.h' 2024-10-08T20:15:05.6415189Z adding 'torch/include/ATen/functorch/FunctionalizeInterpreter.h' 2024-10-08T20:15:05.6419998Z adding 'torch/include/ATen/functorch/Interpreter.h' 2024-10-08T20:15:05.6425558Z adding 'torch/include/ATen/functorch/LegacyVmapTransforms.h' 2024-10-08T20:15:05.6428547Z adding 'torch/include/ATen/functorch/Macros.h' 2024-10-08T20:15:05.6432341Z adding 'torch/include/ATen/functorch/PlumbingHelper.h' 2024-10-08T20:15:05.6436440Z adding 'torch/include/ATen/functorch/TensorWrapper.h' 2024-10-08T20:15:05.6439713Z adding 'torch/include/ATen/functorch/VmapInterpreter.h' 2024-10-08T20:15:05.6444655Z adding 'torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h' 2024-10-08T20:15:05.6447859Z adding 'torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h' 2024-10-08T20:15:05.6453945Z adding 'torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h' 2024-10-08T20:15:05.6458200Z adding 'torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h' 2024-10-08T20:15:05.6463152Z adding 'torch/include/ATen/miopen/Descriptors.h' 2024-10-08T20:15:05.6466585Z adding 'torch/include/ATen/miopen/Exceptions.h' 2024-10-08T20:15:05.6469417Z adding 'torch/include/ATen/miopen/Handle.h' 2024-10-08T20:15:05.6472434Z adding 'torch/include/ATen/miopen/Types.h' 2024-10-08T20:15:05.6481530Z adding 'torch/include/ATen/miopen/Utils.h' 2024-10-08T20:15:05.6484392Z adding 'torch/include/ATen/miopen/miopen-wrapper.h' 2024-10-08T20:15:05.6488309Z adding 'torch/include/ATen/mps/EmptyTensor.h' 2024-10-08T20:15:05.6494702Z adding 'torch/include/ATen/mps/IndexKernels.h' 2024-10-08T20:15:05.6503922Z adding 'torch/include/ATen/mps/MPSAllocator.h' 2024-10-08T20:15:05.6508809Z adding 'torch/include/ATen/mps/MPSAllocatorInterface.h' 2024-10-08T20:15:05.6511601Z adding 'torch/include/ATen/mps/MPSDevice.h' 2024-10-08T20:15:05.6515685Z adding 'torch/include/ATen/mps/MPSEvent.h' 2024-10-08T20:15:05.6519059Z adding 'torch/include/ATen/mps/MPSGeneratorImpl.h' 2024-10-08T20:15:05.6523240Z adding 'torch/include/ATen/mps/MPSGuardImpl.h' 2024-10-08T20:15:05.6526835Z adding 'torch/include/ATen/mps/MPSHooks.h' 2024-10-08T20:15:05.6534362Z adding 'torch/include/ATen/mps/MPSProfiler.h' 2024-10-08T20:15:05.6538779Z adding 'torch/include/ATen/mps/MPSStream.h' 2024-10-08T20:15:05.6545361Z adding 'torch/include/ATen/native/Activation.h' 2024-10-08T20:15:05.6549288Z adding 'torch/include/ATen/native/AdaptivePooling.h' 2024-10-08T20:15:05.6552336Z adding 'torch/include/ATen/native/AmpKernels.h' 2024-10-08T20:15:05.6556946Z adding 'torch/include/ATen/native/BatchLinearAlgebra.h' 2024-10-08T20:15:05.6560967Z adding 'torch/include/ATen/native/BinaryOps.h' 2024-10-08T20:15:05.6566016Z adding 'torch/include/ATen/native/BucketizationUtils.h' 2024-10-08T20:15:05.6570594Z adding 'torch/include/ATen/native/CPUBlas.h' 2024-10-08T20:15:05.6573980Z adding 'torch/include/ATen/native/CPUFallback.h' 2024-10-08T20:15:05.6577188Z adding 'torch/include/ATen/native/CanUse32BitIndexMath.h' 2024-10-08T20:15:05.6580928Z adding 'torch/include/ATen/native/ComplexHelper.h' 2024-10-08T20:15:05.6584396Z adding 'torch/include/ATen/native/CompositeRandomAccessor.h' 2024-10-08T20:15:05.6588717Z adding 'torch/include/ATen/native/CompositeRandomAccessorCommon.h' 2024-10-08T20:15:05.6595480Z adding 'torch/include/ATen/native/ConvUtils.h' 2024-10-08T20:15:05.6599693Z adding 'torch/include/ATen/native/ConvolutionMM3d.h' 2024-10-08T20:15:05.6602048Z adding 'torch/include/ATen/native/Copy.h' 2024-10-08T20:15:05.6604943Z adding 'torch/include/ATen/native/Cross.h' 2024-10-08T20:15:05.6610111Z adding 'torch/include/ATen/native/DilatedConvolutionUtils.h' 2024-10-08T20:15:05.6615429Z adding 'torch/include/ATen/native/DispatchStub.h' 2024-10-08T20:15:05.6618831Z adding 'torch/include/ATen/native/Distance.h' 2024-10-08T20:15:05.6626066Z adding 'torch/include/ATen/native/DistributionTemplates.h' 2024-10-08T20:15:05.6634614Z adding 'torch/include/ATen/native/Distributions.h' 2024-10-08T20:15:05.6639134Z adding 'torch/include/ATen/native/EmbeddingBag.h' 2024-10-08T20:15:05.6642278Z adding 'torch/include/ATen/native/Fill.h' 2024-10-08T20:15:05.6648626Z adding 'torch/include/ATen/native/ForeachUtils.h' 2024-10-08T20:15:05.6652714Z adding 'torch/include/ATen/native/FractionalMaxPooling.h' 2024-10-08T20:15:05.6656724Z adding 'torch/include/ATen/native/FunctionOfAMatrixUtils.h' 2024-10-08T20:15:05.6658934Z adding 'torch/include/ATen/native/FusedAdagrad.h' 2024-10-08T20:15:05.6661904Z adding 'torch/include/ATen/native/FusedAdam.h' 2024-10-08T20:15:05.6664828Z adding 'torch/include/ATen/native/FusedSGD.h' 2024-10-08T20:15:05.6669626Z adding 'torch/include/ATen/native/GridSampler.h' 2024-10-08T20:15:05.6673526Z adding 'torch/include/ATen/native/GridSamplerUtils.h' 2024-10-08T20:15:05.6676644Z adding 'torch/include/ATen/native/Histogram.h' 2024-10-08T20:15:05.6679815Z adding 'torch/include/ATen/native/IndexKernel.h' 2024-10-08T20:15:05.6683995Z adding 'torch/include/ATen/native/IndexingUtils.h' 2024-10-08T20:15:05.6687336Z adding 'torch/include/ATen/native/Lerp.h' 2024-10-08T20:15:05.6690333Z adding 'torch/include/ATen/native/LinearAlgebra.h' 2024-10-08T20:15:05.6701124Z adding 'torch/include/ATen/native/LinearAlgebraUtils.h' 2024-10-08T20:15:05.6705055Z adding 'torch/include/ATen/native/LossMulti.h' 2024-10-08T20:15:05.6751866Z adding 'torch/include/ATen/native/Math.h' 2024-10-08T20:15:05.6758345Z adding 'torch/include/ATen/native/MathBitFallThroughLists.h' 2024-10-08T20:15:05.6763486Z adding 'torch/include/ATen/native/MathBitsFallback.h' 2024-10-08T20:15:05.6766886Z adding 'torch/include/ATen/native/MaxPooling.h' 2024-10-08T20:15:05.6779306Z adding 'torch/include/ATen/native/NonEmptyUtils.h' 2024-10-08T20:15:05.6779940Z adding 'torch/include/ATen/native/NonSymbolicBC.h' 2024-10-08T20:15:05.6780516Z adding 'torch/include/ATen/native/Normalization.h' 2024-10-08T20:15:05.6781030Z adding 'torch/include/ATen/native/Padding.h' 2024-10-08T20:15:05.6783808Z adding 'torch/include/ATen/native/PixelShuffle.h' 2024-10-08T20:15:05.6786716Z adding 'torch/include/ATen/native/PointwiseOps.h' 2024-10-08T20:15:05.6792285Z adding 'torch/include/ATen/native/Pool.h' 2024-10-08T20:15:05.6795946Z adding 'torch/include/ATen/native/Pow.h' 2024-10-08T20:15:05.6799547Z adding 'torch/include/ATen/native/RNN.h' 2024-10-08T20:15:05.6802640Z adding 'torch/include/ATen/native/RangeFactories.h' 2024-10-08T20:15:05.6805949Z adding 'torch/include/ATen/native/ReduceAllOps.h' 2024-10-08T20:15:05.6809173Z adding 'torch/include/ATen/native/ReduceOps.h' 2024-10-08T20:15:05.6815556Z adding 'torch/include/ATen/native/ReduceOpsUtils.h' 2024-10-08T20:15:05.6819158Z adding 'torch/include/ATen/native/ReductionType.h' 2024-10-08T20:15:05.6822696Z adding 'torch/include/ATen/native/Repeat.h' 2024-10-08T20:15:05.6827258Z adding 'torch/include/ATen/native/Resize.h' 2024-10-08T20:15:05.6831761Z adding 'torch/include/ATen/native/ResizeCommon.h' 2024-10-08T20:15:05.6834873Z adding 'torch/include/ATen/native/ScatterGatherChecks.h' 2024-10-08T20:15:05.6838145Z adding 'torch/include/ATen/native/SegmentReduce.h' 2024-10-08T20:15:05.6844111Z adding 'torch/include/ATen/native/SharedReduceOps.h' 2024-10-08T20:15:05.6847709Z adding 'torch/include/ATen/native/SobolEngineOpsUtils.h' 2024-10-08T20:15:05.6850887Z adding 'torch/include/ATen/native/Sorting.h' 2024-10-08T20:15:05.6854493Z adding 'torch/include/ATen/native/SortingUtils.h' 2024-10-08T20:15:05.6859079Z adding 'torch/include/ATen/native/SparseTensorUtils.h' 2024-10-08T20:15:05.6863147Z adding 'torch/include/ATen/native/SpectralOpsUtils.h' 2024-10-08T20:15:05.6867477Z adding 'torch/include/ATen/native/StridedRandomAccessor.h' 2024-10-08T20:15:05.6871121Z adding 'torch/include/ATen/native/TensorAdvancedIndexing.h' 2024-10-08T20:15:05.6874976Z adding 'torch/include/ATen/native/TensorAdvancedIndexingUtils.h' 2024-10-08T20:15:05.6878276Z adding 'torch/include/ATen/native/TensorCompare.h' 2024-10-08T20:15:05.6881415Z adding 'torch/include/ATen/native/TensorConversions.h' 2024-10-08T20:15:05.6884875Z adding 'torch/include/ATen/native/TensorDimApply.h' 2024-10-08T20:15:05.6889161Z adding 'torch/include/ATen/native/TensorFactories.h' 2024-10-08T20:15:05.6892207Z adding 'torch/include/ATen/native/TensorIterator.h' 2024-10-08T20:15:05.6895744Z adding 'torch/include/ATen/native/TensorIteratorDynamicCasting.h' 2024-10-08T20:15:05.6898989Z adding 'torch/include/ATen/native/TensorProperties.h' 2024-10-08T20:15:05.6903089Z adding 'torch/include/ATen/native/TensorShape.h' 2024-10-08T20:15:05.6906574Z adding 'torch/include/ATen/native/TensorTransformations.h' 2024-10-08T20:15:05.6910000Z adding 'torch/include/ATen/native/TopKImpl.h' 2024-10-08T20:15:05.6913271Z adding 'torch/include/ATen/native/TransposeType.h' 2024-10-08T20:15:05.6916848Z adding 'torch/include/ATen/native/TriangularOpsUtils.h' 2024-10-08T20:15:05.6919913Z adding 'torch/include/ATen/native/TypeProperties.h' 2024-10-08T20:15:05.6923625Z adding 'torch/include/ATen/native/UnaryOps.h' 2024-10-08T20:15:05.6926837Z adding 'torch/include/ATen/native/Unfold2d.h' 2024-10-08T20:15:05.6929971Z adding 'torch/include/ATen/native/Unfold3d.h' 2024-10-08T20:15:05.6933788Z adding 'torch/include/ATen/native/UnfoldBackward.h' 2024-10-08T20:15:05.6941064Z adding 'torch/include/ATen/native/UpSample.h' 2024-10-08T20:15:05.6944800Z adding 'torch/include/ATen/native/batch_norm.h' 2024-10-08T20:15:05.6948027Z adding 'torch/include/ATen/native/group_norm.h' 2024-10-08T20:15:05.6951934Z adding 'torch/include/ATen/native/im2col.h' 2024-10-08T20:15:05.6956200Z adding 'torch/include/ATen/native/im2col_shape_check.h' 2024-10-08T20:15:05.6960390Z adding 'torch/include/ATen/native/layer_norm.h' 2024-10-08T20:15:05.6963792Z adding 'torch/include/ATen/native/verbose_wrapper.h' 2024-10-08T20:15:05.6967246Z adding 'torch/include/ATen/native/vol2col.h' 2024-10-08T20:15:05.6971982Z adding 'torch/include/ATen/native/cpu/AtomicAddFloat.h' 2024-10-08T20:15:05.6975162Z adding 'torch/include/ATen/native/cpu/CatKernel.h' 2024-10-08T20:15:05.6978166Z adding 'torch/include/ATen/native/cpu/ChannelShuffleKernel.h' 2024-10-08T20:15:05.6981160Z adding 'torch/include/ATen/native/cpu/CopyKernel.h' 2024-10-08T20:15:05.6984195Z adding 'torch/include/ATen/native/cpu/DepthwiseConvKernel.h' 2024-10-08T20:15:05.6989918Z adding 'torch/include/ATen/native/cpu/DistributionTemplates.h' 2024-10-08T20:15:05.6993535Z adding 'torch/include/ATen/native/cpu/GridSamplerKernel.h' 2024-10-08T20:15:05.6997356Z adding 'torch/include/ATen/native/cpu/IndexKernelUtils.h' 2024-10-08T20:15:05.7000573Z adding 'torch/include/ATen/native/cpu/Intrinsics.h' 2024-10-08T20:15:05.7004036Z adding 'torch/include/ATen/native/cpu/IsContiguous.h' 2024-10-08T20:15:05.7007532Z adding 'torch/include/ATen/native/cpu/LogAddExp.h' 2024-10-08T20:15:05.7013913Z adding 'torch/include/ATen/native/cpu/Loops.h' 2024-10-08T20:15:05.7017370Z adding 'torch/include/ATen/native/cpu/MaxUnpoolKernel.h' 2024-10-08T20:15:05.7020473Z adding 'torch/include/ATen/native/cpu/PixelShuffleKernel.h' 2024-10-08T20:15:05.7026376Z adding 'torch/include/ATen/native/cpu/Reduce.h' 2024-10-08T20:15:05.7031133Z adding 'torch/include/ATen/native/cpu/ReduceUtils.h' 2024-10-08T20:15:05.7034498Z adding 'torch/include/ATen/native/cpu/SampledAddmmKernel.h' 2024-10-08T20:15:05.7038824Z adding 'torch/include/ATen/native/cpu/SerialStackImpl.h' 2024-10-08T20:15:05.7042018Z adding 'torch/include/ATen/native/cpu/SoftmaxKernel.h' 2024-10-08T20:15:05.7045279Z adding 'torch/include/ATen/native/cpu/SpmmReduceKernel.h' 2024-10-08T20:15:05.7048244Z adding 'torch/include/ATen/native/cpu/StackKernel.h' 2024-10-08T20:15:05.7064197Z adding 'torch/include/ATen/native/cpu/UpSampleKernelAVXAntialias.h' 2024-10-08T20:15:05.7068721Z adding 'torch/include/ATen/native/cpu/WeightNormKernel.h' 2024-10-08T20:15:05.7075059Z adding 'torch/include/ATen/native/cpu/avx_mathfun.h' 2024-10-08T20:15:05.7078689Z adding 'torch/include/ATen/native/cpu/int_mm_kernel.h' 2024-10-08T20:15:05.7081926Z adding 'torch/include/ATen/native/cpu/mixed_data_type.h' 2024-10-08T20:15:05.7086252Z adding 'torch/include/ATen/native/cpu/moments_utils.h' 2024-10-08T20:15:05.7090901Z adding 'torch/include/ATen/native/cpu/utils.h' 2024-10-08T20:15:05.7095214Z adding 'torch/include/ATen/native/cpu/zmath.h' 2024-10-08T20:15:05.7100302Z adding 'torch/include/ATen/native/cuda/Activation.h' 2024-10-08T20:15:05.7103504Z adding 'torch/include/ATen/native/cuda/BinaryInternal.h' 2024-10-08T20:15:05.7108839Z adding 'torch/include/ATen/native/cuda/CUDAJitLoops.cuh' 2024-10-08T20:15:05.7114261Z adding 'torch/include/ATen/native/cuda/CUDALoops.cuh' 2024-10-08T20:15:05.7117831Z adding 'torch/include/ATen/native/cuda/CompositeRandomAccessor.h' 2024-10-08T20:15:05.7120599Z adding 'torch/include/ATen/native/cuda/Copy.h' 2024-10-08T20:15:05.7128596Z adding 'torch/include/ATen/native/cuda/CuFFTPlanCache.h' 2024-10-08T20:15:05.7132511Z adding 'torch/include/ATen/native/cuda/CuFFTUtils.h' 2024-10-08T20:15:05.7135580Z adding 'torch/include/ATen/native/cuda/DeviceSqrt.cuh' 2024-10-08T20:15:05.7144221Z adding 'torch/include/ATen/native/cuda/DistributionTemplates.h' 2024-10-08T20:15:05.7147918Z adding 'torch/include/ATen/native/cuda/Distributions.h' 2024-10-08T20:15:05.7151045Z adding 'torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh' 2024-10-08T20:15:05.7156218Z adding 'torch/include/ATen/native/cuda/ForeachFunctors.cuh' 2024-10-08T20:15:05.7159844Z adding 'torch/include/ATen/native/cuda/ForeachMinMaxFunctors.cuh' 2024-10-08T20:15:05.7164730Z adding 'torch/include/ATen/native/cuda/GridSampler.cuh' 2024-10-08T20:15:05.7168004Z adding 'torch/include/ATen/native/cuda/GridSampler.h' 2024-10-08T20:15:05.7170981Z adding 'torch/include/ATen/native/cuda/IndexKernel.h' 2024-10-08T20:15:05.7175630Z adding 'torch/include/ATen/native/cuda/JitLoops.cuh' 2024-10-08T20:15:05.7180283Z adding 'torch/include/ATen/native/cuda/KernelUtils.cuh' 2024-10-08T20:15:05.7183453Z adding 'torch/include/ATen/native/cuda/LaunchUtils.h' 2024-10-08T20:15:05.7188570Z adding 'torch/include/ATen/native/cuda/Loops.cuh' 2024-10-08T20:15:05.7222415Z adding 'torch/include/ATen/native/cuda/Math.cuh' 2024-10-08T20:15:05.7231030Z adding 'torch/include/ATen/native/cuda/MemoryAccess.cuh' 2024-10-08T20:15:05.7234552Z adding 'torch/include/ATen/native/cuda/MiscUtils.h' 2024-10-08T20:15:05.7239943Z adding 'torch/include/ATen/native/cuda/MultiTensorApply.cuh' 2024-10-08T20:15:05.7258443Z adding 'torch/include/ATen/native/cuda/Normalization.cuh' 2024-10-08T20:15:05.7266666Z adding 'torch/include/ATen/native/cuda/PersistentSoftmax.cuh' 2024-10-08T20:15:05.7270400Z adding 'torch/include/ATen/native/cuda/Pow.cuh' 2024-10-08T20:15:05.7273963Z adding 'torch/include/ATen/native/cuda/Randperm.cuh' 2024-10-08T20:15:05.7290227Z adding 'torch/include/ATen/native/cuda/Reduce.cuh' 2024-10-08T20:15:05.7294454Z adding 'torch/include/ATen/native/cuda/ReduceOps.h' 2024-10-08T20:15:05.7297760Z adding 'torch/include/ATen/native/cuda/Resize.h' 2024-10-08T20:15:05.7300826Z adding 'torch/include/ATen/native/cuda/RowwiseScaledMM.h' 2024-10-08T20:15:05.7303746Z adding 'torch/include/ATen/native/cuda/ScanKernels.h' 2024-10-08T20:15:05.7310444Z adding 'torch/include/ATen/native/cuda/ScanUtils.cuh' 2024-10-08T20:15:05.7314005Z adding 'torch/include/ATen/native/cuda/Sort.h' 2024-10-08T20:15:05.7317023Z adding 'torch/include/ATen/native/cuda/SortStable.h' 2024-10-08T20:15:05.7322413Z adding 'torch/include/ATen/native/cuda/SortUtils.cuh' 2024-10-08T20:15:05.7325694Z adding 'torch/include/ATen/native/cuda/Sorting.h' 2024-10-08T20:15:05.7329756Z adding 'torch/include/ATen/native/cuda/SortingCommon.cuh' 2024-10-08T20:15:05.7335918Z adding 'torch/include/ATen/native/cuda/SortingRadixSelect.cuh' 2024-10-08T20:15:05.7343310Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.cuh' 2024-10-08T20:15:05.7346697Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.h' 2024-10-08T20:15:05.7349573Z adding 'torch/include/ATen/native/cuda/TensorTopK.h' 2024-10-08T20:15:05.7352462Z adding 'torch/include/ATen/native/cuda/UniqueCub.cuh' 2024-10-08T20:15:05.7357664Z adding 'torch/include/ATen/native/cuda/UpSample.cuh' 2024-10-08T20:15:05.7361657Z adding 'torch/include/ATen/native/cuda/block_reduce.cuh' 2024-10-08T20:15:05.7364877Z adding 'torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh' 2024-10-08T20:15:05.7367824Z adding 'torch/include/ATen/native/cuda/fused_adam_impl.cuh' 2024-10-08T20:15:05.7372357Z adding 'torch/include/ATen/native/cuda/fused_adam_utils.cuh' 2024-10-08T20:15:05.7375668Z adding 'torch/include/ATen/native/cuda/fused_adamw_amsgrad_impl.cuh' 2024-10-08T20:15:05.7378587Z adding 'torch/include/ATen/native/cuda/fused_adamw_impl.cuh' 2024-10-08T20:15:05.7383320Z adding 'torch/include/ATen/native/cuda/im2col.cuh' 2024-10-08T20:15:05.7387879Z adding 'torch/include/ATen/native/cuda/jit_utils.h' 2024-10-08T20:15:05.7395997Z adding 'torch/include/ATen/native/cuda/reduction_template.cuh' 2024-10-08T20:15:05.7399633Z adding 'torch/include/ATen/native/cuda/thread_constants.h' 2024-10-08T20:15:05.7404367Z adding 'torch/include/ATen/native/cuda/vol2col.cuh' 2024-10-08T20:15:05.7408465Z adding 'torch/include/ATen/native/mps/Copy.h' 2024-10-08T20:15:05.7411740Z adding 'torch/include/ATen/native/mps/MPSGraphSequoiaOps.h' 2024-10-08T20:15:05.7415274Z adding 'torch/include/ATen/native/mps/MPSGraphSonomaOps.h' 2024-10-08T20:15:05.7419619Z adding 'torch/include/ATen/native/mps/MPSGraphVenturaOps.h' 2024-10-08T20:15:05.7427073Z adding 'torch/include/ATen/native/mps/OperationUtils.h' 2024-10-08T20:15:05.7430477Z adding 'torch/include/ATen/native/mps/TensorFactory.h' 2024-10-08T20:15:05.7433951Z adding 'torch/include/ATen/native/mps/UnaryConstants.h' 2024-10-08T20:15:05.7438019Z adding 'torch/include/ATen/native/nested/NestedTensorBinaryOps.h' 2024-10-08T20:15:05.7441508Z adding 'torch/include/ATen/native/nested/NestedTensorMath.h' 2024-10-08T20:15:05.7445189Z adding 'torch/include/ATen/native/nested/NestedTensorTransformerFunctions.h' 2024-10-08T20:15:05.7448372Z adding 'torch/include/ATen/native/nested/NestedTensorTransformerUtils.h' 2024-10-08T20:15:05.7455062Z adding 'torch/include/ATen/native/nested/NestedTensorUtils.h' 2024-10-08T20:15:05.7459707Z adding 'torch/include/ATen/native/quantized/AffineQuantizer.h' 2024-10-08T20:15:05.7463103Z adding 'torch/include/ATen/native/quantized/AffineQuantizerBase.h' 2024-10-08T20:15:05.7466390Z adding 'torch/include/ATen/native/quantized/ConvUtils.h' 2024-10-08T20:15:05.7469337Z adding 'torch/include/ATen/native/quantized/Copy.h' 2024-10-08T20:15:05.7472490Z adding 'torch/include/ATen/native/quantized/FakeQuantAffine.h' 2024-10-08T20:15:05.7475476Z adding 'torch/include/ATen/native/quantized/IndexKernel.h' 2024-10-08T20:15:05.7479043Z adding 'torch/include/ATen/native/quantized/PackedParams.h' 2024-10-08T20:15:05.7483189Z adding 'torch/include/ATen/native/quantized/cpu/BinaryOps.h' 2024-10-08T20:15:05.7486266Z adding 'torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h' 2024-10-08T20:15:05.7492027Z adding 'torch/include/ATen/native/quantized/cpu/OnednnUtils.h' 2024-10-08T20:15:05.7499444Z adding 'torch/include/ATen/native/quantized/cpu/QnnpackUtils.h' 2024-10-08T20:15:05.7505185Z adding 'torch/include/ATen/native/quantized/cpu/QuantUtils.h' 2024-10-08T20:15:05.7509702Z adding 'torch/include/ATen/native/quantized/cpu/QuantizedOps.h' 2024-10-08T20:15:05.7513067Z adding 'torch/include/ATen/native/quantized/cpu/RuyUtils.h' 2024-10-08T20:15:05.7518523Z adding 'torch/include/ATen/native/quantized/cpu/XnnpackUtils.h' 2024-10-08T20:15:05.7524566Z adding 'torch/include/ATen/native/quantized/cpu/conv_serialization.h' 2024-10-08T20:15:05.7530081Z adding 'torch/include/ATen/native/quantized/cpu/fbgemm_utils.h' 2024-10-08T20:15:05.7533500Z adding 'torch/include/ATen/native/quantized/cpu/init_qnnpack.h' 2024-10-08T20:15:05.7536701Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag.h' 2024-10-08T20:15:05.7539784Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h' 2024-10-08T20:15:05.7543857Z adding 'torch/include/ATen/native/transformers/attention.h' 2024-10-08T20:15:05.7550635Z adding 'torch/include/ATen/native/transformers/sdp_utils_cpp.h' 2024-10-08T20:15:05.7554928Z adding 'torch/include/ATen/native/utils/Factory.h' 2024-10-08T20:15:05.7558268Z adding 'torch/include/ATen/native/utils/ParamUtils.h' 2024-10-08T20:15:05.7561789Z adding 'torch/include/ATen/native/utils/ParamsHash.h' 2024-10-08T20:15:05.7740804Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d.h' 2024-10-08T20:15:05.7744089Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h' 2024-10-08T20:15:05.7747520Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.7750753Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h' 2024-10-08T20:15:05.7754780Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h' 2024-10-08T20:15:05.7757044Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h' 2024-10-08T20:15:05.7760464Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h' 2024-10-08T20:15:05.7763733Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.7767454Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h' 2024-10-08T20:15:05.7770576Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h' 2024-10-08T20:15:05.7774042Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_native.h' 2024-10-08T20:15:05.7777631Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h' 2024-10-08T20:15:05.7780709Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d.h' 2024-10-08T20:15:05.7784156Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h' 2024-10-08T20:15:05.7787564Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.7790697Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h' 2024-10-08T20:15:05.7794657Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h' 2024-10-08T20:15:05.7796970Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h' 2024-10-08T20:15:05.7800357Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h' 2024-10-08T20:15:05.7803668Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.7806793Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h' 2024-10-08T20:15:05.7809888Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h' 2024-10-08T20:15:05.7813197Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_native.h' 2024-10-08T20:15:05.7817209Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h' 2024-10-08T20:15:05.7819832Z adding 'torch/include/ATen/ops/_add_batch_dim.h' 2024-10-08T20:15:05.7823230Z adding 'torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:05.7826058Z adding 'torch/include/ATen/ops/_add_batch_dim_native.h' 2024-10-08T20:15:05.7829308Z adding 'torch/include/ATen/ops/_add_batch_dim_ops.h' 2024-10-08T20:15:05.7832539Z adding 'torch/include/ATen/ops/_add_relu.h' 2024-10-08T20:15:05.7835951Z adding 'torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.7839311Z adding 'torch/include/ATen/ops/_add_relu_cpu_dispatch.h' 2024-10-08T20:15:05.7842159Z adding 'torch/include/ATen/ops/_add_relu_meta_dispatch.h' 2024-10-08T20:15:05.7845221Z adding 'torch/include/ATen/ops/_add_relu_native.h' 2024-10-08T20:15:05.7848654Z adding 'torch/include/ATen/ops/_add_relu_ops.h' 2024-10-08T20:15:05.7852038Z adding 'torch/include/ATen/ops/_addmm_activation.h' 2024-10-08T20:15:05.7855720Z adding 'torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:05.7858640Z adding 'torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h' 2024-10-08T20:15:05.7861787Z adding 'torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h' 2024-10-08T20:15:05.7864770Z adding 'torch/include/ATen/ops/_addmm_activation_meta.h' 2024-10-08T20:15:05.7868052Z adding 'torch/include/ATen/ops/_addmm_activation_meta_dispatch.h' 2024-10-08T20:15:05.7871121Z adding 'torch/include/ATen/ops/_addmm_activation_native.h' 2024-10-08T20:15:05.7874363Z adding 'torch/include/ATen/ops/_addmm_activation_ops.h' 2024-10-08T20:15:05.7879847Z adding 'torch/include/ATen/ops/_aminmax.h' 2024-10-08T20:15:05.7883429Z adding 'torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.7886758Z adding 'torch/include/ATen/ops/_aminmax_cpu_dispatch.h' 2024-10-08T20:15:05.7889987Z adding 'torch/include/ATen/ops/_aminmax_cuda_dispatch.h' 2024-10-08T20:15:05.7893081Z adding 'torch/include/ATen/ops/_aminmax_native.h' 2024-10-08T20:15:05.7896520Z adding 'torch/include/ATen/ops/_aminmax_ops.h' 2024-10-08T20:15:05.7899985Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h' 2024-10-08T20:15:05.7903467Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.7906488Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cpu_dispatch.h' 2024-10-08T20:15:05.7909620Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h' 2024-10-08T20:15:05.7912640Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h' 2024-10-08T20:15:05.7916990Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h' 2024-10-08T20:15:05.7920191Z adding 'torch/include/ATen/ops/_amp_update_scale.h' 2024-10-08T20:15:05.7923699Z adding 'torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.7926678Z adding 'torch/include/ATen/ops/_amp_update_scale_cpu_dispatch.h' 2024-10-08T20:15:05.7929791Z adding 'torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h' 2024-10-08T20:15:05.7933014Z adding 'torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h' 2024-10-08T20:15:05.7936102Z adding 'torch/include/ATen/ops/_amp_update_scale_native.h' 2024-10-08T20:15:05.7939500Z adding 'torch/include/ATen/ops/_amp_update_scale_ops.h' 2024-10-08T20:15:05.7942945Z adding 'torch/include/ATen/ops/_assert_async.h' 2024-10-08T20:15:05.7946152Z adding 'torch/include/ATen/ops/_assert_async_cpu_dispatch.h' 2024-10-08T20:15:05.7949219Z adding 'torch/include/ATen/ops/_assert_async_cuda_dispatch.h' 2024-10-08T20:15:05.7952216Z adding 'torch/include/ATen/ops/_assert_async_native.h' 2024-10-08T20:15:05.7955385Z adding 'torch/include/ATen/ops/_assert_async_ops.h' 2024-10-08T20:15:05.7958461Z adding 'torch/include/ATen/ops/_assert_scalar.h' 2024-10-08T20:15:05.7961780Z adding 'torch/include/ATen/ops/_assert_scalar_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.7964495Z adding 'torch/include/ATen/ops/_assert_scalar_native.h' 2024-10-08T20:15:05.7967637Z adding 'torch/include/ATen/ops/_assert_scalar_ops.h' 2024-10-08T20:15:05.7970954Z adding 'torch/include/ATen/ops/_assert_tensor_metadata.h' 2024-10-08T20:15:05.7974518Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:05.7977382Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_native.h' 2024-10-08T20:15:05.7980578Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_ops.h' 2024-10-08T20:15:05.7983555Z adding 'torch/include/ATen/ops/_autocast_to_full_precision.h' 2024-10-08T20:15:05.7986870Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:05.7989735Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_native.h' 2024-10-08T20:15:05.7992870Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_ops.h' 2024-10-08T20:15:05.7995831Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision.h' 2024-10-08T20:15:05.7999126Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:05.8001975Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_native.h' 2024-10-08T20:15:05.8005099Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h' 2024-10-08T20:15:05.8007947Z adding 'torch/include/ATen/ops/_backward.h' 2024-10-08T20:15:05.8011638Z adding 'torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:05.8014679Z adding 'torch/include/ATen/ops/_backward_native.h' 2024-10-08T20:15:05.8017841Z adding 'torch/include/ATen/ops/_backward_ops.h' 2024-10-08T20:15:05.8021017Z adding 'torch/include/ATen/ops/_batch_norm_impl_index.h' 2024-10-08T20:15:05.8024252Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward.h' 2024-10-08T20:15:05.8027687Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:05.8030573Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h' 2024-10-08T20:15:05.8033839Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h' 2024-10-08T20:15:05.8037199Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:05.8040080Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_native.h' 2024-10-08T20:15:05.8043477Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_ops.h' 2024-10-08T20:15:05.8047571Z adding 'torch/include/ATen/ops/_batch_norm_no_update.h' 2024-10-08T20:15:05.8050478Z adding 'torch/include/ATen/ops/_batch_norm_no_update_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.8053616Z adding 'torch/include/ATen/ops/_batch_norm_no_update_native.h' 2024-10-08T20:15:05.8056910Z adding 'torch/include/ATen/ops/_batch_norm_no_update_ops.h' 2024-10-08T20:15:05.8060501Z adding 'torch/include/ATen/ops/_batch_norm_with_update.h' 2024-10-08T20:15:05.8064751Z adding 'torch/include/ATen/ops/_batch_norm_with_update_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.8067129Z adding 'torch/include/ATen/ops/_batch_norm_with_update_cpu_dispatch.h' 2024-10-08T20:15:05.8070620Z adding 'torch/include/ATen/ops/_batch_norm_with_update_cuda_dispatch.h' 2024-10-08T20:15:05.8073657Z adding 'torch/include/ATen/ops/_batch_norm_with_update_native.h' 2024-10-08T20:15:05.8077377Z adding 'torch/include/ATen/ops/_batch_norm_with_update_ops.h' 2024-10-08T20:15:05.8080468Z adding 'torch/include/ATen/ops/_cast_Byte.h' 2024-10-08T20:15:05.8083944Z adding 'torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:05.8087433Z adding 'torch/include/ATen/ops/_cast_Byte_native.h' 2024-10-08T20:15:05.8090030Z adding 'torch/include/ATen/ops/_cast_Byte_ops.h' 2024-10-08T20:15:05.8093308Z adding 'torch/include/ATen/ops/_cast_Char.h' 2024-10-08T20:15:05.8096711Z adding 'torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:05.8099593Z adding 'torch/include/ATen/ops/_cast_Char_native.h' 2024-10-08T20:15:05.8102748Z adding 'torch/include/ATen/ops/_cast_Char_ops.h' 2024-10-08T20:15:05.8105918Z adding 'torch/include/ATen/ops/_cast_Double.h' 2024-10-08T20:15:05.8110079Z adding 'torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:05.8112247Z adding 'torch/include/ATen/ops/_cast_Double_native.h' 2024-10-08T20:15:05.8115800Z adding 'torch/include/ATen/ops/_cast_Double_ops.h' 2024-10-08T20:15:05.8118545Z adding 'torch/include/ATen/ops/_cast_Float.h' 2024-10-08T20:15:05.8122039Z adding 'torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:05.8124854Z adding 'torch/include/ATen/ops/_cast_Float_native.h' 2024-10-08T20:15:05.8128174Z adding 'torch/include/ATen/ops/_cast_Float_ops.h' 2024-10-08T20:15:05.8131262Z adding 'torch/include/ATen/ops/_cast_Half.h' 2024-10-08T20:15:05.8134789Z adding 'torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:05.8138552Z adding 'torch/include/ATen/ops/_cast_Half_native.h' 2024-10-08T20:15:05.8141024Z adding 'torch/include/ATen/ops/_cast_Half_ops.h' 2024-10-08T20:15:05.8144366Z adding 'torch/include/ATen/ops/_cast_Int.h' 2024-10-08T20:15:05.8147527Z adding 'torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:05.8150539Z adding 'torch/include/ATen/ops/_cast_Int_native.h' 2024-10-08T20:15:05.8153688Z adding 'torch/include/ATen/ops/_cast_Int_ops.h' 2024-10-08T20:15:05.8156922Z adding 'torch/include/ATen/ops/_cast_Long.h' 2024-10-08T20:15:05.8160657Z adding 'torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:05.8163215Z adding 'torch/include/ATen/ops/_cast_Long_native.h' 2024-10-08T20:15:05.8166943Z adding 'torch/include/ATen/ops/_cast_Long_ops.h' 2024-10-08T20:15:05.8169508Z adding 'torch/include/ATen/ops/_cast_Short.h' 2024-10-08T20:15:05.8173051Z adding 'torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:05.8175874Z adding 'torch/include/ATen/ops/_cast_Short_native.h' 2024-10-08T20:15:05.8179116Z adding 'torch/include/ATen/ops/_cast_Short_ops.h' 2024-10-08T20:15:05.8182271Z adding 'torch/include/ATen/ops/_cdist_backward.h' 2024-10-08T20:15:05.8185847Z adding 'torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.8189710Z adding 'torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h' 2024-10-08T20:15:05.8192164Z adding 'torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h' 2024-10-08T20:15:05.8195388Z adding 'torch/include/ATen/ops/_cdist_backward_native.h' 2024-10-08T20:15:05.8198641Z adding 'torch/include/ATen/ops/_cdist_backward_ops.h' 2024-10-08T20:15:05.8201950Z adding 'torch/include/ATen/ops/_cdist_forward.h' 2024-10-08T20:15:05.8205295Z adding 'torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.8208468Z adding 'torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h' 2024-10-08T20:15:05.8212390Z adding 'torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h' 2024-10-08T20:15:05.8214847Z adding 'torch/include/ATen/ops/_cdist_forward_native.h' 2024-10-08T20:15:05.8218229Z adding 'torch/include/ATen/ops/_cdist_forward_ops.h' 2024-10-08T20:15:05.8221395Z adding 'torch/include/ATen/ops/_cholesky_solve_helper.h' 2024-10-08T20:15:05.8224921Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.8227847Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h' 2024-10-08T20:15:05.8231042Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h' 2024-10-08T20:15:05.8234903Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_native.h' 2024-10-08T20:15:05.8237417Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_ops.h' 2024-10-08T20:15:05.8240831Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor.h' 2024-10-08T20:15:05.8244175Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:05.8247189Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_native.h' 2024-10-08T20:15:05.8250311Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h' 2024-10-08T20:15:05.8254118Z adding 'torch/include/ATen/ops/_chunk_cat.h' 2024-10-08T20:15:05.8257947Z adding 'torch/include/ATen/ops/_chunk_cat_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.8260617Z adding 'torch/include/ATen/ops/_chunk_cat_cuda_dispatch.h' 2024-10-08T20:15:05.8263758Z adding 'torch/include/ATen/ops/_chunk_cat_native.h' 2024-10-08T20:15:05.8266982Z adding 'torch/include/ATen/ops/_chunk_cat_ops.h' 2024-10-08T20:15:05.8270289Z adding 'torch/include/ATen/ops/_coalesce.h' 2024-10-08T20:15:05.8274101Z adding 'torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.8276585Z adding 'torch/include/ATen/ops/_coalesce_native.h' 2024-10-08T20:15:05.8280390Z adding 'torch/include/ATen/ops/_coalesce_ops.h' 2024-10-08T20:15:05.8283013Z adding 'torch/include/ATen/ops/_coalesced.h' 2024-10-08T20:15:05.8286485Z adding 'torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.8289468Z adding 'torch/include/ATen/ops/_coalesced_meta_dispatch.h' 2024-10-08T20:15:05.8292694Z adding 'torch/include/ATen/ops/_coalesced_native.h' 2024-10-08T20:15:05.8296758Z adding 'torch/include/ATen/ops/_coalesced_ops.h' 2024-10-08T20:15:05.8303248Z adding 'torch/include/ATen/ops/_compute_linear_combination.h' 2024-10-08T20:15:05.8305323Z adding 'torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h' 2024-10-08T20:15:05.8309081Z adding 'torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h' 2024-10-08T20:15:05.8311923Z adding 'torch/include/ATen/ops/_compute_linear_combination_native.h' 2024-10-08T20:15:05.8315267Z adding 'torch/include/ATen/ops/_compute_linear_combination_ops.h' 2024-10-08T20:15:05.8318229Z adding 'torch/include/ATen/ops/_conj.h' 2024-10-08T20:15:05.8321647Z adding 'torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.8324566Z adding 'torch/include/ATen/ops/_conj_copy.h' 2024-10-08T20:15:05.8328040Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.8331262Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:05.8334251Z adding 'torch/include/ATen/ops/_conj_copy_native.h' 2024-10-08T20:15:05.8337511Z adding 'torch/include/ATen/ops/_conj_copy_ops.h' 2024-10-08T20:15:05.8340578Z adding 'torch/include/ATen/ops/_conj_native.h' 2024-10-08T20:15:05.8343882Z adding 'torch/include/ATen/ops/_conj_ops.h' 2024-10-08T20:15:05.8346908Z adding 'torch/include/ATen/ops/_conj_physical.h' 2024-10-08T20:15:05.8350462Z adding 'torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.8353406Z adding 'torch/include/ATen/ops/_conj_physical_native.h' 2024-10-08T20:15:05.8356735Z adding 'torch/include/ATen/ops/_conj_physical_ops.h' 2024-10-08T20:15:05.8360509Z adding 'torch/include/ATen/ops/_conv_depthwise2d.h' 2024-10-08T20:15:05.8364117Z adding 'torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h' 2024-10-08T20:15:05.8367348Z adding 'torch/include/ATen/ops/_conv_depthwise2d_native.h' 2024-10-08T20:15:05.8370770Z adding 'torch/include/ATen/ops/_conv_depthwise2d_ops.h' 2024-10-08T20:15:05.8374182Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h' 2024-10-08T20:15:05.8377801Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:05.8380712Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h' 2024-10-08T20:15:05.8384008Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h' 2024-10-08T20:15:05.8387056Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h' 2024-10-08T20:15:05.8390485Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h' 2024-10-08T20:15:05.8393556Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h' 2024-10-08T20:15:05.8396880Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h' 2024-10-08T20:15:05.8400187Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h' 2024-10-08T20:15:05.8403624Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:05.8406705Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h' 2024-10-08T20:15:05.8409871Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h' 2024-10-08T20:15:05.8413109Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h' 2024-10-08T20:15:05.8416350Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h' 2024-10-08T20:15:05.8419461Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h' 2024-10-08T20:15:05.8422984Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h' 2024-10-08T20:15:05.8426103Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack.h' 2024-10-08T20:15:05.8429392Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_cpu_dispatch.h' 2024-10-08T20:15:05.8432507Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_cuda_dispatch.h' 2024-10-08T20:15:05.8435640Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_native.h' 2024-10-08T20:15:05.8438745Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_ops.h' 2024-10-08T20:15:05.8442543Z adding 'torch/include/ATen/ops/_convolution.h' 2024-10-08T20:15:05.8446550Z adding 'torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.8449858Z adding 'torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:05.8453262Z adding 'torch/include/ATen/ops/_convolution_double_backward.h' 2024-10-08T20:15:05.8456766Z adding 'torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:05.8459897Z adding 'torch/include/ATen/ops/_convolution_double_backward_native.h' 2024-10-08T20:15:05.8463206Z adding 'torch/include/ATen/ops/_convolution_double_backward_ops.h' 2024-10-08T20:15:05.8466396Z adding 'torch/include/ATen/ops/_convolution_mode.h' 2024-10-08T20:15:05.8469807Z adding 'torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:05.8472677Z adding 'torch/include/ATen/ops/_convolution_mode_native.h' 2024-10-08T20:15:05.8475913Z adding 'torch/include/ATen/ops/_convolution_mode_ops.h' 2024-10-08T20:15:05.8478961Z adding 'torch/include/ATen/ops/_convolution_native.h' 2024-10-08T20:15:05.8482409Z adding 'torch/include/ATen/ops/_convolution_ops.h' 2024-10-08T20:15:05.8485636Z adding 'torch/include/ATen/ops/_copy_from.h' 2024-10-08T20:15:05.8488781Z adding 'torch/include/ATen/ops/_copy_from_and_resize.h' 2024-10-08T20:15:05.8492369Z adding 'torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.8495243Z adding 'torch/include/ATen/ops/_copy_from_and_resize_native.h' 2024-10-08T20:15:05.8498400Z adding 'torch/include/ATen/ops/_copy_from_and_resize_ops.h' 2024-10-08T20:15:05.8502224Z adding 'torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.8505025Z adding 'torch/include/ATen/ops/_copy_from_native.h' 2024-10-08T20:15:05.8508197Z adding 'torch/include/ATen/ops/_copy_from_ops.h' 2024-10-08T20:15:05.8511213Z adding 'torch/include/ATen/ops/_cslt_compress.h' 2024-10-08T20:15:05.8514356Z adding 'torch/include/ATen/ops/_cslt_compress_cuda_dispatch.h' 2024-10-08T20:15:05.8517261Z adding 'torch/include/ATen/ops/_cslt_compress_native.h' 2024-10-08T20:15:05.8520332Z adding 'torch/include/ATen/ops/_cslt_compress_ops.h' 2024-10-08T20:15:05.8523367Z adding 'torch/include/ATen/ops/_cslt_sparse_mm.h' 2024-10-08T20:15:05.8526597Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_cuda_dispatch.h' 2024-10-08T20:15:05.8529532Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_native.h' 2024-10-08T20:15:05.8532803Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_ops.h' 2024-10-08T20:15:05.8535973Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search.h' 2024-10-08T20:15:05.8539215Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_cuda_dispatch.h' 2024-10-08T20:15:05.8542214Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_native.h' 2024-10-08T20:15:05.8545417Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_ops.h' 2024-10-08T20:15:05.8548809Z adding 'torch/include/ATen/ops/_ctc_loss.h' 2024-10-08T20:15:05.8552200Z adding 'torch/include/ATen/ops/_ctc_loss_backward.h' 2024-10-08T20:15:05.8555652Z adding 'torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.8558648Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h' 2024-10-08T20:15:05.8561768Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h' 2024-10-08T20:15:05.8564804Z adding 'torch/include/ATen/ops/_ctc_loss_backward_native.h' 2024-10-08T20:15:05.8568166Z adding 'torch/include/ATen/ops/_ctc_loss_backward_ops.h' 2024-10-08T20:15:05.8571553Z adding 'torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.8574645Z adding 'torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h' 2024-10-08T20:15:05.8577773Z adding 'torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h' 2024-10-08T20:15:05.8580878Z adding 'torch/include/ATen/ops/_ctc_loss_meta_dispatch.h' 2024-10-08T20:15:05.8583964Z adding 'torch/include/ATen/ops/_ctc_loss_native.h' 2024-10-08T20:15:05.8587412Z adding 'torch/include/ATen/ops/_ctc_loss_ops.h' 2024-10-08T20:15:05.8590860Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss.h' 2024-10-08T20:15:05.8594280Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.8597283Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h' 2024-10-08T20:15:05.8600402Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_native.h' 2024-10-08T20:15:05.8603812Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_ops.h' 2024-10-08T20:15:05.8607262Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state.h' 2024-10-08T20:15:05.8610660Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.8613745Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h' 2024-10-08T20:15:05.8616727Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_native.h' 2024-10-08T20:15:05.8621170Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h' 2024-10-08T20:15:05.8623947Z adding 'torch/include/ATen/ops/_cudnn_rnn.h' 2024-10-08T20:15:05.8628416Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward.h' 2024-10-08T20:15:05.8632364Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.8635562Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h' 2024-10-08T20:15:05.8638734Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_native.h' 2024-10-08T20:15:05.8642336Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_ops.h' 2024-10-08T20:15:05.8645927Z adding 'torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.8649251Z adding 'torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h' 2024-10-08T20:15:05.8653050Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h' 2024-10-08T20:15:05.8656655Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.8659905Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h' 2024-10-08T20:15:05.8662970Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h' 2024-10-08T20:15:05.8666428Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h' 2024-10-08T20:15:05.8669719Z adding 'torch/include/ATen/ops/_cudnn_rnn_native.h' 2024-10-08T20:15:05.8673206Z adding 'torch/include/ATen/ops/_cudnn_rnn_ops.h' 2024-10-08T20:15:05.8676550Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache.h' 2024-10-08T20:15:05.8679857Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:05.8682844Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_native.h' 2024-10-08T20:15:05.8685971Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h' 2024-10-08T20:15:05.8689146Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h' 2024-10-08T20:15:05.8692586Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:05.8695526Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h' 2024-10-08T20:15:05.8699599Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h' 2024-10-08T20:15:05.8702676Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size.h' 2024-10-08T20:15:05.8706121Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:05.8709071Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h' 2024-10-08T20:15:05.8712209Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h' 2024-10-08T20:15:05.8715363Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h' 2024-10-08T20:15:05.8718710Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:05.8721734Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h' 2024-10-08T20:15:05.8724841Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h' 2024-10-08T20:15:05.8727916Z adding 'torch/include/ATen/ops/_cummax_helper.h' 2024-10-08T20:15:05.8731119Z adding 'torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h' 2024-10-08T20:15:05.8734486Z adding 'torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h' 2024-10-08T20:15:05.8737573Z adding 'torch/include/ATen/ops/_cummax_helper_native.h' 2024-10-08T20:15:05.8740709Z adding 'torch/include/ATen/ops/_cummax_helper_ops.h' 2024-10-08T20:15:05.8743842Z adding 'torch/include/ATen/ops/_cummin_helper.h' 2024-10-08T20:15:05.8747612Z adding 'torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h' 2024-10-08T20:15:05.8751084Z adding 'torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h' 2024-10-08T20:15:05.8754157Z adding 'torch/include/ATen/ops/_cummin_helper_native.h' 2024-10-08T20:15:05.8757338Z adding 'torch/include/ATen/ops/_cummin_helper_ops.h' 2024-10-08T20:15:05.8760631Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap.h' 2024-10-08T20:15:05.8764114Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:05.8767083Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_native.h' 2024-10-08T20:15:05.8770194Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_ops.h' 2024-10-08T20:15:05.8773342Z adding 'torch/include/ATen/ops/_dimI.h' 2024-10-08T20:15:05.8776386Z adding 'torch/include/ATen/ops/_dimI_native.h' 2024-10-08T20:15:05.8779690Z adding 'torch/include/ATen/ops/_dimI_ops.h' 2024-10-08T20:15:05.8782861Z adding 'torch/include/ATen/ops/_dimV.h' 2024-10-08T20:15:05.8785844Z adding 'torch/include/ATen/ops/_dimV_native.h' 2024-10-08T20:15:05.8789073Z adding 'torch/include/ATen/ops/_dimV_ops.h' 2024-10-08T20:15:05.8792252Z adding 'torch/include/ATen/ops/_dim_arange.h' 2024-10-08T20:15:05.8795695Z adding 'torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:05.8798566Z adding 'torch/include/ATen/ops/_dim_arange_native.h' 2024-10-08T20:15:05.8801806Z adding 'torch/include/ATen/ops/_dim_arange_ops.h' 2024-10-08T20:15:05.8805083Z adding 'torch/include/ATen/ops/_dirichlet_grad.h' 2024-10-08T20:15:05.8808447Z adding 'torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.8811592Z adding 'torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h' 2024-10-08T20:15:05.8814797Z adding 'torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h' 2024-10-08T20:15:05.8817976Z adding 'torch/include/ATen/ops/_dirichlet_grad_native.h' 2024-10-08T20:15:05.8821185Z adding 'torch/include/ATen/ops/_dirichlet_grad_ops.h' 2024-10-08T20:15:05.8825007Z adding 'torch/include/ATen/ops/_efficient_attention_backward.h' 2024-10-08T20:15:05.8828652Z adding 'torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h' 2024-10-08T20:15:05.8831848Z adding 'torch/include/ATen/ops/_efficient_attention_backward_native.h' 2024-10-08T20:15:05.8835395Z adding 'torch/include/ATen/ops/_efficient_attention_backward_ops.h' 2024-10-08T20:15:05.8839036Z adding 'torch/include/ATen/ops/_efficient_attention_forward.h' 2024-10-08T20:15:05.8842559Z adding 'torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h' 2024-10-08T20:15:05.8845764Z adding 'torch/include/ATen/ops/_efficient_attention_forward_native.h' 2024-10-08T20:15:05.8849187Z adding 'torch/include/ATen/ops/_efficient_attention_forward_ops.h' 2024-10-08T20:15:05.8853092Z adding 'torch/include/ATen/ops/_efficientzerotensor.h' 2024-10-08T20:15:05.8856718Z adding 'torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.8859902Z adding 'torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h' 2024-10-08T20:15:05.8863184Z adding 'torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h' 2024-10-08T20:15:05.8866425Z adding 'torch/include/ATen/ops/_efficientzerotensor_meta_dispatch.h' 2024-10-08T20:15:05.8869607Z adding 'torch/include/ATen/ops/_efficientzerotensor_native.h' 2024-10-08T20:15:05.8873915Z adding 'torch/include/ATen/ops/_efficientzerotensor_ops.h' 2024-10-08T20:15:05.8876402Z adding 'torch/include/ATen/ops/_embedding_bag.h' 2024-10-08T20:15:05.8879934Z adding 'torch/include/ATen/ops/_embedding_bag_backward.h' 2024-10-08T20:15:05.8883272Z adding 'torch/include/ATen/ops/_embedding_bag_backward_cpu_dispatch.h' 2024-10-08T20:15:05.8886587Z adding 'torch/include/ATen/ops/_embedding_bag_backward_cuda_dispatch.h' 2024-10-08T20:15:05.8889815Z adding 'torch/include/ATen/ops/_embedding_bag_backward_native.h' 2024-10-08T20:15:05.8893330Z adding 'torch/include/ATen/ops/_embedding_bag_backward_ops.h' 2024-10-08T20:15:05.8896819Z adding 'torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.8899964Z adding 'torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h' 2024-10-08T20:15:05.8903302Z adding 'torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h' 2024-10-08T20:15:05.8906974Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward.h' 2024-10-08T20:15:05.8910905Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.8914090Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h' 2024-10-08T20:15:05.8917328Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h' 2024-10-08T20:15:05.8920506Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_native.h' 2024-10-08T20:15:05.8923981Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h' 2024-10-08T20:15:05.8927570Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only.h' 2024-10-08T20:15:05.8931208Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.8934423Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h' 2024-10-08T20:15:05.8937686Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h' 2024-10-08T20:15:05.8940909Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_native.h' 2024-10-08T20:15:05.8944572Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_ops.h' 2024-10-08T20:15:05.8947826Z adding 'torch/include/ATen/ops/_embedding_bag_native.h' 2024-10-08T20:15:05.8951186Z adding 'torch/include/ATen/ops/_embedding_bag_ops.h' 2024-10-08T20:15:05.8955463Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h' 2024-10-08T20:15:05.8958515Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.8961532Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h' 2024-10-08T20:15:05.8964847Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h' 2024-10-08T20:15:05.8967960Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h' 2024-10-08T20:15:05.8971253Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h' 2024-10-08T20:15:05.8974756Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward.h' 2024-10-08T20:15:05.8978224Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:05.8981133Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h' 2024-10-08T20:15:05.8984299Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h' 2024-10-08T20:15:05.8987963Z adding 'torch/include/ATen/ops/_empty_affine_quantized.h' 2024-10-08T20:15:05.8991766Z adding 'torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.8994843Z adding 'torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h' 2024-10-08T20:15:05.8998463Z adding 'torch/include/ATen/ops/_empty_affine_quantized_native.h' 2024-10-08T20:15:05.9001767Z adding 'torch/include/ATen/ops/_empty_affine_quantized_ops.h' 2024-10-08T20:15:05.9005697Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized.h' 2024-10-08T20:15:05.9009365Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9012486Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h' 2024-10-08T20:15:05.9015604Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h' 2024-10-08T20:15:05.9018971Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h' 2024-10-08T20:15:05.9022102Z adding 'torch/include/ATen/ops/_euclidean_dist.h' 2024-10-08T20:15:05.9025421Z adding 'torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9028192Z adding 'torch/include/ATen/ops/_euclidean_dist_native.h' 2024-10-08T20:15:05.9031334Z adding 'torch/include/ATen/ops/_euclidean_dist_ops.h' 2024-10-08T20:15:05.9034632Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h' 2024-10-08T20:15:05.9037842Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h' 2024-10-08T20:15:05.9041135Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h' 2024-10-08T20:15:05.9044156Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h' 2024-10-08T20:15:05.9047161Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h' 2024-10-08T20:15:05.9050371Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h' 2024-10-08T20:15:05.9053791Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9056758Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h' 2024-10-08T20:15:05.9059839Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h' 2024-10-08T20:15:05.9062815Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h' 2024-10-08T20:15:05.9066104Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h' 2024-10-08T20:15:05.9069376Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h' 2024-10-08T20:15:05.9072659Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h' 2024-10-08T20:15:05.9075816Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h' 2024-10-08T20:15:05.9079151Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h' 2024-10-08T20:15:05.9082161Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h' 2024-10-08T20:15:05.9085329Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h' 2024-10-08T20:15:05.9088637Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9091634Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h' 2024-10-08T20:15:05.9094833Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h' 2024-10-08T20:15:05.9097846Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h' 2024-10-08T20:15:05.9101114Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h' 2024-10-08T20:15:05.9104509Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h' 2024-10-08T20:15:05.9108040Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9111027Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h' 2024-10-08T20:15:05.9114163Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h' 2024-10-08T20:15:05.9117233Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h' 2024-10-08T20:15:05.9120567Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h' 2024-10-08T20:15:05.9123654Z adding 'torch/include/ATen/ops/_fft_c2c.h' 2024-10-08T20:15:05.9126927Z adding 'torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h' 2024-10-08T20:15:05.9130076Z adding 'torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h' 2024-10-08T20:15:05.9133241Z adding 'torch/include/ATen/ops/_fft_c2c_native.h' 2024-10-08T20:15:05.9136462Z adding 'torch/include/ATen/ops/_fft_c2c_ops.h' 2024-10-08T20:15:05.9139802Z adding 'torch/include/ATen/ops/_fft_c2r.h' 2024-10-08T20:15:05.9143127Z adding 'torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h' 2024-10-08T20:15:05.9146266Z adding 'torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h' 2024-10-08T20:15:05.9149215Z adding 'torch/include/ATen/ops/_fft_c2r_native.h' 2024-10-08T20:15:05.9152471Z adding 'torch/include/ATen/ops/_fft_c2r_ops.h' 2024-10-08T20:15:05.9155683Z adding 'torch/include/ATen/ops/_fft_r2c.h' 2024-10-08T20:15:05.9158769Z adding 'torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h' 2024-10-08T20:15:05.9161841Z adding 'torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h' 2024-10-08T20:15:05.9164841Z adding 'torch/include/ATen/ops/_fft_r2c_native.h' 2024-10-08T20:15:05.9167985Z adding 'torch/include/ATen/ops/_fft_r2c_ops.h' 2024-10-08T20:15:05.9171141Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask.h' 2024-10-08T20:15:05.9174416Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_cuda_dispatch.h' 2024-10-08T20:15:05.9177604Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_meta_dispatch.h' 2024-10-08T20:15:05.9180587Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_native.h' 2024-10-08T20:15:05.9183828Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_ops.h' 2024-10-08T20:15:05.9187284Z adding 'torch/include/ATen/ops/_flash_attention_backward.h' 2024-10-08T20:15:05.9190850Z adding 'torch/include/ATen/ops/_flash_attention_backward_cuda_dispatch.h' 2024-10-08T20:15:05.9193974Z adding 'torch/include/ATen/ops/_flash_attention_backward_native.h' 2024-10-08T20:15:05.9197443Z adding 'torch/include/ATen/ops/_flash_attention_backward_ops.h' 2024-10-08T20:15:05.9201116Z adding 'torch/include/ATen/ops/_flash_attention_forward.h' 2024-10-08T20:15:05.9204617Z adding 'torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h' 2024-10-08T20:15:05.9207778Z adding 'torch/include/ATen/ops/_flash_attention_forward_native.h' 2024-10-08T20:15:05.9211238Z adding 'torch/include/ATen/ops/_flash_attention_forward_ops.h' 2024-10-08T20:15:05.9214479Z adding 'torch/include/ATen/ops/_foobar.h' 2024-10-08T20:15:05.9217975Z adding 'torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9220916Z adding 'torch/include/ATen/ops/_foobar_cpu_dispatch.h' 2024-10-08T20:15:05.9224079Z adding 'torch/include/ATen/ops/_foobar_native.h' 2024-10-08T20:15:05.9227285Z adding 'torch/include/ATen/ops/_foobar_ops.h' 2024-10-08T20:15:05.9230560Z adding 'torch/include/ATen/ops/_foreach_abs.h' 2024-10-08T20:15:05.9234003Z adding 'torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9236943Z adding 'torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h' 2024-10-08T20:15:05.9240569Z adding 'torch/include/ATen/ops/_foreach_abs_native.h' 2024-10-08T20:15:05.9243781Z adding 'torch/include/ATen/ops/_foreach_abs_ops.h' 2024-10-08T20:15:05.9247097Z adding 'torch/include/ATen/ops/_foreach_acos.h' 2024-10-08T20:15:05.9250550Z adding 'torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9253668Z adding 'torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h' 2024-10-08T20:15:05.9256789Z adding 'torch/include/ATen/ops/_foreach_acos_native.h' 2024-10-08T20:15:05.9259988Z adding 'torch/include/ATen/ops/_foreach_acos_ops.h' 2024-10-08T20:15:05.9263583Z adding 'torch/include/ATen/ops/_foreach_add.h' 2024-10-08T20:15:05.9267208Z adding 'torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9270419Z adding 'torch/include/ATen/ops/_foreach_add_cuda_dispatch.h' 2024-10-08T20:15:05.9273806Z adding 'torch/include/ATen/ops/_foreach_add_native.h' 2024-10-08T20:15:05.9277624Z adding 'torch/include/ATen/ops/_foreach_add_ops.h' 2024-10-08T20:15:05.9281410Z adding 'torch/include/ATen/ops/_foreach_addcdiv.h' 2024-10-08T20:15:05.9285133Z adding 'torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9288171Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h' 2024-10-08T20:15:05.9291553Z adding 'torch/include/ATen/ops/_foreach_addcdiv_native.h' 2024-10-08T20:15:05.9295450Z adding 'torch/include/ATen/ops/_foreach_addcdiv_ops.h' 2024-10-08T20:15:05.9299208Z adding 'torch/include/ATen/ops/_foreach_addcmul.h' 2024-10-08T20:15:05.9302922Z adding 'torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9306066Z adding 'torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h' 2024-10-08T20:15:05.9309354Z adding 'torch/include/ATen/ops/_foreach_addcmul_native.h' 2024-10-08T20:15:05.9313221Z adding 'torch/include/ATen/ops/_foreach_addcmul_ops.h' 2024-10-08T20:15:05.9316517Z adding 'torch/include/ATen/ops/_foreach_asin.h' 2024-10-08T20:15:05.9319990Z adding 'torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9322968Z adding 'torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h' 2024-10-08T20:15:05.9326103Z adding 'torch/include/ATen/ops/_foreach_asin_native.h' 2024-10-08T20:15:05.9329352Z adding 'torch/include/ATen/ops/_foreach_asin_ops.h' 2024-10-08T20:15:05.9332692Z adding 'torch/include/ATen/ops/_foreach_atan.h' 2024-10-08T20:15:05.9336219Z adding 'torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9339177Z adding 'torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h' 2024-10-08T20:15:05.9342294Z adding 'torch/include/ATen/ops/_foreach_atan_native.h' 2024-10-08T20:15:05.9345515Z adding 'torch/include/ATen/ops/_foreach_atan_ops.h' 2024-10-08T20:15:05.9348776Z adding 'torch/include/ATen/ops/_foreach_ceil.h' 2024-10-08T20:15:05.9352194Z adding 'torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9355812Z adding 'torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h' 2024-10-08T20:15:05.9359269Z adding 'torch/include/ATen/ops/_foreach_ceil_native.h' 2024-10-08T20:15:05.9362466Z adding 'torch/include/ATen/ops/_foreach_ceil_ops.h' 2024-10-08T20:15:05.9365984Z adding 'torch/include/ATen/ops/_foreach_clamp_max.h' 2024-10-08T20:15:05.9369606Z adding 'torch/include/ATen/ops/_foreach_clamp_max_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9372810Z adding 'torch/include/ATen/ops/_foreach_clamp_max_cuda_dispatch.h' 2024-10-08T20:15:05.9376062Z adding 'torch/include/ATen/ops/_foreach_clamp_max_native.h' 2024-10-08T20:15:05.9379689Z adding 'torch/include/ATen/ops/_foreach_clamp_max_ops.h' 2024-10-08T20:15:05.9383376Z adding 'torch/include/ATen/ops/_foreach_clamp_min.h' 2024-10-08T20:15:05.9386999Z adding 'torch/include/ATen/ops/_foreach_clamp_min_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9390058Z adding 'torch/include/ATen/ops/_foreach_clamp_min_cuda_dispatch.h' 2024-10-08T20:15:05.9393377Z adding 'torch/include/ATen/ops/_foreach_clamp_min_native.h' 2024-10-08T20:15:05.9397020Z adding 'torch/include/ATen/ops/_foreach_clamp_min_ops.h' 2024-10-08T20:15:05.9400378Z adding 'torch/include/ATen/ops/_foreach_copy.h' 2024-10-08T20:15:05.9403873Z adding 'torch/include/ATen/ops/_foreach_copy_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9407130Z adding 'torch/include/ATen/ops/_foreach_copy_cuda_dispatch.h' 2024-10-08T20:15:05.9410333Z adding 'torch/include/ATen/ops/_foreach_copy_native.h' 2024-10-08T20:15:05.9413660Z adding 'torch/include/ATen/ops/_foreach_copy_ops.h' 2024-10-08T20:15:05.9416903Z adding 'torch/include/ATen/ops/_foreach_cos.h' 2024-10-08T20:15:05.9420360Z adding 'torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9423316Z adding 'torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h' 2024-10-08T20:15:05.9426393Z adding 'torch/include/ATen/ops/_foreach_cos_native.h' 2024-10-08T20:15:05.9429626Z adding 'torch/include/ATen/ops/_foreach_cos_ops.h' 2024-10-08T20:15:05.9432936Z adding 'torch/include/ATen/ops/_foreach_cosh.h' 2024-10-08T20:15:05.9436288Z adding 'torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9439352Z adding 'torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h' 2024-10-08T20:15:05.9442490Z adding 'torch/include/ATen/ops/_foreach_cosh_native.h' 2024-10-08T20:15:05.9445644Z adding 'torch/include/ATen/ops/_foreach_cosh_ops.h' 2024-10-08T20:15:05.9449135Z adding 'torch/include/ATen/ops/_foreach_div.h' 2024-10-08T20:15:05.9452774Z adding 'torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9456763Z adding 'torch/include/ATen/ops/_foreach_div_cuda_dispatch.h' 2024-10-08T20:15:05.9460074Z adding 'torch/include/ATen/ops/_foreach_div_native.h' 2024-10-08T20:15:05.9463849Z adding 'torch/include/ATen/ops/_foreach_div_ops.h' 2024-10-08T20:15:05.9467305Z adding 'torch/include/ATen/ops/_foreach_erf.h' 2024-10-08T20:15:05.9470786Z adding 'torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9473771Z adding 'torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h' 2024-10-08T20:15:05.9476870Z adding 'torch/include/ATen/ops/_foreach_erf_native.h' 2024-10-08T20:15:05.9480105Z adding 'torch/include/ATen/ops/_foreach_erf_ops.h' 2024-10-08T20:15:05.9483390Z adding 'torch/include/ATen/ops/_foreach_erfc.h' 2024-10-08T20:15:05.9486739Z adding 'torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9489837Z adding 'torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h' 2024-10-08T20:15:05.9493373Z adding 'torch/include/ATen/ops/_foreach_erfc_native.h' 2024-10-08T20:15:05.9496602Z adding 'torch/include/ATen/ops/_foreach_erfc_ops.h' 2024-10-08T20:15:05.9499861Z adding 'torch/include/ATen/ops/_foreach_exp.h' 2024-10-08T20:15:05.9503254Z adding 'torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9506269Z adding 'torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h' 2024-10-08T20:15:05.9509135Z adding 'torch/include/ATen/ops/_foreach_exp_native.h' 2024-10-08T20:15:05.9512281Z adding 'torch/include/ATen/ops/_foreach_exp_ops.h' 2024-10-08T20:15:05.9515590Z adding 'torch/include/ATen/ops/_foreach_expm1.h' 2024-10-08T20:15:05.9518898Z adding 'torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9521835Z adding 'torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h' 2024-10-08T20:15:05.9524827Z adding 'torch/include/ATen/ops/_foreach_expm1_native.h' 2024-10-08T20:15:05.9527986Z adding 'torch/include/ATen/ops/_foreach_expm1_ops.h' 2024-10-08T20:15:05.9531079Z adding 'torch/include/ATen/ops/_foreach_floor.h' 2024-10-08T20:15:05.9534471Z adding 'torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9537403Z adding 'torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h' 2024-10-08T20:15:05.9540337Z adding 'torch/include/ATen/ops/_foreach_floor_native.h' 2024-10-08T20:15:05.9543478Z adding 'torch/include/ATen/ops/_foreach_floor_ops.h' 2024-10-08T20:15:05.9546761Z adding 'torch/include/ATen/ops/_foreach_frac.h' 2024-10-08T20:15:05.9550140Z adding 'torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9553015Z adding 'torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h' 2024-10-08T20:15:05.9555944Z adding 'torch/include/ATen/ops/_foreach_frac_native.h' 2024-10-08T20:15:05.9559112Z adding 'torch/include/ATen/ops/_foreach_frac_ops.h' 2024-10-08T20:15:05.9562371Z adding 'torch/include/ATen/ops/_foreach_lerp.h' 2024-10-08T20:15:05.9565766Z adding 'torch/include/ATen/ops/_foreach_lerp_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9568739Z adding 'torch/include/ATen/ops/_foreach_lerp_cuda_dispatch.h' 2024-10-08T20:15:05.9571809Z adding 'torch/include/ATen/ops/_foreach_lerp_native.h' 2024-10-08T20:15:05.9575395Z adding 'torch/include/ATen/ops/_foreach_lerp_ops.h' 2024-10-08T20:15:05.9578590Z adding 'torch/include/ATen/ops/_foreach_lgamma.h' 2024-10-08T20:15:05.9581902Z adding 'torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9584818Z adding 'torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h' 2024-10-08T20:15:05.9587762Z adding 'torch/include/ATen/ops/_foreach_lgamma_native.h' 2024-10-08T20:15:05.9591021Z adding 'torch/include/ATen/ops/_foreach_lgamma_ops.h' 2024-10-08T20:15:05.9594127Z adding 'torch/include/ATen/ops/_foreach_log.h' 2024-10-08T20:15:05.9597211Z adding 'torch/include/ATen/ops/_foreach_log10.h' 2024-10-08T20:15:05.9600712Z adding 'torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9603817Z adding 'torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h' 2024-10-08T20:15:05.9606716Z adding 'torch/include/ATen/ops/_foreach_log10_native.h' 2024-10-08T20:15:05.9609924Z adding 'torch/include/ATen/ops/_foreach_log10_ops.h' 2024-10-08T20:15:05.9613128Z adding 'torch/include/ATen/ops/_foreach_log1p.h' 2024-10-08T20:15:05.9616470Z adding 'torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9619365Z adding 'torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h' 2024-10-08T20:15:05.9622321Z adding 'torch/include/ATen/ops/_foreach_log1p_native.h' 2024-10-08T20:15:05.9625595Z adding 'torch/include/ATen/ops/_foreach_log1p_ops.h' 2024-10-08T20:15:05.9628697Z adding 'torch/include/ATen/ops/_foreach_log2.h' 2024-10-08T20:15:05.9632043Z adding 'torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9634930Z adding 'torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h' 2024-10-08T20:15:05.9637882Z adding 'torch/include/ATen/ops/_foreach_log2_native.h' 2024-10-08T20:15:05.9641072Z adding 'torch/include/ATen/ops/_foreach_log2_ops.h' 2024-10-08T20:15:05.9644333Z adding 'torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9647280Z adding 'torch/include/ATen/ops/_foreach_log_cuda_dispatch.h' 2024-10-08T20:15:05.9650137Z adding 'torch/include/ATen/ops/_foreach_log_native.h' 2024-10-08T20:15:05.9653378Z adding 'torch/include/ATen/ops/_foreach_log_ops.h' 2024-10-08T20:15:05.9656411Z adding 'torch/include/ATen/ops/_foreach_max.h' 2024-10-08T20:15:05.9659643Z adding 'torch/include/ATen/ops/_foreach_max_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9662596Z adding 'torch/include/ATen/ops/_foreach_max_cuda_dispatch.h' 2024-10-08T20:15:05.9665532Z adding 'torch/include/ATen/ops/_foreach_max_native.h' 2024-10-08T20:15:05.9668668Z adding 'torch/include/ATen/ops/_foreach_max_ops.h' 2024-10-08T20:15:05.9672041Z adding 'torch/include/ATen/ops/_foreach_maximum.h' 2024-10-08T20:15:05.9675513Z adding 'torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9678534Z adding 'torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h' 2024-10-08T20:15:05.9681636Z adding 'torch/include/ATen/ops/_foreach_maximum_native.h' 2024-10-08T20:15:05.9685240Z adding 'torch/include/ATen/ops/_foreach_maximum_ops.h' 2024-10-08T20:15:05.9688741Z adding 'torch/include/ATen/ops/_foreach_minimum.h' 2024-10-08T20:15:05.9692289Z adding 'torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9695400Z adding 'torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h' 2024-10-08T20:15:05.9698514Z adding 'torch/include/ATen/ops/_foreach_minimum_native.h' 2024-10-08T20:15:05.9702310Z adding 'torch/include/ATen/ops/_foreach_minimum_ops.h' 2024-10-08T20:15:05.9705847Z adding 'torch/include/ATen/ops/_foreach_mul.h' 2024-10-08T20:15:05.9709341Z adding 'torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9712336Z adding 'torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h' 2024-10-08T20:15:05.9715527Z adding 'torch/include/ATen/ops/_foreach_mul_native.h' 2024-10-08T20:15:05.9719316Z adding 'torch/include/ATen/ops/_foreach_mul_ops.h' 2024-10-08T20:15:05.9722580Z adding 'torch/include/ATen/ops/_foreach_neg.h' 2024-10-08T20:15:05.9725879Z adding 'torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9728794Z adding 'torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h' 2024-10-08T20:15:05.9732214Z adding 'torch/include/ATen/ops/_foreach_neg_native.h' 2024-10-08T20:15:05.9735465Z adding 'torch/include/ATen/ops/_foreach_neg_ops.h' 2024-10-08T20:15:05.9738659Z adding 'torch/include/ATen/ops/_foreach_norm.h' 2024-10-08T20:15:05.9741989Z adding 'torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9744961Z adding 'torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h' 2024-10-08T20:15:05.9747985Z adding 'torch/include/ATen/ops/_foreach_norm_native.h' 2024-10-08T20:15:05.9751135Z adding 'torch/include/ATen/ops/_foreach_norm_ops.h' 2024-10-08T20:15:05.9754410Z adding 'torch/include/ATen/ops/_foreach_pow.h' 2024-10-08T20:15:05.9757851Z adding 'torch/include/ATen/ops/_foreach_pow_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9760899Z adding 'torch/include/ATen/ops/_foreach_pow_cuda_dispatch.h' 2024-10-08T20:15:05.9764023Z adding 'torch/include/ATen/ops/_foreach_pow_native.h' 2024-10-08T20:15:05.9767625Z adding 'torch/include/ATen/ops/_foreach_pow_ops.h' 2024-10-08T20:15:05.9770901Z adding 'torch/include/ATen/ops/_foreach_reciprocal.h' 2024-10-08T20:15:05.9774361Z adding 'torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9777309Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h' 2024-10-08T20:15:05.9780268Z adding 'torch/include/ATen/ops/_foreach_reciprocal_native.h' 2024-10-08T20:15:05.9783486Z adding 'torch/include/ATen/ops/_foreach_reciprocal_ops.h' 2024-10-08T20:15:05.9786593Z adding 'torch/include/ATen/ops/_foreach_round.h' 2024-10-08T20:15:05.9789867Z adding 'torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9792826Z adding 'torch/include/ATen/ops/_foreach_round_cuda_dispatch.h' 2024-10-08T20:15:05.9795777Z adding 'torch/include/ATen/ops/_foreach_round_native.h' 2024-10-08T20:15:05.9798979Z adding 'torch/include/ATen/ops/_foreach_round_ops.h' 2024-10-08T20:15:05.9802573Z adding 'torch/include/ATen/ops/_foreach_sigmoid.h' 2024-10-08T20:15:05.9805630Z adding 'torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9808559Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h' 2024-10-08T20:15:05.9811495Z adding 'torch/include/ATen/ops/_foreach_sigmoid_native.h' 2024-10-08T20:15:05.9814769Z adding 'torch/include/ATen/ops/_foreach_sigmoid_ops.h' 2024-10-08T20:15:05.9817910Z adding 'torch/include/ATen/ops/_foreach_sign.h' 2024-10-08T20:15:05.9821154Z adding 'torch/include/ATen/ops/_foreach_sign_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9824044Z adding 'torch/include/ATen/ops/_foreach_sign_cuda_dispatch.h' 2024-10-08T20:15:05.9827007Z adding 'torch/include/ATen/ops/_foreach_sign_native.h' 2024-10-08T20:15:05.9830181Z adding 'torch/include/ATen/ops/_foreach_sign_ops.h' 2024-10-08T20:15:05.9833278Z adding 'torch/include/ATen/ops/_foreach_sin.h' 2024-10-08T20:15:05.9836580Z adding 'torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9839589Z adding 'torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h' 2024-10-08T20:15:05.9842533Z adding 'torch/include/ATen/ops/_foreach_sin_native.h' 2024-10-08T20:15:05.9845713Z adding 'torch/include/ATen/ops/_foreach_sin_ops.h' 2024-10-08T20:15:05.9848792Z adding 'torch/include/ATen/ops/_foreach_sinh.h' 2024-10-08T20:15:05.9852159Z adding 'torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9855164Z adding 'torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h' 2024-10-08T20:15:05.9858102Z adding 'torch/include/ATen/ops/_foreach_sinh_native.h' 2024-10-08T20:15:05.9861253Z adding 'torch/include/ATen/ops/_foreach_sinh_ops.h' 2024-10-08T20:15:05.9864350Z adding 'torch/include/ATen/ops/_foreach_sqrt.h' 2024-10-08T20:15:05.9867638Z adding 'torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9870540Z adding 'torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h' 2024-10-08T20:15:05.9873480Z adding 'torch/include/ATen/ops/_foreach_sqrt_native.h' 2024-10-08T20:15:05.9876640Z adding 'torch/include/ATen/ops/_foreach_sqrt_ops.h' 2024-10-08T20:15:05.9880043Z adding 'torch/include/ATen/ops/_foreach_sub.h' 2024-10-08T20:15:05.9883508Z adding 'torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9886525Z adding 'torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h' 2024-10-08T20:15:05.9889735Z adding 'torch/include/ATen/ops/_foreach_sub_native.h' 2024-10-08T20:15:05.9893423Z adding 'torch/include/ATen/ops/_foreach_sub_ops.h' 2024-10-08T20:15:05.9896672Z adding 'torch/include/ATen/ops/_foreach_tan.h' 2024-10-08T20:15:05.9899991Z adding 'torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9903195Z adding 'torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h' 2024-10-08T20:15:05.9906087Z adding 'torch/include/ATen/ops/_foreach_tan_native.h' 2024-10-08T20:15:05.9909384Z adding 'torch/include/ATen/ops/_foreach_tan_ops.h' 2024-10-08T20:15:05.9912489Z adding 'torch/include/ATen/ops/_foreach_tanh.h' 2024-10-08T20:15:05.9915917Z adding 'torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9918819Z adding 'torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h' 2024-10-08T20:15:05.9921987Z adding 'torch/include/ATen/ops/_foreach_tanh_native.h' 2024-10-08T20:15:05.9925712Z adding 'torch/include/ATen/ops/_foreach_tanh_ops.h' 2024-10-08T20:15:05.9928401Z adding 'torch/include/ATen/ops/_foreach_trunc.h' 2024-10-08T20:15:05.9931834Z adding 'torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9935254Z adding 'torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h' 2024-10-08T20:15:05.9938150Z adding 'torch/include/ATen/ops/_foreach_trunc_native.h' 2024-10-08T20:15:05.9941215Z adding 'torch/include/ATen/ops/_foreach_trunc_ops.h' 2024-10-08T20:15:05.9944462Z adding 'torch/include/ATen/ops/_foreach_zero.h' 2024-10-08T20:15:05.9947832Z adding 'torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9950911Z adding 'torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h' 2024-10-08T20:15:05.9954021Z adding 'torch/include/ATen/ops/_foreach_zero_native.h' 2024-10-08T20:15:05.9957199Z adding 'torch/include/ATen/ops/_foreach_zero_ops.h' 2024-10-08T20:15:05.9960496Z adding 'torch/include/ATen/ops/_functional_assert_async.h' 2024-10-08T20:15:05.9963681Z adding 'torch/include/ATen/ops/_functional_assert_async_cpu_dispatch.h' 2024-10-08T20:15:05.9966837Z adding 'torch/include/ATen/ops/_functional_assert_async_native.h' 2024-10-08T20:15:05.9970456Z adding 'torch/include/ATen/ops/_functional_assert_async_ops.h' 2024-10-08T20:15:05.9973652Z adding 'torch/include/ATen/ops/_functional_assert_scalar.h' 2024-10-08T20:15:05.9977139Z adding 'torch/include/ATen/ops/_functional_assert_scalar_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9979983Z adding 'torch/include/ATen/ops/_functional_assert_scalar_native.h' 2024-10-08T20:15:05.9983247Z adding 'torch/include/ATen/ops/_functional_assert_scalar_ops.h' 2024-10-08T20:15:05.9986371Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range.h' 2024-10-08T20:15:05.9989841Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9992820Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size.h' 2024-10-08T20:15:05.9996264Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:05.9999229Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_native.h' 2024-10-08T20:15:06.0002410Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_ops.h' 2024-10-08T20:15:06.0005583Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_native.h' 2024-10-08T20:15:06.0008748Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_ops.h' 2024-10-08T20:15:06.0012177Z adding 'torch/include/ATen/ops/_fused_adagrad.h' 2024-10-08T20:15:06.0015823Z adding 'torch/include/ATen/ops/_fused_adagrad_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.0018852Z adding 'torch/include/ATen/ops/_fused_adagrad_cpu_dispatch.h' 2024-10-08T20:15:06.0022050Z adding 'torch/include/ATen/ops/_fused_adagrad_native.h' 2024-10-08T20:15:06.0025560Z adding 'torch/include/ATen/ops/_fused_adagrad_ops.h' 2024-10-08T20:15:06.0029519Z adding 'torch/include/ATen/ops/_fused_adam.h' 2024-10-08T20:15:06.0033288Z adding 'torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.0036394Z adding 'torch/include/ATen/ops/_fused_adam_cpu_dispatch.h' 2024-10-08T20:15:06.0039691Z adding 'torch/include/ATen/ops/_fused_adam_cuda_dispatch.h' 2024-10-08T20:15:06.0042928Z adding 'torch/include/ATen/ops/_fused_adam_native.h' 2024-10-08T20:15:06.0046987Z adding 'torch/include/ATen/ops/_fused_adam_ops.h' 2024-10-08T20:15:06.0051424Z adding 'torch/include/ATen/ops/_fused_adamw.h' 2024-10-08T20:15:06.0060437Z adding 'torch/include/ATen/ops/_fused_adamw_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.0063687Z adding 'torch/include/ATen/ops/_fused_adamw_cpu_dispatch.h' 2024-10-08T20:15:06.0067626Z adding 'torch/include/ATen/ops/_fused_adamw_cuda_dispatch.h' 2024-10-08T20:15:06.0070064Z adding 'torch/include/ATen/ops/_fused_adamw_native.h' 2024-10-08T20:15:06.0074162Z adding 'torch/include/ATen/ops/_fused_adamw_ops.h' 2024-10-08T20:15:06.0077616Z adding 'torch/include/ATen/ops/_fused_dropout.h' 2024-10-08T20:15:06.0081147Z adding 'torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.0084815Z adding 'torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h' 2024-10-08T20:15:06.0087544Z adding 'torch/include/ATen/ops/_fused_dropout_native.h' 2024-10-08T20:15:06.0090880Z adding 'torch/include/ATen/ops/_fused_dropout_ops.h' 2024-10-08T20:15:06.0094587Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h' 2024-10-08T20:15:06.0098315Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.0101911Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h' 2024-10-08T20:15:06.0104747Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h' 2024-10-08T20:15:06.0108029Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h' 2024-10-08T20:15:06.0111650Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h' 2024-10-08T20:15:06.0114992Z adding 'torch/include/ATen/ops/_fused_sdp_choice.h' 2024-10-08T20:15:06.0118838Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h' 2024-10-08T20:15:06.0121459Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h' 2024-10-08T20:15:06.0124659Z adding 'torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h' 2024-10-08T20:15:06.0157504Z adding 'torch/include/ATen/ops/_fused_sdp_choice_native.h' 2024-10-08T20:15:06.0159020Z adding 'torch/include/ATen/ops/_fused_sdp_choice_ops.h' 2024-10-08T20:15:06.0159183Z adding 'torch/include/ATen/ops/_fused_sgd.h' 2024-10-08T20:15:06.0159557Z adding 'torch/include/ATen/ops/_fused_sgd_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.0159792Z adding 'torch/include/ATen/ops/_fused_sgd_cpu_dispatch.h' 2024-10-08T20:15:06.0160097Z adding 'torch/include/ATen/ops/_fused_sgd_cuda_dispatch.h' 2024-10-08T20:15:06.0160304Z adding 'torch/include/ATen/ops/_fused_sgd_native.h' 2024-10-08T20:15:06.0165419Z adding 'torch/include/ATen/ops/_fused_sgd_ops.h' 2024-10-08T20:15:06.0165602Z adding 'torch/include/ATen/ops/_fw_primal.h' 2024-10-08T20:15:06.0165989Z adding 'torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.0166167Z adding 'torch/include/ATen/ops/_fw_primal_copy.h' 2024-10-08T20:15:06.0166564Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.0167970Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.0170641Z adding 'torch/include/ATen/ops/_fw_primal_copy_native.h' 2024-10-08T20:15:06.0173899Z adding 'torch/include/ATen/ops/_fw_primal_copy_ops.h' 2024-10-08T20:15:06.0177008Z adding 'torch/include/ATen/ops/_fw_primal_native.h' 2024-10-08T20:15:06.0180127Z adding 'torch/include/ATen/ops/_fw_primal_ops.h' 2024-10-08T20:15:06.0183512Z adding 'torch/include/ATen/ops/_gather_sparse_backward.h' 2024-10-08T20:15:06.0187565Z adding 'torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.0189686Z adding 'torch/include/ATen/ops/_gather_sparse_backward_native.h' 2024-10-08T20:15:06.0193442Z adding 'torch/include/ATen/ops/_gather_sparse_backward_ops.h' 2024-10-08T20:15:06.0196112Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h' 2024-10-08T20:15:06.0199486Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h' 2024-10-08T20:15:06.0204071Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.0206760Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h' 2024-10-08T20:15:06.0210544Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h' 2024-10-08T20:15:06.0213536Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.0216543Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h' 2024-10-08T20:15:06.0219804Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h' 2024-10-08T20:15:06.0223049Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type.h' 2024-10-08T20:15:06.0227818Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.0229877Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h' 2024-10-08T20:15:06.0233327Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h' 2024-10-08T20:15:06.0236105Z adding 'torch/include/ATen/ops/_has_same_storage_numel.h' 2024-10-08T20:15:06.0239545Z adding 'torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.0242360Z adding 'torch/include/ATen/ops/_has_same_storage_numel_native.h' 2024-10-08T20:15:06.0245619Z adding 'torch/include/ATen/ops/_has_same_storage_numel_ops.h' 2024-10-08T20:15:06.0248747Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges.h' 2024-10-08T20:15:06.0252386Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.0255932Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h' 2024-10-08T20:15:06.0258674Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_native.h' 2024-10-08T20:15:06.0262124Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_ops.h' 2024-10-08T20:15:06.0265347Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts.h' 2024-10-08T20:15:06.0268931Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.0272742Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h' 2024-10-08T20:15:06.0275057Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h' 2024-10-08T20:15:06.0278770Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h' 2024-10-08T20:15:06.0281694Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors.h' 2024-10-08T20:15:06.0285260Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.0288234Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h' 2024-10-08T20:15:06.0291386Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h' 2024-10-08T20:15:06.0295683Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h' 2024-10-08T20:15:06.0298094Z adding 'torch/include/ATen/ops/_index_put_impl.h' 2024-10-08T20:15:06.0301691Z adding 'torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.0304708Z adding 'torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h' 2024-10-08T20:15:06.0307964Z adding 'torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h' 2024-10-08T20:15:06.0311059Z adding 'torch/include/ATen/ops/_index_put_impl_meta_dispatch.h' 2024-10-08T20:15:06.0314353Z adding 'torch/include/ATen/ops/_index_put_impl_native.h' 2024-10-08T20:15:06.0318337Z adding 'torch/include/ATen/ops/_index_put_impl_ops.h' 2024-10-08T20:15:06.0320761Z adding 'torch/include/ATen/ops/_indices.h' 2024-10-08T20:15:06.0324038Z adding 'torch/include/ATen/ops/_indices_copy.h' 2024-10-08T20:15:06.0327324Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.0330622Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.0333478Z adding 'torch/include/ATen/ops/_indices_copy_native.h' 2024-10-08T20:15:06.0336760Z adding 'torch/include/ATen/ops/_indices_copy_ops.h' 2024-10-08T20:15:06.0339704Z adding 'torch/include/ATen/ops/_indices_native.h' 2024-10-08T20:15:06.0342949Z adding 'torch/include/ATen/ops/_indices_ops.h' 2024-10-08T20:15:06.0346574Z adding 'torch/include/ATen/ops/_int_mm.h' 2024-10-08T20:15:06.0349246Z adding 'torch/include/ATen/ops/_int_mm_cpu_dispatch.h' 2024-10-08T20:15:06.0352518Z adding 'torch/include/ATen/ops/_int_mm_cuda_dispatch.h' 2024-10-08T20:15:06.0355526Z adding 'torch/include/ATen/ops/_int_mm_native.h' 2024-10-08T20:15:06.0358855Z adding 'torch/include/ATen/ops/_int_mm_ops.h' 2024-10-08T20:15:06.0361974Z adding 'torch/include/ATen/ops/_is_all_true.h' 2024-10-08T20:15:06.0365165Z adding 'torch/include/ATen/ops/_is_all_true_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.0368640Z adding 'torch/include/ATen/ops/_is_all_true_native.h' 2024-10-08T20:15:06.0371150Z adding 'torch/include/ATen/ops/_is_all_true_ops.h' 2024-10-08T20:15:06.0374293Z adding 'torch/include/ATen/ops/_is_any_true.h' 2024-10-08T20:15:06.0377565Z adding 'torch/include/ATen/ops/_is_any_true_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.0380378Z adding 'torch/include/ATen/ops/_is_any_true_native.h' 2024-10-08T20:15:06.0384313Z adding 'torch/include/ATen/ops/_is_any_true_ops.h' 2024-10-08T20:15:06.0386587Z adding 'torch/include/ATen/ops/_is_zerotensor.h' 2024-10-08T20:15:06.0389821Z adding 'torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.0392589Z adding 'torch/include/ATen/ops/_is_zerotensor_native.h' 2024-10-08T20:15:06.0395630Z adding 'torch/include/ATen/ops/_is_zerotensor_ops.h' 2024-10-08T20:15:06.0398888Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward.h' 2024-10-08T20:15:06.0402062Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_cpu_dispatch.h' 2024-10-08T20:15:06.0405176Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_cuda_dispatch.h' 2024-10-08T20:15:06.0408199Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_native.h' 2024-10-08T20:15:06.0411321Z adding 'torch/include/ATen/ops/_jagged_to_padded_dense_forward_ops.h' 2024-10-08T20:15:06.0415003Z adding 'torch/include/ATen/ops/_lazy_clone.h' 2024-10-08T20:15:06.0417733Z adding 'torch/include/ATen/ops/_lazy_clone_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.0420520Z adding 'torch/include/ATen/ops/_lazy_clone_native.h' 2024-10-08T20:15:06.0423557Z adding 'torch/include/ATen/ops/_lazy_clone_ops.h' 2024-10-08T20:15:06.0426592Z adding 'torch/include/ATen/ops/_linalg_check_errors.h' 2024-10-08T20:15:06.0429908Z adding 'torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.0432716Z adding 'torch/include/ATen/ops/_linalg_check_errors_native.h' 2024-10-08T20:15:06.0435851Z adding 'torch/include/ATen/ops/_linalg_check_errors_ops.h' 2024-10-08T20:15:06.0438855Z adding 'torch/include/ATen/ops/_linalg_det.h' 2024-10-08T20:15:06.0442240Z adding 'torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.0445101Z adding 'torch/include/ATen/ops/_linalg_det_cpu_dispatch.h' 2024-10-08T20:15:06.0448153Z adding 'torch/include/ATen/ops/_linalg_det_cuda_dispatch.h' 2024-10-08T20:15:06.0451119Z adding 'torch/include/ATen/ops/_linalg_det_meta.h' 2024-10-08T20:15:06.0454466Z adding 'torch/include/ATen/ops/_linalg_det_meta_dispatch.h' 2024-10-08T20:15:06.0457324Z adding 'torch/include/ATen/ops/_linalg_det_native.h' 2024-10-08T20:15:06.0460530Z adding 'torch/include/ATen/ops/_linalg_det_ops.h' 2024-10-08T20:15:06.0464048Z adding 'torch/include/ATen/ops/_linalg_eigh.h' 2024-10-08T20:15:06.0467515Z adding 'torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.0470831Z adding 'torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h' 2024-10-08T20:15:06.0473616Z adding 'torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h' 2024-10-08T20:15:06.0476694Z adding 'torch/include/ATen/ops/_linalg_eigh_meta.h' 2024-10-08T20:15:06.0479878Z adding 'torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h' 2024-10-08T20:15:06.0483046Z adding 'torch/include/ATen/ops/_linalg_eigh_native.h' 2024-10-08T20:15:06.0486672Z adding 'torch/include/ATen/ops/_linalg_eigh_ops.h' 2024-10-08T20:15:06.0491785Z adding 'torch/include/ATen/ops/_linalg_eigvals.h' 2024-10-08T20:15:06.0495227Z adding 'torch/include/ATen/ops/_linalg_eigvals_cpu_dispatch.h' 2024-10-08T20:15:06.0499095Z adding 'torch/include/ATen/ops/_linalg_eigvals_cuda_dispatch.h' 2024-10-08T20:15:06.0501416Z adding 'torch/include/ATen/ops/_linalg_eigvals_native.h' 2024-10-08T20:15:06.0505049Z adding 'torch/include/ATen/ops/_linalg_eigvals_ops.h' 2024-10-08T20:15:06.0507806Z adding 'torch/include/ATen/ops/_linalg_slogdet.h' 2024-10-08T20:15:06.0511410Z adding 'torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.0514308Z adding 'torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h' 2024-10-08T20:15:06.0517565Z adding 'torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h' 2024-10-08T20:15:06.0520488Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta.h' 2024-10-08T20:15:06.0523769Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h' 2024-10-08T20:15:06.0527625Z adding 'torch/include/ATen/ops/_linalg_slogdet_native.h' 2024-10-08T20:15:06.0530128Z adding 'torch/include/ATen/ops/_linalg_slogdet_ops.h' 2024-10-08T20:15:06.0533611Z adding 'torch/include/ATen/ops/_linalg_solve_ex.h' 2024-10-08T20:15:06.0537127Z adding 'torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.0540244Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h' 2024-10-08T20:15:06.0543421Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h' 2024-10-08T20:15:06.0546530Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta.h' 2024-10-08T20:15:06.0550306Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h' 2024-10-08T20:15:06.0552879Z adding 'torch/include/ATen/ops/_linalg_solve_ex_native.h' 2024-10-08T20:15:06.0556303Z adding 'torch/include/ATen/ops/_linalg_solve_ex_ops.h' 2024-10-08T20:15:06.0559540Z adding 'torch/include/ATen/ops/_linalg_svd.h' 2024-10-08T20:15:06.0563118Z adding 'torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.0566553Z adding 'torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h' 2024-10-08T20:15:06.0569333Z adding 'torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h' 2024-10-08T20:15:06.0572891Z adding 'torch/include/ATen/ops/_linalg_svd_meta.h' 2024-10-08T20:15:06.0575746Z adding 'torch/include/ATen/ops/_linalg_svd_meta_dispatch.h' 2024-10-08T20:15:06.0578864Z adding 'torch/include/ATen/ops/_linalg_svd_native.h' 2024-10-08T20:15:06.0582132Z adding 'torch/include/ATen/ops/_linalg_svd_ops.h' 2024-10-08T20:15:06.0585368Z adding 'torch/include/ATen/ops/_local_scalar_dense.h' 2024-10-08T20:15:06.0588455Z adding 'torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h' 2024-10-08T20:15:06.0591794Z adding 'torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h' 2024-10-08T20:15:06.0595550Z adding 'torch/include/ATen/ops/_local_scalar_dense_native.h' 2024-10-08T20:15:06.0597957Z adding 'torch/include/ATen/ops/_local_scalar_dense_ops.h' 2024-10-08T20:15:06.0601427Z adding 'torch/include/ATen/ops/_log_softmax.h' 2024-10-08T20:15:06.0604339Z adding 'torch/include/ATen/ops/_log_softmax_backward_data.h' 2024-10-08T20:15:06.0607950Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.0610832Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h' 2024-10-08T20:15:06.0614214Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h' 2024-10-08T20:15:06.0617184Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta.h' 2024-10-08T20:15:06.0620505Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h' 2024-10-08T20:15:06.0624184Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_native.h' 2024-10-08T20:15:06.0626843Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_ops.h' 2024-10-08T20:15:06.0630347Z adding 'torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.0633194Z adding 'torch/include/ATen/ops/_log_softmax_cpu_dispatch.h' 2024-10-08T20:15:06.0636425Z adding 'torch/include/ATen/ops/_log_softmax_cuda_dispatch.h' 2024-10-08T20:15:06.0639391Z adding 'torch/include/ATen/ops/_log_softmax_meta.h' 2024-10-08T20:15:06.0642641Z adding 'torch/include/ATen/ops/_log_softmax_meta_dispatch.h' 2024-10-08T20:15:06.0646539Z adding 'torch/include/ATen/ops/_log_softmax_native.h' 2024-10-08T20:15:06.0648954Z adding 'torch/include/ATen/ops/_log_softmax_ops.h' 2024-10-08T20:15:06.0652451Z adding 'torch/include/ATen/ops/_logcumsumexp.h' 2024-10-08T20:15:06.0655463Z adding 'torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h' 2024-10-08T20:15:06.0658667Z adding 'torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h' 2024-10-08T20:15:06.0661649Z adding 'torch/include/ATen/ops/_logcumsumexp_native.h' 2024-10-08T20:15:06.0664940Z adding 'torch/include/ATen/ops/_logcumsumexp_ops.h' 2024-10-08T20:15:06.0668190Z adding 'torch/include/ATen/ops/_lstm_mps.h' 2024-10-08T20:15:06.0671869Z adding 'torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.0675074Z adding 'torch/include/ATen/ops/_lstm_mps_native.h' 2024-10-08T20:15:06.0678257Z adding 'torch/include/ATen/ops/_lstm_mps_ops.h' 2024-10-08T20:15:06.0681512Z adding 'torch/include/ATen/ops/_lu_with_info.h' 2024-10-08T20:15:06.0684818Z adding 'torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.0687785Z adding 'torch/include/ATen/ops/_lu_with_info_native.h' 2024-10-08T20:15:06.0691373Z adding 'torch/include/ATen/ops/_lu_with_info_ops.h' 2024-10-08T20:15:06.0694381Z adding 'torch/include/ATen/ops/_make_dep_token.h' 2024-10-08T20:15:06.0697773Z adding 'torch/include/ATen/ops/_make_dep_token_cpu_dispatch.h' 2024-10-08T20:15:06.0700746Z adding 'torch/include/ATen/ops/_make_dep_token_native.h' 2024-10-08T20:15:06.0704104Z adding 'torch/include/ATen/ops/_make_dep_token_ops.h' 2024-10-08T20:15:06.0707723Z adding 'torch/include/ATen/ops/_make_dual.h' 2024-10-08T20:15:06.0711217Z adding 'torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.0714638Z adding 'torch/include/ATen/ops/_make_dual_copy.h' 2024-10-08T20:15:06.0717583Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.0720923Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.0723660Z adding 'torch/include/ATen/ops/_make_dual_copy_native.h' 2024-10-08T20:15:06.0727035Z adding 'torch/include/ATen/ops/_make_dual_copy_ops.h' 2024-10-08T20:15:06.0730006Z adding 'torch/include/ATen/ops/_make_dual_native.h' 2024-10-08T20:15:06.0733332Z adding 'torch/include/ATen/ops/_make_dual_ops.h' 2024-10-08T20:15:06.0737444Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor.h' 2024-10-08T20:15:06.0740104Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.0743488Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h' 2024-10-08T20:15:06.0746279Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h' 2024-10-08T20:15:06.0749397Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h' 2024-10-08T20:15:06.0752647Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h' 2024-10-08T20:15:06.0755921Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h' 2024-10-08T20:15:06.0760143Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.0762439Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h' 2024-10-08T20:15:06.0765944Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h' 2024-10-08T20:15:06.0768613Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h' 2024-10-08T20:15:06.0772007Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h' 2024-10-08T20:15:06.0775148Z adding 'torch/include/ATen/ops/_masked_scale.h' 2024-10-08T20:15:06.0778645Z adding 'torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.0781608Z adding 'torch/include/ATen/ops/_masked_scale_cuda_dispatch.h' 2024-10-08T20:15:06.0784828Z adding 'torch/include/ATen/ops/_masked_scale_native.h' 2024-10-08T20:15:06.0787940Z adding 'torch/include/ATen/ops/_masked_scale_ops.h' 2024-10-08T20:15:06.0791055Z adding 'torch/include/ATen/ops/_masked_softmax.h' 2024-10-08T20:15:06.0794366Z adding 'torch/include/ATen/ops/_masked_softmax_backward.h' 2024-10-08T20:15:06.0797719Z adding 'torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.0800663Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h' 2024-10-08T20:15:06.0803675Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h' 2024-10-08T20:15:06.0806670Z adding 'torch/include/ATen/ops/_masked_softmax_backward_native.h' 2024-10-08T20:15:06.0809976Z adding 'torch/include/ATen/ops/_masked_softmax_backward_ops.h' 2024-10-08T20:15:06.0813413Z adding 'torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.0816409Z adding 'torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h' 2024-10-08T20:15:06.0819517Z adding 'torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h' 2024-10-08T20:15:06.0822633Z adding 'torch/include/ATen/ops/_masked_softmax_native.h' 2024-10-08T20:15:06.0825919Z adding 'torch/include/ATen/ops/_masked_softmax_ops.h' 2024-10-08T20:15:06.0829071Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear.h' 2024-10-08T20:15:06.0832258Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_cuda_dispatch.h' 2024-10-08T20:15:06.0835208Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_native.h' 2024-10-08T20:15:06.0838403Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_ops.h' 2024-10-08T20:15:06.0841662Z adding 'torch/include/ATen/ops/_mkldnn_reshape.h' 2024-10-08T20:15:06.0845011Z adding 'torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.0847872Z adding 'torch/include/ATen/ops/_mkldnn_reshape_native.h' 2024-10-08T20:15:06.0851068Z adding 'torch/include/ATen/ops/_mkldnn_reshape_ops.h' 2024-10-08T20:15:06.0854367Z adding 'torch/include/ATen/ops/_mkldnn_transpose.h' 2024-10-08T20:15:06.0857685Z adding 'torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.0860597Z adding 'torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h' 2024-10-08T20:15:06.0863560Z adding 'torch/include/ATen/ops/_mkldnn_transpose_native.h' 2024-10-08T20:15:06.0866768Z adding 'torch/include/ATen/ops/_mkldnn_transpose_ops.h' 2024-10-08T20:15:06.0870330Z adding 'torch/include/ATen/ops/_mps_convolution.h' 2024-10-08T20:15:06.0873887Z adding 'torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.0877288Z adding 'torch/include/ATen/ops/_mps_convolution_native.h' 2024-10-08T20:15:06.0880094Z adding 'torch/include/ATen/ops/_mps_convolution_ops.h' 2024-10-08T20:15:06.0883623Z adding 'torch/include/ATen/ops/_mps_convolution_transpose.h' 2024-10-08T20:15:06.0887212Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.0890075Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_native.h' 2024-10-08T20:15:06.0893471Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_ops.h' 2024-10-08T20:15:06.0897150Z adding 'torch/include/ATen/ops/_native_batch_norm_legit.h' 2024-10-08T20:15:06.0900636Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.0903733Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_cpu_dispatch.h' 2024-10-08T20:15:06.0906952Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_cuda_dispatch.h' 2024-10-08T20:15:06.0910168Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_native.h' 2024-10-08T20:15:06.0913546Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training.h' 2024-10-08T20:15:06.0917033Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.0920087Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_native.h' 2024-10-08T20:15:06.0923330Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_ops.h' 2024-10-08T20:15:06.0926951Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_ops.h' 2024-10-08T20:15:06.0930765Z adding 'torch/include/ATen/ops/_native_multi_head_attention.h' 2024-10-08T20:15:06.0934458Z adding 'torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.0937546Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h' 2024-10-08T20:15:06.0941396Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h' 2024-10-08T20:15:06.0944641Z adding 'torch/include/ATen/ops/_native_multi_head_attention_native.h' 2024-10-08T20:15:06.0948063Z adding 'torch/include/ATen/ops/_native_multi_head_attention_ops.h' 2024-10-08T20:15:06.0951643Z adding 'torch/include/ATen/ops/_neg_view.h' 2024-10-08T20:15:06.0954986Z adding 'torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.0957896Z adding 'torch/include/ATen/ops/_neg_view_copy.h' 2024-10-08T20:15:06.0961229Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.0964386Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.0967096Z adding 'torch/include/ATen/ops/_neg_view_copy_native.h' 2024-10-08T20:15:06.0970260Z adding 'torch/include/ATen/ops/_neg_view_copy_ops.h' 2024-10-08T20:15:06.0973368Z adding 'torch/include/ATen/ops/_neg_view_native.h' 2024-10-08T20:15:06.0976449Z adding 'torch/include/ATen/ops/_neg_view_ops.h' 2024-10-08T20:15:06.0979661Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets.h' 2024-10-08T20:15:06.0982823Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cpu_dispatch.h' 2024-10-08T20:15:06.0985987Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cuda_dispatch.h' 2024-10-08T20:15:06.0988906Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_native.h' 2024-10-08T20:15:06.0992008Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_ops.h' 2024-10-08T20:15:06.0994981Z adding 'torch/include/ATen/ops/_nested_from_padded.h' 2024-10-08T20:15:06.0998442Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example.h' 2024-10-08T20:15:06.1002392Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.1004808Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h' 2024-10-08T20:15:06.1008233Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h' 2024-10-08T20:15:06.1011402Z adding 'torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.1014625Z adding 'torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h' 2024-10-08T20:15:06.1017716Z adding 'torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h' 2024-10-08T20:15:06.1020886Z adding 'torch/include/ATen/ops/_nested_from_padded_native.h' 2024-10-08T20:15:06.1024787Z adding 'torch/include/ATen/ops/_nested_from_padded_ops.h' 2024-10-08T20:15:06.1027613Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor.h' 2024-10-08T20:15:06.1030856Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor_native.h' 2024-10-08T20:15:06.1034082Z adding 'torch/include/ATen/ops/_nested_from_padded_tensor_ops.h' 2024-10-08T20:15:06.1037243Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy.h' 2024-10-08T20:15:06.1040227Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy_native.h' 2024-10-08T20:15:06.1043453Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy_ops.h' 2024-10-08T20:15:06.1047244Z adding 'torch/include/ATen/ops/_nested_get_lengths.h' 2024-10-08T20:15:06.1049557Z adding 'torch/include/ATen/ops/_nested_get_lengths_native.h' 2024-10-08T20:15:06.1053205Z adding 'torch/include/ATen/ops/_nested_get_lengths_ops.h' 2024-10-08T20:15:06.1055895Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen.h' 2024-10-08T20:15:06.1059096Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen_native.h' 2024-10-08T20:15:06.1062245Z adding 'torch/include/ATen/ops/_nested_get_max_seqlen_ops.h' 2024-10-08T20:15:06.1065464Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen.h' 2024-10-08T20:15:06.1068434Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen_native.h' 2024-10-08T20:15:06.1071734Z adding 'torch/include/ATen/ops/_nested_get_min_seqlen_ops.h' 2024-10-08T20:15:06.1075516Z adding 'torch/include/ATen/ops/_nested_get_offsets.h' 2024-10-08T20:15:06.1077821Z adding 'torch/include/ATen/ops/_nested_get_offsets_native.h' 2024-10-08T20:15:06.1081402Z adding 'torch/include/ATen/ops/_nested_get_offsets_ops.h' 2024-10-08T20:15:06.1084066Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx.h' 2024-10-08T20:15:06.1087140Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx_native.h' 2024-10-08T20:15:06.1090212Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx_ops.h' 2024-10-08T20:15:06.1093422Z adding 'torch/include/ATen/ops/_nested_get_values.h' 2024-10-08T20:15:06.1096537Z adding 'torch/include/ATen/ops/_nested_get_values_copy.h' 2024-10-08T20:15:06.1100032Z adding 'torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.1104058Z adding 'torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.1106120Z adding 'torch/include/ATen/ops/_nested_get_values_copy_native.h' 2024-10-08T20:15:06.1109769Z adding 'torch/include/ATen/ops/_nested_get_values_copy_ops.h' 2024-10-08T20:15:06.1112340Z adding 'torch/include/ATen/ops/_nested_get_values_native.h' 2024-10-08T20:15:06.1115546Z adding 'torch/include/ATen/ops/_nested_get_values_ops.h' 2024-10-08T20:15:06.1118770Z adding 'torch/include/ATen/ops/_nested_select_backward.h' 2024-10-08T20:15:06.1121995Z adding 'torch/include/ATen/ops/_nested_select_backward_native.h' 2024-10-08T20:15:06.1125120Z adding 'torch/include/ATen/ops/_nested_select_backward_ops.h' 2024-10-08T20:15:06.1128385Z adding 'torch/include/ATen/ops/_nested_sum_backward.h' 2024-10-08T20:15:06.1132275Z adding 'torch/include/ATen/ops/_nested_sum_backward_native.h' 2024-10-08T20:15:06.1134847Z adding 'torch/include/ATen/ops/_nested_sum_backward_ops.h' 2024-10-08T20:15:06.1138076Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask.h' 2024-10-08T20:15:06.1141487Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.1144728Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h' 2024-10-08T20:15:06.1147708Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h' 2024-10-08T20:15:06.1150888Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h' 2024-10-08T20:15:06.1154841Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h' 2024-10-08T20:15:06.1157323Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h' 2024-10-08T20:15:06.1160754Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h' 2024-10-08T20:15:06.1163531Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h' 2024-10-08T20:15:06.1166667Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_native.h' 2024-10-08T20:15:06.1169869Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_ops.h' 2024-10-08T20:15:06.1173362Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list.h' 2024-10-08T20:15:06.1177676Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.1179896Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h' 2024-10-08T20:15:06.1183409Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h' 2024-10-08T20:15:06.1187014Z adding 'torch/include/ATen/ops/_nested_tensor_size.h' 2024-10-08T20:15:06.1190270Z adding 'torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.1193102Z adding 'torch/include/ATen/ops/_nested_tensor_size_native.h' 2024-10-08T20:15:06.1196448Z adding 'torch/include/ATen/ops/_nested_tensor_size_ops.h' 2024-10-08T20:15:06.1200408Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h' 2024-10-08T20:15:06.1202753Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h' 2024-10-08T20:15:06.1206244Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h' 2024-10-08T20:15:06.1209020Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets.h' 2024-10-08T20:15:06.1212470Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.1215415Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_native.h' 2024-10-08T20:15:06.1218723Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_ops.h' 2024-10-08T20:15:06.1221739Z adding 'torch/include/ATen/ops/_nested_tensor_strides.h' 2024-10-08T20:15:06.1225181Z adding 'torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.1228882Z adding 'torch/include/ATen/ops/_nested_tensor_strides_native.h' 2024-10-08T20:15:06.1231319Z adding 'torch/include/ATen/ops/_nested_tensor_strides_ops.h' 2024-10-08T20:15:06.1234571Z adding 'torch/include/ATen/ops/_nested_view_from_buffer.h' 2024-10-08T20:15:06.1237627Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy.h' 2024-10-08T20:15:06.1241125Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.1244338Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.1247339Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h' 2024-10-08T20:15:06.1251402Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h' 2024-10-08T20:15:06.1253998Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h' 2024-10-08T20:15:06.1257284Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h' 2024-10-08T20:15:06.1260102Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_native.h' 2024-10-08T20:15:06.1263421Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_ops.h' 2024-10-08T20:15:06.1266537Z adding 'torch/include/ATen/ops/_nested_view_from_jagged.h' 2024-10-08T20:15:06.1269973Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy.h' 2024-10-08T20:15:06.1274286Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.1276796Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.1279921Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_native.h' 2024-10-08T20:15:06.1283043Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_ops.h' 2024-10-08T20:15:06.1286164Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_native.h' 2024-10-08T20:15:06.1289319Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_ops.h' 2024-10-08T20:15:06.1292734Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h' 2024-10-08T20:15:06.1297013Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.1299135Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h' 2024-10-08T20:15:06.1302569Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h' 2024-10-08T20:15:06.1305458Z adding 'torch/include/ATen/ops/_nnpack_available.h' 2024-10-08T20:15:06.1308868Z adding 'torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.1311652Z adding 'torch/include/ATen/ops/_nnpack_available_native.h' 2024-10-08T20:15:06.1314956Z adding 'torch/include/ATen/ops/_nnpack_available_ops.h' 2024-10-08T20:15:06.1319222Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution.h' 2024-10-08T20:15:06.1322107Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.1325365Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_native.h' 2024-10-08T20:15:06.1328452Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h' 2024-10-08T20:15:06.1331459Z adding 'torch/include/ATen/ops/_nnz.h' 2024-10-08T20:15:06.1334586Z adding 'torch/include/ATen/ops/_nnz_native.h' 2024-10-08T20:15:06.1337802Z adding 'torch/include/ATen/ops/_nnz_ops.h' 2024-10-08T20:15:06.1341018Z adding 'torch/include/ATen/ops/_pack_padded_sequence.h' 2024-10-08T20:15:06.1344455Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward.h' 2024-10-08T20:15:06.1348284Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.1350791Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_native.h' 2024-10-08T20:15:06.1354046Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h' 2024-10-08T20:15:06.1357316Z adding 'torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.1360160Z adding 'torch/include/ATen/ops/_pack_padded_sequence_native.h' 2024-10-08T20:15:06.1364263Z adding 'torch/include/ATen/ops/_pack_padded_sequence_ops.h' 2024-10-08T20:15:06.1366691Z adding 'torch/include/ATen/ops/_pad_circular.h' 2024-10-08T20:15:06.1370010Z adding 'torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.1372912Z adding 'torch/include/ATen/ops/_pad_circular_native.h' 2024-10-08T20:15:06.1376009Z adding 'torch/include/ATen/ops/_pad_circular_ops.h' 2024-10-08T20:15:06.1379881Z adding 'torch/include/ATen/ops/_pad_enum.h' 2024-10-08T20:15:06.1382622Z adding 'torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.1385417Z adding 'torch/include/ATen/ops/_pad_enum_native.h' 2024-10-08T20:15:06.1388554Z adding 'torch/include/ATen/ops/_pad_enum_ops.h' 2024-10-08T20:15:06.1391681Z adding 'torch/include/ATen/ops/_pad_packed_sequence.h' 2024-10-08T20:15:06.1394981Z adding 'torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.1397855Z adding 'torch/include/ATen/ops/_pad_packed_sequence_native.h' 2024-10-08T20:15:06.1400996Z adding 'torch/include/ATen/ops/_pad_packed_sequence_ops.h' 2024-10-08T20:15:06.1404246Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward.h' 2024-10-08T20:15:06.1407587Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_cpu_dispatch.h' 2024-10-08T20:15:06.1410851Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_cuda_dispatch.h' 2024-10-08T20:15:06.1413868Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_native.h' 2024-10-08T20:15:06.1416984Z adding 'torch/include/ATen/ops/_padded_dense_to_jagged_forward_ops.h' 2024-10-08T20:15:06.1419990Z adding 'torch/include/ATen/ops/_pdist_backward.h' 2024-10-08T20:15:06.1423339Z adding 'torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.1426268Z adding 'torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h' 2024-10-08T20:15:06.1429782Z adding 'torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h' 2024-10-08T20:15:06.1432744Z adding 'torch/include/ATen/ops/_pdist_backward_native.h' 2024-10-08T20:15:06.1435931Z adding 'torch/include/ATen/ops/_pdist_backward_ops.h' 2024-10-08T20:15:06.1439048Z adding 'torch/include/ATen/ops/_pdist_forward.h' 2024-10-08T20:15:06.1442344Z adding 'torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.1445261Z adding 'torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h' 2024-10-08T20:15:06.1448270Z adding 'torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h' 2024-10-08T20:15:06.1451276Z adding 'torch/include/ATen/ops/_pdist_forward_native.h' 2024-10-08T20:15:06.1454476Z adding 'torch/include/ATen/ops/_pdist_forward_ops.h' 2024-10-08T20:15:06.1457528Z adding 'torch/include/ATen/ops/_pin_memory.h' 2024-10-08T20:15:06.1460888Z adding 'torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.1463774Z adding 'torch/include/ATen/ops/_pin_memory_native.h' 2024-10-08T20:15:06.1467076Z adding 'torch/include/ATen/ops/_pin_memory_ops.h' 2024-10-08T20:15:06.1470115Z adding 'torch/include/ATen/ops/_prelu_kernel.h' 2024-10-08T20:15:06.1473231Z adding 'torch/include/ATen/ops/_prelu_kernel_backward.h' 2024-10-08T20:15:06.1476349Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_cpu_dispatch.h' 2024-10-08T20:15:06.1479345Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_cuda_dispatch.h' 2024-10-08T20:15:06.1482293Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_native.h' 2024-10-08T20:15:06.1485409Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_ops.h' 2024-10-08T20:15:06.1488488Z adding 'torch/include/ATen/ops/_prelu_kernel_cpu_dispatch.h' 2024-10-08T20:15:06.1491506Z adding 'torch/include/ATen/ops/_prelu_kernel_cuda_dispatch.h' 2024-10-08T20:15:06.1494565Z adding 'torch/include/ATen/ops/_prelu_kernel_native.h' 2024-10-08T20:15:06.1497658Z adding 'torch/include/ATen/ops/_prelu_kernel_ops.h' 2024-10-08T20:15:06.1500596Z adding 'torch/include/ATen/ops/_print.h' 2024-10-08T20:15:06.1503799Z adding 'torch/include/ATen/ops/_print_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.1506565Z adding 'torch/include/ATen/ops/_print_native.h' 2024-10-08T20:15:06.1509642Z adding 'torch/include/ATen/ops/_print_ops.h' 2024-10-08T20:15:06.1512724Z adding 'torch/include/ATen/ops/_propagate_xla_data.h' 2024-10-08T20:15:06.1516008Z adding 'torch/include/ATen/ops/_propagate_xla_data_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.1518846Z adding 'torch/include/ATen/ops/_propagate_xla_data_native.h' 2024-10-08T20:15:06.1521892Z adding 'torch/include/ATen/ops/_propagate_xla_data_ops.h' 2024-10-08T20:15:06.1524979Z adding 'torch/include/ATen/ops/_remove_batch_dim.h' 2024-10-08T20:15:06.1528302Z adding 'torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.1531132Z adding 'torch/include/ATen/ops/_remove_batch_dim_native.h' 2024-10-08T20:15:06.1534450Z adding 'torch/include/ATen/ops/_remove_batch_dim_ops.h' 2024-10-08T20:15:06.1537618Z adding 'torch/include/ATen/ops/_reshape_alias.h' 2024-10-08T20:15:06.1541061Z adding 'torch/include/ATen/ops/_reshape_alias_copy.h' 2024-10-08T20:15:06.1544503Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.1547787Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.1550430Z adding 'torch/include/ATen/ops/_reshape_alias_copy_native.h' 2024-10-08T20:15:06.1553612Z adding 'torch/include/ATen/ops/_reshape_alias_copy_ops.h' 2024-10-08T20:15:06.1556722Z adding 'torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h' 2024-10-08T20:15:06.1559814Z adding 'torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h' 2024-10-08T20:15:06.1562923Z adding 'torch/include/ATen/ops/_reshape_alias_meta_dispatch.h' 2024-10-08T20:15:06.1566533Z adding 'torch/include/ATen/ops/_reshape_alias_native.h' 2024-10-08T20:15:06.1569150Z adding 'torch/include/ATen/ops/_reshape_alias_ops.h' 2024-10-08T20:15:06.1572850Z adding 'torch/include/ATen/ops/_reshape_copy.h' 2024-10-08T20:15:06.1575800Z adding 'torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.1578735Z adding 'torch/include/ATen/ops/_reshape_copy_native.h' 2024-10-08T20:15:06.1581808Z adding 'torch/include/ATen/ops/_reshape_copy_ops.h' 2024-10-08T20:15:06.1584992Z adding 'torch/include/ATen/ops/_reshape_from_tensor.h' 2024-10-08T20:15:06.1588362Z adding 'torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.1591577Z adding 'torch/include/ATen/ops/_reshape_from_tensor_native.h' 2024-10-08T20:15:06.1595090Z adding 'torch/include/ATen/ops/_reshape_from_tensor_ops.h' 2024-10-08T20:15:06.1598102Z adding 'torch/include/ATen/ops/_resize_output.h' 2024-10-08T20:15:06.1601739Z adding 'torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.1604715Z adding 'torch/include/ATen/ops/_resize_output_meta_dispatch.h' 2024-10-08T20:15:06.1607834Z adding 'torch/include/ATen/ops/_resize_output_native.h' 2024-10-08T20:15:06.1611113Z adding 'torch/include/ATen/ops/_resize_output_ops.h' 2024-10-08T20:15:06.1614475Z adding 'torch/include/ATen/ops/_rowwise_prune.h' 2024-10-08T20:15:06.1618681Z adding 'torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.1620841Z adding 'torch/include/ATen/ops/_rowwise_prune_native.h' 2024-10-08T20:15:06.1624224Z adding 'torch/include/ATen/ops/_rowwise_prune_ops.h' 2024-10-08T20:15:06.1627181Z adding 'torch/include/ATen/ops/_safe_softmax.h' 2024-10-08T20:15:06.1630593Z adding 'torch/include/ATen/ops/_safe_softmax_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.1633417Z adding 'torch/include/ATen/ops/_safe_softmax_native.h' 2024-10-08T20:15:06.1636715Z adding 'torch/include/ATen/ops/_safe_softmax_ops.h' 2024-10-08T20:15:06.1639834Z adding 'torch/include/ATen/ops/_sample_dirichlet.h' 2024-10-08T20:15:06.1643366Z adding 'torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.1646858Z adding 'torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h' 2024-10-08T20:15:06.1649515Z adding 'torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h' 2024-10-08T20:15:06.1652722Z adding 'torch/include/ATen/ops/_sample_dirichlet_native.h' 2024-10-08T20:15:06.1655922Z adding 'torch/include/ATen/ops/_sample_dirichlet_ops.h' 2024-10-08T20:15:06.1659158Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16.h' 2024-10-08T20:15:06.1662477Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.1666013Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_native.h' 2024-10-08T20:15:06.1669955Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h' 2024-10-08T20:15:06.1673258Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math.h' 2024-10-08T20:15:06.1676763Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.1680583Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps.h' 2024-10-08T20:15:06.1682968Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_native.h' 2024-10-08T20:15:06.1686741Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_for_mps_ops.h' 2024-10-08T20:15:06.1689420Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h' 2024-10-08T20:15:06.1692837Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h' 2024-10-08T20:15:06.1696060Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention.h' 2024-10-08T20:15:06.1699646Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward.h' 2024-10-08T20:15:06.1703638Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_cuda_dispatch.h' 2024-10-08T20:15:06.1706231Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_native.h' 2024-10-08T20:15:06.1709703Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_backward_ops.h' 2024-10-08T20:15:06.1712923Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_cuda_dispatch.h' 2024-10-08T20:15:06.1716165Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_native.h' 2024-10-08T20:15:06.1720261Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_ops.h' 2024-10-08T20:15:06.1722814Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h' 2024-10-08T20:15:06.1726384Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h' 2024-10-08T20:15:06.1729499Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h' 2024-10-08T20:15:06.1732812Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h' 2024-10-08T20:15:06.1736140Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h' 2024-10-08T20:15:06.1739491Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h' 2024-10-08T20:15:06.1743208Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h' 2024-10-08T20:15:06.1745947Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h' 2024-10-08T20:15:06.1749261Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention.h' 2024-10-08T20:15:06.1752738Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward.h' 2024-10-08T20:15:06.1756242Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_cuda_dispatch.h' 2024-10-08T20:15:06.1760164Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_native.h' 2024-10-08T20:15:06.1762775Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_ops.h' 2024-10-08T20:15:06.1766156Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h' 2024-10-08T20:15:06.1769225Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu.h' 2024-10-08T20:15:06.1772703Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward.h' 2024-10-08T20:15:06.1775972Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_cpu_dispatch.h' 2024-10-08T20:15:06.1779157Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_native.h' 2024-10-08T20:15:06.1782789Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_ops.h' 2024-10-08T20:15:06.1785680Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_cpu_dispatch.h' 2024-10-08T20:15:06.1788751Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_native.h' 2024-10-08T20:15:06.1791998Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_ops.h' 2024-10-08T20:15:06.1795219Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h' 2024-10-08T20:15:06.1798498Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h' 2024-10-08T20:15:06.1801866Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable.h' 2024-10-08T20:15:06.1805521Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward.h' 2024-10-08T20:15:06.1809222Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.1812437Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_native.h' 2024-10-08T20:15:06.1815775Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_backward_ops.h' 2024-10-08T20:15:06.1820110Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.1826647Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_native.h' 2024-10-08T20:15:06.1829893Z adding 'torch/include/ATen/ops/_scaled_dot_product_fused_attention_overrideable_ops.h' 2024-10-08T20:15:06.1833149Z adding 'torch/include/ATen/ops/_scaled_mm.h' 2024-10-08T20:15:06.1837028Z adding 'torch/include/ATen/ops/_scaled_mm_cuda_dispatch.h' 2024-10-08T20:15:06.1839600Z adding 'torch/include/ATen/ops/_scaled_mm_native.h' 2024-10-08T20:15:06.1843030Z adding 'torch/include/ATen/ops/_scaled_mm_ops.h' 2024-10-08T20:15:06.1846350Z adding 'torch/include/ATen/ops/_segment_reduce_backward.h' 2024-10-08T20:15:06.1850030Z adding 'torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.1853913Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h' 2024-10-08T20:15:06.1856329Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h' 2024-10-08T20:15:06.1859830Z adding 'torch/include/ATen/ops/_segment_reduce_backward_native.h' 2024-10-08T20:15:06.1862785Z adding 'torch/include/ATen/ops/_segment_reduce_backward_ops.h' 2024-10-08T20:15:06.1865946Z adding 'torch/include/ATen/ops/_shape_as_tensor.h' 2024-10-08T20:15:06.1869185Z adding 'torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.1872113Z adding 'torch/include/ATen/ops/_shape_as_tensor_native.h' 2024-10-08T20:15:06.1875154Z adding 'torch/include/ATen/ops/_shape_as_tensor_ops.h' 2024-10-08T20:15:06.1879408Z adding 'torch/include/ATen/ops/_slow_conv2d_backward.h' 2024-10-08T20:15:06.1883323Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.1886420Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h' 2024-10-08T20:15:06.1889853Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h' 2024-10-08T20:15:06.1893732Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_native.h' 2024-10-08T20:15:06.1896729Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_ops.h' 2024-10-08T20:15:06.1900446Z adding 'torch/include/ATen/ops/_slow_conv2d_forward.h' 2024-10-08T20:15:06.1904734Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h' 2024-10-08T20:15:06.1907307Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h' 2024-10-08T20:15:06.1910746Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_native.h' 2024-10-08T20:15:06.1913761Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_ops.h' 2024-10-08T20:15:06.1916982Z adding 'torch/include/ATen/ops/_sobol_engine_draw.h' 2024-10-08T20:15:06.1921685Z adding 'torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.1923881Z adding 'torch/include/ATen/ops/_sobol_engine_draw_native.h' 2024-10-08T20:15:06.1927632Z adding 'torch/include/ATen/ops/_sobol_engine_draw_ops.h' 2024-10-08T20:15:06.1930245Z adding 'torch/include/ATen/ops/_sobol_engine_ff.h' 2024-10-08T20:15:06.1933797Z adding 'torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.1936634Z adding 'torch/include/ATen/ops/_sobol_engine_ff_native.h' 2024-10-08T20:15:06.1939884Z adding 'torch/include/ATen/ops/_sobol_engine_ff_ops.h' 2024-10-08T20:15:06.1942973Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state.h' 2024-10-08T20:15:06.1946545Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.1950118Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_native.h' 2024-10-08T20:15:06.1952534Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h' 2024-10-08T20:15:06.1955938Z adding 'torch/include/ATen/ops/_sobol_engine_scramble.h' 2024-10-08T20:15:06.1958880Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.1962063Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_native.h' 2024-10-08T20:15:06.1964903Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_ops.h' 2024-10-08T20:15:06.1967985Z adding 'torch/include/ATen/ops/_softmax.h' 2024-10-08T20:15:06.1971160Z adding 'torch/include/ATen/ops/_softmax_backward_data.h' 2024-10-08T20:15:06.1974879Z adding 'torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.1977741Z adding 'torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h' 2024-10-08T20:15:06.1981235Z adding 'torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h' 2024-10-08T20:15:06.1984819Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta.h' 2024-10-08T20:15:06.1987333Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h' 2024-10-08T20:15:06.1990655Z adding 'torch/include/ATen/ops/_softmax_backward_data_native.h' 2024-10-08T20:15:06.1993580Z adding 'torch/include/ATen/ops/_softmax_backward_data_ops.h' 2024-10-08T20:15:06.1997056Z adding 'torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.1999895Z adding 'torch/include/ATen/ops/_softmax_cpu_dispatch.h' 2024-10-08T20:15:06.2003092Z adding 'torch/include/ATen/ops/_softmax_cuda_dispatch.h' 2024-10-08T20:15:06.2006029Z adding 'torch/include/ATen/ops/_softmax_meta.h' 2024-10-08T20:15:06.2009417Z adding 'torch/include/ATen/ops/_softmax_meta_dispatch.h' 2024-10-08T20:15:06.2013205Z adding 'torch/include/ATen/ops/_softmax_native.h' 2024-10-08T20:15:06.2015834Z adding 'torch/include/ATen/ops/_softmax_ops.h' 2024-10-08T20:15:06.2019138Z adding 'torch/include/ATen/ops/_sparse_addmm.h' 2024-10-08T20:15:06.2022522Z adding 'torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.2025509Z adding 'torch/include/ATen/ops/_sparse_addmm_native.h' 2024-10-08T20:15:06.2028730Z adding 'torch/include/ATen/ops/_sparse_addmm_ops.h' 2024-10-08T20:15:06.2031961Z adding 'torch/include/ATen/ops/_sparse_broadcast_to.h' 2024-10-08T20:15:06.2035898Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy.h' 2024-10-08T20:15:06.2038541Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.2041935Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.2044637Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h' 2024-10-08T20:15:06.2047969Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h' 2024-10-08T20:15:06.2050981Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_native.h' 2024-10-08T20:15:06.2054298Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_ops.h' 2024-10-08T20:15:06.2058328Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h' 2024-10-08T20:15:06.2061058Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.2064358Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h' 2024-10-08T20:15:06.2067272Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h' 2024-10-08T20:15:06.2070658Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h' 2024-10-08T20:15:06.2074077Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.2077148Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h' 2024-10-08T20:15:06.2081313Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h' 2024-10-08T20:15:06.2084008Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h' 2024-10-08T20:15:06.2087696Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.2090594Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h' 2024-10-08T20:15:06.2094133Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h' 2024-10-08T20:15:06.2098246Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims.h' 2024-10-08T20:15:06.2100963Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.2104116Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_native.h' 2024-10-08T20:15:06.2107168Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_with_dims_ops.h' 2024-10-08T20:15:06.2110720Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h' 2024-10-08T20:15:06.2115105Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.2117297Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h' 2024-10-08T20:15:06.2121037Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h' 2024-10-08T20:15:06.2123916Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h' 2024-10-08T20:15:06.2128008Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h' 2024-10-08T20:15:06.2131745Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.2135026Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h' 2024-10-08T20:15:06.2138275Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h' 2024-10-08T20:15:06.2141623Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h' 2024-10-08T20:15:06.2144930Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.2147880Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h' 2024-10-08T20:15:06.2150963Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h' 2024-10-08T20:15:06.2154495Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h' 2024-10-08T20:15:06.2157711Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h' 2024-10-08T20:15:06.2161085Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.2164625Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h' 2024-10-08T20:15:06.2167835Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h' 2024-10-08T20:15:06.2170938Z adding 'torch/include/ATen/ops/_sparse_csr_prod.h' 2024-10-08T20:15:06.2174448Z adding 'torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.2177333Z adding 'torch/include/ATen/ops/_sparse_csr_prod_native.h' 2024-10-08T20:15:06.2180543Z adding 'torch/include/ATen/ops/_sparse_csr_prod_ops.h' 2024-10-08T20:15:06.2183898Z adding 'torch/include/ATen/ops/_sparse_csr_sum.h' 2024-10-08T20:15:06.2187272Z adding 'torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.2190146Z adding 'torch/include/ATen/ops/_sparse_csr_sum_native.h' 2024-10-08T20:15:06.2193349Z adding 'torch/include/ATen/ops/_sparse_csr_sum_ops.h' 2024-10-08T20:15:06.2196623Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h' 2024-10-08T20:15:06.2200046Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.2202898Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h' 2024-10-08T20:15:06.2206084Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h' 2024-10-08T20:15:06.2209314Z adding 'torch/include/ATen/ops/_sparse_log_softmax.h' 2024-10-08T20:15:06.2212583Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data.h' 2024-10-08T20:15:06.2215920Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.2218759Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h' 2024-10-08T20:15:06.2221964Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h' 2024-10-08T20:15:06.2225207Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.2228275Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.2231097Z adding 'torch/include/ATen/ops/_sparse_log_softmax_native.h' 2024-10-08T20:15:06.2234399Z adding 'torch/include/ATen/ops/_sparse_log_softmax_ops.h' 2024-10-08T20:15:06.2237532Z adding 'torch/include/ATen/ops/_sparse_mask_projection.h' 2024-10-08T20:15:06.2241072Z adding 'torch/include/ATen/ops/_sparse_mask_projection_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.2243911Z adding 'torch/include/ATen/ops/_sparse_mask_projection_native.h' 2024-10-08T20:15:06.2247102Z adding 'torch/include/ATen/ops/_sparse_mask_projection_ops.h' 2024-10-08T20:15:06.2250194Z adding 'torch/include/ATen/ops/_sparse_mm.h' 2024-10-08T20:15:06.2253476Z adding 'torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.2256242Z adding 'torch/include/ATen/ops/_sparse_mm_native.h' 2024-10-08T20:15:06.2259328Z adding 'torch/include/ATen/ops/_sparse_mm_ops.h' 2024-10-08T20:15:06.2262421Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl.h' 2024-10-08T20:15:06.2265525Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward.h' 2024-10-08T20:15:06.2268585Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_native.h' 2024-10-08T20:15:06.2271787Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_ops.h' 2024-10-08T20:15:06.2274749Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_native.h' 2024-10-08T20:15:06.2277835Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_ops.h' 2024-10-08T20:15:06.2280934Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm.h' 2024-10-08T20:15:06.2284074Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_cuda_dispatch.h' 2024-10-08T20:15:06.2287047Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_native.h' 2024-10-08T20:15:06.2290219Z adding 'torch/include/ATen/ops/_sparse_semi_structured_addmm_ops.h' 2024-10-08T20:15:06.2293329Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply.h' 2024-10-08T20:15:06.2296459Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_cuda_dispatch.h' 2024-10-08T20:15:06.2299439Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense.h' 2024-10-08T20:15:06.2302561Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_cuda_dispatch.h' 2024-10-08T20:15:06.2305436Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_native.h' 2024-10-08T20:15:06.2308506Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_dense_ops.h' 2024-10-08T20:15:06.2311472Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_native.h' 2024-10-08T20:15:06.2314584Z adding 'torch/include/ATen/ops/_sparse_semi_structured_apply_ops.h' 2024-10-08T20:15:06.2317661Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear.h' 2024-10-08T20:15:06.2320813Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_cuda_dispatch.h' 2024-10-08T20:15:06.2323789Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_native.h' 2024-10-08T20:15:06.2326943Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_ops.h' 2024-10-08T20:15:06.2329943Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm.h' 2024-10-08T20:15:06.2333250Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_cuda_dispatch.h' 2024-10-08T20:15:06.2336331Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_native.h' 2024-10-08T20:15:06.2340453Z adding 'torch/include/ATen/ops/_sparse_semi_structured_mm_ops.h' 2024-10-08T20:15:06.2342667Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile.h' 2024-10-08T20:15:06.2346314Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_cuda_dispatch.h' 2024-10-08T20:15:06.2348949Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_native.h' 2024-10-08T20:15:06.2352178Z adding 'torch/include/ATen/ops/_sparse_semi_structured_tile_ops.h' 2024-10-08T20:15:06.2355247Z adding 'torch/include/ATen/ops/_sparse_softmax.h' 2024-10-08T20:15:06.2358625Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data.h' 2024-10-08T20:15:06.2361969Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.2365015Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_native.h' 2024-10-08T20:15:06.2369012Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h' 2024-10-08T20:15:06.2371584Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.2374914Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.2377756Z adding 'torch/include/ATen/ops/_sparse_softmax_native.h' 2024-10-08T20:15:06.2381299Z adding 'torch/include/ATen/ops/_sparse_softmax_ops.h' 2024-10-08T20:15:06.2384376Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul.h' 2024-10-08T20:15:06.2387872Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.2391646Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_native.h' 2024-10-08T20:15:06.2394013Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_ops.h' 2024-10-08T20:15:06.2397256Z adding 'torch/include/ATen/ops/_sparse_sum.h' 2024-10-08T20:15:06.2400834Z adding 'torch/include/ATen/ops/_sparse_sum_backward.h' 2024-10-08T20:15:06.2404322Z adding 'torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.2407144Z adding 'torch/include/ATen/ops/_sparse_sum_backward_native.h' 2024-10-08T20:15:06.2410516Z adding 'torch/include/ATen/ops/_sparse_sum_backward_ops.h' 2024-10-08T20:15:06.2414392Z adding 'torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.2417862Z adding 'torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.2420958Z adding 'torch/include/ATen/ops/_sparse_sum_native.h' 2024-10-08T20:15:06.2424266Z adding 'torch/include/ATen/ops/_sparse_sum_ops.h' 2024-10-08T20:15:06.2427654Z adding 'torch/include/ATen/ops/_spdiags.h' 2024-10-08T20:15:06.2431426Z adding 'torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.2434051Z adding 'torch/include/ATen/ops/_spdiags_cpu_dispatch.h' 2024-10-08T20:15:06.2437145Z adding 'torch/include/ATen/ops/_spdiags_native.h' 2024-10-08T20:15:06.2440372Z adding 'torch/include/ATen/ops/_spdiags_ops.h' 2024-10-08T20:15:06.2443641Z adding 'torch/include/ATen/ops/_spsolve.h' 2024-10-08T20:15:06.2446606Z adding 'torch/include/ATen/ops/_spsolve_native.h' 2024-10-08T20:15:06.2449855Z adding 'torch/include/ATen/ops/_spsolve_ops.h' 2024-10-08T20:15:06.2453775Z adding 'torch/include/ATen/ops/_stack.h' 2024-10-08T20:15:06.2456490Z adding 'torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.2459509Z adding 'torch/include/ATen/ops/_stack_cpu_dispatch.h' 2024-10-08T20:15:06.2462492Z adding 'torch/include/ATen/ops/_stack_native.h' 2024-10-08T20:15:06.2466081Z adding 'torch/include/ATen/ops/_stack_ops.h' 2024-10-08T20:15:06.2469218Z adding 'torch/include/ATen/ops/_standard_gamma.h' 2024-10-08T20:15:06.2472735Z adding 'torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.2476527Z adding 'torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h' 2024-10-08T20:15:06.2478895Z adding 'torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h' 2024-10-08T20:15:06.2482473Z adding 'torch/include/ATen/ops/_standard_gamma_grad.h' 2024-10-08T20:15:06.2485455Z adding 'torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.2488574Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h' 2024-10-08T20:15:06.2491607Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h' 2024-10-08T20:15:06.2494845Z adding 'torch/include/ATen/ops/_standard_gamma_grad_native.h' 2024-10-08T20:15:06.2498018Z adding 'torch/include/ATen/ops/_standard_gamma_grad_ops.h' 2024-10-08T20:15:06.2501222Z adding 'torch/include/ATen/ops/_standard_gamma_native.h' 2024-10-08T20:15:06.2504997Z adding 'torch/include/ATen/ops/_standard_gamma_ops.h' 2024-10-08T20:15:06.2507628Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults.h' 2024-10-08T20:15:06.2511053Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.2513926Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_native.h' 2024-10-08T20:15:06.2517196Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_ops.h' 2024-10-08T20:15:06.2520316Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch.h' 2024-10-08T20:15:06.2523920Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.2527736Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.2529855Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h' 2024-10-08T20:15:06.2533456Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h' 2024-10-08T20:15:06.2536394Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h' 2024-10-08T20:15:06.2539818Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.2542729Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h' 2024-10-08T20:15:06.2546192Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.2550231Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.2552266Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h' 2024-10-08T20:15:06.2556087Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h' 2024-10-08T20:15:06.2558542Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h' 2024-10-08T20:15:06.2561774Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h' 2024-10-08T20:15:06.2564672Z adding 'torch/include/ATen/ops/_test_check_tensor.h' 2024-10-08T20:15:06.2568059Z adding 'torch/include/ATen/ops/_test_check_tensor_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.2570881Z adding 'torch/include/ATen/ops/_test_check_tensor_native.h' 2024-10-08T20:15:06.2574196Z adding 'torch/include/ATen/ops/_test_check_tensor_ops.h' 2024-10-08T20:15:06.2577275Z adding 'torch/include/ATen/ops/_test_functorch_fallback.h' 2024-10-08T20:15:06.2580762Z adding 'torch/include/ATen/ops/_test_functorch_fallback_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.2584406Z adding 'torch/include/ATen/ops/_test_functorch_fallback_cpu_dispatch.h' 2024-10-08T20:15:06.2586795Z adding 'torch/include/ATen/ops/_test_functorch_fallback_native.h' 2024-10-08T20:15:06.2590084Z adding 'torch/include/ATen/ops/_test_functorch_fallback_ops.h' 2024-10-08T20:15:06.2593219Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist.h' 2024-10-08T20:15:06.2596700Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.2599612Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h' 2024-10-08T20:15:06.2602785Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_native.h' 2024-10-08T20:15:06.2606687Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_ops.h' 2024-10-08T20:15:06.2609080Z adding 'torch/include/ATen/ops/_test_optional_floatlist.h' 2024-10-08T20:15:06.2612921Z adding 'torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.2615548Z adding 'torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h' 2024-10-08T20:15:06.2618631Z adding 'torch/include/ATen/ops/_test_optional_floatlist_native.h' 2024-10-08T20:15:06.2621809Z adding 'torch/include/ATen/ops/_test_optional_floatlist_ops.h' 2024-10-08T20:15:06.2625024Z adding 'torch/include/ATen/ops/_test_optional_intlist.h' 2024-10-08T20:15:06.2628314Z adding 'torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.2631414Z adding 'torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h' 2024-10-08T20:15:06.2635194Z adding 'torch/include/ATen/ops/_test_optional_intlist_native.h' 2024-10-08T20:15:06.2637686Z adding 'torch/include/ATen/ops/_test_optional_intlist_ops.h' 2024-10-08T20:15:06.2641356Z adding 'torch/include/ATen/ops/_test_parallel_materialize.h' 2024-10-08T20:15:06.2644676Z adding 'torch/include/ATen/ops/_test_parallel_materialize_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.2647722Z adding 'torch/include/ATen/ops/_test_parallel_materialize_native.h' 2024-10-08T20:15:06.2650684Z adding 'torch/include/ATen/ops/_test_parallel_materialize_ops.h' 2024-10-08T20:15:06.2653946Z adding 'torch/include/ATen/ops/_test_serialization_subcmul.h' 2024-10-08T20:15:06.2658125Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.2660153Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_native.h' 2024-10-08T20:15:06.2663712Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_ops.h' 2024-10-08T20:15:06.2666432Z adding 'torch/include/ATen/ops/_test_string_default.h' 2024-10-08T20:15:06.2669755Z adding 'torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.2672520Z adding 'torch/include/ATen/ops/_test_string_default_native.h' 2024-10-08T20:15:06.2675738Z adding 'torch/include/ATen/ops/_test_string_default_ops.h' 2024-10-08T20:15:06.2678787Z adding 'torch/include/ATen/ops/_test_warn_in_autograd.h' 2024-10-08T20:15:06.2682055Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.2684861Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_native.h' 2024-10-08T20:15:06.2687990Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_ops.h' 2024-10-08T20:15:06.2691342Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h' 2024-10-08T20:15:06.2694806Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.2697660Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h' 2024-10-08T20:15:06.2700827Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h' 2024-10-08T20:15:06.2703966Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h' 2024-10-08T20:15:06.2707351Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.2710224Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h' 2024-10-08T20:15:06.2713419Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h' 2024-10-08T20:15:06.2716574Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell.h' 2024-10-08T20:15:06.2720701Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h' 2024-10-08T20:15:06.2723366Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.2726328Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h' 2024-10-08T20:15:06.2729408Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h' 2024-10-08T20:15:06.2732744Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h' 2024-10-08T20:15:06.2736127Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.2739092Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h' 2024-10-08T20:15:06.2742060Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_native.h' 2024-10-08T20:15:06.2745311Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h' 2024-10-08T20:15:06.2748580Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell.h' 2024-10-08T20:15:06.2751768Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h' 2024-10-08T20:15:06.2755082Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.2758142Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h' 2024-10-08T20:15:06.2761559Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.2764508Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h' 2024-10-08T20:15:06.2767484Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h' 2024-10-08T20:15:06.2770806Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h' 2024-10-08T20:15:06.2773906Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h' 2024-10-08T20:15:06.2777248Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h' 2024-10-08T20:15:06.2780554Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.2783545Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h' 2024-10-08T20:15:06.2786536Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h' 2024-10-08T20:15:06.2789843Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h' 2024-10-08T20:15:06.2793033Z adding 'torch/include/ATen/ops/_to_copy.h' 2024-10-08T20:15:06.2796410Z adding 'torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.2799338Z adding 'torch/include/ATen/ops/_to_copy_native.h' 2024-10-08T20:15:06.2802621Z adding 'torch/include/ATen/ops/_to_copy_ops.h' 2024-10-08T20:15:06.2805633Z adding 'torch/include/ATen/ops/_to_cpu.h' 2024-10-08T20:15:06.2808871Z adding 'torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.2811658Z adding 'torch/include/ATen/ops/_to_cpu_native.h' 2024-10-08T20:15:06.2814805Z adding 'torch/include/ATen/ops/_to_cpu_ops.h' 2024-10-08T20:15:06.2817871Z adding 'torch/include/ATen/ops/_to_dense.h' 2024-10-08T20:15:06.2821184Z adding 'torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.2824048Z adding 'torch/include/ATen/ops/_to_dense_native.h' 2024-10-08T20:15:06.2827287Z adding 'torch/include/ATen/ops/_to_dense_ops.h' 2024-10-08T20:15:06.2830486Z adding 'torch/include/ATen/ops/_to_sparse.h' 2024-10-08T20:15:06.2833620Z adding 'torch/include/ATen/ops/_to_sparse_bsc.h' 2024-10-08T20:15:06.2836930Z adding 'torch/include/ATen/ops/_to_sparse_bsc_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.2839847Z adding 'torch/include/ATen/ops/_to_sparse_bsc_cpu_dispatch.h' 2024-10-08T20:15:06.2842888Z adding 'torch/include/ATen/ops/_to_sparse_bsc_cuda_dispatch.h' 2024-10-08T20:15:06.2845892Z adding 'torch/include/ATen/ops/_to_sparse_bsc_native.h' 2024-10-08T20:15:06.2849085Z adding 'torch/include/ATen/ops/_to_sparse_bsc_ops.h' 2024-10-08T20:15:06.2852243Z adding 'torch/include/ATen/ops/_to_sparse_bsr.h' 2024-10-08T20:15:06.2855603Z adding 'torch/include/ATen/ops/_to_sparse_bsr_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.2858520Z adding 'torch/include/ATen/ops/_to_sparse_bsr_cpu_dispatch.h' 2024-10-08T20:15:06.2861559Z adding 'torch/include/ATen/ops/_to_sparse_bsr_cuda_dispatch.h' 2024-10-08T20:15:06.2864559Z adding 'torch/include/ATen/ops/_to_sparse_bsr_native.h' 2024-10-08T20:15:06.2867730Z adding 'torch/include/ATen/ops/_to_sparse_bsr_ops.h' 2024-10-08T20:15:06.2871088Z adding 'torch/include/ATen/ops/_to_sparse_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.2874085Z adding 'torch/include/ATen/ops/_to_sparse_cpu_dispatch.h' 2024-10-08T20:15:06.2877637Z adding 'torch/include/ATen/ops/_to_sparse_csc.h' 2024-10-08T20:15:06.2880905Z adding 'torch/include/ATen/ops/_to_sparse_csc_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.2883829Z adding 'torch/include/ATen/ops/_to_sparse_csc_cpu_dispatch.h' 2024-10-08T20:15:06.2886906Z adding 'torch/include/ATen/ops/_to_sparse_csc_cuda_dispatch.h' 2024-10-08T20:15:06.2889851Z adding 'torch/include/ATen/ops/_to_sparse_csc_native.h' 2024-10-08T20:15:06.2893095Z adding 'torch/include/ATen/ops/_to_sparse_csc_ops.h' 2024-10-08T20:15:06.2896155Z adding 'torch/include/ATen/ops/_to_sparse_csr.h' 2024-10-08T20:15:06.2899458Z adding 'torch/include/ATen/ops/_to_sparse_csr_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.2902349Z adding 'torch/include/ATen/ops/_to_sparse_csr_cpu_dispatch.h' 2024-10-08T20:15:06.2905366Z adding 'torch/include/ATen/ops/_to_sparse_csr_cuda_dispatch.h' 2024-10-08T20:15:06.2908323Z adding 'torch/include/ATen/ops/_to_sparse_csr_native.h' 2024-10-08T20:15:06.2911562Z adding 'torch/include/ATen/ops/_to_sparse_csr_ops.h' 2024-10-08T20:15:06.2914654Z adding 'torch/include/ATen/ops/_to_sparse_cuda_dispatch.h' 2024-10-08T20:15:06.2917735Z adding 'torch/include/ATen/ops/_to_sparse_native.h' 2024-10-08T20:15:06.2921085Z adding 'torch/include/ATen/ops/_to_sparse_ops.h' 2024-10-08T20:15:06.2924269Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured.h' 2024-10-08T20:15:06.2927395Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_cuda_dispatch.h' 2024-10-08T20:15:06.2930302Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_native.h' 2024-10-08T20:15:06.2933497Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_ops.h' 2024-10-08T20:15:06.2936645Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv.h' 2024-10-08T20:15:06.2940029Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.2942994Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h' 2024-10-08T20:15:06.2946076Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h' 2024-10-08T20:15:06.2949056Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h' 2024-10-08T20:15:06.2952260Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h' 2024-10-08T20:15:06.2955689Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd.h' 2024-10-08T20:15:06.2959288Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.2962428Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h' 2024-10-08T20:15:06.2965595Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h' 2024-10-08T20:15:06.2968685Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h' 2024-10-08T20:15:06.2972230Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h' 2024-10-08T20:15:06.2975484Z adding 'torch/include/ATen/ops/_trilinear.h' 2024-10-08T20:15:06.2978956Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.2982161Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.2984973Z adding 'torch/include/ATen/ops/_trilinear_native.h' 2024-10-08T20:15:06.2988240Z adding 'torch/include/ATen/ops/_trilinear_ops.h' 2024-10-08T20:15:06.2991573Z adding 'torch/include/ATen/ops/_triton_multi_head_attention.h' 2024-10-08T20:15:06.2995030Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.2998581Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h' 2024-10-08T20:15:06.3001070Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_native.h' 2024-10-08T20:15:06.3004366Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_ops.h' 2024-10-08T20:15:06.3007522Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention.h' 2024-10-08T20:15:06.3010849Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.3013894Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h' 2024-10-08T20:15:06.3016837Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_native.h' 2024-10-08T20:15:06.3020030Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h' 2024-10-08T20:15:06.3023005Z adding 'torch/include/ATen/ops/_unique.h' 2024-10-08T20:15:06.3026168Z adding 'torch/include/ATen/ops/_unique2.h' 2024-10-08T20:15:06.3029519Z adding 'torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.3032491Z adding 'torch/include/ATen/ops/_unique2_cpu_dispatch.h' 2024-10-08T20:15:06.3035519Z adding 'torch/include/ATen/ops/_unique2_cuda_dispatch.h' 2024-10-08T20:15:06.3038462Z adding 'torch/include/ATen/ops/_unique2_native.h' 2024-10-08T20:15:06.3041727Z adding 'torch/include/ATen/ops/_unique2_ops.h' 2024-10-08T20:15:06.3045105Z adding 'torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.3048040Z adding 'torch/include/ATen/ops/_unique_cpu_dispatch.h' 2024-10-08T20:15:06.3051101Z adding 'torch/include/ATen/ops/_unique_cuda_dispatch.h' 2024-10-08T20:15:06.3054189Z adding 'torch/include/ATen/ops/_unique_native.h' 2024-10-08T20:15:06.3057364Z adding 'torch/include/ATen/ops/_unique_ops.h' 2024-10-08T20:15:06.3060405Z adding 'torch/include/ATen/ops/_unpack_dual.h' 2024-10-08T20:15:06.3063661Z adding 'torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.3066418Z adding 'torch/include/ATen/ops/_unpack_dual_native.h' 2024-10-08T20:15:06.3069480Z adding 'torch/include/ATen/ops/_unpack_dual_ops.h' 2024-10-08T20:15:06.3072515Z adding 'torch/include/ATen/ops/_unsafe_index.h' 2024-10-08T20:15:06.3075820Z adding 'torch/include/ATen/ops/_unsafe_index_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.3079266Z adding 'torch/include/ATen/ops/_unsafe_index_native.h' 2024-10-08T20:15:06.3081876Z adding 'torch/include/ATen/ops/_unsafe_index_ops.h' 2024-10-08T20:15:06.3085085Z adding 'torch/include/ATen/ops/_unsafe_index_put.h' 2024-10-08T20:15:06.3088435Z adding 'torch/include/ATen/ops/_unsafe_index_put_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.3091400Z adding 'torch/include/ATen/ops/_unsafe_index_put_native.h' 2024-10-08T20:15:06.3094639Z adding 'torch/include/ATen/ops/_unsafe_index_put_ops.h' 2024-10-08T20:15:06.3097875Z adding 'torch/include/ATen/ops/_unsafe_masked_index.h' 2024-10-08T20:15:06.3102173Z adding 'torch/include/ATen/ops/_unsafe_masked_index_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.3104229Z adding 'torch/include/ATen/ops/_unsafe_masked_index_native.h' 2024-10-08T20:15:06.3107726Z adding 'torch/include/ATen/ops/_unsafe_masked_index_ops.h' 2024-10-08T20:15:06.3110579Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate.h' 2024-10-08T20:15:06.3114305Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.3117134Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_native.h' 2024-10-08T20:15:06.3120400Z adding 'torch/include/ATen/ops/_unsafe_masked_index_put_accumulate_ops.h' 2024-10-08T20:15:06.3124401Z adding 'torch/include/ATen/ops/_unsafe_view.h' 2024-10-08T20:15:06.3127142Z adding 'torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.3130464Z adding 'torch/include/ATen/ops/_unsafe_view_native.h' 2024-10-08T20:15:06.3133409Z adding 'torch/include/ATen/ops/_unsafe_view_ops.h' 2024-10-08T20:15:06.3137285Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa.h' 2024-10-08T20:15:06.3141879Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h' 2024-10-08T20:15:06.3145462Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.3148758Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h' 2024-10-08T20:15:06.3152919Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h' 2024-10-08T20:15:06.3155293Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h' 2024-10-08T20:15:06.3158968Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h' 2024-10-08T20:15:06.3161872Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h' 2024-10-08T20:15:06.3165278Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h' 2024-10-08T20:15:06.3168733Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.3171948Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.3175851Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h' 2024-10-08T20:15:06.3178481Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h' 2024-10-08T20:15:06.3181540Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h' 2024-10-08T20:15:06.3184761Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h' 2024-10-08T20:15:06.3187968Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h' 2024-10-08T20:15:06.3191384Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h' 2024-10-08T20:15:06.3195199Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa.h' 2024-10-08T20:15:06.3199125Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h' 2024-10-08T20:15:06.3202799Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.3206035Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h' 2024-10-08T20:15:06.3209872Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h' 2024-10-08T20:15:06.3212658Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h' 2024-10-08T20:15:06.3216104Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h' 2024-10-08T20:15:06.3219185Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h' 2024-10-08T20:15:06.3222566Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h' 2024-10-08T20:15:06.3226848Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.3229219Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.3232478Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h' 2024-10-08T20:15:06.3235638Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h' 2024-10-08T20:15:06.3238786Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h' 2024-10-08T20:15:06.3242034Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h' 2024-10-08T20:15:06.3245277Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h' 2024-10-08T20:15:06.3249359Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h' 2024-10-08T20:15:06.3252431Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d.h' 2024-10-08T20:15:06.3256280Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h' 2024-10-08T20:15:06.3260793Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.3263050Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h' 2024-10-08T20:15:06.3266784Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h' 2024-10-08T20:15:06.3269398Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h' 2024-10-08T20:15:06.3272748Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h' 2024-10-08T20:15:06.3275819Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h' 2024-10-08T20:15:06.3279161Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h' 2024-10-08T20:15:06.3283413Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.3285779Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.3289253Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h' 2024-10-08T20:15:06.3292181Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h' 2024-10-08T20:15:06.3295366Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h' 2024-10-08T20:15:06.3298594Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h' 2024-10-08T20:15:06.3301778Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_native.h' 2024-10-08T20:15:06.3305899Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h' 2024-10-08T20:15:06.3309516Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d.h' 2024-10-08T20:15:06.3312797Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h' 2024-10-08T20:15:06.3317292Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.3319550Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h' 2024-10-08T20:15:06.3323263Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h' 2024-10-08T20:15:06.3325925Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h' 2024-10-08T20:15:06.3329293Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h' 2024-10-08T20:15:06.3332461Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h' 2024-10-08T20:15:06.3335909Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h' 2024-10-08T20:15:06.3340201Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.3342575Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.3345906Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h' 2024-10-08T20:15:06.3348999Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h' 2024-10-08T20:15:06.3352112Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h' 2024-10-08T20:15:06.3355359Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h' 2024-10-08T20:15:06.3358619Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_native.h' 2024-10-08T20:15:06.3362765Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h' 2024-10-08T20:15:06.3366088Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d.h' 2024-10-08T20:15:06.3370049Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h' 2024-10-08T20:15:06.3374611Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.3377001Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h' 2024-10-08T20:15:06.3380395Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h' 2024-10-08T20:15:06.3383434Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h' 2024-10-08T20:15:06.3386793Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h' 2024-10-08T20:15:06.3389849Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h' 2024-10-08T20:15:06.3393352Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h' 2024-10-08T20:15:06.3397245Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.3399916Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.3403138Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h' 2024-10-08T20:15:06.3406336Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h' 2024-10-08T20:15:06.3409535Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h' 2024-10-08T20:15:06.3413701Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h' 2024-10-08T20:15:06.3416192Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_native.h' 2024-10-08T20:15:06.3419700Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h' 2024-10-08T20:15:06.3422849Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss.h' 2024-10-08T20:15:06.3426173Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h' 2024-10-08T20:15:06.3429162Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h' 2024-10-08T20:15:06.3432504Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h' 2024-10-08T20:15:06.3436487Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h' 2024-10-08T20:15:06.3439017Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.3441769Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h' 2024-10-08T20:15:06.3444783Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h' 2024-10-08T20:15:06.3448013Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices.h' 2024-10-08T20:15:06.3451185Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h' 2024-10-08T20:15:06.3454359Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h' 2024-10-08T20:15:06.3457324Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h' 2024-10-08T20:15:06.3460534Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h' 2024-10-08T20:15:06.3463758Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h' 2024-10-08T20:15:06.3467024Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.3469854Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h' 2024-10-08T20:15:06.3472978Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h' 2024-10-08T20:15:06.3476010Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h' 2024-10-08T20:15:06.3479280Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.3482075Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h' 2024-10-08T20:15:06.3485267Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h' 2024-10-08T20:15:06.3488323Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h' 2024-10-08T20:15:06.3491643Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.3494745Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h' 2024-10-08T20:15:06.3497919Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h' 2024-10-08T20:15:06.3500932Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h' 2024-10-08T20:15:06.3504205Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.3507021Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h' 2024-10-08T20:15:06.3510108Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h' 2024-10-08T20:15:06.3513136Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h' 2024-10-08T20:15:06.3516490Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.3519249Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h' 2024-10-08T20:15:06.3522374Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h' 2024-10-08T20:15:06.3525390Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h' 2024-10-08T20:15:06.3528670Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.3531460Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h' 2024-10-08T20:15:06.3534716Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h' 2024-10-08T20:15:06.3537553Z adding 'torch/include/ATen/ops/_values.h' 2024-10-08T20:15:06.3540577Z adding 'torch/include/ATen/ops/_values_copy.h' 2024-10-08T20:15:06.3543914Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.3547069Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.3549943Z adding 'torch/include/ATen/ops/_values_copy_native.h' 2024-10-08T20:15:06.3553091Z adding 'torch/include/ATen/ops/_values_copy_ops.h' 2024-10-08T20:15:06.3556098Z adding 'torch/include/ATen/ops/_values_native.h' 2024-10-08T20:15:06.3559061Z adding 'torch/include/ATen/ops/_values_ops.h' 2024-10-08T20:15:06.3561931Z adding 'torch/include/ATen/ops/_version.h' 2024-10-08T20:15:06.3565166Z adding 'torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.3567938Z adding 'torch/include/ATen/ops/_version_native.h' 2024-10-08T20:15:06.3570983Z adding 'torch/include/ATen/ops/_version_ops.h' 2024-10-08T20:15:06.3574191Z adding 'torch/include/ATen/ops/_weight_int4pack_mm.h' 2024-10-08T20:15:06.3577325Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_cpu_dispatch.h' 2024-10-08T20:15:06.3580834Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_cuda_dispatch.h' 2024-10-08T20:15:06.3586462Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_native.h' 2024-10-08T20:15:06.3589342Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_ops.h' 2024-10-08T20:15:06.3592683Z adding 'torch/include/ATen/ops/_weight_int8pack_mm.h' 2024-10-08T20:15:06.3595660Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_cpu_dispatch.h' 2024-10-08T20:15:06.3598678Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_native.h' 2024-10-08T20:15:06.3601835Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_ops.h' 2024-10-08T20:15:06.3605182Z adding 'torch/include/ATen/ops/_weight_norm.h' 2024-10-08T20:15:06.3608518Z adding 'torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.3611507Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward.h' 2024-10-08T20:15:06.3614977Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.3617912Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h' 2024-10-08T20:15:06.3621034Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h' 2024-10-08T20:15:06.3624115Z adding 'torch/include/ATen/ops/_weight_norm_interface.h' 2024-10-08T20:15:06.3627385Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward.h' 2024-10-08T20:15:06.3630780Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.3633776Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h' 2024-10-08T20:15:06.3636861Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h' 2024-10-08T20:15:06.3639874Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_native.h' 2024-10-08T20:15:06.3643150Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_ops.h' 2024-10-08T20:15:06.3646612Z adding 'torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.3662606Z adding 'torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h' 2024-10-08T20:15:06.3663126Z adding 'torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h' 2024-10-08T20:15:06.3663406Z adding 'torch/include/ATen/ops/_weight_norm_interface_native.h' 2024-10-08T20:15:06.3663648Z adding 'torch/include/ATen/ops/_weight_norm_interface_ops.h' 2024-10-08T20:15:06.3663856Z adding 'torch/include/ATen/ops/_weight_norm_native.h' 2024-10-08T20:15:06.3665103Z adding 'torch/include/ATen/ops/_weight_norm_ops.h' 2024-10-08T20:15:06.3668217Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack.h' 2024-10-08T20:15:06.3671593Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.3674429Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_native.h' 2024-10-08T20:15:06.3677590Z adding 'torch/include/ATen/ops/_wrapped_linear_prepack_ops.h' 2024-10-08T20:15:06.3680748Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked.h' 2024-10-08T20:15:06.3684081Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.3686929Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_native.h' 2024-10-08T20:15:06.3690212Z adding 'torch/include/ATen/ops/_wrapped_quantized_linear_prepacked_ops.h' 2024-10-08T20:15:06.3693175Z adding 'torch/include/ATen/ops/abs.h' 2024-10-08T20:15:06.3696472Z adding 'torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.3699448Z adding 'torch/include/ATen/ops/abs_cpu_dispatch.h' 2024-10-08T20:15:06.3702515Z adding 'torch/include/ATen/ops/abs_cuda_dispatch.h' 2024-10-08T20:15:06.3705507Z adding 'torch/include/ATen/ops/abs_native.h' 2024-10-08T20:15:06.3708719Z adding 'torch/include/ATen/ops/abs_ops.h' 2024-10-08T20:15:06.3711820Z adding 'torch/include/ATen/ops/absolute.h' 2024-10-08T20:15:06.3715153Z adding 'torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.3717978Z adding 'torch/include/ATen/ops/absolute_native.h' 2024-10-08T20:15:06.3721166Z adding 'torch/include/ATen/ops/absolute_ops.h' 2024-10-08T20:15:06.3724328Z adding 'torch/include/ATen/ops/acos.h' 2024-10-08T20:15:06.3727743Z adding 'torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.3730576Z adding 'torch/include/ATen/ops/acos_cpu_dispatch.h' 2024-10-08T20:15:06.3733798Z adding 'torch/include/ATen/ops/acos_cuda_dispatch.h' 2024-10-08T20:15:06.3736744Z adding 'torch/include/ATen/ops/acos_meta.h' 2024-10-08T20:15:06.3739853Z adding 'torch/include/ATen/ops/acos_meta_dispatch.h' 2024-10-08T20:15:06.3742835Z adding 'torch/include/ATen/ops/acos_native.h' 2024-10-08T20:15:06.3746096Z adding 'torch/include/ATen/ops/acos_ops.h' 2024-10-08T20:15:06.3749261Z adding 'torch/include/ATen/ops/acosh.h' 2024-10-08T20:15:06.3752862Z adding 'torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.3755724Z adding 'torch/include/ATen/ops/acosh_cpu_dispatch.h' 2024-10-08T20:15:06.3758963Z adding 'torch/include/ATen/ops/acosh_cuda_dispatch.h' 2024-10-08T20:15:06.3762616Z adding 'torch/include/ATen/ops/acosh_meta.h' 2024-10-08T20:15:06.3765154Z adding 'torch/include/ATen/ops/acosh_meta_dispatch.h' 2024-10-08T20:15:06.3768353Z adding 'torch/include/ATen/ops/acosh_native.h' 2024-10-08T20:15:06.3771434Z adding 'torch/include/ATen/ops/acosh_ops.h' 2024-10-08T20:15:06.3774868Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d.h' 2024-10-08T20:15:06.3778217Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.3781205Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_native.h' 2024-10-08T20:15:06.3785126Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_ops.h' 2024-10-08T20:15:06.3787774Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d.h' 2024-10-08T20:15:06.3791448Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.3794334Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h' 2024-10-08T20:15:06.3797631Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h' 2024-10-08T20:15:06.3800651Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_native.h' 2024-10-08T20:15:06.3804004Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_ops.h' 2024-10-08T20:15:06.3807974Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d.h' 2024-10-08T20:15:06.3810705Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward.h' 2024-10-08T20:15:06.3814125Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h' 2024-10-08T20:15:06.3817201Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h' 2024-10-08T20:15:06.3820303Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h' 2024-10-08T20:15:06.3823457Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h' 2024-10-08T20:15:06.3826886Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.3830727Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h' 2024-10-08T20:15:06.3833202Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h' 2024-10-08T20:15:06.3836492Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_native.h' 2024-10-08T20:15:06.3839500Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_ops.h' 2024-10-08T20:15:06.3843103Z adding 'torch/include/ATen/ops/adaptive_max_pool1d.h' 2024-10-08T20:15:06.3846467Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.3849530Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_native.h' 2024-10-08T20:15:06.3853555Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_ops.h' 2024-10-08T20:15:06.3856046Z adding 'torch/include/ATen/ops/adaptive_max_pool2d.h' 2024-10-08T20:15:06.3859425Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward.h' 2024-10-08T20:15:06.3862897Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.3865889Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h' 2024-10-08T20:15:06.3869011Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h' 2024-10-08T20:15:06.3872176Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h' 2024-10-08T20:15:06.3876154Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h' 2024-10-08T20:15:06.3878538Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h' 2024-10-08T20:15:06.3881969Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h' 2024-10-08T20:15:06.3885929Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.3889031Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h' 2024-10-08T20:15:06.3893108Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h' 2024-10-08T20:15:06.3895445Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta.h' 2024-10-08T20:15:06.3898933Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h' 2024-10-08T20:15:06.3901904Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_native.h' 2024-10-08T20:15:06.3905260Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_ops.h' 2024-10-08T20:15:06.3908350Z adding 'torch/include/ATen/ops/adaptive_max_pool3d.h' 2024-10-08T20:15:06.3911679Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward.h' 2024-10-08T20:15:06.3915977Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.3918239Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h' 2024-10-08T20:15:06.3921602Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h' 2024-10-08T20:15:06.3924578Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h' 2024-10-08T20:15:06.3927815Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h' 2024-10-08T20:15:06.3930785Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h' 2024-10-08T20:15:06.3934294Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h' 2024-10-08T20:15:06.3938541Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.3940755Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h' 2024-10-08T20:15:06.3944242Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h' 2024-10-08T20:15:06.3947022Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta.h' 2024-10-08T20:15:06.3950343Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h' 2024-10-08T20:15:06.3953374Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_native.h' 2024-10-08T20:15:06.3956750Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_ops.h' 2024-10-08T20:15:06.3960760Z adding 'torch/include/ATen/ops/add.h' 2024-10-08T20:15:06.3963497Z adding 'torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.3966982Z adding 'torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.3970846Z adding 'torch/include/ATen/ops/add_cpu_dispatch.h' 2024-10-08T20:15:06.3974245Z adding 'torch/include/ATen/ops/add_cuda_dispatch.h' 2024-10-08T20:15:06.3978012Z adding 'torch/include/ATen/ops/add_meta.h' 2024-10-08T20:15:06.3980610Z adding 'torch/include/ATen/ops/add_meta_dispatch.h' 2024-10-08T20:15:06.3983962Z adding 'torch/include/ATen/ops/add_native.h' 2024-10-08T20:15:06.3987459Z adding 'torch/include/ATen/ops/add_ops.h' 2024-10-08T20:15:06.3990885Z adding 'torch/include/ATen/ops/addbmm.h' 2024-10-08T20:15:06.3994957Z adding 'torch/include/ATen/ops/addbmm_cpu_dispatch.h' 2024-10-08T20:15:06.3997379Z adding 'torch/include/ATen/ops/addbmm_cuda_dispatch.h' 2024-10-08T20:15:06.4000757Z adding 'torch/include/ATen/ops/addbmm_meta_dispatch.h' 2024-10-08T20:15:06.4003644Z adding 'torch/include/ATen/ops/addbmm_native.h' 2024-10-08T20:15:06.4007077Z adding 'torch/include/ATen/ops/addbmm_ops.h' 2024-10-08T20:15:06.4010291Z adding 'torch/include/ATen/ops/addcdiv.h' 2024-10-08T20:15:06.4014012Z adding 'torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.4017653Z adding 'torch/include/ATen/ops/addcdiv_cpu_dispatch.h' 2024-10-08T20:15:06.4020214Z adding 'torch/include/ATen/ops/addcdiv_cuda_dispatch.h' 2024-10-08T20:15:06.4023351Z adding 'torch/include/ATen/ops/addcdiv_meta.h' 2024-10-08T20:15:06.4026510Z adding 'torch/include/ATen/ops/addcdiv_meta_dispatch.h' 2024-10-08T20:15:06.4029622Z adding 'torch/include/ATen/ops/addcdiv_native.h' 2024-10-08T20:15:06.4032861Z adding 'torch/include/ATen/ops/addcdiv_ops.h' 2024-10-08T20:15:06.4036224Z adding 'torch/include/ATen/ops/addcmul.h' 2024-10-08T20:15:06.4040512Z adding 'torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.4042668Z adding 'torch/include/ATen/ops/addcmul_cpu_dispatch.h' 2024-10-08T20:15:06.4045997Z adding 'torch/include/ATen/ops/addcmul_cuda_dispatch.h' 2024-10-08T20:15:06.4048899Z adding 'torch/include/ATen/ops/addcmul_meta.h' 2024-10-08T20:15:06.4052228Z adding 'torch/include/ATen/ops/addcmul_meta_dispatch.h' 2024-10-08T20:15:06.4055241Z adding 'torch/include/ATen/ops/addcmul_native.h' 2024-10-08T20:15:06.4058780Z adding 'torch/include/ATen/ops/addcmul_ops.h' 2024-10-08T20:15:06.4062506Z adding 'torch/include/ATen/ops/addmm.h' 2024-10-08T20:15:06.4065565Z adding 'torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.4068903Z adding 'torch/include/ATen/ops/addmm_cpu_dispatch.h' 2024-10-08T20:15:06.4071739Z adding 'torch/include/ATen/ops/addmm_cuda_dispatch.h' 2024-10-08T20:15:06.4074900Z adding 'torch/include/ATen/ops/addmm_meta.h' 2024-10-08T20:15:06.4078145Z adding 'torch/include/ATen/ops/addmm_meta_dispatch.h' 2024-10-08T20:15:06.4081355Z adding 'torch/include/ATen/ops/addmm_native.h' 2024-10-08T20:15:06.4085394Z adding 'torch/include/ATen/ops/addmm_ops.h' 2024-10-08T20:15:06.4088465Z adding 'torch/include/ATen/ops/addmv.h' 2024-10-08T20:15:06.4092112Z adding 'torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.4095036Z adding 'torch/include/ATen/ops/addmv_cpu_dispatch.h' 2024-10-08T20:15:06.4098312Z adding 'torch/include/ATen/ops/addmv_cuda_dispatch.h' 2024-10-08T20:15:06.4101332Z adding 'torch/include/ATen/ops/addmv_meta.h' 2024-10-08T20:15:06.4104630Z adding 'torch/include/ATen/ops/addmv_meta_dispatch.h' 2024-10-08T20:15:06.4107730Z adding 'torch/include/ATen/ops/addmv_native.h' 2024-10-08T20:15:06.4111135Z adding 'torch/include/ATen/ops/addmv_ops.h' 2024-10-08T20:15:06.4114375Z adding 'torch/include/ATen/ops/addr.h' 2024-10-08T20:15:06.4118107Z adding 'torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.4120903Z adding 'torch/include/ATen/ops/addr_cpu_dispatch.h' 2024-10-08T20:15:06.4123980Z adding 'torch/include/ATen/ops/addr_cuda_dispatch.h' 2024-10-08T20:15:06.4127120Z adding 'torch/include/ATen/ops/addr_native.h' 2024-10-08T20:15:06.4130469Z adding 'torch/include/ATen/ops/addr_ops.h' 2024-10-08T20:15:06.4133734Z adding 'torch/include/ATen/ops/adjoint.h' 2024-10-08T20:15:06.4137748Z adding 'torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.4139956Z adding 'torch/include/ATen/ops/adjoint_native.h' 2024-10-08T20:15:06.4143274Z adding 'torch/include/ATen/ops/adjoint_ops.h' 2024-10-08T20:15:06.4146585Z adding 'torch/include/ATen/ops/affine_grid_generator.h' 2024-10-08T20:15:06.4150070Z adding 'torch/include/ATen/ops/affine_grid_generator_backward.h' 2024-10-08T20:15:06.4154353Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.4156538Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_native.h' 2024-10-08T20:15:06.4160316Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_ops.h' 2024-10-08T20:15:06.4163161Z adding 'torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.4166197Z adding 'torch/include/ATen/ops/affine_grid_generator_native.h' 2024-10-08T20:15:06.4169378Z adding 'torch/include/ATen/ops/affine_grid_generator_ops.h' 2024-10-08T20:15:06.4172628Z adding 'torch/include/ATen/ops/alias.h' 2024-10-08T20:15:06.4175954Z adding 'torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.4178985Z adding 'torch/include/ATen/ops/alias_copy.h' 2024-10-08T20:15:06.4183062Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.4185616Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.4188616Z adding 'torch/include/ATen/ops/alias_copy_native.h' 2024-10-08T20:15:06.4191591Z adding 'torch/include/ATen/ops/alias_copy_ops.h' 2024-10-08T20:15:06.4194704Z adding 'torch/include/ATen/ops/alias_native.h' 2024-10-08T20:15:06.4197799Z adding 'torch/include/ATen/ops/alias_ops.h' 2024-10-08T20:15:06.4200934Z adding 'torch/include/ATen/ops/align_as.h' 2024-10-08T20:15:06.4204233Z adding 'torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.4207172Z adding 'torch/include/ATen/ops/align_as_native.h' 2024-10-08T20:15:06.4211143Z adding 'torch/include/ATen/ops/align_as_ops.h' 2024-10-08T20:15:06.4213566Z adding 'torch/include/ATen/ops/align_tensors.h' 2024-10-08T20:15:06.4217108Z adding 'torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.4219786Z adding 'torch/include/ATen/ops/align_tensors_native.h' 2024-10-08T20:15:06.4223019Z adding 'torch/include/ATen/ops/align_tensors_ops.h' 2024-10-08T20:15:06.4225926Z adding 'torch/include/ATen/ops/align_to.h' 2024-10-08T20:15:06.4229499Z adding 'torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.4232305Z adding 'torch/include/ATen/ops/align_to_native.h' 2024-10-08T20:15:06.4235560Z adding 'torch/include/ATen/ops/align_to_ops.h' 2024-10-08T20:15:06.4239650Z adding 'torch/include/ATen/ops/all.h' 2024-10-08T20:15:06.4242443Z adding 'torch/include/ATen/ops/all_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.4245795Z adding 'torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.4248838Z adding 'torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.4252016Z adding 'torch/include/ATen/ops/all_cpu_dispatch.h' 2024-10-08T20:15:06.4255342Z adding 'torch/include/ATen/ops/all_cuda_dispatch.h' 2024-10-08T20:15:06.4258495Z adding 'torch/include/ATen/ops/all_meta.h' 2024-10-08T20:15:06.4262350Z adding 'torch/include/ATen/ops/all_meta_dispatch.h' 2024-10-08T20:15:06.4264919Z adding 'torch/include/ATen/ops/all_native.h' 2024-10-08T20:15:06.4268581Z adding 'torch/include/ATen/ops/all_ops.h' 2024-10-08T20:15:06.4271812Z adding 'torch/include/ATen/ops/allclose.h' 2024-10-08T20:15:06.4275261Z adding 'torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.4278713Z adding 'torch/include/ATen/ops/allclose_native.h' 2024-10-08T20:15:06.4281474Z adding 'torch/include/ATen/ops/allclose_ops.h' 2024-10-08T20:15:06.4284952Z adding 'torch/include/ATen/ops/alpha_dropout.h' 2024-10-08T20:15:06.4287948Z adding 'torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.4290873Z adding 'torch/include/ATen/ops/alpha_dropout_native.h' 2024-10-08T20:15:06.4294138Z adding 'torch/include/ATen/ops/alpha_dropout_ops.h' 2024-10-08T20:15:06.4297349Z adding 'torch/include/ATen/ops/amax.h' 2024-10-08T20:15:06.4300752Z adding 'torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.4303850Z adding 'torch/include/ATen/ops/amax_cpu_dispatch.h' 2024-10-08T20:15:06.4307660Z adding 'torch/include/ATen/ops/amax_cuda_dispatch.h' 2024-10-08T20:15:06.4310071Z adding 'torch/include/ATen/ops/amax_meta.h' 2024-10-08T20:15:06.4313403Z adding 'torch/include/ATen/ops/amax_meta_dispatch.h' 2024-10-08T20:15:06.4316309Z adding 'torch/include/ATen/ops/amax_native.h' 2024-10-08T20:15:06.4319633Z adding 'torch/include/ATen/ops/amax_ops.h' 2024-10-08T20:15:06.4322766Z adding 'torch/include/ATen/ops/amin.h' 2024-10-08T20:15:06.4326830Z adding 'torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.4330299Z adding 'torch/include/ATen/ops/amin_cpu_dispatch.h' 2024-10-08T20:15:06.4333146Z adding 'torch/include/ATen/ops/amin_cuda_dispatch.h' 2024-10-08T20:15:06.4336216Z adding 'torch/include/ATen/ops/amin_meta.h' 2024-10-08T20:15:06.4339286Z adding 'torch/include/ATen/ops/amin_meta_dispatch.h' 2024-10-08T20:15:06.4342369Z adding 'torch/include/ATen/ops/amin_native.h' 2024-10-08T20:15:06.4345517Z adding 'torch/include/ATen/ops/amin_ops.h' 2024-10-08T20:15:06.4348823Z adding 'torch/include/ATen/ops/aminmax.h' 2024-10-08T20:15:06.4353148Z adding 'torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.4355416Z adding 'torch/include/ATen/ops/aminmax_cpu_dispatch.h' 2024-10-08T20:15:06.4358878Z adding 'torch/include/ATen/ops/aminmax_cuda_dispatch.h' 2024-10-08T20:15:06.4361673Z adding 'torch/include/ATen/ops/aminmax_meta.h' 2024-10-08T20:15:06.4364992Z adding 'torch/include/ATen/ops/aminmax_meta_dispatch.h' 2024-10-08T20:15:06.4368005Z adding 'torch/include/ATen/ops/aminmax_native.h' 2024-10-08T20:15:06.4371373Z adding 'torch/include/ATen/ops/aminmax_ops.h' 2024-10-08T20:15:06.4374624Z adding 'torch/include/ATen/ops/and.h' 2024-10-08T20:15:06.4377925Z adding 'torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.4380912Z adding 'torch/include/ATen/ops/and_native.h' 2024-10-08T20:15:06.4384200Z adding 'torch/include/ATen/ops/and_ops.h' 2024-10-08T20:15:06.4387444Z adding 'torch/include/ATen/ops/angle.h' 2024-10-08T20:15:06.4390539Z adding 'torch/include/ATen/ops/angle_cpu_dispatch.h' 2024-10-08T20:15:06.4393579Z adding 'torch/include/ATen/ops/angle_cuda_dispatch.h' 2024-10-08T20:15:06.4396656Z adding 'torch/include/ATen/ops/angle_native.h' 2024-10-08T20:15:06.4399825Z adding 'torch/include/ATen/ops/angle_ops.h' 2024-10-08T20:15:06.4403107Z adding 'torch/include/ATen/ops/any.h' 2024-10-08T20:15:06.4406552Z adding 'torch/include/ATen/ops/any_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.4409807Z adding 'torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.4412916Z adding 'torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.4415930Z adding 'torch/include/ATen/ops/any_cpu_dispatch.h' 2024-10-08T20:15:06.4419077Z adding 'torch/include/ATen/ops/any_cuda_dispatch.h' 2024-10-08T20:15:06.4422113Z adding 'torch/include/ATen/ops/any_meta.h' 2024-10-08T20:15:06.4425274Z adding 'torch/include/ATen/ops/any_meta_dispatch.h' 2024-10-08T20:15:06.4428552Z adding 'torch/include/ATen/ops/any_native.h' 2024-10-08T20:15:06.4432101Z adding 'torch/include/ATen/ops/any_ops.h' 2024-10-08T20:15:06.4435609Z adding 'torch/include/ATen/ops/arange.h' 2024-10-08T20:15:06.4439187Z adding 'torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.4442097Z adding 'torch/include/ATen/ops/arange_cpu_dispatch.h' 2024-10-08T20:15:06.4445167Z adding 'torch/include/ATen/ops/arange_cuda_dispatch.h' 2024-10-08T20:15:06.4448230Z adding 'torch/include/ATen/ops/arange_meta_dispatch.h' 2024-10-08T20:15:06.4451265Z adding 'torch/include/ATen/ops/arange_native.h' 2024-10-08T20:15:06.4454907Z adding 'torch/include/ATen/ops/arange_ops.h' 2024-10-08T20:15:06.4458126Z adding 'torch/include/ATen/ops/arccos.h' 2024-10-08T20:15:06.4461435Z adding 'torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.4464321Z adding 'torch/include/ATen/ops/arccos_native.h' 2024-10-08T20:15:06.4467476Z adding 'torch/include/ATen/ops/arccos_ops.h' 2024-10-08T20:15:06.4470564Z adding 'torch/include/ATen/ops/arccosh.h' 2024-10-08T20:15:06.4473893Z adding 'torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.4476754Z adding 'torch/include/ATen/ops/arccosh_native.h' 2024-10-08T20:15:06.4479922Z adding 'torch/include/ATen/ops/arccosh_ops.h' 2024-10-08T20:15:06.4483164Z adding 'torch/include/ATen/ops/arcsin.h' 2024-10-08T20:15:06.4486468Z adding 'torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.4489287Z adding 'torch/include/ATen/ops/arcsin_native.h' 2024-10-08T20:15:06.4492547Z adding 'torch/include/ATen/ops/arcsin_ops.h' 2024-10-08T20:15:06.4495674Z adding 'torch/include/ATen/ops/arcsinh.h' 2024-10-08T20:15:06.4498955Z adding 'torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.4501766Z adding 'torch/include/ATen/ops/arcsinh_native.h' 2024-10-08T20:15:06.4505008Z adding 'torch/include/ATen/ops/arcsinh_ops.h' 2024-10-08T20:15:06.4508105Z adding 'torch/include/ATen/ops/arctan.h' 2024-10-08T20:15:06.4511158Z adding 'torch/include/ATen/ops/arctan2.h' 2024-10-08T20:15:06.4514462Z adding 'torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.4517263Z adding 'torch/include/ATen/ops/arctan2_native.h' 2024-10-08T20:15:06.4520486Z adding 'torch/include/ATen/ops/arctan2_ops.h' 2024-10-08T20:15:06.4523812Z adding 'torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.4526612Z adding 'torch/include/ATen/ops/arctan_native.h' 2024-10-08T20:15:06.4529817Z adding 'torch/include/ATen/ops/arctan_ops.h' 2024-10-08T20:15:06.4533256Z adding 'torch/include/ATen/ops/arctanh.h' 2024-10-08T20:15:06.4536374Z adding 'torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.4539149Z adding 'torch/include/ATen/ops/arctanh_native.h' 2024-10-08T20:15:06.4542374Z adding 'torch/include/ATen/ops/arctanh_ops.h' 2024-10-08T20:15:06.4545474Z adding 'torch/include/ATen/ops/argmax.h' 2024-10-08T20:15:06.4548829Z adding 'torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.4551710Z adding 'torch/include/ATen/ops/argmax_cpu_dispatch.h' 2024-10-08T20:15:06.4554816Z adding 'torch/include/ATen/ops/argmax_cuda_dispatch.h' 2024-10-08T20:15:06.4557824Z adding 'torch/include/ATen/ops/argmax_meta.h' 2024-10-08T20:15:06.4561350Z adding 'torch/include/ATen/ops/argmax_meta_dispatch.h' 2024-10-08T20:15:06.4564317Z adding 'torch/include/ATen/ops/argmax_native.h' 2024-10-08T20:15:06.4567500Z adding 'torch/include/ATen/ops/argmax_ops.h' 2024-10-08T20:15:06.4570634Z adding 'torch/include/ATen/ops/argmin.h' 2024-10-08T20:15:06.4574217Z adding 'torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.4577114Z adding 'torch/include/ATen/ops/argmin_cpu_dispatch.h' 2024-10-08T20:15:06.4580198Z adding 'torch/include/ATen/ops/argmin_cuda_dispatch.h' 2024-10-08T20:15:06.4583257Z adding 'torch/include/ATen/ops/argmin_meta.h' 2024-10-08T20:15:06.4586492Z adding 'torch/include/ATen/ops/argmin_meta_dispatch.h' 2024-10-08T20:15:06.4589524Z adding 'torch/include/ATen/ops/argmin_native.h' 2024-10-08T20:15:06.4592819Z adding 'torch/include/ATen/ops/argmin_ops.h' 2024-10-08T20:15:06.4596052Z adding 'torch/include/ATen/ops/argsort.h' 2024-10-08T20:15:06.4599440Z adding 'torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.4602715Z adding 'torch/include/ATen/ops/argsort_native.h' 2024-10-08T20:15:06.4605853Z adding 'torch/include/ATen/ops/argsort_ops.h' 2024-10-08T20:15:06.4609382Z adding 'torch/include/ATen/ops/argwhere.h' 2024-10-08T20:15:06.4613588Z adding 'torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.4615780Z adding 'torch/include/ATen/ops/argwhere_native.h' 2024-10-08T20:15:06.4619062Z adding 'torch/include/ATen/ops/argwhere_ops.h' 2024-10-08T20:15:06.4622995Z adding 'torch/include/ATen/ops/as_strided.h' 2024-10-08T20:15:06.4626849Z adding 'torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.4630301Z adding 'torch/include/ATen/ops/as_strided_copy.h' 2024-10-08T20:15:06.4633744Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.4637094Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.4639874Z adding 'torch/include/ATen/ops/as_strided_copy_native.h' 2024-10-08T20:15:06.4643222Z adding 'torch/include/ATen/ops/as_strided_copy_ops.h' 2024-10-08T20:15:06.4647262Z adding 'torch/include/ATen/ops/as_strided_cpu_dispatch.h' 2024-10-08T20:15:06.4649698Z adding 'torch/include/ATen/ops/as_strided_cuda_dispatch.h' 2024-10-08T20:15:06.4653079Z adding 'torch/include/ATen/ops/as_strided_meta_dispatch.h' 2024-10-08T20:15:06.4656006Z adding 'torch/include/ATen/ops/as_strided_native.h' 2024-10-08T20:15:06.4659381Z adding 'torch/include/ATen/ops/as_strided_ops.h' 2024-10-08T20:15:06.4662918Z adding 'torch/include/ATen/ops/as_strided_scatter.h' 2024-10-08T20:15:06.4666629Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.4670333Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.4672884Z adding 'torch/include/ATen/ops/as_strided_scatter_native.h' 2024-10-08T20:15:06.4676332Z adding 'torch/include/ATen/ops/as_strided_scatter_ops.h' 2024-10-08T20:15:06.4679383Z adding 'torch/include/ATen/ops/asin.h' 2024-10-08T20:15:06.4682928Z adding 'torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.4686269Z adding 'torch/include/ATen/ops/asin_cpu_dispatch.h' 2024-10-08T20:15:06.4688986Z adding 'torch/include/ATen/ops/asin_cuda_dispatch.h' 2024-10-08T20:15:06.4692671Z adding 'torch/include/ATen/ops/asin_meta.h' 2024-10-08T20:15:06.4695345Z adding 'torch/include/ATen/ops/asin_meta_dispatch.h' 2024-10-08T20:15:06.4698498Z adding 'torch/include/ATen/ops/asin_native.h' 2024-10-08T20:15:06.4701720Z adding 'torch/include/ATen/ops/asin_ops.h' 2024-10-08T20:15:06.4704959Z adding 'torch/include/ATen/ops/asinh.h' 2024-10-08T20:15:06.4708363Z adding 'torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.4711361Z adding 'torch/include/ATen/ops/asinh_cpu_dispatch.h' 2024-10-08T20:15:06.4715237Z adding 'torch/include/ATen/ops/asinh_cuda_dispatch.h' 2024-10-08T20:15:06.4717592Z adding 'torch/include/ATen/ops/asinh_meta.h' 2024-10-08T20:15:06.4720960Z adding 'torch/include/ATen/ops/asinh_meta_dispatch.h' 2024-10-08T20:15:06.4723845Z adding 'torch/include/ATen/ops/asinh_native.h' 2024-10-08T20:15:06.4727218Z adding 'torch/include/ATen/ops/asinh_ops.h' 2024-10-08T20:15:06.4730290Z adding 'torch/include/ATen/ops/atan.h' 2024-10-08T20:15:06.4733637Z adding 'torch/include/ATen/ops/atan2.h' 2024-10-08T20:15:06.4737915Z adding 'torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.4740095Z adding 'torch/include/ATen/ops/atan2_cpu_dispatch.h' 2024-10-08T20:15:06.4743687Z adding 'torch/include/ATen/ops/atan2_cuda_dispatch.h' 2024-10-08T20:15:06.4746323Z adding 'torch/include/ATen/ops/atan2_meta.h' 2024-10-08T20:15:06.4749539Z adding 'torch/include/ATen/ops/atan2_meta_dispatch.h' 2024-10-08T20:15:06.4752536Z adding 'torch/include/ATen/ops/atan2_native.h' 2024-10-08T20:15:06.4755996Z adding 'torch/include/ATen/ops/atan2_ops.h' 2024-10-08T20:15:06.4759363Z adding 'torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.4762386Z adding 'torch/include/ATen/ops/atan_cpu_dispatch.h' 2024-10-08T20:15:06.4766324Z adding 'torch/include/ATen/ops/atan_cuda_dispatch.h' 2024-10-08T20:15:06.4768589Z adding 'torch/include/ATen/ops/atan_meta.h' 2024-10-08T20:15:06.4772139Z adding 'torch/include/ATen/ops/atan_meta_dispatch.h' 2024-10-08T20:15:06.4775022Z adding 'torch/include/ATen/ops/atan_native.h' 2024-10-08T20:15:06.4778339Z adding 'torch/include/ATen/ops/atan_ops.h' 2024-10-08T20:15:06.4781495Z adding 'torch/include/ATen/ops/atanh.h' 2024-10-08T20:15:06.4785055Z adding 'torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.4788355Z adding 'torch/include/ATen/ops/atanh_cpu_dispatch.h' 2024-10-08T20:15:06.4791119Z adding 'torch/include/ATen/ops/atanh_cuda_dispatch.h' 2024-10-08T20:15:06.4794629Z adding 'torch/include/ATen/ops/atanh_meta.h' 2024-10-08T20:15:06.4797375Z adding 'torch/include/ATen/ops/atanh_meta_dispatch.h' 2024-10-08T20:15:06.4800453Z adding 'torch/include/ATen/ops/atanh_native.h' 2024-10-08T20:15:06.4803679Z adding 'torch/include/ATen/ops/atanh_ops.h' 2024-10-08T20:15:06.4807433Z adding 'torch/include/ATen/ops/atleast_1d.h' 2024-10-08T20:15:06.4811582Z adding 'torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.4813888Z adding 'torch/include/ATen/ops/atleast_1d_native.h' 2024-10-08T20:15:06.4817315Z adding 'torch/include/ATen/ops/atleast_1d_ops.h' 2024-10-08T20:15:06.4820194Z adding 'torch/include/ATen/ops/atleast_2d.h' 2024-10-08T20:15:06.4823659Z adding 'torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.4826448Z adding 'torch/include/ATen/ops/atleast_2d_native.h' 2024-10-08T20:15:06.4829738Z adding 'torch/include/ATen/ops/atleast_2d_ops.h' 2024-10-08T20:15:06.4832816Z adding 'torch/include/ATen/ops/atleast_3d.h' 2024-10-08T20:15:06.4836340Z adding 'torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.4839914Z adding 'torch/include/ATen/ops/atleast_3d_native.h' 2024-10-08T20:15:06.4842440Z adding 'torch/include/ATen/ops/atleast_3d_ops.h' 2024-10-08T20:15:06.4845595Z adding 'torch/include/ATen/ops/avg_pool1d.h' 2024-10-08T20:15:06.4848990Z adding 'torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.4851961Z adding 'torch/include/ATen/ops/avg_pool1d_native.h' 2024-10-08T20:15:06.4855174Z adding 'torch/include/ATen/ops/avg_pool1d_ops.h' 2024-10-08T20:15:06.4858506Z adding 'torch/include/ATen/ops/avg_pool2d.h' 2024-10-08T20:15:06.4862585Z adding 'torch/include/ATen/ops/avg_pool2d_backward.h' 2024-10-08T20:15:06.4865510Z adding 'torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.4868570Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h' 2024-10-08T20:15:06.4871761Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h' 2024-10-08T20:15:06.4874972Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta.h' 2024-10-08T20:15:06.4878164Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h' 2024-10-08T20:15:06.4881456Z adding 'torch/include/ATen/ops/avg_pool2d_backward_native.h' 2024-10-08T20:15:06.4885186Z adding 'torch/include/ATen/ops/avg_pool2d_backward_ops.h' 2024-10-08T20:15:06.4888397Z adding 'torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.4891430Z adding 'torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h' 2024-10-08T20:15:06.4894837Z adding 'torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h' 2024-10-08T20:15:06.4898388Z adding 'torch/include/ATen/ops/avg_pool2d_meta.h' 2024-10-08T20:15:06.4902477Z adding 'torch/include/ATen/ops/avg_pool2d_meta_dispatch.h' 2024-10-08T20:15:06.4905059Z adding 'torch/include/ATen/ops/avg_pool2d_native.h' 2024-10-08T20:15:06.4908525Z adding 'torch/include/ATen/ops/avg_pool2d_ops.h' 2024-10-08T20:15:06.4911803Z adding 'torch/include/ATen/ops/avg_pool3d.h' 2024-10-08T20:15:06.4915131Z adding 'torch/include/ATen/ops/avg_pool3d_backward.h' 2024-10-08T20:15:06.4919082Z adding 'torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.4921755Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h' 2024-10-08T20:15:06.4924875Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h' 2024-10-08T20:15:06.4927898Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta.h' 2024-10-08T20:15:06.4931030Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h' 2024-10-08T20:15:06.4934577Z adding 'torch/include/ATen/ops/avg_pool3d_backward_native.h' 2024-10-08T20:15:06.4937718Z adding 'torch/include/ATen/ops/avg_pool3d_backward_ops.h' 2024-10-08T20:15:06.4941130Z adding 'torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.4944108Z adding 'torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h' 2024-10-08T20:15:06.4947257Z adding 'torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h' 2024-10-08T20:15:06.4950249Z adding 'torch/include/ATen/ops/avg_pool3d_meta.h' 2024-10-08T20:15:06.4953419Z adding 'torch/include/ATen/ops/avg_pool3d_meta_dispatch.h' 2024-10-08T20:15:06.4956552Z adding 'torch/include/ATen/ops/avg_pool3d_native.h' 2024-10-08T20:15:06.4959810Z adding 'torch/include/ATen/ops/avg_pool3d_ops.h' 2024-10-08T20:15:06.4962919Z adding 'torch/include/ATen/ops/baddbmm.h' 2024-10-08T20:15:06.4966575Z adding 'torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.4969502Z adding 'torch/include/ATen/ops/baddbmm_cpu_dispatch.h' 2024-10-08T20:15:06.4972706Z adding 'torch/include/ATen/ops/baddbmm_cuda_dispatch.h' 2024-10-08T20:15:06.4975729Z adding 'torch/include/ATen/ops/baddbmm_meta.h' 2024-10-08T20:15:06.4978847Z adding 'torch/include/ATen/ops/baddbmm_meta_dispatch.h' 2024-10-08T20:15:06.4981914Z adding 'torch/include/ATen/ops/baddbmm_native.h' 2024-10-08T20:15:06.4985200Z adding 'torch/include/ATen/ops/baddbmm_ops.h' 2024-10-08T20:15:06.4988570Z adding 'torch/include/ATen/ops/bartlett_window.h' 2024-10-08T20:15:06.4992128Z adding 'torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.4995086Z adding 'torch/include/ATen/ops/bartlett_window_native.h' 2024-10-08T20:15:06.4998374Z adding 'torch/include/ATen/ops/bartlett_window_ops.h' 2024-10-08T20:15:06.5001539Z adding 'torch/include/ATen/ops/batch_norm.h' 2024-10-08T20:15:06.5004693Z adding 'torch/include/ATen/ops/batch_norm_backward.h' 2024-10-08T20:15:06.5007920Z adding 'torch/include/ATen/ops/batch_norm_backward_cpu_dispatch.h' 2024-10-08T20:15:06.5011063Z adding 'torch/include/ATen/ops/batch_norm_backward_cuda_dispatch.h' 2024-10-08T20:15:06.5014357Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt.h' 2024-10-08T20:15:06.5017825Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.5021038Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h' 2024-10-08T20:15:06.5023979Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_native.h' 2024-10-08T20:15:06.5027256Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_ops.h' 2024-10-08T20:15:06.5030380Z adding 'torch/include/ATen/ops/batch_norm_backward_native.h' 2024-10-08T20:15:06.5033667Z adding 'torch/include/ATen/ops/batch_norm_backward_ops.h' 2024-10-08T20:15:06.5037021Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce.h' 2024-10-08T20:15:06.5040564Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.5043499Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h' 2024-10-08T20:15:06.5046496Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_native.h' 2024-10-08T20:15:06.5050157Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_ops.h' 2024-10-08T20:15:06.5053647Z adding 'torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.5056704Z adding 'torch/include/ATen/ops/batch_norm_elemt.h' 2024-10-08T20:15:06.5059933Z adding 'torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h' 2024-10-08T20:15:06.5062967Z adding 'torch/include/ATen/ops/batch_norm_elemt_native.h' 2024-10-08T20:15:06.5066227Z adding 'torch/include/ATen/ops/batch_norm_elemt_ops.h' 2024-10-08T20:15:06.5069460Z adding 'torch/include/ATen/ops/batch_norm_gather_stats.h' 2024-10-08T20:15:06.5072905Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.5075919Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h' 2024-10-08T20:15:06.5078977Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_native.h' 2024-10-08T20:15:06.5082320Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_ops.h' 2024-10-08T20:15:06.5085692Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h' 2024-10-08T20:15:06.5089145Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.5092166Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h' 2024-10-08T20:15:06.5095244Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h' 2024-10-08T20:15:06.5098574Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h' 2024-10-08T20:15:06.5101541Z adding 'torch/include/ATen/ops/batch_norm_native.h' 2024-10-08T20:15:06.5104769Z adding 'torch/include/ATen/ops/batch_norm_ops.h' 2024-10-08T20:15:06.5107939Z adding 'torch/include/ATen/ops/batch_norm_stats.h' 2024-10-08T20:15:06.5111168Z adding 'torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.5114070Z adding 'torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h' 2024-10-08T20:15:06.5117045Z adding 'torch/include/ATen/ops/batch_norm_stats_native.h' 2024-10-08T20:15:06.5120259Z adding 'torch/include/ATen/ops/batch_norm_stats_ops.h' 2024-10-08T20:15:06.5123619Z adding 'torch/include/ATen/ops/batch_norm_update_stats.h' 2024-10-08T20:15:06.5127011Z adding 'torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.5130059Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h' 2024-10-08T20:15:06.5133148Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h' 2024-10-08T20:15:06.5136171Z adding 'torch/include/ATen/ops/batch_norm_update_stats_native.h' 2024-10-08T20:15:06.5139437Z adding 'torch/include/ATen/ops/batch_norm_update_stats_ops.h' 2024-10-08T20:15:06.5142685Z adding 'torch/include/ATen/ops/bernoulli.h' 2024-10-08T20:15:06.5146146Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.5149335Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.5152216Z adding 'torch/include/ATen/ops/bernoulli_cpu_dispatch.h' 2024-10-08T20:15:06.5155306Z adding 'torch/include/ATen/ops/bernoulli_cuda_dispatch.h' 2024-10-08T20:15:06.5158542Z adding 'torch/include/ATen/ops/bernoulli_meta_dispatch.h' 2024-10-08T20:15:06.5161388Z adding 'torch/include/ATen/ops/bernoulli_native.h' 2024-10-08T20:15:06.5164966Z adding 'torch/include/ATen/ops/bernoulli_ops.h' 2024-10-08T20:15:06.5168181Z adding 'torch/include/ATen/ops/bilinear.h' 2024-10-08T20:15:06.5171474Z adding 'torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.5174435Z adding 'torch/include/ATen/ops/bilinear_native.h' 2024-10-08T20:15:06.5177657Z adding 'torch/include/ATen/ops/bilinear_ops.h' 2024-10-08T20:15:06.5180758Z adding 'torch/include/ATen/ops/binary_cross_entropy.h' 2024-10-08T20:15:06.5184000Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward.h' 2024-10-08T20:15:06.5187217Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h' 2024-10-08T20:15:06.5190382Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h' 2024-10-08T20:15:06.5193480Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_native.h' 2024-10-08T20:15:06.5196733Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_ops.h' 2024-10-08T20:15:06.5199941Z adding 'torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h' 2024-10-08T20:15:06.5203054Z adding 'torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h' 2024-10-08T20:15:06.5206067Z adding 'torch/include/ATen/ops/binary_cross_entropy_native.h' 2024-10-08T20:15:06.5209317Z adding 'torch/include/ATen/ops/binary_cross_entropy_ops.h' 2024-10-08T20:15:06.5212709Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits.h' 2024-10-08T20:15:06.5216184Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.5219069Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h' 2024-10-08T20:15:06.5222687Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h' 2024-10-08T20:15:06.5225441Z adding 'torch/include/ATen/ops/bincount.h' 2024-10-08T20:15:06.5228723Z adding 'torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.5231659Z adding 'torch/include/ATen/ops/bincount_cpu_dispatch.h' 2024-10-08T20:15:06.5234706Z adding 'torch/include/ATen/ops/bincount_cuda_dispatch.h' 2024-10-08T20:15:06.5237659Z adding 'torch/include/ATen/ops/bincount_native.h' 2024-10-08T20:15:06.5240872Z adding 'torch/include/ATen/ops/bincount_ops.h' 2024-10-08T20:15:06.5243940Z adding 'torch/include/ATen/ops/binomial.h' 2024-10-08T20:15:06.5247283Z adding 'torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.5250140Z adding 'torch/include/ATen/ops/binomial_cpu_dispatch.h' 2024-10-08T20:15:06.5253298Z adding 'torch/include/ATen/ops/binomial_cuda_dispatch.h' 2024-10-08T20:15:06.5256333Z adding 'torch/include/ATen/ops/binomial_native.h' 2024-10-08T20:15:06.5259525Z adding 'torch/include/ATen/ops/binomial_ops.h' 2024-10-08T20:15:06.5262822Z adding 'torch/include/ATen/ops/bitwise_and.h' 2024-10-08T20:15:06.5266211Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.5269946Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.5272309Z adding 'torch/include/ATen/ops/bitwise_and_cpu_dispatch.h' 2024-10-08T20:15:06.5275324Z adding 'torch/include/ATen/ops/bitwise_and_cuda_dispatch.h' 2024-10-08T20:15:06.5278292Z adding 'torch/include/ATen/ops/bitwise_and_meta.h' 2024-10-08T20:15:06.5281373Z adding 'torch/include/ATen/ops/bitwise_and_meta_dispatch.h' 2024-10-08T20:15:06.5284390Z adding 'torch/include/ATen/ops/bitwise_and_native.h' 2024-10-08T20:15:06.5288323Z adding 'torch/include/ATen/ops/bitwise_and_ops.h' 2024-10-08T20:15:06.5291726Z adding 'torch/include/ATen/ops/bitwise_left_shift.h' 2024-10-08T20:15:06.5299607Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.5300122Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.5303301Z adding 'torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h' 2024-10-08T20:15:06.5306216Z adding 'torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h' 2024-10-08T20:15:06.5309133Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta.h' 2024-10-08T20:15:06.5312272Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h' 2024-10-08T20:15:06.5315391Z adding 'torch/include/ATen/ops/bitwise_left_shift_native.h' 2024-10-08T20:15:06.5318841Z adding 'torch/include/ATen/ops/bitwise_left_shift_ops.h' 2024-10-08T20:15:06.5322004Z adding 'torch/include/ATen/ops/bitwise_not.h' 2024-10-08T20:15:06.5325602Z adding 'torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.5328445Z adding 'torch/include/ATen/ops/bitwise_not_cpu_dispatch.h' 2024-10-08T20:15:06.5331566Z adding 'torch/include/ATen/ops/bitwise_not_cuda_dispatch.h' 2024-10-08T20:15:06.5334662Z adding 'torch/include/ATen/ops/bitwise_not_meta.h' 2024-10-08T20:15:06.5337776Z adding 'torch/include/ATen/ops/bitwise_not_meta_dispatch.h' 2024-10-08T20:15:06.5340706Z adding 'torch/include/ATen/ops/bitwise_not_native.h' 2024-10-08T20:15:06.5343895Z adding 'torch/include/ATen/ops/bitwise_not_ops.h' 2024-10-08T20:15:06.5347119Z adding 'torch/include/ATen/ops/bitwise_or.h' 2024-10-08T20:15:06.5350498Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.5353702Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.5356635Z adding 'torch/include/ATen/ops/bitwise_or_cpu_dispatch.h' 2024-10-08T20:15:06.5368549Z adding 'torch/include/ATen/ops/bitwise_or_cuda_dispatch.h' 2024-10-08T20:15:06.5371612Z adding 'torch/include/ATen/ops/bitwise_or_meta.h' 2024-10-08T20:15:06.5374893Z adding 'torch/include/ATen/ops/bitwise_or_meta_dispatch.h' 2024-10-08T20:15:06.5377931Z adding 'torch/include/ATen/ops/bitwise_or_native.h' 2024-10-08T20:15:06.5381417Z adding 'torch/include/ATen/ops/bitwise_or_ops.h' 2024-10-08T20:15:06.5384874Z adding 'torch/include/ATen/ops/bitwise_right_shift.h' 2024-10-08T20:15:06.5388300Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.5391532Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.5394389Z adding 'torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h' 2024-10-08T20:15:06.5397448Z adding 'torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h' 2024-10-08T20:15:06.5400418Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta.h' 2024-10-08T20:15:06.5403529Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h' 2024-10-08T20:15:06.5406534Z adding 'torch/include/ATen/ops/bitwise_right_shift_native.h' 2024-10-08T20:15:06.5410108Z adding 'torch/include/ATen/ops/bitwise_right_shift_ops.h' 2024-10-08T20:15:06.5413557Z adding 'torch/include/ATen/ops/bitwise_xor.h' 2024-10-08T20:15:06.5416975Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.5420207Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.5423929Z adding 'torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h' 2024-10-08T20:15:06.5426311Z adding 'torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h' 2024-10-08T20:15:06.5429858Z adding 'torch/include/ATen/ops/bitwise_xor_meta.h' 2024-10-08T20:15:06.5432520Z adding 'torch/include/ATen/ops/bitwise_xor_meta_dispatch.h' 2024-10-08T20:15:06.5435706Z adding 'torch/include/ATen/ops/bitwise_xor_native.h' 2024-10-08T20:15:06.5439267Z adding 'torch/include/ATen/ops/bitwise_xor_ops.h' 2024-10-08T20:15:06.5442880Z adding 'torch/include/ATen/ops/blackman_window.h' 2024-10-08T20:15:06.5447065Z adding 'torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.5449417Z adding 'torch/include/ATen/ops/blackman_window_native.h' 2024-10-08T20:15:06.5453014Z adding 'torch/include/ATen/ops/blackman_window_ops.h' 2024-10-08T20:15:06.5456155Z adding 'torch/include/ATen/ops/block_diag.h' 2024-10-08T20:15:06.5459695Z adding 'torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.5462536Z adding 'torch/include/ATen/ops/block_diag_native.h' 2024-10-08T20:15:06.5465837Z adding 'torch/include/ATen/ops/block_diag_ops.h' 2024-10-08T20:15:06.5469595Z adding 'torch/include/ATen/ops/bmm.h' 2024-10-08T20:15:06.5472573Z adding 'torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.5475523Z adding 'torch/include/ATen/ops/bmm_cpu_dispatch.h' 2024-10-08T20:15:06.5478589Z adding 'torch/include/ATen/ops/bmm_cuda_dispatch.h' 2024-10-08T20:15:06.5481667Z adding 'torch/include/ATen/ops/bmm_meta.h' 2024-10-08T20:15:06.5484753Z adding 'torch/include/ATen/ops/bmm_meta_dispatch.h' 2024-10-08T20:15:06.5487924Z adding 'torch/include/ATen/ops/bmm_native.h' 2024-10-08T20:15:06.5491120Z adding 'torch/include/ATen/ops/bmm_ops.h' 2024-10-08T20:15:06.5494499Z adding 'torch/include/ATen/ops/broadcast_tensors.h' 2024-10-08T20:15:06.5498393Z adding 'torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.5500797Z adding 'torch/include/ATen/ops/broadcast_tensors_native.h' 2024-10-08T20:15:06.5503985Z adding 'torch/include/ATen/ops/broadcast_tensors_ops.h' 2024-10-08T20:15:06.5507141Z adding 'torch/include/ATen/ops/broadcast_to.h' 2024-10-08T20:15:06.5510580Z adding 'torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.5513374Z adding 'torch/include/ATen/ops/broadcast_to_native.h' 2024-10-08T20:15:06.5516645Z adding 'torch/include/ATen/ops/broadcast_to_ops.h' 2024-10-08T20:15:06.5520646Z adding 'torch/include/ATen/ops/bucketize.h' 2024-10-08T20:15:06.5523367Z adding 'torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.5526527Z adding 'torch/include/ATen/ops/bucketize_cpu_dispatch.h' 2024-10-08T20:15:06.5529565Z adding 'torch/include/ATen/ops/bucketize_cuda_dispatch.h' 2024-10-08T20:15:06.5532882Z adding 'torch/include/ATen/ops/bucketize_native.h' 2024-10-08T20:15:06.5536525Z adding 'torch/include/ATen/ops/bucketize_ops.h' 2024-10-08T20:15:06.5540360Z adding 'torch/include/ATen/ops/can_cast.h' 2024-10-08T20:15:06.5543811Z adding 'torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.5546625Z adding 'torch/include/ATen/ops/can_cast_native.h' 2024-10-08T20:15:06.5549857Z adding 'torch/include/ATen/ops/can_cast_ops.h' 2024-10-08T20:15:06.5552896Z adding 'torch/include/ATen/ops/cartesian_prod.h' 2024-10-08T20:15:06.5556351Z adding 'torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.5559144Z adding 'torch/include/ATen/ops/cartesian_prod_native.h' 2024-10-08T20:15:06.5562410Z adding 'torch/include/ATen/ops/cartesian_prod_ops.h' 2024-10-08T20:15:06.5566005Z adding 'torch/include/ATen/ops/cat.h' 2024-10-08T20:15:06.5569119Z adding 'torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.5572430Z adding 'torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.5575388Z adding 'torch/include/ATen/ops/cat_cpu_dispatch.h' 2024-10-08T20:15:06.5578560Z adding 'torch/include/ATen/ops/cat_cuda_dispatch.h' 2024-10-08T20:15:06.5582951Z adding 'torch/include/ATen/ops/cat_meta.h' 2024-10-08T20:15:06.5585495Z adding 'torch/include/ATen/ops/cat_meta_dispatch.h' 2024-10-08T20:15:06.5588832Z adding 'torch/include/ATen/ops/cat_native.h' 2024-10-08T20:15:06.5592157Z adding 'torch/include/ATen/ops/cat_ops.h' 2024-10-08T20:15:06.5595539Z adding 'torch/include/ATen/ops/cauchy.h' 2024-10-08T20:15:06.5599763Z adding 'torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.5602001Z adding 'torch/include/ATen/ops/cauchy_cpu_dispatch.h' 2024-10-08T20:15:06.5605619Z adding 'torch/include/ATen/ops/cauchy_cuda_dispatch.h' 2024-10-08T20:15:06.5608246Z adding 'torch/include/ATen/ops/cauchy_meta_dispatch.h' 2024-10-08T20:15:06.5611472Z adding 'torch/include/ATen/ops/cauchy_native.h' 2024-10-08T20:15:06.5615090Z adding 'torch/include/ATen/ops/cauchy_ops.h' 2024-10-08T20:15:06.5618271Z adding 'torch/include/ATen/ops/ccol_indices.h' 2024-10-08T20:15:06.5622384Z adding 'torch/include/ATen/ops/ccol_indices_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.5625271Z adding 'torch/include/ATen/ops/ccol_indices_copy.h' 2024-10-08T20:15:06.5628681Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.5631332Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.5634159Z adding 'torch/include/ATen/ops/ccol_indices_copy_native.h' 2024-10-08T20:15:06.5637381Z adding 'torch/include/ATen/ops/ccol_indices_copy_ops.h' 2024-10-08T20:15:06.5640526Z adding 'torch/include/ATen/ops/ccol_indices_native.h' 2024-10-08T20:15:06.5643620Z adding 'torch/include/ATen/ops/ccol_indices_ops.h' 2024-10-08T20:15:06.5646810Z adding 'torch/include/ATen/ops/cdist.h' 2024-10-08T20:15:06.5650972Z adding 'torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.5653311Z adding 'torch/include/ATen/ops/cdist_native.h' 2024-10-08T20:15:06.5656857Z adding 'torch/include/ATen/ops/cdist_ops.h' 2024-10-08T20:15:06.5659616Z adding 'torch/include/ATen/ops/ceil.h' 2024-10-08T20:15:06.5663154Z adding 'torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.5666039Z adding 'torch/include/ATen/ops/ceil_cpu_dispatch.h' 2024-10-08T20:15:06.5669194Z adding 'torch/include/ATen/ops/ceil_cuda_dispatch.h' 2024-10-08T20:15:06.5672188Z adding 'torch/include/ATen/ops/ceil_meta.h' 2024-10-08T20:15:06.5675525Z adding 'torch/include/ATen/ops/ceil_meta_dispatch.h' 2024-10-08T20:15:06.5679332Z adding 'torch/include/ATen/ops/ceil_native.h' 2024-10-08T20:15:06.5681894Z adding 'torch/include/ATen/ops/ceil_ops.h' 2024-10-08T20:15:06.5685142Z adding 'torch/include/ATen/ops/celu.h' 2024-10-08T20:15:06.5688449Z adding 'torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.5691419Z adding 'torch/include/ATen/ops/celu_native.h' 2024-10-08T20:15:06.5694866Z adding 'torch/include/ATen/ops/celu_ops.h' 2024-10-08T20:15:06.5698105Z adding 'torch/include/ATen/ops/chain_matmul.h' 2024-10-08T20:15:06.5702297Z adding 'torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.5704449Z adding 'torch/include/ATen/ops/chain_matmul_native.h' 2024-10-08T20:15:06.5707928Z adding 'torch/include/ATen/ops/chain_matmul_ops.h' 2024-10-08T20:15:06.5710645Z adding 'torch/include/ATen/ops/chalf.h' 2024-10-08T20:15:06.5714033Z adding 'torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.5716839Z adding 'torch/include/ATen/ops/chalf_native.h' 2024-10-08T20:15:06.5720134Z adding 'torch/include/ATen/ops/chalf_ops.h' 2024-10-08T20:15:06.5723424Z adding 'torch/include/ATen/ops/channel_shuffle.h' 2024-10-08T20:15:06.5727095Z adding 'torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.5730353Z adding 'torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h' 2024-10-08T20:15:06.5733380Z adding 'torch/include/ATen/ops/channel_shuffle_cuda_dispatch.h' 2024-10-08T20:15:06.5736398Z adding 'torch/include/ATen/ops/channel_shuffle_native.h' 2024-10-08T20:15:06.5739569Z adding 'torch/include/ATen/ops/channel_shuffle_ops.h' 2024-10-08T20:15:06.5742807Z adding 'torch/include/ATen/ops/cholesky.h' 2024-10-08T20:15:06.5745977Z adding 'torch/include/ATen/ops/cholesky_cpu_dispatch.h' 2024-10-08T20:15:06.5749229Z adding 'torch/include/ATen/ops/cholesky_cuda_dispatch.h' 2024-10-08T20:15:06.5753074Z adding 'torch/include/ATen/ops/cholesky_inverse.h' 2024-10-08T20:15:06.5755590Z adding 'torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h' 2024-10-08T20:15:06.5758881Z adding 'torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h' 2024-10-08T20:15:06.5761755Z adding 'torch/include/ATen/ops/cholesky_inverse_native.h' 2024-10-08T20:15:06.5765047Z adding 'torch/include/ATen/ops/cholesky_inverse_ops.h' 2024-10-08T20:15:06.5768060Z adding 'torch/include/ATen/ops/cholesky_native.h' 2024-10-08T20:15:06.5771386Z adding 'torch/include/ATen/ops/cholesky_ops.h' 2024-10-08T20:15:06.5775650Z adding 'torch/include/ATen/ops/cholesky_solve.h' 2024-10-08T20:15:06.5778249Z adding 'torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.5781681Z adding 'torch/include/ATen/ops/cholesky_solve_native.h' 2024-10-08T20:15:06.5784904Z adding 'torch/include/ATen/ops/cholesky_solve_ops.h' 2024-10-08T20:15:06.5788028Z adding 'torch/include/ATen/ops/choose_qparams_optimized.h' 2024-10-08T20:15:06.5792200Z adding 'torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.5794358Z adding 'torch/include/ATen/ops/choose_qparams_optimized_native.h' 2024-10-08T20:15:06.5797522Z adding 'torch/include/ATen/ops/choose_qparams_optimized_ops.h' 2024-10-08T20:15:06.5800507Z adding 'torch/include/ATen/ops/chunk.h' 2024-10-08T20:15:06.5803822Z adding 'torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.5806635Z adding 'torch/include/ATen/ops/chunk_native.h' 2024-10-08T20:15:06.5809859Z adding 'torch/include/ATen/ops/chunk_ops.h' 2024-10-08T20:15:06.5813207Z adding 'torch/include/ATen/ops/clamp.h' 2024-10-08T20:15:06.5816787Z adding 'torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.5819701Z adding 'torch/include/ATen/ops/clamp_cpu_dispatch.h' 2024-10-08T20:15:06.5822911Z adding 'torch/include/ATen/ops/clamp_cuda_dispatch.h' 2024-10-08T20:15:06.5826098Z adding 'torch/include/ATen/ops/clamp_max.h' 2024-10-08T20:15:06.5829545Z adding 'torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.5832445Z adding 'torch/include/ATen/ops/clamp_max_cpu_dispatch.h' 2024-10-08T20:15:06.5835566Z adding 'torch/include/ATen/ops/clamp_max_cuda_dispatch.h' 2024-10-08T20:15:06.5838694Z adding 'torch/include/ATen/ops/clamp_max_meta.h' 2024-10-08T20:15:06.5841855Z adding 'torch/include/ATen/ops/clamp_max_meta_dispatch.h' 2024-10-08T20:15:06.5844970Z adding 'torch/include/ATen/ops/clamp_max_native.h' 2024-10-08T20:15:06.5848431Z adding 'torch/include/ATen/ops/clamp_max_ops.h' 2024-10-08T20:15:06.5851558Z adding 'torch/include/ATen/ops/clamp_meta.h' 2024-10-08T20:15:06.5854885Z adding 'torch/include/ATen/ops/clamp_meta_dispatch.h' 2024-10-08T20:15:06.5858252Z adding 'torch/include/ATen/ops/clamp_min.h' 2024-10-08T20:15:06.5861706Z adding 'torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.5864607Z adding 'torch/include/ATen/ops/clamp_min_cpu_dispatch.h' 2024-10-08T20:15:06.5867736Z adding 'torch/include/ATen/ops/clamp_min_cuda_dispatch.h' 2024-10-08T20:15:06.5870734Z adding 'torch/include/ATen/ops/clamp_min_meta.h' 2024-10-08T20:15:06.5873980Z adding 'torch/include/ATen/ops/clamp_min_meta_dispatch.h' 2024-10-08T20:15:06.5876856Z adding 'torch/include/ATen/ops/clamp_min_native.h' 2024-10-08T20:15:06.5880246Z adding 'torch/include/ATen/ops/clamp_min_ops.h' 2024-10-08T20:15:06.5883393Z adding 'torch/include/ATen/ops/clamp_native.h' 2024-10-08T20:15:06.5886858Z adding 'torch/include/ATen/ops/clamp_ops.h' 2024-10-08T20:15:06.5890355Z adding 'torch/include/ATen/ops/clip.h' 2024-10-08T20:15:06.5894464Z adding 'torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.5897018Z adding 'torch/include/ATen/ops/clip_native.h' 2024-10-08T20:15:06.5900478Z adding 'torch/include/ATen/ops/clip_ops.h' 2024-10-08T20:15:06.5903727Z adding 'torch/include/ATen/ops/clone.h' 2024-10-08T20:15:06.5907067Z adding 'torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.5909996Z adding 'torch/include/ATen/ops/clone_native.h' 2024-10-08T20:15:06.5913216Z adding 'torch/include/ATen/ops/clone_ops.h' 2024-10-08T20:15:06.5916206Z adding 'torch/include/ATen/ops/coalesce.h' 2024-10-08T20:15:06.5919491Z adding 'torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.5922306Z adding 'torch/include/ATen/ops/coalesce_native.h' 2024-10-08T20:15:06.5925353Z adding 'torch/include/ATen/ops/coalesce_ops.h' 2024-10-08T20:15:06.5928844Z adding 'torch/include/ATen/ops/col2im.h' 2024-10-08T20:15:06.5932160Z adding 'torch/include/ATen/ops/col2im_cpu_dispatch.h' 2024-10-08T20:15:06.5935463Z adding 'torch/include/ATen/ops/col2im_cuda_dispatch.h' 2024-10-08T20:15:06.5938521Z adding 'torch/include/ATen/ops/col2im_native.h' 2024-10-08T20:15:06.5941790Z adding 'torch/include/ATen/ops/col2im_ops.h' 2024-10-08T20:15:06.5944802Z adding 'torch/include/ATen/ops/col_indices.h' 2024-10-08T20:15:06.5948076Z adding 'torch/include/ATen/ops/col_indices_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.5950924Z adding 'torch/include/ATen/ops/col_indices_copy.h' 2024-10-08T20:15:06.5954232Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.5957380Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.5960168Z adding 'torch/include/ATen/ops/col_indices_copy_native.h' 2024-10-08T20:15:06.5963299Z adding 'torch/include/ATen/ops/col_indices_copy_ops.h' 2024-10-08T20:15:06.5966295Z adding 'torch/include/ATen/ops/col_indices_native.h' 2024-10-08T20:15:06.5969396Z adding 'torch/include/ATen/ops/col_indices_ops.h' 2024-10-08T20:15:06.5972542Z adding 'torch/include/ATen/ops/column_stack.h' 2024-10-08T20:15:06.5975913Z adding 'torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.5978700Z adding 'torch/include/ATen/ops/column_stack_native.h' 2024-10-08T20:15:06.5981856Z adding 'torch/include/ATen/ops/column_stack_ops.h' 2024-10-08T20:15:06.5984927Z adding 'torch/include/ATen/ops/combinations.h' 2024-10-08T20:15:06.5988209Z adding 'torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.5990977Z adding 'torch/include/ATen/ops/combinations_native.h' 2024-10-08T20:15:06.5995093Z adding 'torch/include/ATen/ops/combinations_ops.h' 2024-10-08T20:15:06.5997311Z adding 'torch/include/ATen/ops/complex.h' 2024-10-08T20:15:06.6001065Z adding 'torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.6003625Z adding 'torch/include/ATen/ops/complex_cpu_dispatch.h' 2024-10-08T20:15:06.6006885Z adding 'torch/include/ATen/ops/complex_cuda_dispatch.h' 2024-10-08T20:15:06.6009826Z adding 'torch/include/ATen/ops/complex_native.h' 2024-10-08T20:15:06.6013210Z adding 'torch/include/ATen/ops/complex_ops.h' 2024-10-08T20:15:06.6016424Z adding 'torch/include/ATen/ops/concat.h' 2024-10-08T20:15:06.6020435Z adding 'torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.6023763Z adding 'torch/include/ATen/ops/concat_native.h' 2024-10-08T20:15:06.6026734Z adding 'torch/include/ATen/ops/concat_ops.h' 2024-10-08T20:15:06.6030143Z adding 'torch/include/ATen/ops/concatenate.h' 2024-10-08T20:15:06.6033472Z adding 'torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.6036493Z adding 'torch/include/ATen/ops/concatenate_native.h' 2024-10-08T20:15:06.6040666Z adding 'torch/include/ATen/ops/concatenate_ops.h' 2024-10-08T20:15:06.6043017Z adding 'torch/include/ATen/ops/conj.h' 2024-10-08T20:15:06.6046546Z adding 'torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.6049258Z adding 'torch/include/ATen/ops/conj_native.h' 2024-10-08T20:15:06.6052548Z adding 'torch/include/ATen/ops/conj_ops.h' 2024-10-08T20:15:06.6055696Z adding 'torch/include/ATen/ops/conj_physical.h' 2024-10-08T20:15:06.6059154Z adding 'torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.6062692Z adding 'torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.6065299Z adding 'torch/include/ATen/ops/conj_physical_cpu_dispatch.h' 2024-10-08T20:15:06.6069019Z adding 'torch/include/ATen/ops/conj_physical_cuda_dispatch.h' 2024-10-08T20:15:06.6071517Z adding 'torch/include/ATen/ops/conj_physical_native.h' 2024-10-08T20:15:06.6074883Z adding 'torch/include/ATen/ops/conj_physical_ops.h' 2024-10-08T20:15:06.6078312Z adding 'torch/include/ATen/ops/constant_pad_nd.h' 2024-10-08T20:15:06.6081892Z adding 'torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.6084714Z adding 'torch/include/ATen/ops/constant_pad_nd_native.h' 2024-10-08T20:15:06.6088096Z adding 'torch/include/ATen/ops/constant_pad_nd_ops.h' 2024-10-08T20:15:06.6091579Z adding 'torch/include/ATen/ops/contiguous.h' 2024-10-08T20:15:06.6094614Z adding 'torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.6097603Z adding 'torch/include/ATen/ops/contiguous_native.h' 2024-10-08T20:15:06.6100805Z adding 'torch/include/ATen/ops/contiguous_ops.h' 2024-10-08T20:15:06.6105104Z adding 'torch/include/ATen/ops/conv1d.h' 2024-10-08T20:15:06.6108893Z adding 'torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.6111691Z adding 'torch/include/ATen/ops/conv1d_native.h' 2024-10-08T20:15:06.6115121Z adding 'torch/include/ATen/ops/conv1d_ops.h' 2024-10-08T20:15:06.6118570Z adding 'torch/include/ATen/ops/conv2d.h' 2024-10-08T20:15:06.6122270Z adding 'torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.6125612Z adding 'torch/include/ATen/ops/conv2d_native.h' 2024-10-08T20:15:06.6128570Z adding 'torch/include/ATen/ops/conv2d_ops.h' 2024-10-08T20:15:06.6132209Z adding 'torch/include/ATen/ops/conv3d.h' 2024-10-08T20:15:06.6135726Z adding 'torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.6138803Z adding 'torch/include/ATen/ops/conv3d_native.h' 2024-10-08T20:15:06.6142579Z adding 'torch/include/ATen/ops/conv3d_ops.h' 2024-10-08T20:15:06.6145859Z adding 'torch/include/ATen/ops/conv_depthwise3d.h' 2024-10-08T20:15:06.6149603Z adding 'torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.6152625Z adding 'torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h' 2024-10-08T20:15:06.6155936Z adding 'torch/include/ATen/ops/conv_depthwise3d_native.h' 2024-10-08T20:15:06.6159767Z adding 'torch/include/ATen/ops/conv_depthwise3d_ops.h' 2024-10-08T20:15:06.6162513Z adding 'torch/include/ATen/ops/conv_tbc.h' 2024-10-08T20:15:06.6165839Z adding 'torch/include/ATen/ops/conv_tbc_backward.h' 2024-10-08T20:15:06.6169188Z adding 'torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.6172231Z adding 'torch/include/ATen/ops/conv_tbc_backward_native.h' 2024-10-08T20:15:06.6175457Z adding 'torch/include/ATen/ops/conv_tbc_backward_ops.h' 2024-10-08T20:15:06.6178921Z adding 'torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.6182441Z adding 'torch/include/ATen/ops/conv_tbc_native.h' 2024-10-08T20:15:06.6185084Z adding 'torch/include/ATen/ops/conv_tbc_ops.h' 2024-10-08T20:15:06.6188628Z adding 'torch/include/ATen/ops/conv_transpose1d.h' 2024-10-08T20:15:06.6192138Z adding 'torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.6195160Z adding 'torch/include/ATen/ops/conv_transpose1d_native.h' 2024-10-08T20:15:06.6199221Z adding 'torch/include/ATen/ops/conv_transpose1d_ops.h' 2024-10-08T20:15:06.6201861Z adding 'torch/include/ATen/ops/conv_transpose2d.h' 2024-10-08T20:15:06.6205418Z adding 'torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.6208310Z adding 'torch/include/ATen/ops/conv_transpose2d_native.h' 2024-10-08T20:15:06.6211646Z adding 'torch/include/ATen/ops/conv_transpose2d_ops.h' 2024-10-08T20:15:06.6215096Z adding 'torch/include/ATen/ops/conv_transpose3d.h' 2024-10-08T20:15:06.6218760Z adding 'torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.6222046Z adding 'torch/include/ATen/ops/conv_transpose3d_native.h' 2024-10-08T20:15:06.6224952Z adding 'torch/include/ATen/ops/conv_transpose3d_ops.h' 2024-10-08T20:15:06.6228654Z adding 'torch/include/ATen/ops/convolution.h' 2024-10-08T20:15:06.6233369Z adding 'torch/include/ATen/ops/convolution_backward.h' 2024-10-08T20:15:06.6236741Z adding 'torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.6240018Z adding 'torch/include/ATen/ops/convolution_backward_cuda_dispatch.h' 2024-10-08T20:15:06.6243112Z adding 'torch/include/ATen/ops/convolution_backward_native.h' 2024-10-08T20:15:06.6246666Z adding 'torch/include/ATen/ops/convolution_backward_ops.h' 2024-10-08T20:15:06.6250732Z adding 'torch/include/ATen/ops/convolution_backward_overrideable.h' 2024-10-08T20:15:06.6254697Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.6257906Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_native.h' 2024-10-08T20:15:06.6261752Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_ops.h' 2024-10-08T20:15:06.6264838Z adding 'torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.6267935Z adding 'torch/include/ATen/ops/convolution_native.h' 2024-10-08T20:15:06.6271634Z adding 'torch/include/ATen/ops/convolution_ops.h' 2024-10-08T20:15:06.6275641Z adding 'torch/include/ATen/ops/convolution_overrideable.h' 2024-10-08T20:15:06.6279507Z adding 'torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.6282464Z adding 'torch/include/ATen/ops/convolution_overrideable_native.h' 2024-10-08T20:15:06.6285932Z adding 'torch/include/ATen/ops/convolution_overrideable_ops.h' 2024-10-08T20:15:06.6289829Z adding 'torch/include/ATen/ops/copy.h' 2024-10-08T20:15:06.6292606Z adding 'torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.6296024Z adding 'torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.6298963Z adding 'torch/include/ATen/ops/copy_meta_dispatch.h' 2024-10-08T20:15:06.6302224Z adding 'torch/include/ATen/ops/copy_native.h' 2024-10-08T20:15:06.6305474Z adding 'torch/include/ATen/ops/copy_ops.h' 2024-10-08T20:15:06.6308956Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse.h' 2024-10-08T20:15:06.6313484Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.6315492Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h' 2024-10-08T20:15:06.6318491Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_native.h' 2024-10-08T20:15:06.6321753Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_ops.h' 2024-10-08T20:15:06.6325126Z adding 'torch/include/ATen/ops/copysign.h' 2024-10-08T20:15:06.6328461Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.6331737Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.6334654Z adding 'torch/include/ATen/ops/copysign_cpu_dispatch.h' 2024-10-08T20:15:06.6337716Z adding 'torch/include/ATen/ops/copysign_cuda_dispatch.h' 2024-10-08T20:15:06.6340894Z adding 'torch/include/ATen/ops/copysign_meta.h' 2024-10-08T20:15:06.6344099Z adding 'torch/include/ATen/ops/copysign_meta_dispatch.h' 2024-10-08T20:15:06.6347133Z adding 'torch/include/ATen/ops/copysign_native.h' 2024-10-08T20:15:06.6350561Z adding 'torch/include/ATen/ops/copysign_ops.h' 2024-10-08T20:15:06.6353641Z adding 'torch/include/ATen/ops/corrcoef.h' 2024-10-08T20:15:06.6356955Z adding 'torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.6359753Z adding 'torch/include/ATen/ops/corrcoef_native.h' 2024-10-08T20:15:06.6362838Z adding 'torch/include/ATen/ops/corrcoef_ops.h' 2024-10-08T20:15:06.6365929Z adding 'torch/include/ATen/ops/cos.h' 2024-10-08T20:15:06.6369347Z adding 'torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.6372494Z adding 'torch/include/ATen/ops/cos_cpu_dispatch.h' 2024-10-08T20:15:06.6375572Z adding 'torch/include/ATen/ops/cos_cuda_dispatch.h' 2024-10-08T20:15:06.6378676Z adding 'torch/include/ATen/ops/cos_meta.h' 2024-10-08T20:15:06.6381725Z adding 'torch/include/ATen/ops/cos_meta_dispatch.h' 2024-10-08T20:15:06.6384680Z adding 'torch/include/ATen/ops/cos_native.h' 2024-10-08T20:15:06.6387876Z adding 'torch/include/ATen/ops/cos_ops.h' 2024-10-08T20:15:06.6390981Z adding 'torch/include/ATen/ops/cosh.h' 2024-10-08T20:15:06.6394381Z adding 'torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.6397254Z adding 'torch/include/ATen/ops/cosh_cpu_dispatch.h' 2024-10-08T20:15:06.6400329Z adding 'torch/include/ATen/ops/cosh_cuda_dispatch.h' 2024-10-08T20:15:06.6403497Z adding 'torch/include/ATen/ops/cosh_meta.h' 2024-10-08T20:15:06.6406608Z adding 'torch/include/ATen/ops/cosh_meta_dispatch.h' 2024-10-08T20:15:06.6409563Z adding 'torch/include/ATen/ops/cosh_native.h' 2024-10-08T20:15:06.6412859Z adding 'torch/include/ATen/ops/cosh_ops.h' 2024-10-08T20:15:06.6416012Z adding 'torch/include/ATen/ops/cosine_embedding_loss.h' 2024-10-08T20:15:06.6419354Z adding 'torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.6422209Z adding 'torch/include/ATen/ops/cosine_embedding_loss_native.h' 2024-10-08T20:15:06.6425360Z adding 'torch/include/ATen/ops/cosine_embedding_loss_ops.h' 2024-10-08T20:15:06.6428550Z adding 'torch/include/ATen/ops/cosine_similarity.h' 2024-10-08T20:15:06.6431846Z adding 'torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.6434712Z adding 'torch/include/ATen/ops/cosine_similarity_native.h' 2024-10-08T20:15:06.6437843Z adding 'torch/include/ATen/ops/cosine_similarity_ops.h' 2024-10-08T20:15:06.6440975Z adding 'torch/include/ATen/ops/count_nonzero.h' 2024-10-08T20:15:06.6444366Z adding 'torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.6447316Z adding 'torch/include/ATen/ops/count_nonzero_cpu_dispatch.h' 2024-10-08T20:15:06.6450396Z adding 'torch/include/ATen/ops/count_nonzero_cuda_dispatch.h' 2024-10-08T20:15:06.6453503Z adding 'torch/include/ATen/ops/count_nonzero_native.h' 2024-10-08T20:15:06.6456828Z adding 'torch/include/ATen/ops/count_nonzero_ops.h' 2024-10-08T20:15:06.6459960Z adding 'torch/include/ATen/ops/cov.h' 2024-10-08T20:15:06.6463241Z adding 'torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.6466062Z adding 'torch/include/ATen/ops/cov_native.h' 2024-10-08T20:15:06.6469231Z adding 'torch/include/ATen/ops/cov_ops.h' 2024-10-08T20:15:06.6472322Z adding 'torch/include/ATen/ops/cross.h' 2024-10-08T20:15:06.6475702Z adding 'torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.6478839Z adding 'torch/include/ATen/ops/cross_entropy_loss.h' 2024-10-08T20:15:06.6482189Z adding 'torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.6485057Z adding 'torch/include/ATen/ops/cross_entropy_loss_native.h' 2024-10-08T20:15:06.6488198Z adding 'torch/include/ATen/ops/cross_entropy_loss_ops.h' 2024-10-08T20:15:06.6491165Z adding 'torch/include/ATen/ops/cross_native.h' 2024-10-08T20:15:06.6494478Z adding 'torch/include/ATen/ops/cross_ops.h' 2024-10-08T20:15:06.6497503Z adding 'torch/include/ATen/ops/crow_indices.h' 2024-10-08T20:15:06.6500784Z adding 'torch/include/ATen/ops/crow_indices_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.6503636Z adding 'torch/include/ATen/ops/crow_indices_copy.h' 2024-10-08T20:15:06.6506960Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.6510381Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.6513130Z adding 'torch/include/ATen/ops/crow_indices_copy_native.h' 2024-10-08T20:15:06.6516301Z adding 'torch/include/ATen/ops/crow_indices_copy_ops.h' 2024-10-08T20:15:06.6519245Z adding 'torch/include/ATen/ops/crow_indices_native.h' 2024-10-08T20:15:06.6522461Z adding 'torch/include/ATen/ops/crow_indices_ops.h' 2024-10-08T20:15:06.6525458Z adding 'torch/include/ATen/ops/ctc_loss.h' 2024-10-08T20:15:06.6529243Z adding 'torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.6531949Z adding 'torch/include/ATen/ops/ctc_loss_native.h' 2024-10-08T20:15:06.6535364Z adding 'torch/include/ATen/ops/ctc_loss_ops.h' 2024-10-08T20:15:06.6538807Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator.h' 2024-10-08T20:15:06.6541943Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h' 2024-10-08T20:15:06.6545462Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.6548498Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h' 2024-10-08T20:15:06.6551628Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h' 2024-10-08T20:15:06.6554859Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h' 2024-10-08T20:15:06.6558330Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.6561338Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h' 2024-10-08T20:15:06.6564385Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_native.h' 2024-10-08T20:15:06.6567673Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h' 2024-10-08T20:15:06.6570958Z adding 'torch/include/ATen/ops/cudnn_batch_norm.h' 2024-10-08T20:15:06.6574554Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward.h' 2024-10-08T20:15:06.6577985Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.6581127Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h' 2024-10-08T20:15:06.6584205Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_native.h' 2024-10-08T20:15:06.6587736Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h' 2024-10-08T20:15:06.6591269Z adding 'torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.6594285Z adding 'torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h' 2024-10-08T20:15:06.6597521Z adding 'torch/include/ATen/ops/cudnn_batch_norm_native.h' 2024-10-08T20:15:06.6600963Z adding 'torch/include/ATen/ops/cudnn_batch_norm_ops.h' 2024-10-08T20:15:06.6604759Z adding 'torch/include/ATen/ops/cudnn_convolution.h' 2024-10-08T20:15:06.6608657Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu.h' 2024-10-08T20:15:06.6612497Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.6615842Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h' 2024-10-08T20:15:06.6618898Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_native.h' 2024-10-08T20:15:06.6622210Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h' 2024-10-08T20:15:06.6625663Z adding 'torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h' 2024-10-08T20:15:06.6628712Z adding 'torch/include/ATen/ops/cudnn_convolution_native.h' 2024-10-08T20:15:06.6632253Z adding 'torch/include/ATen/ops/cudnn_convolution_ops.h' 2024-10-08T20:15:06.6635972Z adding 'torch/include/ATen/ops/cudnn_convolution_relu.h' 2024-10-08T20:15:06.6639579Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.6642736Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h' 2024-10-08T20:15:06.6645751Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_native.h' 2024-10-08T20:15:06.6649157Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_ops.h' 2024-10-08T20:15:06.6653087Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose.h' 2024-10-08T20:15:06.6656801Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.6660012Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h' 2024-10-08T20:15:06.6663187Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_native.h' 2024-10-08T20:15:06.6666570Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_ops.h' 2024-10-08T20:15:06.6669785Z adding 'torch/include/ATen/ops/cudnn_grid_sampler.h' 2024-10-08T20:15:06.6673038Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward.h' 2024-10-08T20:15:06.6676579Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.6679548Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h' 2024-10-08T20:15:06.6682692Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h' 2024-10-08T20:15:06.6686090Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h' 2024-10-08T20:15:06.6689487Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.6692761Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h' 2024-10-08T20:15:06.6695713Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_native.h' 2024-10-08T20:15:06.6699051Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_ops.h' 2024-10-08T20:15:06.6702067Z adding 'torch/include/ATen/ops/cudnn_is_acceptable.h' 2024-10-08T20:15:06.6705542Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.6709158Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_native.h' 2024-10-08T20:15:06.6711570Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_ops.h' 2024-10-08T20:15:06.6714966Z adding 'torch/include/ATen/ops/cummax.h' 2024-10-08T20:15:06.6718201Z adding 'torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.6721468Z adding 'torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.6724345Z adding 'torch/include/ATen/ops/cummax_native.h' 2024-10-08T20:15:06.6727854Z adding 'torch/include/ATen/ops/cummax_ops.h' 2024-10-08T20:15:06.6731963Z adding 'torch/include/ATen/ops/cummaxmin_backward.h' 2024-10-08T20:15:06.6734601Z adding 'torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.6737683Z adding 'torch/include/ATen/ops/cummaxmin_backward_native.h' 2024-10-08T20:15:06.6740686Z adding 'torch/include/ATen/ops/cummaxmin_backward_ops.h' 2024-10-08T20:15:06.6743965Z adding 'torch/include/ATen/ops/cummin.h' 2024-10-08T20:15:06.6747363Z adding 'torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.6750641Z adding 'torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.6754335Z adding 'torch/include/ATen/ops/cummin_native.h' 2024-10-08T20:15:06.6757490Z adding 'torch/include/ATen/ops/cummin_ops.h' 2024-10-08T20:15:06.6760845Z adding 'torch/include/ATen/ops/cumprod.h' 2024-10-08T20:15:06.6763955Z adding 'torch/include/ATen/ops/cumprod_backward.h' 2024-10-08T20:15:06.6767424Z adding 'torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.6770250Z adding 'torch/include/ATen/ops/cumprod_backward_native.h' 2024-10-08T20:15:06.6773626Z adding 'torch/include/ATen/ops/cumprod_backward_ops.h' 2024-10-08T20:15:06.6777458Z adding 'torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.6780209Z adding 'torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.6783304Z adding 'torch/include/ATen/ops/cumprod_cpu_dispatch.h' 2024-10-08T20:15:06.6786420Z adding 'torch/include/ATen/ops/cumprod_cuda_dispatch.h' 2024-10-08T20:15:06.6789852Z adding 'torch/include/ATen/ops/cumprod_meta.h' 2024-10-08T20:15:06.6792786Z adding 'torch/include/ATen/ops/cumprod_meta_dispatch.h' 2024-10-08T20:15:06.6796057Z adding 'torch/include/ATen/ops/cumprod_native.h' 2024-10-08T20:15:06.6799655Z adding 'torch/include/ATen/ops/cumprod_ops.h' 2024-10-08T20:15:06.6803079Z adding 'torch/include/ATen/ops/cumsum.h' 2024-10-08T20:15:06.6806787Z adding 'torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.6809700Z adding 'torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.6812918Z adding 'torch/include/ATen/ops/cumsum_cpu_dispatch.h' 2024-10-08T20:15:06.6816083Z adding 'torch/include/ATen/ops/cumsum_cuda_dispatch.h' 2024-10-08T20:15:06.6819164Z adding 'torch/include/ATen/ops/cumsum_meta.h' 2024-10-08T20:15:06.6822395Z adding 'torch/include/ATen/ops/cumsum_meta_dispatch.h' 2024-10-08T20:15:06.6825550Z adding 'torch/include/ATen/ops/cumsum_native.h' 2024-10-08T20:15:06.6829182Z adding 'torch/include/ATen/ops/cumsum_ops.h' 2024-10-08T20:15:06.6832439Z adding 'torch/include/ATen/ops/cumulative_trapezoid.h' 2024-10-08T20:15:06.6835945Z adding 'torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.6838834Z adding 'torch/include/ATen/ops/cumulative_trapezoid_native.h' 2024-10-08T20:15:06.6842112Z adding 'torch/include/ATen/ops/cumulative_trapezoid_ops.h' 2024-10-08T20:15:06.6845189Z adding 'torch/include/ATen/ops/data.h' 2024-10-08T20:15:06.6848538Z adding 'torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.6851481Z adding 'torch/include/ATen/ops/data_native.h' 2024-10-08T20:15:06.6855387Z adding 'torch/include/ATen/ops/data_ops.h' 2024-10-08T20:15:06.6858735Z adding 'torch/include/ATen/ops/deg2rad.h' 2024-10-08T20:15:06.6862174Z adding 'torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.6865040Z adding 'torch/include/ATen/ops/deg2rad_native.h' 2024-10-08T20:15:06.6868314Z adding 'torch/include/ATen/ops/deg2rad_ops.h' 2024-10-08T20:15:06.6871300Z adding 'torch/include/ATen/ops/dense_dim.h' 2024-10-08T20:15:06.6874721Z adding 'torch/include/ATen/ops/dense_dim_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.6877549Z adding 'torch/include/ATen/ops/dense_dim_native.h' 2024-10-08T20:15:06.6880764Z adding 'torch/include/ATen/ops/dense_dim_ops.h' 2024-10-08T20:15:06.6884000Z adding 'torch/include/ATen/ops/dequantize.h' 2024-10-08T20:15:06.6887472Z adding 'torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.6890363Z adding 'torch/include/ATen/ops/dequantize_cpu_dispatch.h' 2024-10-08T20:15:06.6893517Z adding 'torch/include/ATen/ops/dequantize_cuda_dispatch.h' 2024-10-08T20:15:06.6896663Z adding 'torch/include/ATen/ops/dequantize_native.h' 2024-10-08T20:15:06.6899950Z adding 'torch/include/ATen/ops/dequantize_ops.h' 2024-10-08T20:15:06.6903064Z adding 'torch/include/ATen/ops/det.h' 2024-10-08T20:15:06.6906310Z adding 'torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.6909234Z adding 'torch/include/ATen/ops/det_native.h' 2024-10-08T20:15:06.6912358Z adding 'torch/include/ATen/ops/det_ops.h' 2024-10-08T20:15:06.6915419Z adding 'torch/include/ATen/ops/detach.h' 2024-10-08T20:15:06.6918675Z adding 'torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.6921522Z adding 'torch/include/ATen/ops/detach_copy.h' 2024-10-08T20:15:06.6924815Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.6927964Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.6930729Z adding 'torch/include/ATen/ops/detach_copy_native.h' 2024-10-08T20:15:06.6933975Z adding 'torch/include/ATen/ops/detach_copy_ops.h' 2024-10-08T20:15:06.6936954Z adding 'torch/include/ATen/ops/detach_native.h' 2024-10-08T20:15:06.6940065Z adding 'torch/include/ATen/ops/detach_ops.h' 2024-10-08T20:15:06.6943272Z adding 'torch/include/ATen/ops/diag.h' 2024-10-08T20:15:06.6946551Z adding 'torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.6949478Z adding 'torch/include/ATen/ops/diag_embed.h' 2024-10-08T20:15:06.6952806Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.6956059Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.6958775Z adding 'torch/include/ATen/ops/diag_embed_native.h' 2024-10-08T20:15:06.6961947Z adding 'torch/include/ATen/ops/diag_embed_ops.h' 2024-10-08T20:15:06.6965002Z adding 'torch/include/ATen/ops/diag_native.h' 2024-10-08T20:15:06.6968176Z adding 'torch/include/ATen/ops/diag_ops.h' 2024-10-08T20:15:06.6971176Z adding 'torch/include/ATen/ops/diagflat.h' 2024-10-08T20:15:06.6974613Z adding 'torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.6977376Z adding 'torch/include/ATen/ops/diagflat_native.h' 2024-10-08T20:15:06.6980466Z adding 'torch/include/ATen/ops/diagflat_ops.h' 2024-10-08T20:15:06.6983526Z adding 'torch/include/ATen/ops/diagonal.h' 2024-10-08T20:15:06.6986958Z adding 'torch/include/ATen/ops/diagonal_backward.h' 2024-10-08T20:15:06.6990500Z adding 'torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.6993349Z adding 'torch/include/ATen/ops/diagonal_backward_native.h' 2024-10-08T20:15:06.6996923Z adding 'torch/include/ATen/ops/diagonal_backward_ops.h' 2024-10-08T20:15:06.7000282Z adding 'torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.7003476Z adding 'torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.7006470Z adding 'torch/include/ATen/ops/diagonal_copy.h' 2024-10-08T20:15:06.7009952Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.7013305Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.7016132Z adding 'torch/include/ATen/ops/diagonal_copy_native.h' 2024-10-08T20:15:06.7019424Z adding 'torch/include/ATen/ops/diagonal_copy_ops.h' 2024-10-08T20:15:06.7022538Z adding 'torch/include/ATen/ops/diagonal_native.h' 2024-10-08T20:15:06.7031229Z adding 'torch/include/ATen/ops/diagonal_ops.h' 2024-10-08T20:15:06.7031958Z adding 'torch/include/ATen/ops/diagonal_scatter.h' 2024-10-08T20:15:06.7035029Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.7038661Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.7041494Z adding 'torch/include/ATen/ops/diagonal_scatter_native.h' 2024-10-08T20:15:06.7044946Z adding 'torch/include/ATen/ops/diagonal_scatter_ops.h' 2024-10-08T20:15:06.7048541Z adding 'torch/include/ATen/ops/diff.h' 2024-10-08T20:15:06.7051710Z adding 'torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.7055014Z adding 'torch/include/ATen/ops/diff_native.h' 2024-10-08T20:15:06.7058291Z adding 'torch/include/ATen/ops/diff_ops.h' 2024-10-08T20:15:06.7061745Z adding 'torch/include/ATen/ops/digamma.h' 2024-10-08T20:15:06.7065280Z adding 'torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.7068262Z adding 'torch/include/ATen/ops/digamma_cpu_dispatch.h' 2024-10-08T20:15:06.7071575Z adding 'torch/include/ATen/ops/digamma_cuda_dispatch.h' 2024-10-08T20:15:06.7074479Z adding 'torch/include/ATen/ops/digamma_meta.h' 2024-10-08T20:15:06.7077731Z adding 'torch/include/ATen/ops/digamma_meta_dispatch.h' 2024-10-08T20:15:06.7080752Z adding 'torch/include/ATen/ops/digamma_native.h' 2024-10-08T20:15:06.7084163Z adding 'torch/include/ATen/ops/digamma_ops.h' 2024-10-08T20:15:06.7087323Z adding 'torch/include/ATen/ops/dist.h' 2024-10-08T20:15:06.7090840Z adding 'torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.7094124Z adding 'torch/include/ATen/ops/dist_native.h' 2024-10-08T20:15:06.7097251Z adding 'torch/include/ATen/ops/dist_ops.h' 2024-10-08T20:15:06.7100657Z adding 'torch/include/ATen/ops/div.h' 2024-10-08T20:15:06.7104168Z adding 'torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.7107787Z adding 'torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.7111018Z adding 'torch/include/ATen/ops/div_cpu_dispatch.h' 2024-10-08T20:15:06.7114268Z adding 'torch/include/ATen/ops/div_cuda_dispatch.h' 2024-10-08T20:15:06.7117504Z adding 'torch/include/ATen/ops/div_meta.h' 2024-10-08T20:15:06.7120729Z adding 'torch/include/ATen/ops/div_meta_dispatch.h' 2024-10-08T20:15:06.7124095Z adding 'torch/include/ATen/ops/div_native.h' 2024-10-08T20:15:06.7128071Z adding 'torch/include/ATen/ops/div_ops.h' 2024-10-08T20:15:06.7131584Z adding 'torch/include/ATen/ops/divide.h' 2024-10-08T20:15:06.7135394Z adding 'torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.7138387Z adding 'torch/include/ATen/ops/divide_native.h' 2024-10-08T20:15:06.7142149Z adding 'torch/include/ATen/ops/divide_ops.h' 2024-10-08T20:15:06.7145573Z adding 'torch/include/ATen/ops/dot.h' 2024-10-08T20:15:06.7148901Z adding 'torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.7152025Z adding 'torch/include/ATen/ops/dot_cpu_dispatch.h' 2024-10-08T20:15:06.7155142Z adding 'torch/include/ATen/ops/dot_cuda_dispatch.h' 2024-10-08T20:15:06.7158277Z adding 'torch/include/ATen/ops/dot_native.h' 2024-10-08T20:15:06.7161622Z adding 'torch/include/ATen/ops/dot_ops.h' 2024-10-08T20:15:06.7164766Z adding 'torch/include/ATen/ops/dropout.h' 2024-10-08T20:15:06.7168248Z adding 'torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.7171084Z adding 'torch/include/ATen/ops/dropout_native.h' 2024-10-08T20:15:06.7174521Z adding 'torch/include/ATen/ops/dropout_ops.h' 2024-10-08T20:15:06.7177655Z adding 'torch/include/ATen/ops/dsplit.h' 2024-10-08T20:15:06.7181156Z adding 'torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.7184140Z adding 'torch/include/ATen/ops/dsplit_native.h' 2024-10-08T20:15:06.7187360Z adding 'torch/include/ATen/ops/dsplit_ops.h' 2024-10-08T20:15:06.7190587Z adding 'torch/include/ATen/ops/dstack.h' 2024-10-08T20:15:06.7193929Z adding 'torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.7196977Z adding 'torch/include/ATen/ops/dstack_native.h' 2024-10-08T20:15:06.7200206Z adding 'torch/include/ATen/ops/dstack_ops.h' 2024-10-08T20:15:06.7203505Z adding 'torch/include/ATen/ops/einsum.h' 2024-10-08T20:15:06.7206959Z adding 'torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.7209843Z adding 'torch/include/ATen/ops/einsum_native.h' 2024-10-08T20:15:06.7213243Z adding 'torch/include/ATen/ops/einsum_ops.h' 2024-10-08T20:15:06.7216423Z adding 'torch/include/ATen/ops/elu.h' 2024-10-08T20:15:06.7219911Z adding 'torch/include/ATen/ops/elu_backward.h' 2024-10-08T20:15:06.7223484Z adding 'torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.7226493Z adding 'torch/include/ATen/ops/elu_backward_cpu_dispatch.h' 2024-10-08T20:15:06.7229782Z adding 'torch/include/ATen/ops/elu_backward_cuda_dispatch.h' 2024-10-08T20:15:06.7232843Z adding 'torch/include/ATen/ops/elu_backward_meta.h' 2024-10-08T20:15:06.7236213Z adding 'torch/include/ATen/ops/elu_backward_meta_dispatch.h' 2024-10-08T20:15:06.7239259Z adding 'torch/include/ATen/ops/elu_backward_native.h' 2024-10-08T20:15:06.7242683Z adding 'torch/include/ATen/ops/elu_backward_ops.h' 2024-10-08T20:15:06.7246517Z adding 'torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.7249523Z adding 'torch/include/ATen/ops/elu_cpu_dispatch.h' 2024-10-08T20:15:06.7252846Z adding 'torch/include/ATen/ops/elu_cuda_dispatch.h' 2024-10-08T20:15:06.7255868Z adding 'torch/include/ATen/ops/elu_meta.h' 2024-10-08T20:15:06.7259181Z adding 'torch/include/ATen/ops/elu_meta_dispatch.h' 2024-10-08T20:15:06.7262238Z adding 'torch/include/ATen/ops/elu_native.h' 2024-10-08T20:15:06.7265745Z adding 'torch/include/ATen/ops/elu_ops.h' 2024-10-08T20:15:06.7269406Z adding 'torch/include/ATen/ops/embedding.h' 2024-10-08T20:15:06.7272874Z adding 'torch/include/ATen/ops/embedding_backward.h' 2024-10-08T20:15:06.7276422Z adding 'torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.7279312Z adding 'torch/include/ATen/ops/embedding_backward_native.h' 2024-10-08T20:15:06.7282765Z adding 'torch/include/ATen/ops/embedding_backward_ops.h' 2024-10-08T20:15:06.7286106Z adding 'torch/include/ATen/ops/embedding_bag.h' 2024-10-08T20:15:06.7289597Z adding 'torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.7292772Z adding 'torch/include/ATen/ops/embedding_bag_native.h' 2024-10-08T20:15:06.7296180Z adding 'torch/include/ATen/ops/embedding_bag_ops.h' 2024-10-08T20:15:06.7299815Z adding 'torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.7303296Z adding 'torch/include/ATen/ops/embedding_dense_backward.h' 2024-10-08T20:15:06.7306950Z adding 'torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.7310159Z adding 'torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h' 2024-10-08T20:15:06.7313301Z adding 'torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h' 2024-10-08T20:15:06.7316534Z adding 'torch/include/ATen/ops/embedding_dense_backward_native.h' 2024-10-08T20:15:06.7319973Z adding 'torch/include/ATen/ops/embedding_dense_backward_ops.h' 2024-10-08T20:15:06.7323098Z adding 'torch/include/ATen/ops/embedding_native.h' 2024-10-08T20:15:06.7326460Z adding 'torch/include/ATen/ops/embedding_ops.h' 2024-10-08T20:15:06.7329770Z adding 'torch/include/ATen/ops/embedding_renorm.h' 2024-10-08T20:15:06.7333478Z adding 'torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.7336452Z adding 'torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h' 2024-10-08T20:15:06.7339539Z adding 'torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h' 2024-10-08T20:15:06.7342622Z adding 'torch/include/ATen/ops/embedding_renorm_meta_dispatch.h' 2024-10-08T20:15:06.7345646Z adding 'torch/include/ATen/ops/embedding_renorm_native.h' 2024-10-08T20:15:06.7349141Z adding 'torch/include/ATen/ops/embedding_renorm_ops.h' 2024-10-08T20:15:06.7352327Z adding 'torch/include/ATen/ops/embedding_sparse_backward.h' 2024-10-08T20:15:06.7355717Z adding 'torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.7358585Z adding 'torch/include/ATen/ops/embedding_sparse_backward_native.h' 2024-10-08T20:15:06.7361729Z adding 'torch/include/ATen/ops/embedding_sparse_backward_ops.h' 2024-10-08T20:15:06.7365431Z adding 'torch/include/ATen/ops/empty.h' 2024-10-08T20:15:06.7369166Z adding 'torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.7372337Z adding 'torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.7375472Z adding 'torch/include/ATen/ops/empty_cpu_dispatch.h' 2024-10-08T20:15:06.7378891Z adding 'torch/include/ATen/ops/empty_cuda_dispatch.h' 2024-10-08T20:15:06.7382176Z adding 'torch/include/ATen/ops/empty_like.h' 2024-10-08T20:15:06.7385627Z adding 'torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.7388600Z adding 'torch/include/ATen/ops/empty_like_native.h' 2024-10-08T20:15:06.7391925Z adding 'torch/include/ATen/ops/empty_like_ops.h' 2024-10-08T20:15:06.7395152Z adding 'torch/include/ATen/ops/empty_meta_dispatch.h' 2024-10-08T20:15:06.7398395Z adding 'torch/include/ATen/ops/empty_native.h' 2024-10-08T20:15:06.7401996Z adding 'torch/include/ATen/ops/empty_ops.h' 2024-10-08T20:15:06.7405688Z adding 'torch/include/ATen/ops/empty_permuted.h' 2024-10-08T20:15:06.7409326Z adding 'torch/include/ATen/ops/empty_permuted_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.7412338Z adding 'torch/include/ATen/ops/empty_permuted_native.h' 2024-10-08T20:15:06.7415670Z adding 'torch/include/ATen/ops/empty_permuted_ops.h' 2024-10-08T20:15:06.7419062Z adding 'torch/include/ATen/ops/empty_quantized.h' 2024-10-08T20:15:06.7422447Z adding 'torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.7425363Z adding 'torch/include/ATen/ops/empty_quantized_native.h' 2024-10-08T20:15:06.7428713Z adding 'torch/include/ATen/ops/empty_quantized_ops.h' 2024-10-08T20:15:06.7432451Z adding 'torch/include/ATen/ops/empty_strided.h' 2024-10-08T20:15:06.7436042Z adding 'torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.7439153Z adding 'torch/include/ATen/ops/empty_strided_cpu_dispatch.h' 2024-10-08T20:15:06.7442373Z adding 'torch/include/ATen/ops/empty_strided_cuda_dispatch.h' 2024-10-08T20:15:06.7445520Z adding 'torch/include/ATen/ops/empty_strided_meta_dispatch.h' 2024-10-08T20:15:06.7448575Z adding 'torch/include/ATen/ops/empty_strided_native.h' 2024-10-08T20:15:06.7451951Z adding 'torch/include/ATen/ops/empty_strided_ops.h' 2024-10-08T20:15:06.7455215Z adding 'torch/include/ATen/ops/eq.h' 2024-10-08T20:15:06.7458595Z adding 'torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.7461511Z adding 'torch/include/ATen/ops/eq_cpu_dispatch.h' 2024-10-08T20:15:06.7464656Z adding 'torch/include/ATen/ops/eq_cuda_dispatch.h' 2024-10-08T20:15:06.7467652Z adding 'torch/include/ATen/ops/eq_meta.h' 2024-10-08T20:15:06.7470822Z adding 'torch/include/ATen/ops/eq_meta_dispatch.h' 2024-10-08T20:15:06.7473917Z adding 'torch/include/ATen/ops/eq_native.h' 2024-10-08T20:15:06.7477339Z adding 'torch/include/ATen/ops/eq_ops.h' 2024-10-08T20:15:06.7480478Z adding 'torch/include/ATen/ops/equal.h' 2024-10-08T20:15:06.7483655Z adding 'torch/include/ATen/ops/equal_cpu_dispatch.h' 2024-10-08T20:15:06.7486704Z adding 'torch/include/ATen/ops/equal_cuda_dispatch.h' 2024-10-08T20:15:06.7489947Z adding 'torch/include/ATen/ops/equal_native.h' 2024-10-08T20:15:06.7493168Z adding 'torch/include/ATen/ops/equal_ops.h' 2024-10-08T20:15:06.7496262Z adding 'torch/include/ATen/ops/erf.h' 2024-10-08T20:15:06.7499651Z adding 'torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.7502488Z adding 'torch/include/ATen/ops/erf_cpu_dispatch.h' 2024-10-08T20:15:06.7505556Z adding 'torch/include/ATen/ops/erf_cuda_dispatch.h' 2024-10-08T20:15:06.7508553Z adding 'torch/include/ATen/ops/erf_meta.h' 2024-10-08T20:15:06.7511640Z adding 'torch/include/ATen/ops/erf_meta_dispatch.h' 2024-10-08T20:15:06.7514667Z adding 'torch/include/ATen/ops/erf_native.h' 2024-10-08T20:15:06.7517908Z adding 'torch/include/ATen/ops/erf_ops.h' 2024-10-08T20:15:06.7521007Z adding 'torch/include/ATen/ops/erfc.h' 2024-10-08T20:15:06.7524476Z adding 'torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.7527243Z adding 'torch/include/ATen/ops/erfc_cpu_dispatch.h' 2024-10-08T20:15:06.7530337Z adding 'torch/include/ATen/ops/erfc_cuda_dispatch.h' 2024-10-08T20:15:06.7533583Z adding 'torch/include/ATen/ops/erfc_meta.h' 2024-10-08T20:15:06.7536716Z adding 'torch/include/ATen/ops/erfc_meta_dispatch.h' 2024-10-08T20:15:06.7539872Z adding 'torch/include/ATen/ops/erfc_native.h' 2024-10-08T20:15:06.7543090Z adding 'torch/include/ATen/ops/erfc_ops.h' 2024-10-08T20:15:06.7546376Z adding 'torch/include/ATen/ops/erfinv.h' 2024-10-08T20:15:06.7549851Z adding 'torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.7552950Z adding 'torch/include/ATen/ops/erfinv_cpu_dispatch.h' 2024-10-08T20:15:06.7556176Z adding 'torch/include/ATen/ops/erfinv_cuda_dispatch.h' 2024-10-08T20:15:06.7559177Z adding 'torch/include/ATen/ops/erfinv_meta.h' 2024-10-08T20:15:06.7562475Z adding 'torch/include/ATen/ops/erfinv_meta_dispatch.h' 2024-10-08T20:15:06.7565514Z adding 'torch/include/ATen/ops/erfinv_native.h' 2024-10-08T20:15:06.7568898Z adding 'torch/include/ATen/ops/erfinv_ops.h' 2024-10-08T20:15:06.7572100Z adding 'torch/include/ATen/ops/exp.h' 2024-10-08T20:15:06.7575431Z adding 'torch/include/ATen/ops/exp2.h' 2024-10-08T20:15:06.7579062Z adding 'torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.7581858Z adding 'torch/include/ATen/ops/exp2_cpu_dispatch.h' 2024-10-08T20:15:06.7585116Z adding 'torch/include/ATen/ops/exp2_cuda_dispatch.h' 2024-10-08T20:15:06.7588112Z adding 'torch/include/ATen/ops/exp2_meta.h' 2024-10-08T20:15:06.7591410Z adding 'torch/include/ATen/ops/exp2_meta_dispatch.h' 2024-10-08T20:15:06.7594466Z adding 'torch/include/ATen/ops/exp2_native.h' 2024-10-08T20:15:06.7597833Z adding 'torch/include/ATen/ops/exp2_ops.h' 2024-10-08T20:15:06.7602087Z adding 'torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.7605084Z adding 'torch/include/ATen/ops/exp_cpu_dispatch.h' 2024-10-08T20:15:06.7608374Z adding 'torch/include/ATen/ops/exp_cuda_dispatch.h' 2024-10-08T20:15:06.7611398Z adding 'torch/include/ATen/ops/exp_meta.h' 2024-10-08T20:15:06.7614802Z adding 'torch/include/ATen/ops/exp_meta_dispatch.h' 2024-10-08T20:15:06.7617920Z adding 'torch/include/ATen/ops/exp_native.h' 2024-10-08T20:15:06.7621237Z adding 'torch/include/ATen/ops/exp_ops.h' 2024-10-08T20:15:06.7624528Z adding 'torch/include/ATen/ops/expand.h' 2024-10-08T20:15:06.7627552Z adding 'torch/include/ATen/ops/expand_as.h' 2024-10-08T20:15:06.7631018Z adding 'torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.7633878Z adding 'torch/include/ATen/ops/expand_as_native.h' 2024-10-08T20:15:06.7637192Z adding 'torch/include/ATen/ops/expand_as_ops.h' 2024-10-08T20:15:06.7640643Z adding 'torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.7643886Z adding 'torch/include/ATen/ops/expand_copy.h' 2024-10-08T20:15:06.7647499Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.7650840Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.7653882Z adding 'torch/include/ATen/ops/expand_copy_native.h' 2024-10-08T20:15:06.7657194Z adding 'torch/include/ATen/ops/expand_copy_ops.h' 2024-10-08T20:15:06.7660237Z adding 'torch/include/ATen/ops/expand_native.h' 2024-10-08T20:15:06.7663545Z adding 'torch/include/ATen/ops/expand_ops.h' 2024-10-08T20:15:06.7666654Z adding 'torch/include/ATen/ops/expm1.h' 2024-10-08T20:15:06.7670201Z adding 'torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.7673077Z adding 'torch/include/ATen/ops/expm1_cpu_dispatch.h' 2024-10-08T20:15:06.7676363Z adding 'torch/include/ATen/ops/expm1_cuda_dispatch.h' 2024-10-08T20:15:06.7679423Z adding 'torch/include/ATen/ops/expm1_meta.h' 2024-10-08T20:15:06.7690733Z adding 'torch/include/ATen/ops/expm1_meta_dispatch.h' 2024-10-08T20:15:06.7691373Z adding 'torch/include/ATen/ops/expm1_native.h' 2024-10-08T20:15:06.7691906Z adding 'torch/include/ATen/ops/expm1_ops.h' 2024-10-08T20:15:06.7692461Z adding 'torch/include/ATen/ops/exponential.h' 2024-10-08T20:15:06.7695988Z adding 'torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.7699095Z adding 'torch/include/ATen/ops/exponential_cpu_dispatch.h' 2024-10-08T20:15:06.7702308Z adding 'torch/include/ATen/ops/exponential_cuda_dispatch.h' 2024-10-08T20:15:06.7705521Z adding 'torch/include/ATen/ops/exponential_meta_dispatch.h' 2024-10-08T20:15:06.7708643Z adding 'torch/include/ATen/ops/exponential_native.h' 2024-10-08T20:15:06.7711919Z adding 'torch/include/ATen/ops/exponential_ops.h' 2024-10-08T20:15:06.7715814Z adding 'torch/include/ATen/ops/eye.h' 2024-10-08T20:15:06.7719607Z adding 'torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.7722694Z adding 'torch/include/ATen/ops/eye_cpu_dispatch.h' 2024-10-08T20:15:06.7726001Z adding 'torch/include/ATen/ops/eye_cuda_dispatch.h' 2024-10-08T20:15:06.7729190Z adding 'torch/include/ATen/ops/eye_meta_dispatch.h' 2024-10-08T20:15:06.7732853Z adding 'torch/include/ATen/ops/eye_native.h' 2024-10-08T20:15:06.7736472Z adding 'torch/include/ATen/ops/eye_ops.h' 2024-10-08T20:15:06.7739769Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine.h' 2024-10-08T20:15:06.7743266Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h' 2024-10-08T20:15:06.7746482Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h' 2024-10-08T20:15:06.7750100Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.7753077Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h' 2024-10-08T20:15:06.7756328Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h' 2024-10-08T20:15:06.7759848Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.7762880Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h' 2024-10-08T20:15:06.7766171Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h' 2024-10-08T20:15:06.7769236Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h' 2024-10-08T20:15:06.7772898Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h' 2024-10-08T20:15:06.7776465Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.7779369Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h' 2024-10-08T20:15:06.7782709Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h' 2024-10-08T20:15:06.7785847Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine.h' 2024-10-08T20:15:06.7789370Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h' 2024-10-08T20:15:06.7792611Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h' 2024-10-08T20:15:06.7796103Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.7799126Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h' 2024-10-08T20:15:06.7802283Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h' 2024-10-08T20:15:06.7805768Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.7808954Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h' 2024-10-08T20:15:06.7812413Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h' 2024-10-08T20:15:06.7815549Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h' 2024-10-08T20:15:06.7818944Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h' 2024-10-08T20:15:06.7822454Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.7825356Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h' 2024-10-08T20:15:06.7828868Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h' 2024-10-08T20:15:06.7832086Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight.h' 2024-10-08T20:15:06.7835494Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.7838573Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h' 2024-10-08T20:15:06.7841973Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.7845031Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h' 2024-10-08T20:15:06.7848269Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h' 2024-10-08T20:15:06.7851485Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h' 2024-10-08T20:15:06.7854799Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h' 2024-10-08T20:15:06.7857934Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight.h' 2024-10-08T20:15:06.7861419Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.7864444Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h' 2024-10-08T20:15:06.7868003Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.7870919Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h' 2024-10-08T20:15:06.7874359Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h' 2024-10-08T20:15:06.7877472Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h' 2024-10-08T20:15:06.7880750Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h' 2024-10-08T20:15:06.7889380Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight.h' 2024-10-08T20:15:06.7892964Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.7896115Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h' 2024-10-08T20:15:06.7899402Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h' 2024-10-08T20:15:06.7902590Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h' 2024-10-08T20:15:06.7905974Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.7908869Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h' 2024-10-08T20:15:06.7912118Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h' 2024-10-08T20:15:06.7915217Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h' 2024-10-08T20:15:06.7918609Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.7921465Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h' 2024-10-08T20:15:06.7924670Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h' 2024-10-08T20:15:06.7927865Z adding 'torch/include/ATen/ops/feature_alpha_dropout.h' 2024-10-08T20:15:06.7931230Z adding 'torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.7934213Z adding 'torch/include/ATen/ops/feature_alpha_dropout_native.h' 2024-10-08T20:15:06.7937432Z adding 'torch/include/ATen/ops/feature_alpha_dropout_ops.h' 2024-10-08T20:15:06.7940463Z adding 'torch/include/ATen/ops/feature_dropout.h' 2024-10-08T20:15:06.7943871Z adding 'torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.7946664Z adding 'torch/include/ATen/ops/feature_dropout_native.h' 2024-10-08T20:15:06.7949871Z adding 'torch/include/ATen/ops/feature_dropout_ops.h' 2024-10-08T20:15:06.7953270Z adding 'torch/include/ATen/ops/fft_fft.h' 2024-10-08T20:15:06.7956955Z adding 'torch/include/ATen/ops/fft_fft2.h' 2024-10-08T20:15:06.7960624Z adding 'torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.7963533Z adding 'torch/include/ATen/ops/fft_fft2_native.h' 2024-10-08T20:15:06.7966765Z adding 'torch/include/ATen/ops/fft_fft2_ops.h' 2024-10-08T20:15:06.7970288Z adding 'torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.7973317Z adding 'torch/include/ATen/ops/fft_fft_native.h' 2024-10-08T20:15:06.7976576Z adding 'torch/include/ATen/ops/fft_fft_ops.h' 2024-10-08T20:15:06.7979812Z adding 'torch/include/ATen/ops/fft_fftfreq.h' 2024-10-08T20:15:06.7983446Z adding 'torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.7986319Z adding 'torch/include/ATen/ops/fft_fftfreq_native.h' 2024-10-08T20:15:06.7989586Z adding 'torch/include/ATen/ops/fft_fftfreq_ops.h' 2024-10-08T20:15:06.7993645Z adding 'torch/include/ATen/ops/fft_fftn.h' 2024-10-08T20:15:06.7996709Z adding 'torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.7999574Z adding 'torch/include/ATen/ops/fft_fftn_native.h' 2024-10-08T20:15:06.8002873Z adding 'torch/include/ATen/ops/fft_fftn_ops.h' 2024-10-08T20:15:06.8006014Z adding 'torch/include/ATen/ops/fft_fftshift.h' 2024-10-08T20:15:06.8009300Z adding 'torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.8012276Z adding 'torch/include/ATen/ops/fft_fftshift_native.h' 2024-10-08T20:15:06.8015503Z adding 'torch/include/ATen/ops/fft_fftshift_ops.h' 2024-10-08T20:15:06.8018925Z adding 'torch/include/ATen/ops/fft_hfft.h' 2024-10-08T20:15:06.8022484Z adding 'torch/include/ATen/ops/fft_hfft2.h' 2024-10-08T20:15:06.8026006Z adding 'torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.8028959Z adding 'torch/include/ATen/ops/fft_hfft2_native.h' 2024-10-08T20:15:06.8032270Z adding 'torch/include/ATen/ops/fft_hfft2_ops.h' 2024-10-08T20:15:06.8035709Z adding 'torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.8038626Z adding 'torch/include/ATen/ops/fft_hfft_native.h' 2024-10-08T20:15:06.8041920Z adding 'torch/include/ATen/ops/fft_hfft_ops.h' 2024-10-08T20:15:06.8045419Z adding 'torch/include/ATen/ops/fft_hfftn.h' 2024-10-08T20:15:06.8049010Z adding 'torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.8052002Z adding 'torch/include/ATen/ops/fft_hfftn_native.h' 2024-10-08T20:15:06.8055317Z adding 'torch/include/ATen/ops/fft_hfftn_ops.h' 2024-10-08T20:15:06.8058752Z adding 'torch/include/ATen/ops/fft_ifft.h' 2024-10-08T20:15:06.8062335Z adding 'torch/include/ATen/ops/fft_ifft2.h' 2024-10-08T20:15:06.8065998Z adding 'torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.8068912Z adding 'torch/include/ATen/ops/fft_ifft2_native.h' 2024-10-08T20:15:06.8072195Z adding 'torch/include/ATen/ops/fft_ifft2_ops.h' 2024-10-08T20:15:06.8075637Z adding 'torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.8078552Z adding 'torch/include/ATen/ops/fft_ifft_native.h' 2024-10-08T20:15:06.8081765Z adding 'torch/include/ATen/ops/fft_ifft_ops.h' 2024-10-08T20:15:06.8085262Z adding 'torch/include/ATen/ops/fft_ifftn.h' 2024-10-08T20:15:06.8088874Z adding 'torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.8091797Z adding 'torch/include/ATen/ops/fft_ifftn_native.h' 2024-10-08T20:15:06.8095190Z adding 'torch/include/ATen/ops/fft_ifftn_ops.h' 2024-10-08T20:15:06.8098370Z adding 'torch/include/ATen/ops/fft_ifftshift.h' 2024-10-08T20:15:06.8101653Z adding 'torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.8104451Z adding 'torch/include/ATen/ops/fft_ifftshift_native.h' 2024-10-08T20:15:06.8107554Z adding 'torch/include/ATen/ops/fft_ifftshift_ops.h' 2024-10-08T20:15:06.8110958Z adding 'torch/include/ATen/ops/fft_ihfft.h' 2024-10-08T20:15:06.8114636Z adding 'torch/include/ATen/ops/fft_ihfft2.h' 2024-10-08T20:15:06.8118201Z adding 'torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.8121335Z adding 'torch/include/ATen/ops/fft_ihfft2_native.h' 2024-10-08T20:15:06.8124665Z adding 'torch/include/ATen/ops/fft_ihfft2_ops.h' 2024-10-08T20:15:06.8128132Z adding 'torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.8131213Z adding 'torch/include/ATen/ops/fft_ihfft_native.h' 2024-10-08T20:15:06.8134635Z adding 'torch/include/ATen/ops/fft_ihfft_ops.h' 2024-10-08T20:15:06.8138277Z adding 'torch/include/ATen/ops/fft_ihfftn.h' 2024-10-08T20:15:06.8141942Z adding 'torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.8144878Z adding 'torch/include/ATen/ops/fft_ihfftn_native.h' 2024-10-08T20:15:06.8148429Z adding 'torch/include/ATen/ops/fft_ihfftn_ops.h' 2024-10-08T20:15:06.8151980Z adding 'torch/include/ATen/ops/fft_irfft.h' 2024-10-08T20:15:06.8155670Z adding 'torch/include/ATen/ops/fft_irfft2.h' 2024-10-08T20:15:06.8159358Z adding 'torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.8162294Z adding 'torch/include/ATen/ops/fft_irfft2_native.h' 2024-10-08T20:15:06.8165676Z adding 'torch/include/ATen/ops/fft_irfft2_ops.h' 2024-10-08T20:15:06.8169139Z adding 'torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.8172272Z adding 'torch/include/ATen/ops/fft_irfft_native.h' 2024-10-08T20:15:06.8175634Z adding 'torch/include/ATen/ops/fft_irfft_ops.h' 2024-10-08T20:15:06.8179127Z adding 'torch/include/ATen/ops/fft_irfftn.h' 2024-10-08T20:15:06.8182799Z adding 'torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.8185759Z adding 'torch/include/ATen/ops/fft_irfftn_native.h' 2024-10-08T20:15:06.8189117Z adding 'torch/include/ATen/ops/fft_irfftn_ops.h' 2024-10-08T20:15:06.8192667Z adding 'torch/include/ATen/ops/fft_rfft.h' 2024-10-08T20:15:06.8196258Z adding 'torch/include/ATen/ops/fft_rfft2.h' 2024-10-08T20:15:06.8199953Z adding 'torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.8202887Z adding 'torch/include/ATen/ops/fft_rfft2_native.h' 2024-10-08T20:15:06.8206326Z adding 'torch/include/ATen/ops/fft_rfft2_ops.h' 2024-10-08T20:15:06.8209906Z adding 'torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.8212945Z adding 'torch/include/ATen/ops/fft_rfft_native.h' 2024-10-08T20:15:06.8216312Z adding 'torch/include/ATen/ops/fft_rfft_ops.h' 2024-10-08T20:15:06.8219621Z adding 'torch/include/ATen/ops/fft_rfftfreq.h' 2024-10-08T20:15:06.8223191Z adding 'torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.8226528Z adding 'torch/include/ATen/ops/fft_rfftfreq_native.h' 2024-10-08T20:15:06.8352012Z adding 'torch/include/ATen/ops/fft_rfftfreq_ops.h' 2024-10-08T20:15:06.8356939Z adding 'torch/include/ATen/ops/fft_rfftn.h' 2024-10-08T20:15:06.8361909Z adding 'torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.8364793Z adding 'torch/include/ATen/ops/fft_rfftn_native.h' 2024-10-08T20:15:06.8368244Z adding 'torch/include/ATen/ops/fft_rfftn_ops.h' 2024-10-08T20:15:06.8371728Z adding 'torch/include/ATen/ops/fill.h' 2024-10-08T20:15:06.8375413Z adding 'torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.8378513Z adding 'torch/include/ATen/ops/fill_cpu_dispatch.h' 2024-10-08T20:15:06.8381748Z adding 'torch/include/ATen/ops/fill_cuda_dispatch.h' 2024-10-08T20:15:06.8384862Z adding 'torch/include/ATen/ops/fill_diagonal.h' 2024-10-08T20:15:06.8388326Z adding 'torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.8391339Z adding 'torch/include/ATen/ops/fill_diagonal_native.h' 2024-10-08T20:15:06.8394586Z adding 'torch/include/ATen/ops/fill_diagonal_ops.h' 2024-10-08T20:15:06.8397849Z adding 'torch/include/ATen/ops/fill_meta_dispatch.h' 2024-10-08T20:15:06.8400962Z adding 'torch/include/ATen/ops/fill_native.h' 2024-10-08T20:15:06.8404577Z adding 'torch/include/ATen/ops/fill_ops.h' 2024-10-08T20:15:06.8407830Z adding 'torch/include/ATen/ops/fix.h' 2024-10-08T20:15:06.8411327Z adding 'torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.8414418Z adding 'torch/include/ATen/ops/fix_native.h' 2024-10-08T20:15:06.8417643Z adding 'torch/include/ATen/ops/fix_ops.h' 2024-10-08T20:15:06.8421325Z adding 'torch/include/ATen/ops/flatten.h' 2024-10-08T20:15:06.8424652Z adding 'torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.8427602Z adding 'torch/include/ATen/ops/flatten_dense_tensors.h' 2024-10-08T20:15:06.8431061Z adding 'torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.8434045Z adding 'torch/include/ATen/ops/flatten_dense_tensors_native.h' 2024-10-08T20:15:06.8437245Z adding 'torch/include/ATen/ops/flatten_dense_tensors_ops.h' 2024-10-08T20:15:06.8440324Z adding 'torch/include/ATen/ops/flatten_native.h' 2024-10-08T20:15:06.8443732Z adding 'torch/include/ATen/ops/flatten_ops.h' 2024-10-08T20:15:06.8447431Z adding 'torch/include/ATen/ops/flip.h' 2024-10-08T20:15:06.8450489Z adding 'torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.8453476Z adding 'torch/include/ATen/ops/flip_cpu_dispatch.h' 2024-10-08T20:15:06.8456566Z adding 'torch/include/ATen/ops/flip_cuda_dispatch.h' 2024-10-08T20:15:06.8459545Z adding 'torch/include/ATen/ops/flip_native.h' 2024-10-08T20:15:06.8462797Z adding 'torch/include/ATen/ops/flip_ops.h' 2024-10-08T20:15:06.8465979Z adding 'torch/include/ATen/ops/fliplr.h' 2024-10-08T20:15:06.8469347Z adding 'torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.8472093Z adding 'torch/include/ATen/ops/fliplr_native.h' 2024-10-08T20:15:06.8475369Z adding 'torch/include/ATen/ops/fliplr_ops.h' 2024-10-08T20:15:06.8478432Z adding 'torch/include/ATen/ops/flipud.h' 2024-10-08T20:15:06.8481591Z adding 'torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.8485202Z adding 'torch/include/ATen/ops/flipud_native.h' 2024-10-08T20:15:06.8488358Z adding 'torch/include/ATen/ops/flipud_ops.h' 2024-10-08T20:15:06.8491646Z adding 'torch/include/ATen/ops/float_power.h' 2024-10-08T20:15:06.8495459Z adding 'torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.8498385Z adding 'torch/include/ATen/ops/float_power_native.h' 2024-10-08T20:15:06.8502138Z adding 'torch/include/ATen/ops/float_power_ops.h' 2024-10-08T20:15:06.8505303Z adding 'torch/include/ATen/ops/floor.h' 2024-10-08T20:15:06.8508689Z adding 'torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.8511608Z adding 'torch/include/ATen/ops/floor_cpu_dispatch.h' 2024-10-08T20:15:06.8514675Z adding 'torch/include/ATen/ops/floor_cuda_dispatch.h' 2024-10-08T20:15:06.8517808Z adding 'torch/include/ATen/ops/floor_divide.h' 2024-10-08T20:15:06.8521189Z adding 'torch/include/ATen/ops/floor_divide_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.8524139Z adding 'torch/include/ATen/ops/floor_divide_cpu_dispatch.h' 2024-10-08T20:15:06.8527391Z adding 'torch/include/ATen/ops/floor_divide_cuda_dispatch.h' 2024-10-08T20:15:06.8530501Z adding 'torch/include/ATen/ops/floor_divide_meta_dispatch.h' 2024-10-08T20:15:06.8533624Z adding 'torch/include/ATen/ops/floor_divide_native.h' 2024-10-08T20:15:06.8537012Z adding 'torch/include/ATen/ops/floor_divide_ops.h' 2024-10-08T20:15:06.8540217Z adding 'torch/include/ATen/ops/floor_meta.h' 2024-10-08T20:15:06.8543271Z adding 'torch/include/ATen/ops/floor_meta_dispatch.h' 2024-10-08T20:15:06.8546270Z adding 'torch/include/ATen/ops/floor_native.h' 2024-10-08T20:15:06.8549776Z adding 'torch/include/ATen/ops/floor_ops.h' 2024-10-08T20:15:06.8552890Z adding 'torch/include/ATen/ops/fmax.h' 2024-10-08T20:15:06.8556295Z adding 'torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.8559151Z adding 'torch/include/ATen/ops/fmax_cpu_dispatch.h' 2024-10-08T20:15:06.8562184Z adding 'torch/include/ATen/ops/fmax_cuda_dispatch.h' 2024-10-08T20:15:06.8565189Z adding 'torch/include/ATen/ops/fmax_meta.h' 2024-10-08T20:15:06.8568269Z adding 'torch/include/ATen/ops/fmax_meta_dispatch.h' 2024-10-08T20:15:06.8571259Z adding 'torch/include/ATen/ops/fmax_native.h' 2024-10-08T20:15:06.8574622Z adding 'torch/include/ATen/ops/fmax_ops.h' 2024-10-08T20:15:06.8577725Z adding 'torch/include/ATen/ops/fmin.h' 2024-10-08T20:15:06.8581308Z adding 'torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.8584165Z adding 'torch/include/ATen/ops/fmin_cpu_dispatch.h' 2024-10-08T20:15:06.8587142Z adding 'torch/include/ATen/ops/fmin_cuda_dispatch.h' 2024-10-08T20:15:06.8590219Z adding 'torch/include/ATen/ops/fmin_meta.h' 2024-10-08T20:15:06.8593258Z adding 'torch/include/ATen/ops/fmin_meta_dispatch.h' 2024-10-08T20:15:06.8596255Z adding 'torch/include/ATen/ops/fmin_native.h' 2024-10-08T20:15:06.8599382Z adding 'torch/include/ATen/ops/fmin_ops.h' 2024-10-08T20:15:06.8602594Z adding 'torch/include/ATen/ops/fmod.h' 2024-10-08T20:15:06.8606122Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.8609305Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.8612156Z adding 'torch/include/ATen/ops/fmod_cpu_dispatch.h' 2024-10-08T20:15:06.8615324Z adding 'torch/include/ATen/ops/fmod_cuda_dispatch.h' 2024-10-08T20:15:06.8618231Z adding 'torch/include/ATen/ops/fmod_meta.h' 2024-10-08T20:15:06.8621357Z adding 'torch/include/ATen/ops/fmod_meta_dispatch.h' 2024-10-08T20:15:06.8624364Z adding 'torch/include/ATen/ops/fmod_native.h' 2024-10-08T20:15:06.8627815Z adding 'torch/include/ATen/ops/fmod_ops.h' 2024-10-08T20:15:06.8631007Z adding 'torch/include/ATen/ops/frac.h' 2024-10-08T20:15:06.8634437Z adding 'torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.8637305Z adding 'torch/include/ATen/ops/frac_cpu_dispatch.h' 2024-10-08T20:15:06.8640372Z adding 'torch/include/ATen/ops/frac_cuda_dispatch.h' 2024-10-08T20:15:06.8643355Z adding 'torch/include/ATen/ops/frac_meta.h' 2024-10-08T20:15:06.8646495Z adding 'torch/include/ATen/ops/frac_meta_dispatch.h' 2024-10-08T20:15:06.8649543Z adding 'torch/include/ATen/ops/frac_native.h' 2024-10-08T20:15:06.8653152Z adding 'torch/include/ATen/ops/frac_ops.h' 2024-10-08T20:15:06.8656658Z adding 'torch/include/ATen/ops/fractional_max_pool2d.h' 2024-10-08T20:15:06.8660075Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward.h' 2024-10-08T20:15:06.8663730Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.8666656Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h' 2024-10-08T20:15:06.8669918Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h' 2024-10-08T20:15:06.8673023Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h' 2024-10-08T20:15:06.8676259Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h' 2024-10-08T20:15:06.8679461Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_native.h' 2024-10-08T20:15:06.8682740Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h' 2024-10-08T20:15:06.8686444Z adding 'torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.8690178Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h' 2024-10-08T20:15:06.8692875Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h' 2024-10-08T20:15:06.8695931Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta.h' 2024-10-08T20:15:06.8699137Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h' 2024-10-08T20:15:06.8702358Z adding 'torch/include/ATen/ops/fractional_max_pool2d_native.h' 2024-10-08T20:15:06.8705662Z adding 'torch/include/ATen/ops/fractional_max_pool2d_ops.h' 2024-10-08T20:15:06.8709048Z adding 'torch/include/ATen/ops/fractional_max_pool3d.h' 2024-10-08T20:15:06.8712433Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward.h' 2024-10-08T20:15:06.8715724Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h' 2024-10-08T20:15:06.8719140Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h' 2024-10-08T20:15:06.8722182Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_native.h' 2024-10-08T20:15:06.8725540Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h' 2024-10-08T20:15:06.8729176Z adding 'torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.8732136Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h' 2024-10-08T20:15:06.8735520Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h' 2024-10-08T20:15:06.8739557Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta.h' 2024-10-08T20:15:06.8743219Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h' 2024-10-08T20:15:06.8746548Z adding 'torch/include/ATen/ops/fractional_max_pool3d_native.h' 2024-10-08T20:15:06.8749828Z adding 'torch/include/ATen/ops/fractional_max_pool3d_ops.h' 2024-10-08T20:15:06.8753066Z adding 'torch/include/ATen/ops/frexp.h' 2024-10-08T20:15:06.8756438Z adding 'torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.8759512Z adding 'torch/include/ATen/ops/frexp_cpu_dispatch.h' 2024-10-08T20:15:06.8762698Z adding 'torch/include/ATen/ops/frexp_cuda_dispatch.h' 2024-10-08T20:15:06.8765785Z adding 'torch/include/ATen/ops/frexp_native.h' 2024-10-08T20:15:06.8769154Z adding 'torch/include/ATen/ops/frexp_ops.h' 2024-10-08T20:15:06.8772562Z adding 'torch/include/ATen/ops/frobenius_norm.h' 2024-10-08T20:15:06.8776113Z adding 'torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.8778871Z adding 'torch/include/ATen/ops/frobenius_norm_native.h' 2024-10-08T20:15:06.8782253Z adding 'torch/include/ATen/ops/frobenius_norm_ops.h' 2024-10-08T20:15:06.8786013Z adding 'torch/include/ATen/ops/from_blob.h' 2024-10-08T20:15:06.8789365Z adding 'torch/include/ATen/ops/from_file.h' 2024-10-08T20:15:06.8793216Z adding 'torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.8796288Z adding 'torch/include/ATen/ops/from_file_cpu_dispatch.h' 2024-10-08T20:15:06.8799629Z adding 'torch/include/ATen/ops/from_file_native.h' 2024-10-08T20:15:06.8803110Z adding 'torch/include/ATen/ops/from_file_ops.h' 2024-10-08T20:15:06.8806727Z adding 'torch/include/ATen/ops/full.h' 2024-10-08T20:15:06.8810594Z adding 'torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.8814265Z adding 'torch/include/ATen/ops/full_like.h' 2024-10-08T20:15:06.8821263Z adding 'torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.8823852Z adding 'torch/include/ATen/ops/full_like_native.h' 2024-10-08T20:15:06.8827730Z adding 'torch/include/ATen/ops/full_like_ops.h' 2024-10-08T20:15:06.8831260Z adding 'torch/include/ATen/ops/full_native.h' 2024-10-08T20:15:06.8835304Z adding 'torch/include/ATen/ops/full_ops.h' 2024-10-08T20:15:06.8839160Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h' 2024-10-08T20:15:06.8842819Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.8846172Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h' 2024-10-08T20:15:06.8849562Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h' 2024-10-08T20:15:06.8853419Z adding 'torch/include/ATen/ops/gather.h' 2024-10-08T20:15:06.8857082Z adding 'torch/include/ATen/ops/gather_backward.h' 2024-10-08T20:15:06.8860809Z adding 'torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.8864162Z adding 'torch/include/ATen/ops/gather_backward_native.h' 2024-10-08T20:15:06.8867410Z adding 'torch/include/ATen/ops/gather_backward_ops.h' 2024-10-08T20:15:06.8871475Z adding 'torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.8874951Z adding 'torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.8878142Z adding 'torch/include/ATen/ops/gather_cpu_dispatch.h' 2024-10-08T20:15:06.8881758Z adding 'torch/include/ATen/ops/gather_cuda_dispatch.h' 2024-10-08T20:15:06.8885003Z adding 'torch/include/ATen/ops/gather_meta.h' 2024-10-08T20:15:06.8888718Z adding 'torch/include/ATen/ops/gather_meta_dispatch.h' 2024-10-08T20:15:06.8891724Z adding 'torch/include/ATen/ops/gather_native.h' 2024-10-08T20:15:06.8895857Z adding 'torch/include/ATen/ops/gather_ops.h' 2024-10-08T20:15:06.8899395Z adding 'torch/include/ATen/ops/gcd.h' 2024-10-08T20:15:06.8902958Z adding 'torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.8906331Z adding 'torch/include/ATen/ops/gcd_cpu_dispatch.h' 2024-10-08T20:15:06.8909512Z adding 'torch/include/ATen/ops/gcd_cuda_dispatch.h' 2024-10-08T20:15:06.8913228Z adding 'torch/include/ATen/ops/gcd_meta.h' 2024-10-08T20:15:06.8916520Z adding 'torch/include/ATen/ops/gcd_meta_dispatch.h' 2024-10-08T20:15:06.8919847Z adding 'torch/include/ATen/ops/gcd_native.h' 2024-10-08T20:15:06.8923613Z adding 'torch/include/ATen/ops/gcd_ops.h' 2024-10-08T20:15:06.8927004Z adding 'torch/include/ATen/ops/ge.h' 2024-10-08T20:15:06.8930986Z adding 'torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.8934079Z adding 'torch/include/ATen/ops/ge_cpu_dispatch.h' 2024-10-08T20:15:06.8937889Z adding 'torch/include/ATen/ops/ge_cuda_dispatch.h' 2024-10-08T20:15:06.8941297Z adding 'torch/include/ATen/ops/ge_meta.h' 2024-10-08T20:15:06.8944751Z adding 'torch/include/ATen/ops/ge_meta_dispatch.h' 2024-10-08T20:15:06.8948348Z adding 'torch/include/ATen/ops/ge_native.h' 2024-10-08T20:15:06.8951890Z adding 'torch/include/ATen/ops/ge_ops.h' 2024-10-08T20:15:06.8955711Z adding 'torch/include/ATen/ops/gelu.h' 2024-10-08T20:15:06.8959215Z adding 'torch/include/ATen/ops/gelu_backward.h' 2024-10-08T20:15:06.8963015Z adding 'torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.8966463Z adding 'torch/include/ATen/ops/gelu_backward_cpu_dispatch.h' 2024-10-08T20:15:06.8969722Z adding 'torch/include/ATen/ops/gelu_backward_cuda_dispatch.h' 2024-10-08T20:15:06.8973286Z adding 'torch/include/ATen/ops/gelu_backward_meta.h' 2024-10-08T20:15:06.8976542Z adding 'torch/include/ATen/ops/gelu_backward_meta_dispatch.h' 2024-10-08T20:15:06.8979587Z adding 'torch/include/ATen/ops/gelu_backward_native.h' 2024-10-08T20:15:06.8983365Z adding 'torch/include/ATen/ops/gelu_backward_ops.h' 2024-10-08T20:15:06.8986907Z adding 'torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.8989775Z adding 'torch/include/ATen/ops/gelu_cpu_dispatch.h' 2024-10-08T20:15:06.8992908Z adding 'torch/include/ATen/ops/gelu_cuda_dispatch.h' 2024-10-08T20:15:06.8995896Z adding 'torch/include/ATen/ops/gelu_meta.h' 2024-10-08T20:15:06.8999546Z adding 'torch/include/ATen/ops/gelu_meta_dispatch.h' 2024-10-08T20:15:06.9002775Z adding 'torch/include/ATen/ops/gelu_native.h' 2024-10-08T20:15:06.9006215Z adding 'torch/include/ATen/ops/gelu_ops.h' 2024-10-08T20:15:06.9009573Z adding 'torch/include/ATen/ops/geometric.h' 2024-10-08T20:15:06.9012900Z adding 'torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.9015831Z adding 'torch/include/ATen/ops/geometric_cpu_dispatch.h' 2024-10-08T20:15:06.9018928Z adding 'torch/include/ATen/ops/geometric_cuda_dispatch.h' 2024-10-08T20:15:06.9021954Z adding 'torch/include/ATen/ops/geometric_meta_dispatch.h' 2024-10-08T20:15:06.9025007Z adding 'torch/include/ATen/ops/geometric_native.h' 2024-10-08T20:15:06.9028246Z adding 'torch/include/ATen/ops/geometric_ops.h' 2024-10-08T20:15:06.9032031Z adding 'torch/include/ATen/ops/geqrf.h' 2024-10-08T20:15:06.9035324Z adding 'torch/include/ATen/ops/geqrf_cpu_dispatch.h' 2024-10-08T20:15:06.9038332Z adding 'torch/include/ATen/ops/geqrf_cuda_dispatch.h' 2024-10-08T20:15:06.9041334Z adding 'torch/include/ATen/ops/geqrf_native.h' 2024-10-08T20:15:06.9044543Z adding 'torch/include/ATen/ops/geqrf_ops.h' 2024-10-08T20:15:06.9047666Z adding 'torch/include/ATen/ops/ger.h' 2024-10-08T20:15:06.9051014Z adding 'torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.9053936Z adding 'torch/include/ATen/ops/ger_native.h' 2024-10-08T20:15:06.9057133Z adding 'torch/include/ATen/ops/ger_ops.h' 2024-10-08T20:15:06.9060442Z adding 'torch/include/ATen/ops/glu.h' 2024-10-08T20:15:06.9063525Z adding 'torch/include/ATen/ops/glu_backward.h' 2024-10-08T20:15:06.9066619Z adding 'torch/include/ATen/ops/glu_backward_cpu_dispatch.h' 2024-10-08T20:15:06.9069670Z adding 'torch/include/ATen/ops/glu_backward_cuda_dispatch.h' 2024-10-08T20:15:06.9072750Z adding 'torch/include/ATen/ops/glu_backward_jvp.h' 2024-10-08T20:15:06.9076139Z adding 'torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.9079109Z adding 'torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h' 2024-10-08T20:15:06.9082197Z adding 'torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h' 2024-10-08T20:15:06.9085385Z adding 'torch/include/ATen/ops/glu_backward_jvp_native.h' 2024-10-08T20:15:06.9089250Z adding 'torch/include/ATen/ops/glu_backward_jvp_ops.h' 2024-10-08T20:15:06.9092363Z adding 'torch/include/ATen/ops/glu_backward_native.h' 2024-10-08T20:15:06.9095570Z adding 'torch/include/ATen/ops/glu_backward_ops.h' 2024-10-08T20:15:06.9098949Z adding 'torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.9101796Z adding 'torch/include/ATen/ops/glu_cpu_dispatch.h' 2024-10-08T20:15:06.9104915Z adding 'torch/include/ATen/ops/glu_cuda_dispatch.h' 2024-10-08T20:15:06.9108289Z adding 'torch/include/ATen/ops/glu_jvp.h' 2024-10-08T20:15:06.9111746Z adding 'torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.9114700Z adding 'torch/include/ATen/ops/glu_jvp_cpu_dispatch.h' 2024-10-08T20:15:06.9117640Z adding 'torch/include/ATen/ops/glu_jvp_cuda_dispatch.h' 2024-10-08T20:15:06.9120592Z adding 'torch/include/ATen/ops/glu_jvp_native.h' 2024-10-08T20:15:06.9123810Z adding 'torch/include/ATen/ops/glu_jvp_ops.h' 2024-10-08T20:15:06.9126826Z adding 'torch/include/ATen/ops/glu_meta.h' 2024-10-08T20:15:06.9129973Z adding 'torch/include/ATen/ops/glu_meta_dispatch.h' 2024-10-08T20:15:06.9133104Z adding 'torch/include/ATen/ops/glu_native.h' 2024-10-08T20:15:06.9136298Z adding 'torch/include/ATen/ops/glu_ops.h' 2024-10-08T20:15:06.9139649Z adding 'torch/include/ATen/ops/gradient.h' 2024-10-08T20:15:06.9143028Z adding 'torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.9145967Z adding 'torch/include/ATen/ops/gradient_native.h' 2024-10-08T20:15:06.9149551Z adding 'torch/include/ATen/ops/gradient_ops.h' 2024-10-08T20:15:06.9152834Z adding 'torch/include/ATen/ops/greater.h' 2024-10-08T20:15:06.9156217Z adding 'torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.9159219Z adding 'torch/include/ATen/ops/greater_equal.h' 2024-10-08T20:15:06.9162716Z adding 'torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.9165651Z adding 'torch/include/ATen/ops/greater_equal_native.h' 2024-10-08T20:15:06.9169007Z adding 'torch/include/ATen/ops/greater_equal_ops.h' 2024-10-08T20:15:06.9172166Z adding 'torch/include/ATen/ops/greater_native.h' 2024-10-08T20:15:06.9175639Z adding 'torch/include/ATen/ops/greater_ops.h' 2024-10-08T20:15:06.9178841Z adding 'torch/include/ATen/ops/grid_sampler.h' 2024-10-08T20:15:06.9181970Z adding 'torch/include/ATen/ops/grid_sampler_2d.h' 2024-10-08T20:15:06.9185271Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward.h' 2024-10-08T20:15:06.9189264Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.9192336Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h' 2024-10-08T20:15:06.9195455Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h' 2024-10-08T20:15:06.9198488Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_native.h' 2024-10-08T20:15:06.9201823Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_ops.h' 2024-10-08T20:15:06.9205162Z adding 'torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.9208178Z adding 'torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h' 2024-10-08T20:15:06.9211179Z adding 'torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h' 2024-10-08T20:15:06.9214285Z adding 'torch/include/ATen/ops/grid_sampler_2d_native.h' 2024-10-08T20:15:06.9217549Z adding 'torch/include/ATen/ops/grid_sampler_2d_ops.h' 2024-10-08T20:15:06.9220734Z adding 'torch/include/ATen/ops/grid_sampler_3d.h' 2024-10-08T20:15:06.9224026Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward.h' 2024-10-08T20:15:06.9227511Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.9230485Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h' 2024-10-08T20:15:06.9233604Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h' 2024-10-08T20:15:06.9236648Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_native.h' 2024-10-08T20:15:06.9239961Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_ops.h' 2024-10-08T20:15:06.9243993Z adding 'torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.9247030Z adding 'torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h' 2024-10-08T20:15:06.9250117Z adding 'torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h' 2024-10-08T20:15:06.9253264Z adding 'torch/include/ATen/ops/grid_sampler_3d_native.h' 2024-10-08T20:15:06.9256526Z adding 'torch/include/ATen/ops/grid_sampler_3d_ops.h' 2024-10-08T20:15:06.9259856Z adding 'torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.9262681Z adding 'torch/include/ATen/ops/grid_sampler_native.h' 2024-10-08T20:15:06.9265856Z adding 'torch/include/ATen/ops/grid_sampler_ops.h' 2024-10-08T20:15:06.9268990Z adding 'torch/include/ATen/ops/group_norm.h' 2024-10-08T20:15:06.9272296Z adding 'torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.9275224Z adding 'torch/include/ATen/ops/group_norm_native.h' 2024-10-08T20:15:06.9278318Z adding 'torch/include/ATen/ops/group_norm_ops.h' 2024-10-08T20:15:06.9281446Z adding 'torch/include/ATen/ops/gru.h' 2024-10-08T20:15:06.9284565Z adding 'torch/include/ATen/ops/gru_cell.h' 2024-10-08T20:15:06.9288032Z adding 'torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.9291428Z adding 'torch/include/ATen/ops/gru_cell_native.h' 2024-10-08T20:15:06.9294762Z adding 'torch/include/ATen/ops/gru_cell_ops.h' 2024-10-08T20:15:06.9298107Z adding 'torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.9301152Z adding 'torch/include/ATen/ops/gru_native.h' 2024-10-08T20:15:06.9304372Z adding 'torch/include/ATen/ops/gru_ops.h' 2024-10-08T20:15:06.9307511Z adding 'torch/include/ATen/ops/gt.h' 2024-10-08T20:15:06.9310861Z adding 'torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.9313759Z adding 'torch/include/ATen/ops/gt_cpu_dispatch.h' 2024-10-08T20:15:06.9316941Z adding 'torch/include/ATen/ops/gt_cuda_dispatch.h' 2024-10-08T20:15:06.9319911Z adding 'torch/include/ATen/ops/gt_meta.h' 2024-10-08T20:15:06.9323038Z adding 'torch/include/ATen/ops/gt_meta_dispatch.h' 2024-10-08T20:15:06.9326193Z adding 'torch/include/ATen/ops/gt_native.h' 2024-10-08T20:15:06.9329604Z adding 'torch/include/ATen/ops/gt_ops.h' 2024-10-08T20:15:06.9333344Z adding 'torch/include/ATen/ops/hamming_window.h' 2024-10-08T20:15:06.9337026Z adding 'torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.9340039Z adding 'torch/include/ATen/ops/hamming_window_native.h' 2024-10-08T20:15:06.9343715Z adding 'torch/include/ATen/ops/hamming_window_ops.h' 2024-10-08T20:15:06.9347178Z adding 'torch/include/ATen/ops/hann_window.h' 2024-10-08T20:15:06.9350963Z adding 'torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.9353889Z adding 'torch/include/ATen/ops/hann_window_native.h' 2024-10-08T20:15:06.9357215Z adding 'torch/include/ATen/ops/hann_window_ops.h' 2024-10-08T20:15:06.9360479Z adding 'torch/include/ATen/ops/hardshrink.h' 2024-10-08T20:15:06.9363579Z adding 'torch/include/ATen/ops/hardshrink_backward.h' 2024-10-08T20:15:06.9367050Z adding 'torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.9369902Z adding 'torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h' 2024-10-08T20:15:06.9373109Z adding 'torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h' 2024-10-08T20:15:06.9376110Z adding 'torch/include/ATen/ops/hardshrink_backward_meta.h' 2024-10-08T20:15:06.9379359Z adding 'torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h' 2024-10-08T20:15:06.9382364Z adding 'torch/include/ATen/ops/hardshrink_backward_native.h' 2024-10-08T20:15:06.9385451Z adding 'torch/include/ATen/ops/hardshrink_backward_ops.h' 2024-10-08T20:15:06.9388892Z adding 'torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.9392730Z adding 'torch/include/ATen/ops/hardshrink_cpu_dispatch.h' 2024-10-08T20:15:06.9396158Z adding 'torch/include/ATen/ops/hardshrink_cuda_dispatch.h' 2024-10-08T20:15:06.9399166Z adding 'torch/include/ATen/ops/hardshrink_meta.h' 2024-10-08T20:15:06.9402289Z adding 'torch/include/ATen/ops/hardshrink_meta_dispatch.h' 2024-10-08T20:15:06.9405425Z adding 'torch/include/ATen/ops/hardshrink_native.h' 2024-10-08T20:15:06.9408666Z adding 'torch/include/ATen/ops/hardshrink_ops.h' 2024-10-08T20:15:06.9411678Z adding 'torch/include/ATen/ops/hardsigmoid.h' 2024-10-08T20:15:06.9414996Z adding 'torch/include/ATen/ops/hardsigmoid_backward.h' 2024-10-08T20:15:06.9418440Z adding 'torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.9421295Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h' 2024-10-08T20:15:06.9424406Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h' 2024-10-08T20:15:06.9427379Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta.h' 2024-10-08T20:15:06.9430664Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h' 2024-10-08T20:15:06.9433625Z adding 'torch/include/ATen/ops/hardsigmoid_backward_native.h' 2024-10-08T20:15:06.9436706Z adding 'torch/include/ATen/ops/hardsigmoid_backward_ops.h' 2024-10-08T20:15:06.9440110Z adding 'torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.9442944Z adding 'torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h' 2024-10-08T20:15:06.9446032Z adding 'torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h' 2024-10-08T20:15:06.9448940Z adding 'torch/include/ATen/ops/hardsigmoid_meta.h' 2024-10-08T20:15:06.9452158Z adding 'torch/include/ATen/ops/hardsigmoid_meta_dispatch.h' 2024-10-08T20:15:06.9455235Z adding 'torch/include/ATen/ops/hardsigmoid_native.h' 2024-10-08T20:15:06.9458512Z adding 'torch/include/ATen/ops/hardsigmoid_ops.h' 2024-10-08T20:15:06.9461687Z adding 'torch/include/ATen/ops/hardswish.h' 2024-10-08T20:15:06.9464717Z adding 'torch/include/ATen/ops/hardswish_backward.h' 2024-10-08T20:15:06.9468062Z adding 'torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.9470983Z adding 'torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h' 2024-10-08T20:15:06.9475789Z adding 'torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h' 2024-10-08T20:15:06.9481432Z adding 'torch/include/ATen/ops/hardswish_backward_native.h' 2024-10-08T20:15:06.9484748Z adding 'torch/include/ATen/ops/hardswish_backward_ops.h' 2024-10-08T20:15:06.9487918Z adding 'torch/include/ATen/ops/hardswish_cpu_dispatch.h' 2024-10-08T20:15:06.9491431Z adding 'torch/include/ATen/ops/hardswish_cuda_dispatch.h' 2024-10-08T20:15:06.9494755Z adding 'torch/include/ATen/ops/hardswish_meta_dispatch.h' 2024-10-08T20:15:06.9498315Z adding 'torch/include/ATen/ops/hardswish_native.h' 2024-10-08T20:15:06.9501556Z adding 'torch/include/ATen/ops/hardswish_ops.h' 2024-10-08T20:15:06.9505350Z adding 'torch/include/ATen/ops/hardtanh.h' 2024-10-08T20:15:06.9508945Z adding 'torch/include/ATen/ops/hardtanh_backward.h' 2024-10-08T20:15:06.9512413Z adding 'torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h' 2024-10-08T20:15:06.9516082Z adding 'torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h' 2024-10-08T20:15:06.9519209Z adding 'torch/include/ATen/ops/hardtanh_backward_native.h' 2024-10-08T20:15:06.9522945Z adding 'torch/include/ATen/ops/hardtanh_backward_ops.h' 2024-10-08T20:15:06.9526231Z adding 'torch/include/ATen/ops/hardtanh_cpu_dispatch.h' 2024-10-08T20:15:06.9530015Z adding 'torch/include/ATen/ops/hardtanh_cuda_dispatch.h' 2024-10-08T20:15:06.9533603Z adding 'torch/include/ATen/ops/hardtanh_meta_dispatch.h' 2024-10-08T20:15:06.9536847Z adding 'torch/include/ATen/ops/hardtanh_native.h' 2024-10-08T20:15:06.9540586Z adding 'torch/include/ATen/ops/hardtanh_ops.h' 2024-10-08T20:15:06.9543895Z adding 'torch/include/ATen/ops/heaviside.h' 2024-10-08T20:15:06.9547966Z adding 'torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.9551026Z adding 'torch/include/ATen/ops/heaviside_cpu_dispatch.h' 2024-10-08T20:15:06.9554613Z adding 'torch/include/ATen/ops/heaviside_cuda_dispatch.h' 2024-10-08T20:15:06.9558112Z adding 'torch/include/ATen/ops/heaviside_meta.h' 2024-10-08T20:15:06.9561381Z adding 'torch/include/ATen/ops/heaviside_meta_dispatch.h' 2024-10-08T20:15:06.9564847Z adding 'torch/include/ATen/ops/heaviside_native.h' 2024-10-08T20:15:06.9568153Z adding 'torch/include/ATen/ops/heaviside_ops.h' 2024-10-08T20:15:06.9572014Z adding 'torch/include/ATen/ops/hinge_embedding_loss.h' 2024-10-08T20:15:06.9575704Z adding 'torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.9578900Z adding 'torch/include/ATen/ops/hinge_embedding_loss_native.h' 2024-10-08T20:15:06.9582542Z adding 'torch/include/ATen/ops/hinge_embedding_loss_ops.h' 2024-10-08T20:15:06.9585724Z adding 'torch/include/ATen/ops/histc.h' 2024-10-08T20:15:06.9589424Z adding 'torch/include/ATen/ops/histc_cpu_dispatch.h' 2024-10-08T20:15:06.9592663Z adding 'torch/include/ATen/ops/histc_cuda_dispatch.h' 2024-10-08T20:15:06.9596351Z adding 'torch/include/ATen/ops/histc_native.h' 2024-10-08T20:15:06.9599969Z adding 'torch/include/ATen/ops/histc_ops.h' 2024-10-08T20:15:06.9603868Z adding 'torch/include/ATen/ops/histogram.h' 2024-10-08T20:15:06.9607766Z adding 'torch/include/ATen/ops/histogram_cpu_dispatch.h' 2024-10-08T20:15:06.9610941Z adding 'torch/include/ATen/ops/histogram_native.h' 2024-10-08T20:15:06.9615177Z adding 'torch/include/ATen/ops/histogram_ops.h' 2024-10-08T20:15:06.9619060Z adding 'torch/include/ATen/ops/histogramdd.h' 2024-10-08T20:15:06.9622655Z adding 'torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.9626037Z adding 'torch/include/ATen/ops/histogramdd_native.h' 2024-10-08T20:15:06.9629457Z adding 'torch/include/ATen/ops/histogramdd_ops.h' 2024-10-08T20:15:06.9633386Z adding 'torch/include/ATen/ops/hsplit.h' 2024-10-08T20:15:06.9637182Z adding 'torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.9640030Z adding 'torch/include/ATen/ops/hsplit_native.h' 2024-10-08T20:15:06.9643718Z adding 'torch/include/ATen/ops/hsplit_ops.h' 2024-10-08T20:15:06.9646888Z adding 'torch/include/ATen/ops/hspmm.h' 2024-10-08T20:15:06.9650603Z adding 'torch/include/ATen/ops/hspmm_native.h' 2024-10-08T20:15:06.9654152Z adding 'torch/include/ATen/ops/hspmm_ops.h' 2024-10-08T20:15:06.9657632Z adding 'torch/include/ATen/ops/hstack.h' 2024-10-08T20:15:06.9661538Z adding 'torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.9664418Z adding 'torch/include/ATen/ops/hstack_native.h' 2024-10-08T20:15:06.9668123Z adding 'torch/include/ATen/ops/hstack_ops.h' 2024-10-08T20:15:06.9671351Z adding 'torch/include/ATen/ops/huber_loss.h' 2024-10-08T20:15:06.9675269Z adding 'torch/include/ATen/ops/huber_loss_backward.h' 2024-10-08T20:15:06.9679116Z adding 'torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.9682280Z adding 'torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h' 2024-10-08T20:15:06.9686026Z adding 'torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h' 2024-10-08T20:15:06.9689041Z adding 'torch/include/ATen/ops/huber_loss_backward_native.h' 2024-10-08T20:15:06.9692810Z adding 'torch/include/ATen/ops/huber_loss_backward_ops.h' 2024-10-08T20:15:06.9696139Z adding 'torch/include/ATen/ops/huber_loss_cpu_dispatch.h' 2024-10-08T20:15:06.9699809Z adding 'torch/include/ATen/ops/huber_loss_cuda_dispatch.h' 2024-10-08T20:15:06.9703219Z adding 'torch/include/ATen/ops/huber_loss_native.h' 2024-10-08T20:15:06.9706629Z adding 'torch/include/ATen/ops/huber_loss_ops.h' 2024-10-08T20:15:06.9710234Z adding 'torch/include/ATen/ops/hypot.h' 2024-10-08T20:15:06.9713846Z adding 'torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.9717310Z adding 'torch/include/ATen/ops/hypot_cpu_dispatch.h' 2024-10-08T20:15:06.9720637Z adding 'torch/include/ATen/ops/hypot_cuda_dispatch.h' 2024-10-08T20:15:06.9724011Z adding 'torch/include/ATen/ops/hypot_meta.h' 2024-10-08T20:15:06.9727604Z adding 'torch/include/ATen/ops/hypot_meta_dispatch.h' 2024-10-08T20:15:06.9730736Z adding 'torch/include/ATen/ops/hypot_native.h' 2024-10-08T20:15:06.9734544Z adding 'torch/include/ATen/ops/hypot_ops.h' 2024-10-08T20:15:06.9737778Z adding 'torch/include/ATen/ops/i0.h' 2024-10-08T20:15:06.9741843Z adding 'torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.9744945Z adding 'torch/include/ATen/ops/i0_cpu_dispatch.h' 2024-10-08T20:15:06.9748387Z adding 'torch/include/ATen/ops/i0_cuda_dispatch.h' 2024-10-08T20:15:06.9751842Z adding 'torch/include/ATen/ops/i0_meta.h' 2024-10-08T20:15:06.9755064Z adding 'torch/include/ATen/ops/i0_meta_dispatch.h' 2024-10-08T20:15:06.9758586Z adding 'torch/include/ATen/ops/i0_native.h' 2024-10-08T20:15:06.9761833Z adding 'torch/include/ATen/ops/i0_ops.h' 2024-10-08T20:15:06.9765807Z adding 'torch/include/ATen/ops/igamma.h' 2024-10-08T20:15:06.9769441Z adding 'torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.9772620Z adding 'torch/include/ATen/ops/igamma_cpu_dispatch.h' 2024-10-08T20:15:06.9776207Z adding 'torch/include/ATen/ops/igamma_cuda_dispatch.h' 2024-10-08T20:15:06.9779295Z adding 'torch/include/ATen/ops/igamma_meta.h' 2024-10-08T20:15:06.9782990Z adding 'torch/include/ATen/ops/igamma_meta_dispatch.h' 2024-10-08T20:15:06.9786010Z adding 'torch/include/ATen/ops/igamma_native.h' 2024-10-08T20:15:06.9789806Z adding 'torch/include/ATen/ops/igamma_ops.h' 2024-10-08T20:15:06.9793301Z adding 'torch/include/ATen/ops/igammac.h' 2024-10-08T20:15:06.9797209Z adding 'torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.9800444Z adding 'torch/include/ATen/ops/igammac_cpu_dispatch.h' 2024-10-08T20:15:06.9803688Z adding 'torch/include/ATen/ops/igammac_cuda_dispatch.h' 2024-10-08T20:15:06.9807141Z adding 'torch/include/ATen/ops/igammac_meta.h' 2024-10-08T20:15:06.9810351Z adding 'torch/include/ATen/ops/igammac_meta_dispatch.h' 2024-10-08T20:15:06.9814006Z adding 'torch/include/ATen/ops/igammac_native.h' 2024-10-08T20:15:06.9817366Z adding 'torch/include/ATen/ops/igammac_ops.h' 2024-10-08T20:15:06.9821141Z adding 'torch/include/ATen/ops/im2col.h' 2024-10-08T20:15:06.9824862Z adding 'torch/include/ATen/ops/im2col_cpu_dispatch.h' 2024-10-08T20:15:06.9828000Z adding 'torch/include/ATen/ops/im2col_cuda_dispatch.h' 2024-10-08T20:15:06.9831069Z adding 'torch/include/ATen/ops/im2col_native.h' 2024-10-08T20:15:06.9834383Z adding 'torch/include/ATen/ops/im2col_ops.h' 2024-10-08T20:15:06.9837931Z adding 'torch/include/ATen/ops/imag.h' 2024-10-08T20:15:06.9841280Z adding 'torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.9844101Z adding 'torch/include/ATen/ops/imag_native.h' 2024-10-08T20:15:06.9847291Z adding 'torch/include/ATen/ops/imag_ops.h' 2024-10-08T20:15:06.9850522Z adding 'torch/include/ATen/ops/index.h' 2024-10-08T20:15:06.9854348Z adding 'torch/include/ATen/ops/index_add.h' 2024-10-08T20:15:06.9857746Z adding 'torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.9860792Z adding 'torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.9863743Z adding 'torch/include/ATen/ops/index_add_cpu_dispatch.h' 2024-10-08T20:15:06.9866859Z adding 'torch/include/ATen/ops/index_add_cuda_dispatch.h' 2024-10-08T20:15:06.9869952Z adding 'torch/include/ATen/ops/index_add_meta.h' 2024-10-08T20:15:06.9873166Z adding 'torch/include/ATen/ops/index_add_meta_dispatch.h' 2024-10-08T20:15:06.9876694Z adding 'torch/include/ATen/ops/index_add_native.h' 2024-10-08T20:15:06.9880123Z adding 'torch/include/ATen/ops/index_add_ops.h' 2024-10-08T20:15:06.9884045Z adding 'torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.9887007Z adding 'torch/include/ATen/ops/index_copy.h' 2024-10-08T20:15:06.9890451Z adding 'torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.9893579Z adding 'torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.9896568Z adding 'torch/include/ATen/ops/index_copy_cpu_dispatch.h' 2024-10-08T20:15:06.9899691Z adding 'torch/include/ATen/ops/index_copy_cuda_dispatch.h' 2024-10-08T20:15:06.9902775Z adding 'torch/include/ATen/ops/index_copy_meta.h' 2024-10-08T20:15:06.9906002Z adding 'torch/include/ATen/ops/index_copy_meta_dispatch.h' 2024-10-08T20:15:06.9908965Z adding 'torch/include/ATen/ops/index_copy_native.h' 2024-10-08T20:15:06.9912327Z adding 'torch/include/ATen/ops/index_copy_ops.h' 2024-10-08T20:15:06.9915507Z adding 'torch/include/ATen/ops/index_cpu_dispatch.h' 2024-10-08T20:15:06.9918563Z adding 'torch/include/ATen/ops/index_cuda_dispatch.h' 2024-10-08T20:15:06.9921797Z adding 'torch/include/ATen/ops/index_fill.h' 2024-10-08T20:15:06.9925224Z adding 'torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.9928472Z adding 'torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:06.9931470Z adding 'torch/include/ATen/ops/index_fill_cpu_dispatch.h' 2024-10-08T20:15:06.9934623Z adding 'torch/include/ATen/ops/index_fill_cuda_dispatch.h' 2024-10-08T20:15:06.9937756Z adding 'torch/include/ATen/ops/index_fill_meta_dispatch.h' 2024-10-08T20:15:06.9941331Z adding 'torch/include/ATen/ops/index_fill_native.h' 2024-10-08T20:15:06.9945130Z adding 'torch/include/ATen/ops/index_fill_ops.h' 2024-10-08T20:15:06.9948658Z adding 'torch/include/ATen/ops/index_meta.h' 2024-10-08T20:15:06.9951785Z adding 'torch/include/ATen/ops/index_meta_dispatch.h' 2024-10-08T20:15:06.9954766Z adding 'torch/include/ATen/ops/index_native.h' 2024-10-08T20:15:06.9958089Z adding 'torch/include/ATen/ops/index_ops.h' 2024-10-08T20:15:06.9961253Z adding 'torch/include/ATen/ops/index_put.h' 2024-10-08T20:15:06.9964614Z adding 'torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:06.9967495Z adding 'torch/include/ATen/ops/index_put_native.h' 2024-10-08T20:15:06.9970768Z adding 'torch/include/ATen/ops/index_put_ops.h' 2024-10-08T20:15:06.9974117Z adding 'torch/include/ATen/ops/index_reduce.h' 2024-10-08T20:15:06.9977519Z adding 'torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:06.9980393Z adding 'torch/include/ATen/ops/index_reduce_cpu_dispatch.h' 2024-10-08T20:15:06.9983555Z adding 'torch/include/ATen/ops/index_reduce_cuda_dispatch.h' 2024-10-08T20:15:06.9986613Z adding 'torch/include/ATen/ops/index_reduce_meta.h' 2024-10-08T20:15:06.9989766Z adding 'torch/include/ATen/ops/index_reduce_meta_dispatch.h' 2024-10-08T20:15:06.9992815Z adding 'torch/include/ATen/ops/index_reduce_native.h' 2024-10-08T20:15:06.9996204Z adding 'torch/include/ATen/ops/index_reduce_ops.h' 2024-10-08T20:15:06.9999376Z adding 'torch/include/ATen/ops/index_select.h' 2024-10-08T20:15:07.0002598Z adding 'torch/include/ATen/ops/index_select_backward.h' 2024-10-08T20:15:07.0005965Z adding 'torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.0008847Z adding 'torch/include/ATen/ops/index_select_backward_native.h' 2024-10-08T20:15:07.0012836Z adding 'torch/include/ATen/ops/index_select_backward_ops.h' 2024-10-08T20:15:07.0016305Z adding 'torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.0019285Z adding 'torch/include/ATen/ops/index_select_cpu_dispatch.h' 2024-10-08T20:15:07.0022393Z adding 'torch/include/ATen/ops/index_select_cuda_dispatch.h' 2024-10-08T20:15:07.0025416Z adding 'torch/include/ATen/ops/index_select_native.h' 2024-10-08T20:15:07.0028713Z adding 'torch/include/ATen/ops/index_select_ops.h' 2024-10-08T20:15:07.0031717Z adding 'torch/include/ATen/ops/indices.h' 2024-10-08T20:15:07.0035010Z adding 'torch/include/ATen/ops/indices_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.0037853Z adding 'torch/include/ATen/ops/indices_copy.h' 2024-10-08T20:15:07.0041856Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.0045225Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.0048542Z adding 'torch/include/ATen/ops/indices_copy_native.h' 2024-10-08T20:15:07.0052180Z adding 'torch/include/ATen/ops/indices_copy_ops.h' 2024-10-08T20:15:07.0055390Z adding 'torch/include/ATen/ops/indices_native.h' 2024-10-08T20:15:07.0058992Z adding 'torch/include/ATen/ops/indices_ops.h' 2024-10-08T20:15:07.0062553Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h' 2024-10-08T20:15:07.0066394Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.0069262Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h' 2024-10-08T20:15:07.0072991Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h' 2024-10-08T20:15:07.0076334Z adding 'torch/include/ATen/ops/inner.h' 2024-10-08T20:15:07.0079820Z adding 'torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.0083195Z adding 'torch/include/ATen/ops/inner_native.h' 2024-10-08T20:15:07.0086433Z adding 'torch/include/ATen/ops/inner_ops.h' 2024-10-08T20:15:07.0090298Z adding 'torch/include/ATen/ops/instance_norm.h' 2024-10-08T20:15:07.0093987Z adding 'torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.0097238Z adding 'torch/include/ATen/ops/instance_norm_native.h' 2024-10-08T20:15:07.0100943Z adding 'torch/include/ATen/ops/instance_norm_ops.h' 2024-10-08T20:15:07.0104237Z adding 'torch/include/ATen/ops/int_repr.h' 2024-10-08T20:15:07.0108125Z adding 'torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.0111044Z adding 'torch/include/ATen/ops/int_repr_native.h' 2024-10-08T20:15:07.0114912Z adding 'torch/include/ATen/ops/int_repr_ops.h' 2024-10-08T20:15:07.0118363Z adding 'torch/include/ATen/ops/inverse.h' 2024-10-08T20:15:07.0122002Z adding 'torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.0125317Z adding 'torch/include/ATen/ops/inverse_native.h' 2024-10-08T20:15:07.0128605Z adding 'torch/include/ATen/ops/inverse_ops.h' 2024-10-08T20:15:07.0132288Z adding 'torch/include/ATen/ops/is_coalesced.h' 2024-10-08T20:15:07.0136325Z adding 'torch/include/ATen/ops/is_coalesced_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.0139487Z adding 'torch/include/ATen/ops/is_coalesced_native.h' 2024-10-08T20:15:07.0143148Z adding 'torch/include/ATen/ops/is_coalesced_ops.h' 2024-10-08T20:15:07.0146360Z adding 'torch/include/ATen/ops/is_complex.h' 2024-10-08T20:15:07.0150181Z adding 'torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.0152929Z adding 'torch/include/ATen/ops/is_complex_native.h' 2024-10-08T20:15:07.0156660Z adding 'torch/include/ATen/ops/is_complex_ops.h' 2024-10-08T20:15:07.0159723Z adding 'torch/include/ATen/ops/is_conj.h' 2024-10-08T20:15:07.0163560Z adding 'torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.0166698Z adding 'torch/include/ATen/ops/is_conj_native.h' 2024-10-08T20:15:07.0169985Z adding 'torch/include/ATen/ops/is_conj_ops.h' 2024-10-08T20:15:07.0173569Z adding 'torch/include/ATen/ops/is_distributed.h' 2024-10-08T20:15:07.0176962Z adding 'torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.0180324Z adding 'torch/include/ATen/ops/is_distributed_native.h' 2024-10-08T20:15:07.0183469Z adding 'torch/include/ATen/ops/is_distributed_ops.h' 2024-10-08T20:15:07.0187221Z adding 'torch/include/ATen/ops/is_floating_point.h' 2024-10-08T20:15:07.0190846Z adding 'torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.0194096Z adding 'torch/include/ATen/ops/is_floating_point_native.h' 2024-10-08T20:15:07.0197583Z adding 'torch/include/ATen/ops/is_floating_point_ops.h' 2024-10-08T20:15:07.0200589Z adding 'torch/include/ATen/ops/is_inference.h' 2024-10-08T20:15:07.0204359Z adding 'torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.0207272Z adding 'torch/include/ATen/ops/is_inference_native.h' 2024-10-08T20:15:07.0210815Z adding 'torch/include/ATen/ops/is_inference_ops.h' 2024-10-08T20:15:07.0213954Z adding 'torch/include/ATen/ops/is_leaf.h' 2024-10-08T20:15:07.0217852Z adding 'torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.0220986Z adding 'torch/include/ATen/ops/is_leaf_native.h' 2024-10-08T20:15:07.0224466Z adding 'torch/include/ATen/ops/is_leaf_ops.h' 2024-10-08T20:15:07.0227871Z adding 'torch/include/ATen/ops/is_neg.h' 2024-10-08T20:15:07.0231271Z adding 'torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.0234569Z adding 'torch/include/ATen/ops/is_neg_native.h' 2024-10-08T20:15:07.0237714Z adding 'torch/include/ATen/ops/is_neg_ops.h' 2024-10-08T20:15:07.0241327Z adding 'torch/include/ATen/ops/is_nonzero.h' 2024-10-08T20:15:07.0244694Z adding 'torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.0248076Z adding 'torch/include/ATen/ops/is_nonzero_native.h' 2024-10-08T20:15:07.0251478Z adding 'torch/include/ATen/ops/is_nonzero_ops.h' 2024-10-08T20:15:07.0254811Z adding 'torch/include/ATen/ops/is_pinned.h' 2024-10-08T20:15:07.0259149Z adding 'torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.0261567Z adding 'torch/include/ATen/ops/is_pinned_native.h' 2024-10-08T20:15:07.0265130Z adding 'torch/include/ATen/ops/is_pinned_ops.h' 2024-10-08T20:15:07.0268241Z adding 'torch/include/ATen/ops/is_same_size.h' 2024-10-08T20:15:07.0272198Z adding 'torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.0275175Z adding 'torch/include/ATen/ops/is_same_size_native.h' 2024-10-08T20:15:07.0278801Z adding 'torch/include/ATen/ops/is_same_size_ops.h' 2024-10-08T20:15:07.0282205Z adding 'torch/include/ATen/ops/is_set_to.h' 2024-10-08T20:15:07.0285462Z adding 'torch/include/ATen/ops/is_set_to_cpu_dispatch.h' 2024-10-08T20:15:07.0289027Z adding 'torch/include/ATen/ops/is_set_to_cuda_dispatch.h' 2024-10-08T20:15:07.0292184Z adding 'torch/include/ATen/ops/is_set_to_native.h' 2024-10-08T20:15:07.0295878Z adding 'torch/include/ATen/ops/is_set_to_ops.h' 2024-10-08T20:15:07.0299020Z adding 'torch/include/ATen/ops/is_signed.h' 2024-10-08T20:15:07.0302828Z adding 'torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.0305981Z adding 'torch/include/ATen/ops/is_signed_native.h' 2024-10-08T20:15:07.0309275Z adding 'torch/include/ATen/ops/is_signed_ops.h' 2024-10-08T20:15:07.0312878Z adding 'torch/include/ATen/ops/is_vulkan_available.h' 2024-10-08T20:15:07.0316219Z adding 'torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.0319527Z adding 'torch/include/ATen/ops/is_vulkan_available_native.h' 2024-10-08T20:15:07.0322672Z adding 'torch/include/ATen/ops/is_vulkan_available_ops.h' 2024-10-08T20:15:07.0326477Z adding 'torch/include/ATen/ops/isclose.h' 2024-10-08T20:15:07.0330037Z adding 'torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.0333180Z adding 'torch/include/ATen/ops/isclose_native.h' 2024-10-08T20:15:07.0336860Z adding 'torch/include/ATen/ops/isclose_ops.h' 2024-10-08T20:15:07.0339992Z adding 'torch/include/ATen/ops/isfinite.h' 2024-10-08T20:15:07.0343880Z adding 'torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.0346785Z adding 'torch/include/ATen/ops/isfinite_native.h' 2024-10-08T20:15:07.0350527Z adding 'torch/include/ATen/ops/isfinite_ops.h' 2024-10-08T20:15:07.0354236Z adding 'torch/include/ATen/ops/isin.h' 2024-10-08T20:15:07.0358067Z adding 'torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.0361411Z adding 'torch/include/ATen/ops/isin_cpu_dispatch.h' 2024-10-08T20:15:07.0364677Z adding 'torch/include/ATen/ops/isin_cuda_dispatch.h' 2024-10-08T20:15:07.0368330Z adding 'torch/include/ATen/ops/isin_meta.h' 2024-10-08T20:15:07.0371708Z adding 'torch/include/ATen/ops/isin_meta_dispatch.h' 2024-10-08T20:15:07.0375393Z adding 'torch/include/ATen/ops/isin_native.h' 2024-10-08T20:15:07.0378932Z adding 'torch/include/ATen/ops/isin_ops.h' 2024-10-08T20:15:07.0382170Z adding 'torch/include/ATen/ops/isinf.h' 2024-10-08T20:15:07.0386133Z adding 'torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.0388982Z adding 'torch/include/ATen/ops/isinf_native.h' 2024-10-08T20:15:07.0392127Z adding 'torch/include/ATen/ops/isinf_ops.h' 2024-10-08T20:15:07.0395231Z adding 'torch/include/ATen/ops/isnan.h' 2024-10-08T20:15:07.0398528Z adding 'torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.0402531Z adding 'torch/include/ATen/ops/isnan_cpu_dispatch.h' 2024-10-08T20:15:07.0405780Z adding 'torch/include/ATen/ops/isnan_cuda_dispatch.h' 2024-10-08T20:15:07.0408732Z adding 'torch/include/ATen/ops/isnan_native.h' 2024-10-08T20:15:07.0411787Z adding 'torch/include/ATen/ops/isnan_ops.h' 2024-10-08T20:15:07.0414974Z adding 'torch/include/ATen/ops/isneginf.h' 2024-10-08T20:15:07.0418397Z adding 'torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.0421338Z adding 'torch/include/ATen/ops/isneginf_cpu_dispatch.h' 2024-10-08T20:15:07.0424292Z adding 'torch/include/ATen/ops/isneginf_cuda_dispatch.h' 2024-10-08T20:15:07.0427303Z adding 'torch/include/ATen/ops/isneginf_meta.h' 2024-10-08T20:15:07.0430632Z adding 'torch/include/ATen/ops/isneginf_meta_dispatch.h' 2024-10-08T20:15:07.0433980Z adding 'torch/include/ATen/ops/isneginf_native.h' 2024-10-08T20:15:07.0437201Z adding 'torch/include/ATen/ops/isneginf_ops.h' 2024-10-08T20:15:07.0440274Z adding 'torch/include/ATen/ops/isposinf.h' 2024-10-08T20:15:07.0443763Z adding 'torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.0446572Z adding 'torch/include/ATen/ops/isposinf_cpu_dispatch.h' 2024-10-08T20:15:07.0449661Z adding 'torch/include/ATen/ops/isposinf_cuda_dispatch.h' 2024-10-08T20:15:07.0452825Z adding 'torch/include/ATen/ops/isposinf_meta.h' 2024-10-08T20:15:07.0455897Z adding 'torch/include/ATen/ops/isposinf_meta_dispatch.h' 2024-10-08T20:15:07.0458968Z adding 'torch/include/ATen/ops/isposinf_native.h' 2024-10-08T20:15:07.0462034Z adding 'torch/include/ATen/ops/isposinf_ops.h' 2024-10-08T20:15:07.0465039Z adding 'torch/include/ATen/ops/isreal.h' 2024-10-08T20:15:07.0468301Z adding 'torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.0471139Z adding 'torch/include/ATen/ops/isreal_native.h' 2024-10-08T20:15:07.0474142Z adding 'torch/include/ATen/ops/isreal_ops.h' 2024-10-08T20:15:07.0478197Z adding 'torch/include/ATen/ops/istft.h' 2024-10-08T20:15:07.0481660Z adding 'torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.0484641Z adding 'torch/include/ATen/ops/istft_native.h' 2024-10-08T20:15:07.0488421Z adding 'torch/include/ATen/ops/istft_ops.h' 2024-10-08T20:15:07.0491457Z adding 'torch/include/ATen/ops/item.h' 2024-10-08T20:15:07.0494882Z adding 'torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.0497687Z adding 'torch/include/ATen/ops/item_native.h' 2024-10-08T20:15:07.0500782Z adding 'torch/include/ATen/ops/item_ops.h' 2024-10-08T20:15:07.0504255Z adding 'torch/include/ATen/ops/kaiser_window.h' 2024-10-08T20:15:07.0507885Z adding 'torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.0510910Z adding 'torch/include/ATen/ops/kaiser_window_native.h' 2024-10-08T20:15:07.0514367Z adding 'torch/include/ATen/ops/kaiser_window_ops.h' 2024-10-08T20:15:07.0517529Z adding 'torch/include/ATen/ops/kl_div.h' 2024-10-08T20:15:07.0520828Z adding 'torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.0523664Z adding 'torch/include/ATen/ops/kl_div_native.h' 2024-10-08T20:15:07.0526796Z adding 'torch/include/ATen/ops/kl_div_ops.h' 2024-10-08T20:15:07.0529835Z adding 'torch/include/ATen/ops/kron.h' 2024-10-08T20:15:07.0533261Z adding 'torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.0536218Z adding 'torch/include/ATen/ops/kron_native.h' 2024-10-08T20:15:07.0539295Z adding 'torch/include/ATen/ops/kron_ops.h' 2024-10-08T20:15:07.0542473Z adding 'torch/include/ATen/ops/kthvalue.h' 2024-10-08T20:15:07.0545812Z adding 'torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.0548929Z adding 'torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.0551888Z adding 'torch/include/ATen/ops/kthvalue_cpu_dispatch.h' 2024-10-08T20:15:07.0554978Z adding 'torch/include/ATen/ops/kthvalue_cuda_dispatch.h' 2024-10-08T20:15:07.0557970Z adding 'torch/include/ATen/ops/kthvalue_native.h' 2024-10-08T20:15:07.0561444Z adding 'torch/include/ATen/ops/kthvalue_ops.h' 2024-10-08T20:15:07.0564562Z adding 'torch/include/ATen/ops/l1_loss.h' 2024-10-08T20:15:07.0567748Z adding 'torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.0570553Z adding 'torch/include/ATen/ops/l1_loss_native.h' 2024-10-08T20:15:07.0573817Z adding 'torch/include/ATen/ops/l1_loss_ops.h' 2024-10-08T20:15:07.0577098Z adding 'torch/include/ATen/ops/layer_norm.h' 2024-10-08T20:15:07.0580415Z adding 'torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.0583225Z adding 'torch/include/ATen/ops/layer_norm_native.h' 2024-10-08T20:15:07.0586376Z adding 'torch/include/ATen/ops/layer_norm_ops.h' 2024-10-08T20:15:07.0590150Z adding 'torch/include/ATen/ops/lcm.h' 2024-10-08T20:15:07.0593771Z adding 'torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.0597050Z adding 'torch/include/ATen/ops/lcm_cpu_dispatch.h' 2024-10-08T20:15:07.0600669Z adding 'torch/include/ATen/ops/lcm_cuda_dispatch.h' 2024-10-08T20:15:07.0603788Z adding 'torch/include/ATen/ops/lcm_meta.h' 2024-10-08T20:15:07.0612311Z adding 'torch/include/ATen/ops/lcm_meta_dispatch.h' 2024-10-08T20:15:07.0615793Z adding 'torch/include/ATen/ops/lcm_native.h' 2024-10-08T20:15:07.0619578Z adding 'torch/include/ATen/ops/lcm_ops.h' 2024-10-08T20:15:07.0623382Z adding 'torch/include/ATen/ops/ldexp.h' 2024-10-08T20:15:07.0626267Z adding 'torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.0629324Z adding 'torch/include/ATen/ops/ldexp_native.h' 2024-10-08T20:15:07.0632506Z adding 'torch/include/ATen/ops/ldexp_ops.h' 2024-10-08T20:15:07.0636534Z adding 'torch/include/ATen/ops/le.h' 2024-10-08T20:15:07.0639416Z adding 'torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.0642387Z adding 'torch/include/ATen/ops/le_cpu_dispatch.h' 2024-10-08T20:15:07.0645569Z adding 'torch/include/ATen/ops/le_cuda_dispatch.h' 2024-10-08T20:15:07.0648748Z adding 'torch/include/ATen/ops/le_meta.h' 2024-10-08T20:15:07.0652125Z adding 'torch/include/ATen/ops/le_meta_dispatch.h' 2024-10-08T20:15:07.0655346Z adding 'torch/include/ATen/ops/le_native.h' 2024-10-08T20:15:07.0659495Z adding 'torch/include/ATen/ops/le_ops.h' 2024-10-08T20:15:07.0662881Z adding 'torch/include/ATen/ops/leaky_relu.h' 2024-10-08T20:15:07.0666228Z adding 'torch/include/ATen/ops/leaky_relu_backward.h' 2024-10-08T20:15:07.0669814Z adding 'torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.0672824Z adding 'torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h' 2024-10-08T20:15:07.0676037Z adding 'torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h' 2024-10-08T20:15:07.0679115Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta.h' 2024-10-08T20:15:07.0682453Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h' 2024-10-08T20:15:07.0685650Z adding 'torch/include/ATen/ops/leaky_relu_backward_native.h' 2024-10-08T20:15:07.0689014Z adding 'torch/include/ATen/ops/leaky_relu_backward_ops.h' 2024-10-08T20:15:07.0692769Z adding 'torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.0695756Z adding 'torch/include/ATen/ops/leaky_relu_cpu_dispatch.h' 2024-10-08T20:15:07.0699050Z adding 'torch/include/ATen/ops/leaky_relu_cuda_dispatch.h' 2024-10-08T20:15:07.0702065Z adding 'torch/include/ATen/ops/leaky_relu_meta.h' 2024-10-08T20:15:07.0705442Z adding 'torch/include/ATen/ops/leaky_relu_meta_dispatch.h' 2024-10-08T20:15:07.0708562Z adding 'torch/include/ATen/ops/leaky_relu_native.h' 2024-10-08T20:15:07.0711923Z adding 'torch/include/ATen/ops/leaky_relu_ops.h' 2024-10-08T20:15:07.0715281Z adding 'torch/include/ATen/ops/lerp.h' 2024-10-08T20:15:07.0718783Z adding 'torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.0721881Z adding 'torch/include/ATen/ops/lerp_cpu_dispatch.h' 2024-10-08T20:15:07.0725168Z adding 'torch/include/ATen/ops/lerp_cuda_dispatch.h' 2024-10-08T20:15:07.0728242Z adding 'torch/include/ATen/ops/lerp_meta.h' 2024-10-08T20:15:07.0731559Z adding 'torch/include/ATen/ops/lerp_meta_dispatch.h' 2024-10-08T20:15:07.0734789Z adding 'torch/include/ATen/ops/lerp_native.h' 2024-10-08T20:15:07.0738438Z adding 'torch/include/ATen/ops/lerp_ops.h' 2024-10-08T20:15:07.0741856Z adding 'torch/include/ATen/ops/less.h' 2024-10-08T20:15:07.0745313Z adding 'torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.0748465Z adding 'torch/include/ATen/ops/less_equal.h' 2024-10-08T20:15:07.0751937Z adding 'torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.0754988Z adding 'torch/include/ATen/ops/less_equal_native.h' 2024-10-08T20:15:07.0758485Z adding 'torch/include/ATen/ops/less_equal_ops.h' 2024-10-08T20:15:07.0761782Z adding 'torch/include/ATen/ops/less_native.h' 2024-10-08T20:15:07.0765296Z adding 'torch/include/ATen/ops/less_ops.h' 2024-10-08T20:15:07.0768500Z adding 'torch/include/ATen/ops/lgamma.h' 2024-10-08T20:15:07.0772109Z adding 'torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.0775052Z adding 'torch/include/ATen/ops/lgamma_cpu_dispatch.h' 2024-10-08T20:15:07.0778280Z adding 'torch/include/ATen/ops/lgamma_cuda_dispatch.h' 2024-10-08T20:15:07.0782141Z adding 'torch/include/ATen/ops/lgamma_meta.h' 2024-10-08T20:15:07.0785456Z adding 'torch/include/ATen/ops/lgamma_meta_dispatch.h' 2024-10-08T20:15:07.0788627Z adding 'torch/include/ATen/ops/lgamma_native.h' 2024-10-08T20:15:07.0791795Z adding 'torch/include/ATen/ops/lgamma_ops.h' 2024-10-08T20:15:07.0795137Z adding 'torch/include/ATen/ops/lift.h' 2024-10-08T20:15:07.0798543Z adding 'torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.0801426Z adding 'torch/include/ATen/ops/lift_fresh.h' 2024-10-08T20:15:07.0804853Z adding 'torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.0807743Z adding 'torch/include/ATen/ops/lift_fresh_copy.h' 2024-10-08T20:15:07.0811276Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.0814591Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.0817538Z adding 'torch/include/ATen/ops/lift_fresh_copy_native.h' 2024-10-08T20:15:07.0820787Z adding 'torch/include/ATen/ops/lift_fresh_copy_ops.h' 2024-10-08T20:15:07.0823935Z adding 'torch/include/ATen/ops/lift_fresh_native.h' 2024-10-08T20:15:07.0827067Z adding 'torch/include/ATen/ops/lift_fresh_ops.h' 2024-10-08T20:15:07.0830070Z adding 'torch/include/ATen/ops/lift_native.h' 2024-10-08T20:15:07.0833358Z adding 'torch/include/ATen/ops/lift_ops.h' 2024-10-08T20:15:07.0836761Z adding 'torch/include/ATen/ops/linalg_cholesky.h' 2024-10-08T20:15:07.0840227Z adding 'torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.0843165Z adding 'torch/include/ATen/ops/linalg_cholesky_ex.h' 2024-10-08T20:15:07.0846761Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.0849759Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h' 2024-10-08T20:15:07.0853042Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h' 2024-10-08T20:15:07.0856184Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta.h' 2024-10-08T20:15:07.0859334Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h' 2024-10-08T20:15:07.0862480Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_native.h' 2024-10-08T20:15:07.0865926Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_ops.h' 2024-10-08T20:15:07.0869014Z adding 'torch/include/ATen/ops/linalg_cholesky_native.h' 2024-10-08T20:15:07.0872345Z adding 'torch/include/ATen/ops/linalg_cholesky_ops.h' 2024-10-08T20:15:07.0875555Z adding 'torch/include/ATen/ops/linalg_cond.h' 2024-10-08T20:15:07.0879380Z adding 'torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.0882013Z adding 'torch/include/ATen/ops/linalg_cond_native.h' 2024-10-08T20:15:07.0885459Z adding 'torch/include/ATen/ops/linalg_cond_ops.h' 2024-10-08T20:15:07.0888672Z adding 'torch/include/ATen/ops/linalg_cross.h' 2024-10-08T20:15:07.0892503Z adding 'torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.0895549Z adding 'torch/include/ATen/ops/linalg_cross_cpu_dispatch.h' 2024-10-08T20:15:07.0898529Z adding 'torch/include/ATen/ops/linalg_cross_cuda_dispatch.h' 2024-10-08T20:15:07.0901684Z adding 'torch/include/ATen/ops/linalg_cross_meta.h' 2024-10-08T20:15:07.0904803Z adding 'torch/include/ATen/ops/linalg_cross_meta_dispatch.h' 2024-10-08T20:15:07.0907974Z adding 'torch/include/ATen/ops/linalg_cross_native.h' 2024-10-08T20:15:07.0911219Z adding 'torch/include/ATen/ops/linalg_cross_ops.h' 2024-10-08T20:15:07.0915149Z adding 'torch/include/ATen/ops/linalg_det.h' 2024-10-08T20:15:07.0918691Z adding 'torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.0921534Z adding 'torch/include/ATen/ops/linalg_det_native.h' 2024-10-08T20:15:07.0924755Z adding 'torch/include/ATen/ops/linalg_det_ops.h' 2024-10-08T20:15:07.0927942Z adding 'torch/include/ATen/ops/linalg_diagonal.h' 2024-10-08T20:15:07.0931348Z adding 'torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.0934333Z adding 'torch/include/ATen/ops/linalg_diagonal_native.h' 2024-10-08T20:15:07.0937444Z adding 'torch/include/ATen/ops/linalg_diagonal_ops.h' 2024-10-08T20:15:07.0940631Z adding 'torch/include/ATen/ops/linalg_eig.h' 2024-10-08T20:15:07.0943930Z adding 'torch/include/ATen/ops/linalg_eig_cpu_dispatch.h' 2024-10-08T20:15:07.0947054Z adding 'torch/include/ATen/ops/linalg_eig_cuda_dispatch.h' 2024-10-08T20:15:07.0950028Z adding 'torch/include/ATen/ops/linalg_eig_native.h' 2024-10-08T20:15:07.0953268Z adding 'torch/include/ATen/ops/linalg_eig_ops.h' 2024-10-08T20:15:07.0956478Z adding 'torch/include/ATen/ops/linalg_eigh.h' 2024-10-08T20:15:07.0959793Z adding 'torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.0962621Z adding 'torch/include/ATen/ops/linalg_eigh_native.h' 2024-10-08T20:15:07.0965919Z adding 'torch/include/ATen/ops/linalg_eigh_ops.h' 2024-10-08T20:15:07.0968969Z adding 'torch/include/ATen/ops/linalg_eigvals.h' 2024-10-08T20:15:07.0972400Z adding 'torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.0975525Z adding 'torch/include/ATen/ops/linalg_eigvals_cpu_dispatch.h' 2024-10-08T20:15:07.0978635Z adding 'torch/include/ATen/ops/linalg_eigvals_cuda_dispatch.h' 2024-10-08T20:15:07.0981719Z adding 'torch/include/ATen/ops/linalg_eigvals_native.h' 2024-10-08T20:15:07.0984844Z adding 'torch/include/ATen/ops/linalg_eigvals_ops.h' 2024-10-08T20:15:07.0987888Z adding 'torch/include/ATen/ops/linalg_eigvalsh.h' 2024-10-08T20:15:07.0991316Z adding 'torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.0994148Z adding 'torch/include/ATen/ops/linalg_eigvalsh_native.h' 2024-10-08T20:15:07.0997366Z adding 'torch/include/ATen/ops/linalg_eigvalsh_ops.h' 2024-10-08T20:15:07.1000537Z adding 'torch/include/ATen/ops/linalg_householder_product.h' 2024-10-08T20:15:07.1003780Z adding 'torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h' 2024-10-08T20:15:07.1006903Z adding 'torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h' 2024-10-08T20:15:07.1010003Z adding 'torch/include/ATen/ops/linalg_householder_product_native.h' 2024-10-08T20:15:07.1013287Z adding 'torch/include/ATen/ops/linalg_householder_product_ops.h' 2024-10-08T20:15:07.1016226Z adding 'torch/include/ATen/ops/linalg_inv.h' 2024-10-08T20:15:07.1019585Z adding 'torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.1022575Z adding 'torch/include/ATen/ops/linalg_inv_ex.h' 2024-10-08T20:15:07.1026007Z adding 'torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.1028942Z adding 'torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h' 2024-10-08T20:15:07.1032216Z adding 'torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h' 2024-10-08T20:15:07.1035285Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta.h' 2024-10-08T20:15:07.1038435Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h' 2024-10-08T20:15:07.1041383Z adding 'torch/include/ATen/ops/linalg_inv_ex_native.h' 2024-10-08T20:15:07.1044679Z adding 'torch/include/ATen/ops/linalg_inv_ex_ops.h' 2024-10-08T20:15:07.1047709Z adding 'torch/include/ATen/ops/linalg_inv_native.h' 2024-10-08T20:15:07.1050875Z adding 'torch/include/ATen/ops/linalg_inv_ops.h' 2024-10-08T20:15:07.1054180Z adding 'torch/include/ATen/ops/linalg_ldl_factor.h' 2024-10-08T20:15:07.1057549Z adding 'torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.1060582Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex.h' 2024-10-08T20:15:07.1064428Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.1067152Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h' 2024-10-08T20:15:07.1070176Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h' 2024-10-08T20:15:07.1073134Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h' 2024-10-08T20:15:07.1076281Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h' 2024-10-08T20:15:07.1079341Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_native.h' 2024-10-08T20:15:07.1082548Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h' 2024-10-08T20:15:07.1085633Z adding 'torch/include/ATen/ops/linalg_ldl_factor_native.h' 2024-10-08T20:15:07.1088982Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ops.h' 2024-10-08T20:15:07.1092189Z adding 'torch/include/ATen/ops/linalg_ldl_solve.h' 2024-10-08T20:15:07.1095605Z adding 'torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.1098475Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h' 2024-10-08T20:15:07.1101645Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h' 2024-10-08T20:15:07.1104718Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta.h' 2024-10-08T20:15:07.1107845Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h' 2024-10-08T20:15:07.1110819Z adding 'torch/include/ATen/ops/linalg_ldl_solve_native.h' 2024-10-08T20:15:07.1114163Z adding 'torch/include/ATen/ops/linalg_ldl_solve_ops.h' 2024-10-08T20:15:07.1117465Z adding 'torch/include/ATen/ops/linalg_lstsq.h' 2024-10-08T20:15:07.1120792Z adding 'torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.1123820Z adding 'torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h' 2024-10-08T20:15:07.1126957Z adding 'torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h' 2024-10-08T20:15:07.1130066Z adding 'torch/include/ATen/ops/linalg_lstsq_native.h' 2024-10-08T20:15:07.1133883Z adding 'torch/include/ATen/ops/linalg_lstsq_ops.h' 2024-10-08T20:15:07.1137010Z adding 'torch/include/ATen/ops/linalg_lu.h' 2024-10-08T20:15:07.1140643Z adding 'torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.1143473Z adding 'torch/include/ATen/ops/linalg_lu_cpu_dispatch.h' 2024-10-08T20:15:07.1146458Z adding 'torch/include/ATen/ops/linalg_lu_cuda_dispatch.h' 2024-10-08T20:15:07.1149570Z adding 'torch/include/ATen/ops/linalg_lu_factor.h' 2024-10-08T20:15:07.1152959Z adding 'torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.1155959Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex.h' 2024-10-08T20:15:07.1159523Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.1163100Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h' 2024-10-08T20:15:07.1166406Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h' 2024-10-08T20:15:07.1169385Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta.h' 2024-10-08T20:15:07.1172548Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h' 2024-10-08T20:15:07.1175629Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_native.h' 2024-10-08T20:15:07.1178811Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_ops.h' 2024-10-08T20:15:07.1181908Z adding 'torch/include/ATen/ops/linalg_lu_factor_native.h' 2024-10-08T20:15:07.1185116Z adding 'torch/include/ATen/ops/linalg_lu_factor_ops.h' 2024-10-08T20:15:07.1188137Z adding 'torch/include/ATen/ops/linalg_lu_meta.h' 2024-10-08T20:15:07.1191374Z adding 'torch/include/ATen/ops/linalg_lu_meta_dispatch.h' 2024-10-08T20:15:07.1194355Z adding 'torch/include/ATen/ops/linalg_lu_native.h' 2024-10-08T20:15:07.1197470Z adding 'torch/include/ATen/ops/linalg_lu_ops.h' 2024-10-08T20:15:07.1200626Z adding 'torch/include/ATen/ops/linalg_lu_solve.h' 2024-10-08T20:15:07.1204098Z adding 'torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.1207025Z adding 'torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h' 2024-10-08T20:15:07.1210094Z adding 'torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h' 2024-10-08T20:15:07.1213193Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta.h' 2024-10-08T20:15:07.1216353Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h' 2024-10-08T20:15:07.1219457Z adding 'torch/include/ATen/ops/linalg_lu_solve_native.h' 2024-10-08T20:15:07.1222670Z adding 'torch/include/ATen/ops/linalg_lu_solve_ops.h' 2024-10-08T20:15:07.1225706Z adding 'torch/include/ATen/ops/linalg_matmul.h' 2024-10-08T20:15:07.1229056Z adding 'torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.1232092Z adding 'torch/include/ATen/ops/linalg_matmul_native.h' 2024-10-08T20:15:07.1235271Z adding 'torch/include/ATen/ops/linalg_matmul_ops.h' 2024-10-08T20:15:07.1238339Z adding 'torch/include/ATen/ops/linalg_matrix_exp.h' 2024-10-08T20:15:07.1241671Z adding 'torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.1244833Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h' 2024-10-08T20:15:07.1247762Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h' 2024-10-08T20:15:07.1250584Z adding 'torch/include/ATen/ops/linalg_matrix_exp_native.h' 2024-10-08T20:15:07.1253910Z adding 'torch/include/ATen/ops/linalg_matrix_exp_ops.h' 2024-10-08T20:15:07.1257211Z adding 'torch/include/ATen/ops/linalg_matrix_norm.h' 2024-10-08T20:15:07.1260732Z adding 'torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.1263663Z adding 'torch/include/ATen/ops/linalg_matrix_norm_native.h' 2024-10-08T20:15:07.1267129Z adding 'torch/include/ATen/ops/linalg_matrix_norm_ops.h' 2024-10-08T20:15:07.1270409Z adding 'torch/include/ATen/ops/linalg_matrix_power.h' 2024-10-08T20:15:07.1273780Z adding 'torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.1276513Z adding 'torch/include/ATen/ops/linalg_matrix_power_native.h' 2024-10-08T20:15:07.1279684Z adding 'torch/include/ATen/ops/linalg_matrix_power_ops.h' 2024-10-08T20:15:07.1283121Z adding 'torch/include/ATen/ops/linalg_matrix_rank.h' 2024-10-08T20:15:07.1286710Z adding 'torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.1289688Z adding 'torch/include/ATen/ops/linalg_matrix_rank_native.h' 2024-10-08T20:15:07.1293483Z adding 'torch/include/ATen/ops/linalg_matrix_rank_ops.h' 2024-10-08T20:15:07.1297044Z adding 'torch/include/ATen/ops/linalg_multi_dot.h' 2024-10-08T20:15:07.1300256Z adding 'torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.1303036Z adding 'torch/include/ATen/ops/linalg_multi_dot_native.h' 2024-10-08T20:15:07.1306204Z adding 'torch/include/ATen/ops/linalg_multi_dot_ops.h' 2024-10-08T20:15:07.1309488Z adding 'torch/include/ATen/ops/linalg_norm.h' 2024-10-08T20:15:07.1312985Z adding 'torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.1315903Z adding 'torch/include/ATen/ops/linalg_norm_native.h' 2024-10-08T20:15:07.1319394Z adding 'torch/include/ATen/ops/linalg_norm_ops.h' 2024-10-08T20:15:07.1322836Z adding 'torch/include/ATen/ops/linalg_pinv.h' 2024-10-08T20:15:07.1326418Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.1329585Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.1333082Z adding 'torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.1335923Z adding 'torch/include/ATen/ops/linalg_pinv_native.h' 2024-10-08T20:15:07.1339540Z adding 'torch/include/ATen/ops/linalg_pinv_ops.h' 2024-10-08T20:15:07.1342829Z adding 'torch/include/ATen/ops/linalg_qr.h' 2024-10-08T20:15:07.1346341Z adding 'torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.1349182Z adding 'torch/include/ATen/ops/linalg_qr_cpu_dispatch.h' 2024-10-08T20:15:07.1352299Z adding 'torch/include/ATen/ops/linalg_qr_cuda_dispatch.h' 2024-10-08T20:15:07.1355320Z adding 'torch/include/ATen/ops/linalg_qr_meta.h' 2024-10-08T20:15:07.1358492Z adding 'torch/include/ATen/ops/linalg_qr_meta_dispatch.h' 2024-10-08T20:15:07.1361466Z adding 'torch/include/ATen/ops/linalg_qr_native.h' 2024-10-08T20:15:07.1364759Z adding 'torch/include/ATen/ops/linalg_qr_ops.h' 2024-10-08T20:15:07.1367824Z adding 'torch/include/ATen/ops/linalg_slogdet.h' 2024-10-08T20:15:07.1371198Z adding 'torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.1374205Z adding 'torch/include/ATen/ops/linalg_slogdet_native.h' 2024-10-08T20:15:07.1377397Z adding 'torch/include/ATen/ops/linalg_slogdet_ops.h' 2024-10-08T20:15:07.1380617Z adding 'torch/include/ATen/ops/linalg_solve.h' 2024-10-08T20:15:07.1383868Z adding 'torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.1386801Z adding 'torch/include/ATen/ops/linalg_solve_ex.h' 2024-10-08T20:15:07.1390282Z adding 'torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.1393172Z adding 'torch/include/ATen/ops/linalg_solve_ex_native.h' 2024-10-08T20:15:07.1396420Z adding 'torch/include/ATen/ops/linalg_solve_ex_ops.h' 2024-10-08T20:15:07.1399450Z adding 'torch/include/ATen/ops/linalg_solve_native.h' 2024-10-08T20:15:07.1402611Z adding 'torch/include/ATen/ops/linalg_solve_ops.h' 2024-10-08T20:15:07.1405809Z adding 'torch/include/ATen/ops/linalg_solve_triangular.h' 2024-10-08T20:15:07.1409015Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h' 2024-10-08T20:15:07.1412852Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h' 2024-10-08T20:15:07.1415874Z adding 'torch/include/ATen/ops/linalg_solve_triangular_native.h' 2024-10-08T20:15:07.1419071Z adding 'torch/include/ATen/ops/linalg_solve_triangular_ops.h' 2024-10-08T20:15:07.1422217Z adding 'torch/include/ATen/ops/linalg_svd.h' 2024-10-08T20:15:07.1425592Z adding 'torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.1428447Z adding 'torch/include/ATen/ops/linalg_svd_native.h' 2024-10-08T20:15:07.1431688Z adding 'torch/include/ATen/ops/linalg_svd_ops.h' 2024-10-08T20:15:07.1434993Z adding 'torch/include/ATen/ops/linalg_svdvals.h' 2024-10-08T20:15:07.1439237Z adding 'torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.1441359Z adding 'torch/include/ATen/ops/linalg_svdvals_native.h' 2024-10-08T20:15:07.1444734Z adding 'torch/include/ATen/ops/linalg_svdvals_ops.h' 2024-10-08T20:15:07.1447876Z adding 'torch/include/ATen/ops/linalg_tensorinv.h' 2024-10-08T20:15:07.1451382Z adding 'torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.1454349Z adding 'torch/include/ATen/ops/linalg_tensorinv_native.h' 2024-10-08T20:15:07.1457678Z adding 'torch/include/ATen/ops/linalg_tensorinv_ops.h' 2024-10-08T20:15:07.1461698Z adding 'torch/include/ATen/ops/linalg_tensorsolve.h' 2024-10-08T20:15:07.1464758Z adding 'torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.1467402Z adding 'torch/include/ATen/ops/linalg_tensorsolve_native.h' 2024-10-08T20:15:07.1470784Z adding 'torch/include/ATen/ops/linalg_tensorsolve_ops.h' 2024-10-08T20:15:07.1474008Z adding 'torch/include/ATen/ops/linalg_vander.h' 2024-10-08T20:15:07.1477271Z adding 'torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.1480316Z adding 'torch/include/ATen/ops/linalg_vander_native.h' 2024-10-08T20:15:07.1483386Z adding 'torch/include/ATen/ops/linalg_vander_ops.h' 2024-10-08T20:15:07.1486640Z adding 'torch/include/ATen/ops/linalg_vecdot.h' 2024-10-08T20:15:07.1490111Z adding 'torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.1493086Z adding 'torch/include/ATen/ops/linalg_vecdot_native.h' 2024-10-08T20:15:07.1496431Z adding 'torch/include/ATen/ops/linalg_vecdot_ops.h' 2024-10-08T20:15:07.1499656Z adding 'torch/include/ATen/ops/linalg_vector_norm.h' 2024-10-08T20:15:07.1503304Z adding 'torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.1506411Z adding 'torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h' 2024-10-08T20:15:07.1509745Z adding 'torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h' 2024-10-08T20:15:07.1512761Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta.h' 2024-10-08T20:15:07.1516647Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h' 2024-10-08T20:15:07.1519900Z adding 'torch/include/ATen/ops/linalg_vector_norm_native.h' 2024-10-08T20:15:07.1523249Z adding 'torch/include/ATen/ops/linalg_vector_norm_ops.h' 2024-10-08T20:15:07.1526474Z adding 'torch/include/ATen/ops/linear.h' 2024-10-08T20:15:07.1529849Z adding 'torch/include/ATen/ops/linear_backward.h' 2024-10-08T20:15:07.1533405Z adding 'torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.1536412Z adding 'torch/include/ATen/ops/linear_backward_native.h' 2024-10-08T20:15:07.1539754Z adding 'torch/include/ATen/ops/linear_backward_ops.h' 2024-10-08T20:15:07.1543337Z adding 'torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.1546558Z adding 'torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.1549452Z adding 'torch/include/ATen/ops/linear_native.h' 2024-10-08T20:15:07.1552793Z adding 'torch/include/ATen/ops/linear_ops.h' 2024-10-08T20:15:07.1556454Z adding 'torch/include/ATen/ops/linspace.h' 2024-10-08T20:15:07.1560267Z adding 'torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.1563458Z adding 'torch/include/ATen/ops/linspace_cpu_dispatch.h' 2024-10-08T20:15:07.1566614Z adding 'torch/include/ATen/ops/linspace_cuda_dispatch.h' 2024-10-08T20:15:07.1569844Z adding 'torch/include/ATen/ops/linspace_meta_dispatch.h' 2024-10-08T20:15:07.1573101Z adding 'torch/include/ATen/ops/linspace_native.h' 2024-10-08T20:15:07.1576992Z adding 'torch/include/ATen/ops/linspace_ops.h' 2024-10-08T20:15:07.1580411Z adding 'torch/include/ATen/ops/log.h' 2024-10-08T20:15:07.1583524Z adding 'torch/include/ATen/ops/log10.h' 2024-10-08T20:15:07.1587085Z adding 'torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.1589972Z adding 'torch/include/ATen/ops/log10_cpu_dispatch.h' 2024-10-08T20:15:07.1593236Z adding 'torch/include/ATen/ops/log10_cuda_dispatch.h' 2024-10-08T20:15:07.1596193Z adding 'torch/include/ATen/ops/log10_meta.h' 2024-10-08T20:15:07.1599453Z adding 'torch/include/ATen/ops/log10_meta_dispatch.h' 2024-10-08T20:15:07.1602515Z adding 'torch/include/ATen/ops/log10_native.h' 2024-10-08T20:15:07.1605772Z adding 'torch/include/ATen/ops/log10_ops.h' 2024-10-08T20:15:07.1609011Z adding 'torch/include/ATen/ops/log1p.h' 2024-10-08T20:15:07.1612556Z adding 'torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.1615680Z adding 'torch/include/ATen/ops/log1p_cpu_dispatch.h' 2024-10-08T20:15:07.1618712Z adding 'torch/include/ATen/ops/log1p_cuda_dispatch.h' 2024-10-08T20:15:07.1621841Z adding 'torch/include/ATen/ops/log1p_meta.h' 2024-10-08T20:15:07.1625039Z adding 'torch/include/ATen/ops/log1p_meta_dispatch.h' 2024-10-08T20:15:07.1628260Z adding 'torch/include/ATen/ops/log1p_native.h' 2024-10-08T20:15:07.1631554Z adding 'torch/include/ATen/ops/log1p_ops.h' 2024-10-08T20:15:07.1634656Z adding 'torch/include/ATen/ops/log2.h' 2024-10-08T20:15:07.1638243Z adding 'torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.1641149Z adding 'torch/include/ATen/ops/log2_cpu_dispatch.h' 2024-10-08T20:15:07.1644389Z adding 'torch/include/ATen/ops/log2_cuda_dispatch.h' 2024-10-08T20:15:07.1648191Z adding 'torch/include/ATen/ops/log2_meta.h' 2024-10-08T20:15:07.1651527Z adding 'torch/include/ATen/ops/log2_meta_dispatch.h' 2024-10-08T20:15:07.1654733Z adding 'torch/include/ATen/ops/log2_native.h' 2024-10-08T20:15:07.1657912Z adding 'torch/include/ATen/ops/log2_ops.h' 2024-10-08T20:15:07.1661488Z adding 'torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.1665223Z adding 'torch/include/ATen/ops/log_cpu_dispatch.h' 2024-10-08T20:15:07.1668368Z adding 'torch/include/ATen/ops/log_cuda_dispatch.h' 2024-10-08T20:15:07.1671446Z adding 'torch/include/ATen/ops/log_meta.h' 2024-10-08T20:15:07.1674645Z adding 'torch/include/ATen/ops/log_meta_dispatch.h' 2024-10-08T20:15:07.1677734Z adding 'torch/include/ATen/ops/log_native.h' 2024-10-08T20:15:07.1680857Z adding 'torch/include/ATen/ops/log_normal.h' 2024-10-08T20:15:07.1684429Z adding 'torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.1687912Z adding 'torch/include/ATen/ops/log_normal_cpu_dispatch.h' 2024-10-08T20:15:07.1690579Z adding 'torch/include/ATen/ops/log_normal_cuda_dispatch.h' 2024-10-08T20:15:07.1693943Z adding 'torch/include/ATen/ops/log_normal_meta_dispatch.h' 2024-10-08T20:15:07.1696965Z adding 'torch/include/ATen/ops/log_normal_native.h' 2024-10-08T20:15:07.1700404Z adding 'torch/include/ATen/ops/log_normal_ops.h' 2024-10-08T20:15:07.1703646Z adding 'torch/include/ATen/ops/log_ops.h' 2024-10-08T20:15:07.1706963Z adding 'torch/include/ATen/ops/log_sigmoid.h' 2024-10-08T20:15:07.1710571Z adding 'torch/include/ATen/ops/log_sigmoid_backward.h' 2024-10-08T20:15:07.1713449Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h' 2024-10-08T20:15:07.1716706Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h' 2024-10-08T20:15:07.1719766Z adding 'torch/include/ATen/ops/log_sigmoid_backward_native.h' 2024-10-08T20:15:07.1723164Z adding 'torch/include/ATen/ops/log_sigmoid_backward_ops.h' 2024-10-08T20:15:07.1727277Z adding 'torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.1729596Z adding 'torch/include/ATen/ops/log_sigmoid_forward.h' 2024-10-08T20:15:07.1733224Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h' 2024-10-08T20:15:07.1736196Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h' 2024-10-08T20:15:07.1739279Z adding 'torch/include/ATen/ops/log_sigmoid_forward_native.h' 2024-10-08T20:15:07.1742538Z adding 'torch/include/ATen/ops/log_sigmoid_forward_ops.h' 2024-10-08T20:15:07.1745687Z adding 'torch/include/ATen/ops/log_sigmoid_native.h' 2024-10-08T20:15:07.1748836Z adding 'torch/include/ATen/ops/log_sigmoid_ops.h' 2024-10-08T20:15:07.1752170Z adding 'torch/include/ATen/ops/log_softmax.h' 2024-10-08T20:15:07.1755635Z adding 'torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.1758842Z adding 'torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.1761791Z adding 'torch/include/ATen/ops/log_softmax_native.h' 2024-10-08T20:15:07.1765097Z adding 'torch/include/ATen/ops/log_softmax_ops.h' 2024-10-08T20:15:07.1768508Z adding 'torch/include/ATen/ops/logaddexp.h' 2024-10-08T20:15:07.1771561Z adding 'torch/include/ATen/ops/logaddexp2.h' 2024-10-08T20:15:07.1775138Z adding 'torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.1778121Z adding 'torch/include/ATen/ops/logaddexp2_cpu_dispatch.h' 2024-10-08T20:15:07.1781226Z adding 'torch/include/ATen/ops/logaddexp2_cuda_dispatch.h' 2024-10-08T20:15:07.1784167Z adding 'torch/include/ATen/ops/logaddexp2_meta.h' 2024-10-08T20:15:07.1787312Z adding 'torch/include/ATen/ops/logaddexp2_meta_dispatch.h' 2024-10-08T20:15:07.1790268Z adding 'torch/include/ATen/ops/logaddexp2_native.h' 2024-10-08T20:15:07.1793597Z adding 'torch/include/ATen/ops/logaddexp2_ops.h' 2024-10-08T20:15:07.1797059Z adding 'torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.1799931Z adding 'torch/include/ATen/ops/logaddexp_cpu_dispatch.h' 2024-10-08T20:15:07.1802997Z adding 'torch/include/ATen/ops/logaddexp_cuda_dispatch.h' 2024-10-08T20:15:07.1806274Z adding 'torch/include/ATen/ops/logaddexp_meta.h' 2024-10-08T20:15:07.1809161Z adding 'torch/include/ATen/ops/logaddexp_meta_dispatch.h' 2024-10-08T20:15:07.1812173Z adding 'torch/include/ATen/ops/logaddexp_native.h' 2024-10-08T20:15:07.1815425Z adding 'torch/include/ATen/ops/logaddexp_ops.h' 2024-10-08T20:15:07.1818522Z adding 'torch/include/ATen/ops/logcumsumexp.h' 2024-10-08T20:15:07.1821926Z adding 'torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.1825167Z adding 'torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.1828054Z adding 'torch/include/ATen/ops/logcumsumexp_native.h' 2024-10-08T20:15:07.1831340Z adding 'torch/include/ATen/ops/logcumsumexp_ops.h' 2024-10-08T20:15:07.1834413Z adding 'torch/include/ATen/ops/logdet.h' 2024-10-08T20:15:07.1837679Z adding 'torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.1840470Z adding 'torch/include/ATen/ops/logdet_native.h' 2024-10-08T20:15:07.1843536Z adding 'torch/include/ATen/ops/logdet_ops.h' 2024-10-08T20:15:07.1846644Z adding 'torch/include/ATen/ops/logical_and.h' 2024-10-08T20:15:07.1849954Z adding 'torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.1852985Z adding 'torch/include/ATen/ops/logical_and_cpu_dispatch.h' 2024-10-08T20:15:07.1856069Z adding 'torch/include/ATen/ops/logical_and_cuda_dispatch.h' 2024-10-08T20:15:07.1859157Z adding 'torch/include/ATen/ops/logical_and_native.h' 2024-10-08T20:15:07.1862329Z adding 'torch/include/ATen/ops/logical_and_ops.h' 2024-10-08T20:15:07.1865333Z adding 'torch/include/ATen/ops/logical_not.h' 2024-10-08T20:15:07.1868639Z adding 'torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.1871580Z adding 'torch/include/ATen/ops/logical_not_cpu_dispatch.h' 2024-10-08T20:15:07.1874679Z adding 'torch/include/ATen/ops/logical_not_cuda_dispatch.h' 2024-10-08T20:15:07.1877768Z adding 'torch/include/ATen/ops/logical_not_native.h' 2024-10-08T20:15:07.1881117Z adding 'torch/include/ATen/ops/logical_not_ops.h' 2024-10-08T20:15:07.1884383Z adding 'torch/include/ATen/ops/logical_or.h' 2024-10-08T20:15:07.1887693Z adding 'torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.1890545Z adding 'torch/include/ATen/ops/logical_or_cpu_dispatch.h' 2024-10-08T20:15:07.1893754Z adding 'torch/include/ATen/ops/logical_or_cuda_dispatch.h' 2024-10-08T20:15:07.1896768Z adding 'torch/include/ATen/ops/logical_or_native.h' 2024-10-08T20:15:07.1900033Z adding 'torch/include/ATen/ops/logical_or_ops.h' 2024-10-08T20:15:07.1903142Z adding 'torch/include/ATen/ops/logical_xor.h' 2024-10-08T20:15:07.1906468Z adding 'torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.1909397Z adding 'torch/include/ATen/ops/logical_xor_cpu_dispatch.h' 2024-10-08T20:15:07.1912525Z adding 'torch/include/ATen/ops/logical_xor_cuda_dispatch.h' 2024-10-08T20:15:07.1916007Z adding 'torch/include/ATen/ops/logical_xor_native.h' 2024-10-08T20:15:07.1919213Z adding 'torch/include/ATen/ops/logical_xor_ops.h' 2024-10-08T20:15:07.1922384Z adding 'torch/include/ATen/ops/logit.h' 2024-10-08T20:15:07.1925592Z adding 'torch/include/ATen/ops/logit_backward.h' 2024-10-08T20:15:07.1929045Z adding 'torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.1932007Z adding 'torch/include/ATen/ops/logit_backward_cpu_dispatch.h' 2024-10-08T20:15:07.1935230Z adding 'torch/include/ATen/ops/logit_backward_cuda_dispatch.h' 2024-10-08T20:15:07.1938220Z adding 'torch/include/ATen/ops/logit_backward_meta.h' 2024-10-08T20:15:07.1941682Z adding 'torch/include/ATen/ops/logit_backward_meta_dispatch.h' 2024-10-08T20:15:07.1944416Z adding 'torch/include/ATen/ops/logit_backward_native.h' 2024-10-08T20:15:07.1947621Z adding 'torch/include/ATen/ops/logit_backward_ops.h' 2024-10-08T20:15:07.1950749Z adding 'torch/include/ATen/ops/logit_cpu_dispatch.h' 2024-10-08T20:15:07.1953833Z adding 'torch/include/ATen/ops/logit_cuda_dispatch.h' 2024-10-08T20:15:07.1956920Z adding 'torch/include/ATen/ops/logit_meta_dispatch.h' 2024-10-08T20:15:07.1959861Z adding 'torch/include/ATen/ops/logit_native.h' 2024-10-08T20:15:07.1963238Z adding 'torch/include/ATen/ops/logit_ops.h' 2024-10-08T20:15:07.1966800Z adding 'torch/include/ATen/ops/logspace.h' 2024-10-08T20:15:07.1970525Z adding 'torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.1973638Z adding 'torch/include/ATen/ops/logspace_cpu_dispatch.h' 2024-10-08T20:15:07.1976730Z adding 'torch/include/ATen/ops/logspace_cuda_dispatch.h' 2024-10-08T20:15:07.1980250Z adding 'torch/include/ATen/ops/logspace_meta_dispatch.h' 2024-10-08T20:15:07.1983239Z adding 'torch/include/ATen/ops/logspace_native.h' 2024-10-08T20:15:07.1987092Z adding 'torch/include/ATen/ops/logspace_ops.h' 2024-10-08T20:15:07.1990502Z adding 'torch/include/ATen/ops/logsumexp.h' 2024-10-08T20:15:07.1994076Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.1997362Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.2000487Z adding 'torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.2003715Z adding 'torch/include/ATen/ops/logsumexp_native.h' 2024-10-08T20:15:07.2007080Z adding 'torch/include/ATen/ops/logsumexp_ops.h' 2024-10-08T20:15:07.2010340Z adding 'torch/include/ATen/ops/lshift.h' 2024-10-08T20:15:07.2013887Z adding 'torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.2016994Z adding 'torch/include/ATen/ops/lshift_cpu_dispatch.h' 2024-10-08T20:15:07.2020229Z adding 'torch/include/ATen/ops/lshift_cuda_dispatch.h' 2024-10-08T20:15:07.2023321Z adding 'torch/include/ATen/ops/lshift_meta_dispatch.h' 2024-10-08T20:15:07.2026475Z adding 'torch/include/ATen/ops/lshift_native.h' 2024-10-08T20:15:07.2030083Z adding 'torch/include/ATen/ops/lshift_ops.h' 2024-10-08T20:15:07.2033527Z adding 'torch/include/ATen/ops/lstm.h' 2024-10-08T20:15:07.2036697Z adding 'torch/include/ATen/ops/lstm_cell.h' 2024-10-08T20:15:07.2040155Z adding 'torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.2043173Z adding 'torch/include/ATen/ops/lstm_cell_native.h' 2024-10-08T20:15:07.2046378Z adding 'torch/include/ATen/ops/lstm_cell_ops.h' 2024-10-08T20:15:07.2049865Z adding 'torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.2053244Z adding 'torch/include/ATen/ops/lstm_mps_backward.h' 2024-10-08T20:15:07.2056990Z adding 'torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.2060021Z adding 'torch/include/ATen/ops/lstm_mps_backward_native.h' 2024-10-08T20:15:07.2063703Z adding 'torch/include/ATen/ops/lstm_mps_backward_ops.h' 2024-10-08T20:15:07.2067043Z adding 'torch/include/ATen/ops/lstm_native.h' 2024-10-08T20:15:07.2071314Z adding 'torch/include/ATen/ops/lstm_ops.h' 2024-10-08T20:15:07.2073768Z adding 'torch/include/ATen/ops/lt.h' 2024-10-08T20:15:07.2077295Z adding 'torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.2080182Z adding 'torch/include/ATen/ops/lt_cpu_dispatch.h' 2024-10-08T20:15:07.2083442Z adding 'torch/include/ATen/ops/lt_cuda_dispatch.h' 2024-10-08T20:15:07.2086546Z adding 'torch/include/ATen/ops/lt_meta.h' 2024-10-08T20:15:07.2089903Z adding 'torch/include/ATen/ops/lt_meta_dispatch.h' 2024-10-08T20:15:07.2093956Z adding 'torch/include/ATen/ops/lt_native.h' 2024-10-08T20:15:07.2096662Z adding 'torch/include/ATen/ops/lt_ops.h' 2024-10-08T20:15:07.2111138Z adding 'torch/include/ATen/ops/lu_solve.h' 2024-10-08T20:15:07.2111917Z adding 'torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.2112621Z adding 'torch/include/ATen/ops/lu_solve_native.h' 2024-10-08T20:15:07.2113133Z adding 'torch/include/ATen/ops/lu_solve_ops.h' 2024-10-08T20:15:07.2113589Z adding 'torch/include/ATen/ops/lu_unpack.h' 2024-10-08T20:15:07.2117289Z adding 'torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.2119592Z adding 'torch/include/ATen/ops/lu_unpack_cpu_dispatch.h' 2024-10-08T20:15:07.2122985Z adding 'torch/include/ATen/ops/lu_unpack_cuda_dispatch.h' 2024-10-08T20:15:07.2125874Z adding 'torch/include/ATen/ops/lu_unpack_meta.h' 2024-10-08T20:15:07.2129173Z adding 'torch/include/ATen/ops/lu_unpack_meta_dispatch.h' 2024-10-08T20:15:07.2132319Z adding 'torch/include/ATen/ops/lu_unpack_native.h' 2024-10-08T20:15:07.2135677Z adding 'torch/include/ATen/ops/lu_unpack_ops.h' 2024-10-08T20:15:07.2139649Z adding 'torch/include/ATen/ops/mH.h' 2024-10-08T20:15:07.2142200Z adding 'torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.2145422Z adding 'torch/include/ATen/ops/mH_native.h' 2024-10-08T20:15:07.2148255Z adding 'torch/include/ATen/ops/mH_ops.h' 2024-10-08T20:15:07.2151354Z adding 'torch/include/ATen/ops/mT.h' 2024-10-08T20:15:07.2154653Z adding 'torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.2157618Z adding 'torch/include/ATen/ops/mT_native.h' 2024-10-08T20:15:07.2160681Z adding 'torch/include/ATen/ops/mT_ops.h' 2024-10-08T20:15:07.2164002Z adding 'torch/include/ATen/ops/margin_ranking_loss.h' 2024-10-08T20:15:07.2168282Z adding 'torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.2170784Z adding 'torch/include/ATen/ops/margin_ranking_loss_native.h' 2024-10-08T20:15:07.2174220Z adding 'torch/include/ATen/ops/margin_ranking_loss_ops.h' 2024-10-08T20:15:07.2177440Z adding 'torch/include/ATen/ops/masked_fill.h' 2024-10-08T20:15:07.2181041Z adding 'torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.2184827Z adding 'torch/include/ATen/ops/masked_fill_cpu_dispatch.h' 2024-10-08T20:15:07.2187292Z adding 'torch/include/ATen/ops/masked_fill_cuda_dispatch.h' 2024-10-08T20:15:07.2190780Z adding 'torch/include/ATen/ops/masked_fill_meta_dispatch.h' 2024-10-08T20:15:07.2193555Z adding 'torch/include/ATen/ops/masked_fill_native.h' 2024-10-08T20:15:07.2197182Z adding 'torch/include/ATen/ops/masked_fill_ops.h' 2024-10-08T20:15:07.2200429Z adding 'torch/include/ATen/ops/masked_scatter.h' 2024-10-08T20:15:07.2203810Z adding 'torch/include/ATen/ops/masked_scatter_backward.h' 2024-10-08T20:15:07.2208053Z adding 'torch/include/ATen/ops/masked_scatter_backward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.2210199Z adding 'torch/include/ATen/ops/masked_scatter_backward_native.h' 2024-10-08T20:15:07.2213668Z adding 'torch/include/ATen/ops/masked_scatter_backward_ops.h' 2024-10-08T20:15:07.2216854Z adding 'torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.2219943Z adding 'torch/include/ATen/ops/masked_scatter_cpu_dispatch.h' 2024-10-08T20:15:07.2223086Z adding 'torch/include/ATen/ops/masked_scatter_cuda_dispatch.h' 2024-10-08T20:15:07.2226240Z adding 'torch/include/ATen/ops/masked_scatter_meta_dispatch.h' 2024-10-08T20:15:07.2229178Z adding 'torch/include/ATen/ops/masked_scatter_native.h' 2024-10-08T20:15:07.2232600Z adding 'torch/include/ATen/ops/masked_scatter_ops.h' 2024-10-08T20:15:07.2236199Z adding 'torch/include/ATen/ops/masked_select.h' 2024-10-08T20:15:07.2238951Z adding 'torch/include/ATen/ops/masked_select_backward.h' 2024-10-08T20:15:07.2242435Z adding 'torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.2245266Z adding 'torch/include/ATen/ops/masked_select_backward_native.h' 2024-10-08T20:15:07.2248555Z adding 'torch/include/ATen/ops/masked_select_backward_ops.h' 2024-10-08T20:15:07.2251687Z adding 'torch/include/ATen/ops/masked_select_cpu_dispatch.h' 2024-10-08T20:15:07.2255038Z adding 'torch/include/ATen/ops/masked_select_cuda_dispatch.h' 2024-10-08T20:15:07.2258874Z adding 'torch/include/ATen/ops/masked_select_native.h' 2024-10-08T20:15:07.2262127Z adding 'torch/include/ATen/ops/masked_select_ops.h' 2024-10-08T20:15:07.2265386Z adding 'torch/include/ATen/ops/matmul.h' 2024-10-08T20:15:07.2268539Z adding 'torch/include/ATen/ops/matmul_backward.h' 2024-10-08T20:15:07.2272222Z adding 'torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.2275823Z adding 'torch/include/ATen/ops/matmul_backward_native.h' 2024-10-08T20:15:07.2278445Z adding 'torch/include/ATen/ops/matmul_backward_ops.h' 2024-10-08T20:15:07.2281904Z adding 'torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.2284722Z adding 'torch/include/ATen/ops/matmul_native.h' 2024-10-08T20:15:07.2288016Z adding 'torch/include/ATen/ops/matmul_ops.h' 2024-10-08T20:15:07.2291031Z adding 'torch/include/ATen/ops/matrix_H.h' 2024-10-08T20:15:07.2294598Z adding 'torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.2298329Z adding 'torch/include/ATen/ops/matrix_H_native.h' 2024-10-08T20:15:07.2300750Z adding 'torch/include/ATen/ops/matrix_H_ops.h' 2024-10-08T20:15:07.2304183Z adding 'torch/include/ATen/ops/matrix_exp.h' 2024-10-08T20:15:07.2306977Z adding 'torch/include/ATen/ops/matrix_exp_backward.h' 2024-10-08T20:15:07.2310410Z adding 'torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.2313243Z adding 'torch/include/ATen/ops/matrix_exp_backward_native.h' 2024-10-08T20:15:07.2316479Z adding 'torch/include/ATen/ops/matrix_exp_backward_ops.h' 2024-10-08T20:15:07.2319721Z adding 'torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.2322694Z adding 'torch/include/ATen/ops/matrix_exp_native.h' 2024-10-08T20:15:07.2326631Z adding 'torch/include/ATen/ops/matrix_exp_ops.h' 2024-10-08T20:15:07.2329114Z adding 'torch/include/ATen/ops/matrix_power.h' 2024-10-08T20:15:07.2332786Z adding 'torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.2335549Z adding 'torch/include/ATen/ops/matrix_power_native.h' 2024-10-08T20:15:07.2338869Z adding 'torch/include/ATen/ops/matrix_power_ops.h' 2024-10-08T20:15:07.2342227Z adding 'torch/include/ATen/ops/max.h' 2024-10-08T20:15:07.2345904Z adding 'torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.2349642Z adding 'torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.2352179Z adding 'torch/include/ATen/ops/max_cpu_dispatch.h' 2024-10-08T20:15:07.2355483Z adding 'torch/include/ATen/ops/max_cuda_dispatch.h' 2024-10-08T20:15:07.2358608Z adding 'torch/include/ATen/ops/max_meta.h' 2024-10-08T20:15:07.2361914Z adding 'torch/include/ATen/ops/max_meta_dispatch.h' 2024-10-08T20:15:07.2365029Z adding 'torch/include/ATen/ops/max_native.h' 2024-10-08T20:15:07.2368765Z adding 'torch/include/ATen/ops/max_ops.h' 2024-10-08T20:15:07.2372268Z adding 'torch/include/ATen/ops/max_pool1d.h' 2024-10-08T20:15:07.2375802Z adding 'torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.2378645Z adding 'torch/include/ATen/ops/max_pool1d_native.h' 2024-10-08T20:15:07.2382649Z adding 'torch/include/ATen/ops/max_pool1d_ops.h' 2024-10-08T20:15:07.2385148Z adding 'torch/include/ATen/ops/max_pool1d_with_indices.h' 2024-10-08T20:15:07.2388512Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.2391336Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_native.h' 2024-10-08T20:15:07.2394521Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_ops.h' 2024-10-08T20:15:07.2398426Z adding 'torch/include/ATen/ops/max_pool2d.h' 2024-10-08T20:15:07.2401032Z adding 'torch/include/ATen/ops/max_pool2d_backward.h' 2024-10-08T20:15:07.2404436Z adding 'torch/include/ATen/ops/max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.2407286Z adding 'torch/include/ATen/ops/max_pool2d_backward_native.h' 2024-10-08T20:15:07.2410538Z adding 'torch/include/ATen/ops/max_pool2d_backward_ops.h' 2024-10-08T20:15:07.2413958Z adding 'torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.2416780Z adding 'torch/include/ATen/ops/max_pool2d_native.h' 2024-10-08T20:15:07.2420046Z adding 'torch/include/ATen/ops/max_pool2d_ops.h' 2024-10-08T20:15:07.2423702Z adding 'torch/include/ATen/ops/max_pool2d_with_indices.h' 2024-10-08T20:15:07.2430219Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward.h' 2024-10-08T20:15:07.2432622Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.2435561Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h' 2024-10-08T20:15:07.2438684Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h' 2024-10-08T20:15:07.2441669Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h' 2024-10-08T20:15:07.2444924Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h' 2024-10-08T20:15:07.2447975Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h' 2024-10-08T20:15:07.2451326Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h' 2024-10-08T20:15:07.2454910Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.2457822Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h' 2024-10-08T20:15:07.2460989Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h' 2024-10-08T20:15:07.2464013Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta.h' 2024-10-08T20:15:07.2467201Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h' 2024-10-08T20:15:07.2470195Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_native.h' 2024-10-08T20:15:07.2473433Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_ops.h' 2024-10-08T20:15:07.2476473Z adding 'torch/include/ATen/ops/max_pool3d.h' 2024-10-08T20:15:07.2479797Z adding 'torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.2482622Z adding 'torch/include/ATen/ops/max_pool3d_native.h' 2024-10-08T20:15:07.2485786Z adding 'torch/include/ATen/ops/max_pool3d_ops.h' 2024-10-08T20:15:07.2489739Z adding 'torch/include/ATen/ops/max_pool3d_with_indices.h' 2024-10-08T20:15:07.2492732Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward.h' 2024-10-08T20:15:07.2496037Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h' 2024-10-08T20:15:07.2499180Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h' 2024-10-08T20:15:07.2502209Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h' 2024-10-08T20:15:07.2505539Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h' 2024-10-08T20:15:07.2508890Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h' 2024-10-08T20:15:07.2511974Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h' 2024-10-08T20:15:07.2515007Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_native.h' 2024-10-08T20:15:07.2518268Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_ops.h' 2024-10-08T20:15:07.2521635Z adding 'torch/include/ATen/ops/max_unpool2d.h' 2024-10-08T20:15:07.2524889Z adding 'torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h' 2024-10-08T20:15:07.2528018Z adding 'torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h' 2024-10-08T20:15:07.2531059Z adding 'torch/include/ATen/ops/max_unpool2d_native.h' 2024-10-08T20:15:07.2534424Z adding 'torch/include/ATen/ops/max_unpool2d_ops.h' 2024-10-08T20:15:07.2537841Z adding 'torch/include/ATen/ops/max_unpool3d.h' 2024-10-08T20:15:07.2541228Z adding 'torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h' 2024-10-08T20:15:07.2544431Z adding 'torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h' 2024-10-08T20:15:07.2547441Z adding 'torch/include/ATen/ops/max_unpool3d_native.h' 2024-10-08T20:15:07.2550636Z adding 'torch/include/ATen/ops/max_unpool3d_ops.h' 2024-10-08T20:15:07.2553749Z adding 'torch/include/ATen/ops/maximum.h' 2024-10-08T20:15:07.2557234Z adding 'torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.2560010Z adding 'torch/include/ATen/ops/maximum_cpu_dispatch.h' 2024-10-08T20:15:07.2563088Z adding 'torch/include/ATen/ops/maximum_cuda_dispatch.h' 2024-10-08T20:15:07.2566095Z adding 'torch/include/ATen/ops/maximum_meta.h' 2024-10-08T20:15:07.2569191Z adding 'torch/include/ATen/ops/maximum_meta_dispatch.h' 2024-10-08T20:15:07.2572227Z adding 'torch/include/ATen/ops/maximum_native.h' 2024-10-08T20:15:07.2575399Z adding 'torch/include/ATen/ops/maximum_ops.h' 2024-10-08T20:15:07.2578720Z adding 'torch/include/ATen/ops/mean.h' 2024-10-08T20:15:07.2582117Z adding 'torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.2585350Z adding 'torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.2588378Z adding 'torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.2591520Z adding 'torch/include/ATen/ops/mean_cpu_dispatch.h' 2024-10-08T20:15:07.2594744Z adding 'torch/include/ATen/ops/mean_cuda_dispatch.h' 2024-10-08T20:15:07.2597751Z adding 'torch/include/ATen/ops/mean_meta.h' 2024-10-08T20:15:07.2600917Z adding 'torch/include/ATen/ops/mean_meta_dispatch.h' 2024-10-08T20:15:07.2604027Z adding 'torch/include/ATen/ops/mean_native.h' 2024-10-08T20:15:07.2607509Z adding 'torch/include/ATen/ops/mean_ops.h' 2024-10-08T20:15:07.2610941Z adding 'torch/include/ATen/ops/median.h' 2024-10-08T20:15:07.2614452Z adding 'torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.2617546Z adding 'torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.2620540Z adding 'torch/include/ATen/ops/median_cpu_dispatch.h' 2024-10-08T20:15:07.2623700Z adding 'torch/include/ATen/ops/median_cuda_dispatch.h' 2024-10-08T20:15:07.2626779Z adding 'torch/include/ATen/ops/median_native.h' 2024-10-08T20:15:07.2630288Z adding 'torch/include/ATen/ops/median_ops.h' 2024-10-08T20:15:07.2633476Z adding 'torch/include/ATen/ops/meshgrid.h' 2024-10-08T20:15:07.2636785Z adding 'torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.2639596Z adding 'torch/include/ATen/ops/meshgrid_native.h' 2024-10-08T20:15:07.2642772Z adding 'torch/include/ATen/ops/meshgrid_ops.h' 2024-10-08T20:15:07.2646172Z adding 'torch/include/ATen/ops/min.h' 2024-10-08T20:15:07.2649683Z adding 'torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.2652873Z adding 'torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.2655900Z adding 'torch/include/ATen/ops/min_cpu_dispatch.h' 2024-10-08T20:15:07.2659033Z adding 'torch/include/ATen/ops/min_cuda_dispatch.h' 2024-10-08T20:15:07.2662693Z adding 'torch/include/ATen/ops/min_meta.h' 2024-10-08T20:15:07.2665323Z adding 'torch/include/ATen/ops/min_meta_dispatch.h' 2024-10-08T20:15:07.2668411Z adding 'torch/include/ATen/ops/min_native.h' 2024-10-08T20:15:07.2672054Z adding 'torch/include/ATen/ops/min_ops.h' 2024-10-08T20:15:07.2675815Z adding 'torch/include/ATen/ops/minimum.h' 2024-10-08T20:15:07.2679268Z adding 'torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.2682166Z adding 'torch/include/ATen/ops/minimum_cpu_dispatch.h' 2024-10-08T20:15:07.2685245Z adding 'torch/include/ATen/ops/minimum_cuda_dispatch.h' 2024-10-08T20:15:07.2688210Z adding 'torch/include/ATen/ops/minimum_meta.h' 2024-10-08T20:15:07.2692306Z adding 'torch/include/ATen/ops/minimum_meta_dispatch.h' 2024-10-08T20:15:07.2694652Z adding 'torch/include/ATen/ops/minimum_native.h' 2024-10-08T20:15:07.2697834Z adding 'torch/include/ATen/ops/minimum_ops.h' 2024-10-08T20:15:07.2701116Z adding 'torch/include/ATen/ops/miopen_batch_norm.h' 2024-10-08T20:15:07.2704603Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward.h' 2024-10-08T20:15:07.2708121Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.2711196Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h' 2024-10-08T20:15:07.2714135Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_native.h' 2024-10-08T20:15:07.2717532Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_ops.h' 2024-10-08T20:15:07.2720966Z adding 'torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.2723989Z adding 'torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h' 2024-10-08T20:15:07.2727043Z adding 'torch/include/ATen/ops/miopen_batch_norm_native.h' 2024-10-08T20:15:07.2730370Z adding 'torch/include/ATen/ops/miopen_batch_norm_ops.h' 2024-10-08T20:15:07.2734112Z adding 'torch/include/ATen/ops/miopen_convolution.h' 2024-10-08T20:15:07.2737656Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu.h' 2024-10-08T20:15:07.2741027Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h' 2024-10-08T20:15:07.2744045Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_native.h' 2024-10-08T20:15:07.2747268Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_ops.h' 2024-10-08T20:15:07.2750663Z adding 'torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.2753707Z adding 'torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h' 2024-10-08T20:15:07.2756724Z adding 'torch/include/ATen/ops/miopen_convolution_native.h' 2024-10-08T20:15:07.2760014Z adding 'torch/include/ATen/ops/miopen_convolution_ops.h' 2024-10-08T20:15:07.2763359Z adding 'torch/include/ATen/ops/miopen_convolution_relu.h' 2024-10-08T20:15:07.2766618Z adding 'torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h' 2024-10-08T20:15:07.2769670Z adding 'torch/include/ATen/ops/miopen_convolution_relu_native.h' 2024-10-08T20:15:07.2772967Z adding 'torch/include/ATen/ops/miopen_convolution_relu_ops.h' 2024-10-08T20:15:07.2776641Z adding 'torch/include/ATen/ops/miopen_convolution_transpose.h' 2024-10-08T20:15:07.2780330Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.2783419Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h' 2024-10-08T20:15:07.2786470Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_native.h' 2024-10-08T20:15:07.2789792Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_ops.h' 2024-10-08T20:15:07.2793558Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution.h' 2024-10-08T20:15:07.2797228Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.2800507Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h' 2024-10-08T20:15:07.2804563Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_native.h' 2024-10-08T20:15:07.2807122Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_ops.h' 2024-10-08T20:15:07.2810584Z adding 'torch/include/ATen/ops/miopen_rnn.h' 2024-10-08T20:15:07.2814333Z adding 'torch/include/ATen/ops/miopen_rnn_backward.h' 2024-10-08T20:15:07.2818113Z adding 'torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.2821675Z adding 'torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h' 2024-10-08T20:15:07.2824528Z adding 'torch/include/ATen/ops/miopen_rnn_backward_native.h' 2024-10-08T20:15:07.2828278Z adding 'torch/include/ATen/ops/miopen_rnn_backward_ops.h' 2024-10-08T20:15:07.2832657Z adding 'torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.2835061Z adding 'torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h' 2024-10-08T20:15:07.2838549Z adding 'torch/include/ATen/ops/miopen_rnn_native.h' 2024-10-08T20:15:07.2841857Z adding 'torch/include/ATen/ops/miopen_rnn_ops.h' 2024-10-08T20:15:07.2845177Z adding 'torch/include/ATen/ops/mish.h' 2024-10-08T20:15:07.2848298Z adding 'torch/include/ATen/ops/mish_backward.h' 2024-10-08T20:15:07.2851941Z adding 'torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.2855526Z adding 'torch/include/ATen/ops/mish_backward_cpu_dispatch.h' 2024-10-08T20:15:07.2858055Z adding 'torch/include/ATen/ops/mish_backward_cuda_dispatch.h' 2024-10-08T20:15:07.2861272Z adding 'torch/include/ATen/ops/mish_backward_native.h' 2024-10-08T20:15:07.2864430Z adding 'torch/include/ATen/ops/mish_backward_ops.h' 2024-10-08T20:15:07.2867950Z adding 'torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.2870807Z adding 'torch/include/ATen/ops/mish_cpu_dispatch.h' 2024-10-08T20:15:07.2874071Z adding 'torch/include/ATen/ops/mish_cuda_dispatch.h' 2024-10-08T20:15:07.2877951Z adding 'torch/include/ATen/ops/mish_meta.h' 2024-10-08T20:15:07.2880422Z adding 'torch/include/ATen/ops/mish_meta_dispatch.h' 2024-10-08T20:15:07.2883826Z adding 'torch/include/ATen/ops/mish_native.h' 2024-10-08T20:15:07.2886837Z adding 'torch/include/ATen/ops/mish_ops.h' 2024-10-08T20:15:07.2890287Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h' 2024-10-08T20:15:07.2893656Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h' 2024-10-08T20:15:07.2897279Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.2900942Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h' 2024-10-08T20:15:07.2903499Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h' 2024-10-08T20:15:07.2906707Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h' 2024-10-08T20:15:07.2909958Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h' 2024-10-08T20:15:07.2913661Z adding 'torch/include/ATen/ops/mkldnn_convolution.h' 2024-10-08T20:15:07.2918012Z adding 'torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.2920436Z adding 'torch/include/ATen/ops/mkldnn_convolution_native.h' 2024-10-08T20:15:07.2923897Z adding 'torch/include/ATen/ops/mkldnn_convolution_ops.h' 2024-10-08T20:15:07.2927069Z adding 'torch/include/ATen/ops/mkldnn_linear.h' 2024-10-08T20:15:07.2930496Z adding 'torch/include/ATen/ops/mkldnn_linear_backward.h' 2024-10-08T20:15:07.2935243Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.2937710Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input.h' 2024-10-08T20:15:07.2941283Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.2944148Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_native.h' 2024-10-08T20:15:07.2947535Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h' 2024-10-08T20:15:07.2950712Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_native.h' 2024-10-08T20:15:07.2954065Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_ops.h' 2024-10-08T20:15:07.2957676Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights.h' 2024-10-08T20:15:07.2960844Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.2963893Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h' 2024-10-08T20:15:07.2967156Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h' 2024-10-08T20:15:07.2970658Z adding 'torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.2974481Z adding 'torch/include/ATen/ops/mkldnn_linear_native.h' 2024-10-08T20:15:07.2976996Z adding 'torch/include/ATen/ops/mkldnn_linear_ops.h' 2024-10-08T20:15:07.2980353Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d.h' 2024-10-08T20:15:07.2983652Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward.h' 2024-10-08T20:15:07.2987278Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.2990198Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h' 2024-10-08T20:15:07.2994607Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h' 2024-10-08T20:15:07.2997697Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.3000191Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_native.h' 2024-10-08T20:15:07.3003599Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_ops.h' 2024-10-08T20:15:07.3007502Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d.h' 2024-10-08T20:15:07.3011123Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward.h' 2024-10-08T20:15:07.3014834Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.3017757Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h' 2024-10-08T20:15:07.3021221Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h' 2024-10-08T20:15:07.3025085Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.3027613Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_native.h' 2024-10-08T20:15:07.3031334Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_ops.h' 2024-10-08T20:15:07.3034831Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h' 2024-10-08T20:15:07.3038661Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.3042098Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h' 2024-10-08T20:15:07.3045031Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h' 2024-10-08T20:15:07.3048851Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h' 2024-10-08T20:15:07.3052595Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.3055731Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h' 2024-10-08T20:15:07.3059896Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h' 2024-10-08T20:15:07.3062598Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer.h' 2024-10-08T20:15:07.3066429Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward.h' 2024-10-08T20:15:07.3070879Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.3073465Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_cpu_dispatch.h' 2024-10-08T20:15:07.3076940Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_native.h' 2024-10-08T20:15:07.3080447Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_ops.h' 2024-10-08T20:15:07.3084122Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.3088016Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_cpu_dispatch.h' 2024-10-08T20:15:07.3090501Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_native.h' 2024-10-08T20:15:07.3094207Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_ops.h' 2024-10-08T20:15:07.3097359Z adding 'torch/include/ATen/ops/mm.h' 2024-10-08T20:15:07.3100977Z adding 'torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.3104431Z adding 'torch/include/ATen/ops/mm_cpu_dispatch.h' 2024-10-08T20:15:07.3107208Z adding 'torch/include/ATen/ops/mm_cuda_dispatch.h' 2024-10-08T20:15:07.3110708Z adding 'torch/include/ATen/ops/mm_meta.h' 2024-10-08T20:15:07.3113483Z adding 'torch/include/ATen/ops/mm_meta_dispatch.h' 2024-10-08T20:15:07.3116671Z adding 'torch/include/ATen/ops/mm_native.h' 2024-10-08T20:15:07.3119888Z adding 'torch/include/ATen/ops/mm_ops.h' 2024-10-08T20:15:07.3123154Z adding 'torch/include/ATen/ops/mode.h' 2024-10-08T20:15:07.3127218Z adding 'torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.3129802Z adding 'torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.3132909Z adding 'torch/include/ATen/ops/mode_cpu_dispatch.h' 2024-10-08T20:15:07.3135994Z adding 'torch/include/ATen/ops/mode_cuda_dispatch.h' 2024-10-08T20:15:07.3138994Z adding 'torch/include/ATen/ops/mode_native.h' 2024-10-08T20:15:07.3142899Z adding 'torch/include/ATen/ops/mode_ops.h' 2024-10-08T20:15:07.3145766Z adding 'torch/include/ATen/ops/moveaxis.h' 2024-10-08T20:15:07.3149102Z adding 'torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.3151902Z adding 'torch/include/ATen/ops/moveaxis_native.h' 2024-10-08T20:15:07.3155079Z adding 'torch/include/ATen/ops/moveaxis_ops.h' 2024-10-08T20:15:07.3158134Z adding 'torch/include/ATen/ops/movedim.h' 2024-10-08T20:15:07.3161425Z adding 'torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.3164227Z adding 'torch/include/ATen/ops/movedim_native.h' 2024-10-08T20:15:07.3167450Z adding 'torch/include/ATen/ops/movedim_ops.h' 2024-10-08T20:15:07.3171202Z adding 'torch/include/ATen/ops/mps_convolution_backward.h' 2024-10-08T20:15:07.3175206Z adding 'torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.3178140Z adding 'torch/include/ATen/ops/mps_convolution_backward_native.h' 2024-10-08T20:15:07.3181497Z adding 'torch/include/ATen/ops/mps_convolution_backward_ops.h' 2024-10-08T20:15:07.3185294Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward.h' 2024-10-08T20:15:07.3189013Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.3192616Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_native.h' 2024-10-08T20:15:07.3195978Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h' 2024-10-08T20:15:07.3198967Z adding 'torch/include/ATen/ops/mse_loss.h' 2024-10-08T20:15:07.3202137Z adding 'torch/include/ATen/ops/mse_loss_backward.h' 2024-10-08T20:15:07.3205358Z adding 'torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h' 2024-10-08T20:15:07.3208464Z adding 'torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h' 2024-10-08T20:15:07.3211461Z adding 'torch/include/ATen/ops/mse_loss_backward_native.h' 2024-10-08T20:15:07.3214810Z adding 'torch/include/ATen/ops/mse_loss_backward_ops.h' 2024-10-08T20:15:07.3218251Z adding 'torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.3221090Z adding 'torch/include/ATen/ops/mse_loss_cpu_dispatch.h' 2024-10-08T20:15:07.3224250Z adding 'torch/include/ATen/ops/mse_loss_cuda_dispatch.h' 2024-10-08T20:15:07.3227243Z adding 'torch/include/ATen/ops/mse_loss_meta.h' 2024-10-08T20:15:07.3230549Z adding 'torch/include/ATen/ops/mse_loss_meta_dispatch.h' 2024-10-08T20:15:07.3233541Z adding 'torch/include/ATen/ops/mse_loss_native.h' 2024-10-08T20:15:07.3236732Z adding 'torch/include/ATen/ops/mse_loss_ops.h' 2024-10-08T20:15:07.3239952Z adding 'torch/include/ATen/ops/msort.h' 2024-10-08T20:15:07.3243142Z adding 'torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.3245960Z adding 'torch/include/ATen/ops/msort_native.h' 2024-10-08T20:15:07.3249128Z adding 'torch/include/ATen/ops/msort_ops.h' 2024-10-08T20:15:07.3252376Z adding 'torch/include/ATen/ops/mul.h' 2024-10-08T20:15:07.3255703Z adding 'torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.3258897Z adding 'torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.3261778Z adding 'torch/include/ATen/ops/mul_cpu_dispatch.h' 2024-10-08T20:15:07.3264873Z adding 'torch/include/ATen/ops/mul_cuda_dispatch.h' 2024-10-08T20:15:07.3267859Z adding 'torch/include/ATen/ops/mul_meta.h' 2024-10-08T20:15:07.3270942Z adding 'torch/include/ATen/ops/mul_meta_dispatch.h' 2024-10-08T20:15:07.3274096Z adding 'torch/include/ATen/ops/mul_native.h' 2024-10-08T20:15:07.3277530Z adding 'torch/include/ATen/ops/mul_ops.h' 2024-10-08T20:15:07.3280886Z adding 'torch/include/ATen/ops/multi_margin_loss.h' 2024-10-08T20:15:07.3284231Z adding 'torch/include/ATen/ops/multi_margin_loss_backward.h' 2024-10-08T20:15:07.3287514Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h' 2024-10-08T20:15:07.3290729Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h' 2024-10-08T20:15:07.3293857Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_native.h' 2024-10-08T20:15:07.3297149Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_ops.h' 2024-10-08T20:15:07.3300380Z adding 'torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h' 2024-10-08T20:15:07.3303549Z adding 'torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h' 2024-10-08T20:15:07.3306623Z adding 'torch/include/ATen/ops/multi_margin_loss_native.h' 2024-10-08T20:15:07.3309880Z adding 'torch/include/ATen/ops/multi_margin_loss_ops.h' 2024-10-08T20:15:07.3313037Z adding 'torch/include/ATen/ops/multilabel_margin_loss.h' 2024-10-08T20:15:07.3316409Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward.h' 2024-10-08T20:15:07.3319699Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h' 2024-10-08T20:15:07.3322823Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h' 2024-10-08T20:15:07.3325853Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_native.h' 2024-10-08T20:15:07.3330081Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h' 2024-10-08T20:15:07.3332792Z adding 'torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.3335965Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward.h' 2024-10-08T20:15:07.3339243Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h' 2024-10-08T20:15:07.3342633Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h' 2024-10-08T20:15:07.3345643Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_native.h' 2024-10-08T20:15:07.3349097Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h' 2024-10-08T20:15:07.3352845Z adding 'torch/include/ATen/ops/multilabel_margin_loss_native.h' 2024-10-08T20:15:07.3355540Z adding 'torch/include/ATen/ops/multilabel_margin_loss_ops.h' 2024-10-08T20:15:07.3358824Z adding 'torch/include/ATen/ops/multinomial.h' 2024-10-08T20:15:07.3362031Z adding 'torch/include/ATen/ops/multinomial_cpu_dispatch.h' 2024-10-08T20:15:07.3365312Z adding 'torch/include/ATen/ops/multinomial_cuda_dispatch.h' 2024-10-08T20:15:07.3368345Z adding 'torch/include/ATen/ops/multinomial_native.h' 2024-10-08T20:15:07.3371725Z adding 'torch/include/ATen/ops/multinomial_ops.h' 2024-10-08T20:15:07.3375479Z adding 'torch/include/ATen/ops/multiply.h' 2024-10-08T20:15:07.3378557Z adding 'torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.3381606Z adding 'torch/include/ATen/ops/multiply_native.h' 2024-10-08T20:15:07.3385035Z adding 'torch/include/ATen/ops/multiply_ops.h' 2024-10-08T20:15:07.3388263Z adding 'torch/include/ATen/ops/mv.h' 2024-10-08T20:15:07.3392437Z adding 'torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.3394614Z adding 'torch/include/ATen/ops/mv_native.h' 2024-10-08T20:15:07.3398187Z adding 'torch/include/ATen/ops/mv_ops.h' 2024-10-08T20:15:07.3401125Z adding 'torch/include/ATen/ops/mvlgamma.h' 2024-10-08T20:15:07.3404628Z adding 'torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.3407606Z adding 'torch/include/ATen/ops/mvlgamma_cpu_dispatch.h' 2024-10-08T20:15:07.3410864Z adding 'torch/include/ATen/ops/mvlgamma_cuda_dispatch.h' 2024-10-08T20:15:07.3413970Z adding 'torch/include/ATen/ops/mvlgamma_native.h' 2024-10-08T20:15:07.3417364Z adding 'torch/include/ATen/ops/mvlgamma_ops.h' 2024-10-08T20:15:07.3420882Z adding 'torch/include/ATen/ops/nan_to_num.h' 2024-10-08T20:15:07.3424144Z adding 'torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.3427259Z adding 'torch/include/ATen/ops/nan_to_num_cpu_dispatch.h' 2024-10-08T20:15:07.3430376Z adding 'torch/include/ATen/ops/nan_to_num_cuda_dispatch.h' 2024-10-08T20:15:07.3433593Z adding 'torch/include/ATen/ops/nan_to_num_native.h' 2024-10-08T20:15:07.3437816Z adding 'torch/include/ATen/ops/nan_to_num_ops.h' 2024-10-08T20:15:07.3440302Z adding 'torch/include/ATen/ops/nanmean.h' 2024-10-08T20:15:07.3444257Z adding 'torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.3447152Z adding 'torch/include/ATen/ops/nanmean_native.h' 2024-10-08T20:15:07.3450613Z adding 'torch/include/ATen/ops/nanmean_ops.h' 2024-10-08T20:15:07.3454739Z adding 'torch/include/ATen/ops/nanmedian.h' 2024-10-08T20:15:07.3457654Z adding 'torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.3460927Z adding 'torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.3463976Z adding 'torch/include/ATen/ops/nanmedian_cpu_dispatch.h' 2024-10-08T20:15:07.3467228Z adding 'torch/include/ATen/ops/nanmedian_cuda_dispatch.h' 2024-10-08T20:15:07.3470299Z adding 'torch/include/ATen/ops/nanmedian_native.h' 2024-10-08T20:15:07.3474011Z adding 'torch/include/ATen/ops/nanmedian_ops.h' 2024-10-08T20:15:07.3477552Z adding 'torch/include/ATen/ops/nanquantile.h' 2024-10-08T20:15:07.3481066Z adding 'torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.3484121Z adding 'torch/include/ATen/ops/nanquantile_native.h' 2024-10-08T20:15:07.3487484Z adding 'torch/include/ATen/ops/nanquantile_ops.h' 2024-10-08T20:15:07.3490867Z adding 'torch/include/ATen/ops/nansum.h' 2024-10-08T20:15:07.3494588Z adding 'torch/include/ATen/ops/nansum_cpu_dispatch.h' 2024-10-08T20:15:07.3497437Z adding 'torch/include/ATen/ops/nansum_cuda_dispatch.h' 2024-10-08T20:15:07.3500617Z adding 'torch/include/ATen/ops/nansum_native.h' 2024-10-08T20:15:07.3503847Z adding 'torch/include/ATen/ops/nansum_ops.h' 2024-10-08T20:15:07.3507243Z adding 'torch/include/ATen/ops/narrow.h' 2024-10-08T20:15:07.3511467Z adding 'torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.3513960Z adding 'torch/include/ATen/ops/narrow_copy.h' 2024-10-08T20:15:07.3517684Z adding 'torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.3520617Z adding 'torch/include/ATen/ops/narrow_copy_cpu_dispatch.h' 2024-10-08T20:15:07.3523837Z adding 'torch/include/ATen/ops/narrow_copy_native.h' 2024-10-08T20:15:07.3527018Z adding 'torch/include/ATen/ops/narrow_copy_ops.h' 2024-10-08T20:15:07.3530245Z adding 'torch/include/ATen/ops/narrow_native.h' 2024-10-08T20:15:07.3534353Z adding 'torch/include/ATen/ops/narrow_ops.h' 2024-10-08T20:15:07.3537039Z adding 'torch/include/ATen/ops/native_batch_norm.h' 2024-10-08T20:15:07.3540599Z adding 'torch/include/ATen/ops/native_batch_norm_backward.h' 2024-10-08T20:15:07.3544215Z adding 'torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.3547296Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h' 2024-10-08T20:15:07.3551240Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h' 2024-10-08T20:15:07.3553628Z adding 'torch/include/ATen/ops/native_batch_norm_backward_native.h' 2024-10-08T20:15:07.3557177Z adding 'torch/include/ATen/ops/native_batch_norm_backward_ops.h' 2024-10-08T20:15:07.3560454Z adding 'torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h' 2024-10-08T20:15:07.3564093Z adding 'torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h' 2024-10-08T20:15:07.3568106Z adding 'torch/include/ATen/ops/native_batch_norm_native.h' 2024-10-08T20:15:07.3570820Z adding 'torch/include/ATen/ops/native_batch_norm_ops.h' 2024-10-08T20:15:07.3574278Z adding 'torch/include/ATen/ops/native_channel_shuffle.h' 2024-10-08T20:15:07.3577707Z adding 'torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.3580827Z adding 'torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h' 2024-10-08T20:15:07.3583815Z adding 'torch/include/ATen/ops/native_channel_shuffle_native.h' 2024-10-08T20:15:07.3587189Z adding 'torch/include/ATen/ops/native_channel_shuffle_ops.h' 2024-10-08T20:15:07.3590972Z adding 'torch/include/ATen/ops/native_dropout.h' 2024-10-08T20:15:07.3593579Z adding 'torch/include/ATen/ops/native_dropout_backward.h' 2024-10-08T20:15:07.3597111Z adding 'torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.3600114Z adding 'torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h' 2024-10-08T20:15:07.3603338Z adding 'torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h' 2024-10-08T20:15:07.3606333Z adding 'torch/include/ATen/ops/native_dropout_backward_native.h' 2024-10-08T20:15:07.3609723Z adding 'torch/include/ATen/ops/native_dropout_backward_ops.h' 2024-10-08T20:15:07.3613936Z adding 'torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.3616359Z adding 'torch/include/ATen/ops/native_dropout_cpu_dispatch.h' 2024-10-08T20:15:07.3619583Z adding 'torch/include/ATen/ops/native_dropout_cuda_dispatch.h' 2024-10-08T20:15:07.3622595Z adding 'torch/include/ATen/ops/native_dropout_native.h' 2024-10-08T20:15:07.3625980Z adding 'torch/include/ATen/ops/native_dropout_ops.h' 2024-10-08T20:15:07.3630081Z adding 'torch/include/ATen/ops/native_group_norm.h' 2024-10-08T20:15:07.3633652Z adding 'torch/include/ATen/ops/native_group_norm_backward.h' 2024-10-08T20:15:07.3637559Z adding 'torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.3640653Z adding 'torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h' 2024-10-08T20:15:07.3644062Z adding 'torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h' 2024-10-08T20:15:07.3647969Z adding 'torch/include/ATen/ops/native_group_norm_backward_native.h' 2024-10-08T20:15:07.3650693Z adding 'torch/include/ATen/ops/native_group_norm_backward_ops.h' 2024-10-08T20:15:07.3654551Z adding 'torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.3657703Z adding 'torch/include/ATen/ops/native_group_norm_cpu_dispatch.h' 2024-10-08T20:15:07.3660992Z adding 'torch/include/ATen/ops/native_group_norm_cuda_dispatch.h' 2024-10-08T20:15:07.3664957Z adding 'torch/include/ATen/ops/native_group_norm_native.h' 2024-10-08T20:15:07.3667581Z adding 'torch/include/ATen/ops/native_group_norm_ops.h' 2024-10-08T20:15:07.3671305Z adding 'torch/include/ATen/ops/native_layer_norm.h' 2024-10-08T20:15:07.3676002Z adding 'torch/include/ATen/ops/native_layer_norm_backward.h' 2024-10-08T20:15:07.3679076Z adding 'torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.3682307Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h' 2024-10-08T20:15:07.3685654Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h' 2024-10-08T20:15:07.3688794Z adding 'torch/include/ATen/ops/native_layer_norm_backward_native.h' 2024-10-08T20:15:07.3693153Z adding 'torch/include/ATen/ops/native_layer_norm_backward_ops.h' 2024-10-08T20:15:07.3695994Z adding 'torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.3699156Z adding 'torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h' 2024-10-08T20:15:07.3702299Z adding 'torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h' 2024-10-08T20:15:07.3705525Z adding 'torch/include/ATen/ops/native_layer_norm_native.h' 2024-10-08T20:15:07.3710173Z adding 'torch/include/ATen/ops/native_layer_norm_ops.h' 2024-10-08T20:15:07.3712765Z adding 'torch/include/ATen/ops/native_norm.h' 2024-10-08T20:15:07.3716291Z adding 'torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.3719246Z adding 'torch/include/ATen/ops/native_norm_native.h' 2024-10-08T20:15:07.3722777Z adding 'torch/include/ATen/ops/native_norm_ops.h' 2024-10-08T20:15:07.3725994Z adding 'torch/include/ATen/ops/ne.h' 2024-10-08T20:15:07.3729650Z adding 'torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.3732964Z adding 'torch/include/ATen/ops/ne_cpu_dispatch.h' 2024-10-08T20:15:07.3735961Z adding 'torch/include/ATen/ops/ne_cuda_dispatch.h' 2024-10-08T20:15:07.3739169Z adding 'torch/include/ATen/ops/ne_meta.h' 2024-10-08T20:15:07.3742331Z adding 'torch/include/ATen/ops/ne_meta_dispatch.h' 2024-10-08T20:15:07.3745600Z adding 'torch/include/ATen/ops/ne_native.h' 2024-10-08T20:15:07.3749912Z adding 'torch/include/ATen/ops/ne_ops.h' 2024-10-08T20:15:07.3752426Z adding 'torch/include/ATen/ops/neg.h' 2024-10-08T20:15:07.3756031Z adding 'torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.3758925Z adding 'torch/include/ATen/ops/neg_cpu_dispatch.h' 2024-10-08T20:15:07.3762195Z adding 'torch/include/ATen/ops/neg_cuda_dispatch.h' 2024-10-08T20:15:07.3765791Z adding 'torch/include/ATen/ops/neg_meta.h' 2024-10-08T20:15:07.3769173Z adding 'torch/include/ATen/ops/neg_meta_dispatch.h' 2024-10-08T20:15:07.3772773Z adding 'torch/include/ATen/ops/neg_native.h' 2024-10-08T20:15:07.3775736Z adding 'torch/include/ATen/ops/neg_ops.h' 2024-10-08T20:15:07.3779091Z adding 'torch/include/ATen/ops/negative.h' 2024-10-08T20:15:07.3782444Z adding 'torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.3785469Z adding 'torch/include/ATen/ops/negative_native.h' 2024-10-08T20:15:07.3789571Z adding 'torch/include/ATen/ops/negative_ops.h' 2024-10-08T20:15:07.3792064Z adding 'torch/include/ATen/ops/nested_to_padded_tensor.h' 2024-10-08T20:15:07.3795726Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.3798405Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_native.h' 2024-10-08T20:15:07.3801758Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_ops.h' 2024-10-08T20:15:07.3805151Z adding 'torch/include/ATen/ops/new_empty.h' 2024-10-08T20:15:07.3808866Z adding 'torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.3812438Z adding 'torch/include/ATen/ops/new_empty_native.h' 2024-10-08T20:15:07.3815321Z adding 'torch/include/ATen/ops/new_empty_ops.h' 2024-10-08T20:15:07.3818998Z adding 'torch/include/ATen/ops/new_empty_strided.h' 2024-10-08T20:15:07.3823095Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.3826108Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.3829460Z adding 'torch/include/ATen/ops/new_empty_strided_native.h' 2024-10-08T20:15:07.3832375Z adding 'torch/include/ATen/ops/new_empty_strided_ops.h' 2024-10-08T20:15:07.3835810Z adding 'torch/include/ATen/ops/new_full.h' 2024-10-08T20:15:07.3840313Z adding 'torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.3842465Z adding 'torch/include/ATen/ops/new_full_native.h' 2024-10-08T20:15:07.3845802Z adding 'torch/include/ATen/ops/new_full_ops.h' 2024-10-08T20:15:07.3849205Z adding 'torch/include/ATen/ops/new_ones.h' 2024-10-08T20:15:07.3852813Z adding 'torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.3856027Z adding 'torch/include/ATen/ops/new_ones_native.h' 2024-10-08T20:15:07.3859332Z adding 'torch/include/ATen/ops/new_ones_ops.h' 2024-10-08T20:15:07.3862803Z adding 'torch/include/ATen/ops/new_zeros.h' 2024-10-08T20:15:07.3866322Z adding 'torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.3869221Z adding 'torch/include/ATen/ops/new_zeros_native.h' 2024-10-08T20:15:07.3872597Z adding 'torch/include/ATen/ops/new_zeros_ops.h' 2024-10-08T20:15:07.3875698Z adding 'torch/include/ATen/ops/nextafter.h' 2024-10-08T20:15:07.3879152Z adding 'torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.3881986Z adding 'torch/include/ATen/ops/nextafter_cpu_dispatch.h' 2024-10-08T20:15:07.3885094Z adding 'torch/include/ATen/ops/nextafter_cuda_dispatch.h' 2024-10-08T20:15:07.3888370Z adding 'torch/include/ATen/ops/nextafter_meta.h' 2024-10-08T20:15:07.3891425Z adding 'torch/include/ATen/ops/nextafter_meta_dispatch.h' 2024-10-08T20:15:07.3894557Z adding 'torch/include/ATen/ops/nextafter_native.h' 2024-10-08T20:15:07.3897772Z adding 'torch/include/ATen/ops/nextafter_ops.h' 2024-10-08T20:15:07.3901197Z adding 'torch/include/ATen/ops/nll_loss.h' 2024-10-08T20:15:07.3904753Z adding 'torch/include/ATen/ops/nll_loss2d.h' 2024-10-08T20:15:07.3908449Z adding 'torch/include/ATen/ops/nll_loss2d_backward.h' 2024-10-08T20:15:07.3911993Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h' 2024-10-08T20:15:07.3915265Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h' 2024-10-08T20:15:07.3918353Z adding 'torch/include/ATen/ops/nll_loss2d_backward_native.h' 2024-10-08T20:15:07.3921698Z adding 'torch/include/ATen/ops/nll_loss2d_backward_ops.h' 2024-10-08T20:15:07.3925080Z adding 'torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.3928450Z adding 'torch/include/ATen/ops/nll_loss2d_forward.h' 2024-10-08T20:15:07.3931942Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h' 2024-10-08T20:15:07.3935321Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h' 2024-10-08T20:15:07.3938466Z adding 'torch/include/ATen/ops/nll_loss2d_forward_native.h' 2024-10-08T20:15:07.3942158Z adding 'torch/include/ATen/ops/nll_loss2d_forward_ops.h' 2024-10-08T20:15:07.3944989Z adding 'torch/include/ATen/ops/nll_loss2d_native.h' 2024-10-08T20:15:07.3948351Z adding 'torch/include/ATen/ops/nll_loss2d_ops.h' 2024-10-08T20:15:07.3952000Z adding 'torch/include/ATen/ops/nll_loss_backward.h' 2024-10-08T20:15:07.3955796Z adding 'torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.3959176Z adding 'torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h' 2024-10-08T20:15:07.3962195Z adding 'torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h' 2024-10-08T20:15:07.3965396Z adding 'torch/include/ATen/ops/nll_loss_backward_meta.h' 2024-10-08T20:15:07.3969218Z adding 'torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h' 2024-10-08T20:15:07.3972592Z adding 'torch/include/ATen/ops/nll_loss_backward_native.h' 2024-10-08T20:15:07.3976207Z adding 'torch/include/ATen/ops/nll_loss_backward_ops.h' 2024-10-08T20:15:07.3979560Z adding 'torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.3983079Z adding 'torch/include/ATen/ops/nll_loss_forward.h' 2024-10-08T20:15:07.3987558Z adding 'torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.3989989Z adding 'torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h' 2024-10-08T20:15:07.3993411Z adding 'torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h' 2024-10-08T20:15:07.3996449Z adding 'torch/include/ATen/ops/nll_loss_forward_meta.h' 2024-10-08T20:15:07.3999910Z adding 'torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h' 2024-10-08T20:15:07.4003031Z adding 'torch/include/ATen/ops/nll_loss_forward_native.h' 2024-10-08T20:15:07.4006549Z adding 'torch/include/ATen/ops/nll_loss_forward_ops.h' 2024-10-08T20:15:07.4010275Z adding 'torch/include/ATen/ops/nll_loss_native.h' 2024-10-08T20:15:07.4013095Z adding 'torch/include/ATen/ops/nll_loss_nd.h' 2024-10-08T20:15:07.4016621Z adding 'torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.4019517Z adding 'torch/include/ATen/ops/nll_loss_nd_native.h' 2024-10-08T20:15:07.4022834Z adding 'torch/include/ATen/ops/nll_loss_nd_ops.h' 2024-10-08T20:15:07.4026647Z adding 'torch/include/ATen/ops/nll_loss_ops.h' 2024-10-08T20:15:07.4029450Z adding 'torch/include/ATen/ops/nonzero.h' 2024-10-08T20:15:07.4033013Z adding 'torch/include/ATen/ops/nonzero_cpu_dispatch.h' 2024-10-08T20:15:07.4035821Z adding 'torch/include/ATen/ops/nonzero_cuda_dispatch.h' 2024-10-08T20:15:07.4038949Z adding 'torch/include/ATen/ops/nonzero_native.h' 2024-10-08T20:15:07.4042102Z adding 'torch/include/ATen/ops/nonzero_numpy.h' 2024-10-08T20:15:07.4045478Z adding 'torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.4048352Z adding 'torch/include/ATen/ops/nonzero_numpy_native.h' 2024-10-08T20:15:07.4051653Z adding 'torch/include/ATen/ops/nonzero_numpy_ops.h' 2024-10-08T20:15:07.4055605Z adding 'torch/include/ATen/ops/nonzero_ops.h' 2024-10-08T20:15:07.4058318Z adding 'torch/include/ATen/ops/nonzero_static.h' 2024-10-08T20:15:07.4061685Z adding 'torch/include/ATen/ops/nonzero_static_cpu_dispatch.h' 2024-10-08T20:15:07.4064680Z adding 'torch/include/ATen/ops/nonzero_static_native.h' 2024-10-08T20:15:07.4068027Z adding 'torch/include/ATen/ops/nonzero_static_ops.h' 2024-10-08T20:15:07.4072418Z adding 'torch/include/ATen/ops/norm.h' 2024-10-08T20:15:07.4075368Z adding 'torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.4078766Z adding 'torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.4081879Z adding 'torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.4085130Z adding 'torch/include/ATen/ops/norm_cpu_dispatch.h' 2024-10-08T20:15:07.4088321Z adding 'torch/include/ATen/ops/norm_cuda_dispatch.h' 2024-10-08T20:15:07.4091596Z adding 'torch/include/ATen/ops/norm_except_dim.h' 2024-10-08T20:15:07.4095498Z adding 'torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.4098067Z adding 'torch/include/ATen/ops/norm_except_dim_native.h' 2024-10-08T20:15:07.4101328Z adding 'torch/include/ATen/ops/norm_except_dim_ops.h' 2024-10-08T20:15:07.4104381Z adding 'torch/include/ATen/ops/norm_meta.h' 2024-10-08T20:15:07.4107733Z adding 'torch/include/ATen/ops/norm_meta_dispatch.h' 2024-10-08T20:15:07.4111557Z adding 'torch/include/ATen/ops/norm_native.h' 2024-10-08T20:15:07.4115146Z adding 'torch/include/ATen/ops/norm_ops.h' 2024-10-08T20:15:07.4119563Z adding 'torch/include/ATen/ops/normal.h' 2024-10-08T20:15:07.4123738Z adding 'torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.4126597Z adding 'torch/include/ATen/ops/normal_cpu_dispatch.h' 2024-10-08T20:15:07.4129956Z adding 'torch/include/ATen/ops/normal_cuda_dispatch.h' 2024-10-08T20:15:07.4133313Z adding 'torch/include/ATen/ops/normal_meta_dispatch.h' 2024-10-08T20:15:07.4136747Z adding 'torch/include/ATen/ops/normal_native.h' 2024-10-08T20:15:07.4140882Z adding 'torch/include/ATen/ops/normal_ops.h' 2024-10-08T20:15:07.4144329Z adding 'torch/include/ATen/ops/not_equal.h' 2024-10-08T20:15:07.4147912Z adding 'torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.4151736Z adding 'torch/include/ATen/ops/not_equal_native.h' 2024-10-08T20:15:07.4154432Z adding 'torch/include/ATen/ops/not_equal_ops.h' 2024-10-08T20:15:07.4157837Z adding 'torch/include/ATen/ops/nuclear_norm.h' 2024-10-08T20:15:07.4161208Z adding 'torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.4164287Z adding 'torch/include/ATen/ops/nuclear_norm_native.h' 2024-10-08T20:15:07.4167594Z adding 'torch/include/ATen/ops/nuclear_norm_ops.h' 2024-10-08T20:15:07.4170758Z adding 'torch/include/ATen/ops/numpy_T.h' 2024-10-08T20:15:07.4174604Z adding 'torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.4177069Z adding 'torch/include/ATen/ops/numpy_T_native.h' 2024-10-08T20:15:07.4180291Z adding 'torch/include/ATen/ops/numpy_T_ops.h' 2024-10-08T20:15:07.4183353Z adding 'torch/include/ATen/ops/one_hot.h' 2024-10-08T20:15:07.4186740Z adding 'torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.4189570Z adding 'torch/include/ATen/ops/one_hot_native.h' 2024-10-08T20:15:07.4192815Z adding 'torch/include/ATen/ops/one_hot_ops.h' 2024-10-08T20:15:07.4197202Z adding 'torch/include/ATen/ops/ones.h' 2024-10-08T20:15:07.4200250Z adding 'torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.4203472Z adding 'torch/include/ATen/ops/ones_like.h' 2024-10-08T20:15:07.4206871Z adding 'torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.4214211Z adding 'torch/include/ATen/ops/ones_like_native.h' 2024-10-08T20:15:07.4219784Z adding 'torch/include/ATen/ops/ones_like_ops.h' 2024-10-08T20:15:07.4223330Z adding 'torch/include/ATen/ops/ones_native.h' 2024-10-08T20:15:07.4226660Z adding 'torch/include/ATen/ops/ones_ops.h' 2024-10-08T20:15:07.4229827Z adding 'torch/include/ATen/ops/or.h' 2024-10-08T20:15:07.4233352Z adding 'torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.4237382Z adding 'torch/include/ATen/ops/or_native.h' 2024-10-08T20:15:07.4240235Z adding 'torch/include/ATen/ops/or_ops.h' 2024-10-08T20:15:07.4243577Z adding 'torch/include/ATen/ops/orgqr.h' 2024-10-08T20:15:07.4246959Z adding 'torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.4249995Z adding 'torch/include/ATen/ops/orgqr_native.h' 2024-10-08T20:15:07.4253756Z adding 'torch/include/ATen/ops/orgqr_ops.h' 2024-10-08T20:15:07.4256620Z adding 'torch/include/ATen/ops/ormqr.h' 2024-10-08T20:15:07.4260118Z adding 'torch/include/ATen/ops/ormqr_cpu_dispatch.h' 2024-10-08T20:15:07.4263111Z adding 'torch/include/ATen/ops/ormqr_cuda_dispatch.h' 2024-10-08T20:15:07.4266254Z adding 'torch/include/ATen/ops/ormqr_native.h' 2024-10-08T20:15:07.4269498Z adding 'torch/include/ATen/ops/ormqr_ops.h' 2024-10-08T20:15:07.4272801Z adding 'torch/include/ATen/ops/outer.h' 2024-10-08T20:15:07.4276969Z adding 'torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.4279213Z adding 'torch/include/ATen/ops/outer_native.h' 2024-10-08T20:15:07.4282699Z adding 'torch/include/ATen/ops/outer_ops.h' 2024-10-08T20:15:07.4285560Z adding 'torch/include/ATen/ops/output_nr.h' 2024-10-08T20:15:07.4289007Z adding 'torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.4291869Z adding 'torch/include/ATen/ops/output_nr_native.h' 2024-10-08T20:15:07.4295241Z adding 'torch/include/ATen/ops/output_nr_ops.h' 2024-10-08T20:15:07.4298447Z adding 'torch/include/ATen/ops/pad.h' 2024-10-08T20:15:07.4302020Z adding 'torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.4304972Z adding 'torch/include/ATen/ops/pad_native.h' 2024-10-08T20:15:07.4308085Z adding 'torch/include/ATen/ops/pad_ops.h' 2024-10-08T20:15:07.4311406Z adding 'torch/include/ATen/ops/pad_sequence.h' 2024-10-08T20:15:07.4314795Z adding 'torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.4317765Z adding 'torch/include/ATen/ops/pad_sequence_native.h' 2024-10-08T20:15:07.4320877Z adding 'torch/include/ATen/ops/pad_sequence_ops.h' 2024-10-08T20:15:07.4323988Z adding 'torch/include/ATen/ops/pairwise_distance.h' 2024-10-08T20:15:07.4327535Z adding 'torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.4330658Z adding 'torch/include/ATen/ops/pairwise_distance_native.h' 2024-10-08T20:15:07.4333662Z adding 'torch/include/ATen/ops/pairwise_distance_ops.h' 2024-10-08T20:15:07.4336642Z adding 'torch/include/ATen/ops/pdist.h' 2024-10-08T20:15:07.4339932Z adding 'torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.4342731Z adding 'torch/include/ATen/ops/pdist_native.h' 2024-10-08T20:15:07.4345834Z adding 'torch/include/ATen/ops/pdist_ops.h' 2024-10-08T20:15:07.4348849Z adding 'torch/include/ATen/ops/permute.h' 2024-10-08T20:15:07.4352161Z adding 'torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.4355394Z adding 'torch/include/ATen/ops/permute_copy.h' 2024-10-08T20:15:07.4358732Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.4362002Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.4364817Z adding 'torch/include/ATen/ops/permute_copy_native.h' 2024-10-08T20:15:07.4367920Z adding 'torch/include/ATen/ops/permute_copy_ops.h' 2024-10-08T20:15:07.4370893Z adding 'torch/include/ATen/ops/permute_native.h' 2024-10-08T20:15:07.4374113Z adding 'torch/include/ATen/ops/permute_ops.h' 2024-10-08T20:15:07.4377122Z adding 'torch/include/ATen/ops/pin_memory.h' 2024-10-08T20:15:07.4380443Z adding 'torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.4383327Z adding 'torch/include/ATen/ops/pin_memory_native.h' 2024-10-08T20:15:07.4386371Z adding 'torch/include/ATen/ops/pin_memory_ops.h' 2024-10-08T20:15:07.4389389Z adding 'torch/include/ATen/ops/pinverse.h' 2024-10-08T20:15:07.4392737Z adding 'torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.4395552Z adding 'torch/include/ATen/ops/pinverse_native.h' 2024-10-08T20:15:07.4398634Z adding 'torch/include/ATen/ops/pinverse_ops.h' 2024-10-08T20:15:07.4401777Z adding 'torch/include/ATen/ops/pixel_shuffle.h' 2024-10-08T20:15:07.4405155Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.4408417Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.4412641Z adding 'torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h' 2024-10-08T20:15:07.4414586Z adding 'torch/include/ATen/ops/pixel_shuffle_native.h' 2024-10-08T20:15:07.4418461Z adding 'torch/include/ATen/ops/pixel_shuffle_ops.h' 2024-10-08T20:15:07.4421056Z adding 'torch/include/ATen/ops/pixel_unshuffle.h' 2024-10-08T20:15:07.4424650Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.4427801Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.4430834Z adding 'torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h' 2024-10-08T20:15:07.4433866Z adding 'torch/include/ATen/ops/pixel_unshuffle_native.h' 2024-10-08T20:15:07.4437283Z adding 'torch/include/ATen/ops/pixel_unshuffle_ops.h' 2024-10-08T20:15:07.4441191Z adding 'torch/include/ATen/ops/poisson.h' 2024-10-08T20:15:07.4443865Z adding 'torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.4447064Z adding 'torch/include/ATen/ops/poisson_cpu_dispatch.h' 2024-10-08T20:15:07.4450070Z adding 'torch/include/ATen/ops/poisson_cuda_dispatch.h' 2024-10-08T20:15:07.4453285Z adding 'torch/include/ATen/ops/poisson_native.h' 2024-10-08T20:15:07.4456456Z adding 'torch/include/ATen/ops/poisson_nll_loss.h' 2024-10-08T20:15:07.4459987Z adding 'torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.4463796Z adding 'torch/include/ATen/ops/poisson_nll_loss_native.h' 2024-10-08T20:15:07.4466218Z adding 'torch/include/ATen/ops/poisson_nll_loss_ops.h' 2024-10-08T20:15:07.4469699Z adding 'torch/include/ATen/ops/poisson_ops.h' 2024-10-08T20:15:07.4472664Z adding 'torch/include/ATen/ops/polar.h' 2024-10-08T20:15:07.4476121Z adding 'torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.4479090Z adding 'torch/include/ATen/ops/polar_cpu_dispatch.h' 2024-10-08T20:15:07.4482387Z adding 'torch/include/ATen/ops/polar_cuda_dispatch.h' 2024-10-08T20:15:07.4486633Z adding 'torch/include/ATen/ops/polar_native.h' 2024-10-08T20:15:07.4489289Z adding 'torch/include/ATen/ops/polar_ops.h' 2024-10-08T20:15:07.4492661Z adding 'torch/include/ATen/ops/polygamma.h' 2024-10-08T20:15:07.4496253Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.4499570Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.4502423Z adding 'torch/include/ATen/ops/polygamma_cpu_dispatch.h' 2024-10-08T20:15:07.4505739Z adding 'torch/include/ATen/ops/polygamma_cuda_dispatch.h' 2024-10-08T20:15:07.4509330Z adding 'torch/include/ATen/ops/polygamma_meta.h' 2024-10-08T20:15:07.4512182Z adding 'torch/include/ATen/ops/polygamma_meta_dispatch.h' 2024-10-08T20:15:07.4515290Z adding 'torch/include/ATen/ops/polygamma_native.h' 2024-10-08T20:15:07.4518658Z adding 'torch/include/ATen/ops/polygamma_ops.h' 2024-10-08T20:15:07.4521857Z adding 'torch/include/ATen/ops/positive.h' 2024-10-08T20:15:07.4532290Z adding 'torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.4535079Z adding 'torch/include/ATen/ops/positive_native.h' 2024-10-08T20:15:07.4538373Z adding 'torch/include/ATen/ops/positive_ops.h' 2024-10-08T20:15:07.4541630Z adding 'torch/include/ATen/ops/pow.h' 2024-10-08T20:15:07.4545389Z adding 'torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.4549003Z adding 'torch/include/ATen/ops/pow_cpu_dispatch.h' 2024-10-08T20:15:07.4551691Z adding 'torch/include/ATen/ops/pow_cuda_dispatch.h' 2024-10-08T20:15:07.4554904Z adding 'torch/include/ATen/ops/pow_meta.h' 2024-10-08T20:15:07.4558132Z adding 'torch/include/ATen/ops/pow_meta_dispatch.h' 2024-10-08T20:15:07.4561397Z adding 'torch/include/ATen/ops/pow_native.h' 2024-10-08T20:15:07.4565787Z adding 'torch/include/ATen/ops/pow_ops.h' 2024-10-08T20:15:07.4568328Z adding 'torch/include/ATen/ops/prelu.h' 2024-10-08T20:15:07.4571968Z adding 'torch/include/ATen/ops/prelu_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.4574806Z adding 'torch/include/ATen/ops/prelu_native.h' 2024-10-08T20:15:07.4578105Z adding 'torch/include/ATen/ops/prelu_ops.h' 2024-10-08T20:15:07.4581359Z adding 'torch/include/ATen/ops/prod.h' 2024-10-08T20:15:07.4584939Z adding 'torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.4588908Z adding 'torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.4591422Z adding 'torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.4594587Z adding 'torch/include/ATen/ops/prod_cpu_dispatch.h' 2024-10-08T20:15:07.4597752Z adding 'torch/include/ATen/ops/prod_cuda_dispatch.h' 2024-10-08T20:15:07.4601006Z adding 'torch/include/ATen/ops/prod_meta.h' 2024-10-08T20:15:07.4604195Z adding 'torch/include/ATen/ops/prod_meta_dispatch.h' 2024-10-08T20:15:07.4607440Z adding 'torch/include/ATen/ops/prod_native.h' 2024-10-08T20:15:07.4611318Z adding 'torch/include/ATen/ops/prod_ops.h' 2024-10-08T20:15:07.4614424Z adding 'torch/include/ATen/ops/promote_types.h' 2024-10-08T20:15:07.4617906Z adding 'torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.4620758Z adding 'torch/include/ATen/ops/promote_types_native.h' 2024-10-08T20:15:07.4624131Z adding 'torch/include/ATen/ops/promote_types_ops.h' 2024-10-08T20:15:07.4628083Z adding 'torch/include/ATen/ops/put.h' 2024-10-08T20:15:07.4630718Z adding 'torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.4634138Z adding 'torch/include/ATen/ops/put_cpu_dispatch.h' 2024-10-08T20:15:07.4636895Z adding 'torch/include/ATen/ops/put_cuda_dispatch.h' 2024-10-08T20:15:07.4640052Z adding 'torch/include/ATen/ops/put_meta_dispatch.h' 2024-10-08T20:15:07.4643048Z adding 'torch/include/ATen/ops/put_native.h' 2024-10-08T20:15:07.4646522Z adding 'torch/include/ATen/ops/put_ops.h' 2024-10-08T20:15:07.4649678Z adding 'torch/include/ATen/ops/q_per_channel_axis.h' 2024-10-08T20:15:07.4653034Z adding 'torch/include/ATen/ops/q_per_channel_axis_native.h' 2024-10-08T20:15:07.4656840Z adding 'torch/include/ATen/ops/q_per_channel_axis_ops.h' 2024-10-08T20:15:07.4659422Z adding 'torch/include/ATen/ops/q_per_channel_scales.h' 2024-10-08T20:15:07.4662971Z adding 'torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.4665800Z adding 'torch/include/ATen/ops/q_per_channel_scales_native.h' 2024-10-08T20:15:07.4669116Z adding 'torch/include/ATen/ops/q_per_channel_scales_ops.h' 2024-10-08T20:15:07.4672242Z adding 'torch/include/ATen/ops/q_per_channel_zero_points.h' 2024-10-08T20:15:07.4675917Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.4679597Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_native.h' 2024-10-08T20:15:07.4682027Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_ops.h' 2024-10-08T20:15:07.4685161Z adding 'torch/include/ATen/ops/q_scale.h' 2024-10-08T20:15:07.4688133Z adding 'torch/include/ATen/ops/q_scale_native.h' 2024-10-08T20:15:07.4691379Z adding 'torch/include/ATen/ops/q_scale_ops.h' 2024-10-08T20:15:07.4694654Z adding 'torch/include/ATen/ops/q_zero_point.h' 2024-10-08T20:15:07.4697814Z adding 'torch/include/ATen/ops/q_zero_point_native.h' 2024-10-08T20:15:07.4700977Z adding 'torch/include/ATen/ops/q_zero_point_ops.h' 2024-10-08T20:15:07.4704191Z adding 'torch/include/ATen/ops/qr.h' 2024-10-08T20:15:07.4707952Z adding 'torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.4710516Z adding 'torch/include/ATen/ops/qr_native.h' 2024-10-08T20:15:07.4713846Z adding 'torch/include/ATen/ops/qr_ops.h' 2024-10-08T20:15:07.4716884Z adding 'torch/include/ATen/ops/qscheme.h' 2024-10-08T20:15:07.4720051Z adding 'torch/include/ATen/ops/qscheme_native.h' 2024-10-08T20:15:07.4723172Z adding 'torch/include/ATen/ops/qscheme_ops.h' 2024-10-08T20:15:07.4726674Z adding 'torch/include/ATen/ops/quantile.h' 2024-10-08T20:15:07.4730559Z adding 'torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.4733384Z adding 'torch/include/ATen/ops/quantile_native.h' 2024-10-08T20:15:07.4736930Z adding 'torch/include/ATen/ops/quantile_ops.h' 2024-10-08T20:15:07.4740263Z adding 'torch/include/ATen/ops/quantize_per_channel.h' 2024-10-08T20:15:07.4743882Z adding 'torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.4747549Z adding 'torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h' 2024-10-08T20:15:07.4750703Z adding 'torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h' 2024-10-08T20:15:07.4753891Z adding 'torch/include/ATen/ops/quantize_per_channel_native.h' 2024-10-08T20:15:07.4757196Z adding 'torch/include/ATen/ops/quantize_per_channel_ops.h' 2024-10-08T20:15:07.4760783Z adding 'torch/include/ATen/ops/quantize_per_tensor.h' 2024-10-08T20:15:07.4764691Z adding 'torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.4767502Z adding 'torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h' 2024-10-08T20:15:07.4770790Z adding 'torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h' 2024-10-08T20:15:07.4774020Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic.h' 2024-10-08T20:15:07.4777717Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.4781527Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h' 2024-10-08T20:15:07.4783891Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h' 2024-10-08T20:15:07.4787359Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h' 2024-10-08T20:15:07.4790222Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h' 2024-10-08T20:15:07.4793551Z adding 'torch/include/ATen/ops/quantize_per_tensor_native.h' 2024-10-08T20:15:07.4797162Z adding 'torch/include/ATen/ops/quantize_per_tensor_ops.h' 2024-10-08T20:15:07.4800762Z adding 'torch/include/ATen/ops/quantized_batch_norm.h' 2024-10-08T20:15:07.4804523Z adding 'torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.4807303Z adding 'torch/include/ATen/ops/quantized_batch_norm_native.h' 2024-10-08T20:15:07.4810817Z adding 'torch/include/ATen/ops/quantized_batch_norm_ops.h' 2024-10-08T20:15:07.4814164Z adding 'torch/include/ATen/ops/quantized_gru_cell.h' 2024-10-08T20:15:07.4817762Z adding 'torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.4821268Z adding 'torch/include/ATen/ops/quantized_gru_cell_native.h' 2024-10-08T20:15:07.4824150Z adding 'torch/include/ATen/ops/quantized_gru_cell_ops.h' 2024-10-08T20:15:07.4827462Z adding 'torch/include/ATen/ops/quantized_lstm_cell.h' 2024-10-08T20:15:07.4830870Z adding 'torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.4833944Z adding 'torch/include/ATen/ops/quantized_lstm_cell_native.h' 2024-10-08T20:15:07.4838096Z adding 'torch/include/ATen/ops/quantized_lstm_cell_ops.h' 2024-10-08T20:15:07.4840702Z adding 'torch/include/ATen/ops/quantized_max_pool1d.h' 2024-10-08T20:15:07.4844333Z adding 'torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.4847267Z adding 'torch/include/ATen/ops/quantized_max_pool1d_native.h' 2024-10-08T20:15:07.4850712Z adding 'torch/include/ATen/ops/quantized_max_pool1d_ops.h' 2024-10-08T20:15:07.4854583Z adding 'torch/include/ATen/ops/quantized_max_pool2d.h' 2024-10-08T20:15:07.4857683Z adding 'torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.4860991Z adding 'torch/include/ATen/ops/quantized_max_pool2d_native.h' 2024-10-08T20:15:07.4864032Z adding 'torch/include/ATen/ops/quantized_max_pool2d_ops.h' 2024-10-08T20:15:07.4867560Z adding 'torch/include/ATen/ops/quantized_max_pool3d.h' 2024-10-08T20:15:07.4871586Z adding 'torch/include/ATen/ops/quantized_max_pool3d_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.4874139Z adding 'torch/include/ATen/ops/quantized_max_pool3d_native.h' 2024-10-08T20:15:07.4877899Z adding 'torch/include/ATen/ops/quantized_max_pool3d_ops.h' 2024-10-08T20:15:07.4880763Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell.h' 2024-10-08T20:15:07.4884380Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.4887254Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_native.h' 2024-10-08T20:15:07.4890706Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h' 2024-10-08T20:15:07.4894891Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell.h' 2024-10-08T20:15:07.4897721Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.4900788Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h' 2024-10-08T20:15:07.4904067Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h' 2024-10-08T20:15:07.4907286Z adding 'torch/include/ATen/ops/rad2deg.h' 2024-10-08T20:15:07.4910643Z adding 'torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.4913663Z adding 'torch/include/ATen/ops/rad2deg_native.h' 2024-10-08T20:15:07.4917457Z adding 'torch/include/ATen/ops/rad2deg_ops.h' 2024-10-08T20:15:07.4921938Z adding 'torch/include/ATen/ops/rand.h' 2024-10-08T20:15:07.4926288Z adding 'torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.4929710Z adding 'torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.4932975Z adding 'torch/include/ATen/ops/rand_like.h' 2024-10-08T20:15:07.4936660Z adding 'torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.4940144Z adding 'torch/include/ATen/ops/rand_like_native.h' 2024-10-08T20:15:07.4943032Z adding 'torch/include/ATen/ops/rand_like_ops.h' 2024-10-08T20:15:07.4946239Z adding 'torch/include/ATen/ops/rand_native.h' 2024-10-08T20:15:07.4950786Z adding 'torch/include/ATen/ops/rand_ops.h' 2024-10-08T20:15:07.4955424Z adding 'torch/include/ATen/ops/randint.h' 2024-10-08T20:15:07.4959559Z adding 'torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.4963610Z adding 'torch/include/ATen/ops/randint_like.h' 2024-10-08T20:15:07.4967732Z adding 'torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.4970775Z adding 'torch/include/ATen/ops/randint_like_native.h' 2024-10-08T20:15:07.4974425Z adding 'torch/include/ATen/ops/randint_like_ops.h' 2024-10-08T20:15:07.4977815Z adding 'torch/include/ATen/ops/randint_native.h' 2024-10-08T20:15:07.4981433Z adding 'torch/include/ATen/ops/randint_ops.h' 2024-10-08T20:15:07.4986680Z adding 'torch/include/ATen/ops/randn.h' 2024-10-08T20:15:07.4990638Z adding 'torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.4993921Z adding 'torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.4997532Z adding 'torch/include/ATen/ops/randn_like.h' 2024-10-08T20:15:07.5000799Z adding 'torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.5004247Z adding 'torch/include/ATen/ops/randn_like_compositeimplicitautogradnestedtensor_dispatch.h' 2024-10-08T20:15:07.5007102Z adding 'torch/include/ATen/ops/randn_like_native.h' 2024-10-08T20:15:07.5010543Z adding 'torch/include/ATen/ops/randn_like_ops.h' 2024-10-08T20:15:07.5014648Z adding 'torch/include/ATen/ops/randn_native.h' 2024-10-08T20:15:07.5018355Z adding 'torch/include/ATen/ops/randn_ops.h' 2024-10-08T20:15:07.5022039Z adding 'torch/include/ATen/ops/random.h' 2024-10-08T20:15:07.5026419Z adding 'torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.5028693Z adding 'torch/include/ATen/ops/random_cpu_dispatch.h' 2024-10-08T20:15:07.5032038Z adding 'torch/include/ATen/ops/random_cuda_dispatch.h' 2024-10-08T20:15:07.5035141Z adding 'torch/include/ATen/ops/random_meta_dispatch.h' 2024-10-08T20:15:07.5038402Z adding 'torch/include/ATen/ops/random_native.h' 2024-10-08T20:15:07.5042004Z adding 'torch/include/ATen/ops/random_ops.h' 2024-10-08T20:15:07.5046135Z adding 'torch/include/ATen/ops/randperm.h' 2024-10-08T20:15:07.5050080Z adding 'torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.5053217Z adding 'torch/include/ATen/ops/randperm_cpu_dispatch.h' 2024-10-08T20:15:07.5056533Z adding 'torch/include/ATen/ops/randperm_cuda_dispatch.h' 2024-10-08T20:15:07.5060175Z adding 'torch/include/ATen/ops/randperm_native.h' 2024-10-08T20:15:07.5063140Z adding 'torch/include/ATen/ops/randperm_ops.h' 2024-10-08T20:15:07.5066789Z adding 'torch/include/ATen/ops/range.h' 2024-10-08T20:15:07.5070272Z adding 'torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.5073481Z adding 'torch/include/ATen/ops/range_cpu_dispatch.h' 2024-10-08T20:15:07.5077197Z adding 'torch/include/ATen/ops/range_cuda_dispatch.h' 2024-10-08T20:15:07.5079795Z adding 'torch/include/ATen/ops/range_meta_dispatch.h' 2024-10-08T20:15:07.5083028Z adding 'torch/include/ATen/ops/range_native.h' 2024-10-08T20:15:07.5086449Z adding 'torch/include/ATen/ops/range_ops.h' 2024-10-08T20:15:07.5089760Z adding 'torch/include/ATen/ops/ravel.h' 2024-10-08T20:15:07.5094538Z adding 'torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.5096232Z adding 'torch/include/ATen/ops/ravel_native.h' 2024-10-08T20:15:07.5099885Z adding 'torch/include/ATen/ops/ravel_ops.h' 2024-10-08T20:15:07.5102542Z adding 'torch/include/ATen/ops/real.h' 2024-10-08T20:15:07.5105990Z adding 'torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.5108756Z adding 'torch/include/ATen/ops/real_native.h' 2024-10-08T20:15:07.5112292Z adding 'torch/include/ATen/ops/real_ops.h' 2024-10-08T20:15:07.5115494Z adding 'torch/include/ATen/ops/reciprocal.h' 2024-10-08T20:15:07.5119249Z adding 'torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.5122075Z adding 'torch/include/ATen/ops/reciprocal_cpu_dispatch.h' 2024-10-08T20:15:07.5125253Z adding 'torch/include/ATen/ops/reciprocal_cuda_dispatch.h' 2024-10-08T20:15:07.5128333Z adding 'torch/include/ATen/ops/reciprocal_meta.h' 2024-10-08T20:15:07.5131514Z adding 'torch/include/ATen/ops/reciprocal_meta_dispatch.h' 2024-10-08T20:15:07.5134729Z adding 'torch/include/ATen/ops/reciprocal_native.h' 2024-10-08T20:15:07.5137946Z adding 'torch/include/ATen/ops/reciprocal_ops.h' 2024-10-08T20:15:07.5141134Z adding 'torch/include/ATen/ops/record_stream.h' 2024-10-08T20:15:07.5144381Z adding 'torch/include/ATen/ops/record_stream_cuda_dispatch.h' 2024-10-08T20:15:07.5147440Z adding 'torch/include/ATen/ops/record_stream_native.h' 2024-10-08T20:15:07.5151824Z adding 'torch/include/ATen/ops/record_stream_ops.h' 2024-10-08T20:15:07.5153709Z adding 'torch/include/ATen/ops/refine_names.h' 2024-10-08T20:15:07.5157632Z adding 'torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.5160000Z adding 'torch/include/ATen/ops/refine_names_native.h' 2024-10-08T20:15:07.5163283Z adding 'torch/include/ATen/ops/refine_names_ops.h' 2024-10-08T20:15:07.5166602Z adding 'torch/include/ATen/ops/reflection_pad1d.h' 2024-10-08T20:15:07.5170386Z adding 'torch/include/ATen/ops/reflection_pad1d_backward.h' 2024-10-08T20:15:07.5174817Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.5177267Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h' 2024-10-08T20:15:07.5180588Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h' 2024-10-08T20:15:07.5183586Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta.h' 2024-10-08T20:15:07.5186952Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h' 2024-10-08T20:15:07.5189999Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_native.h' 2024-10-08T20:15:07.5193435Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_ops.h' 2024-10-08T20:15:07.5197424Z adding 'torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.5199934Z adding 'torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h' 2024-10-08T20:15:07.5203253Z adding 'torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h' 2024-10-08T20:15:07.5206269Z adding 'torch/include/ATen/ops/reflection_pad1d_meta.h' 2024-10-08T20:15:07.5209631Z adding 'torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h' 2024-10-08T20:15:07.5212782Z adding 'torch/include/ATen/ops/reflection_pad1d_native.h' 2024-10-08T20:15:07.5216161Z adding 'torch/include/ATen/ops/reflection_pad1d_ops.h' 2024-10-08T20:15:07.5219840Z adding 'torch/include/ATen/ops/reflection_pad2d.h' 2024-10-08T20:15:07.5223182Z adding 'torch/include/ATen/ops/reflection_pad2d_backward.h' 2024-10-08T20:15:07.5226700Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h' 2024-10-08T20:15:07.5229905Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h' 2024-10-08T20:15:07.5233120Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_native.h' 2024-10-08T20:15:07.5236807Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_ops.h' 2024-10-08T20:15:07.5240136Z adding 'torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h' 2024-10-08T20:15:07.5243046Z adding 'torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h' 2024-10-08T20:15:07.5246024Z adding 'torch/include/ATen/ops/reflection_pad2d_native.h' 2024-10-08T20:15:07.5249384Z adding 'torch/include/ATen/ops/reflection_pad2d_ops.h' 2024-10-08T20:15:07.5253665Z adding 'torch/include/ATen/ops/reflection_pad3d.h' 2024-10-08T20:15:07.5256536Z adding 'torch/include/ATen/ops/reflection_pad3d_backward.h' 2024-10-08T20:15:07.5260306Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.5263303Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h' 2024-10-08T20:15:07.5266651Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h' 2024-10-08T20:15:07.5270511Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta.h' 2024-10-08T20:15:07.5273075Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h' 2024-10-08T20:15:07.5276666Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_native.h' 2024-10-08T20:15:07.5279954Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_ops.h' 2024-10-08T20:15:07.5283596Z adding 'torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.5286462Z adding 'torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h' 2024-10-08T20:15:07.5289808Z adding 'torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h' 2024-10-08T20:15:07.5293441Z adding 'torch/include/ATen/ops/reflection_pad3d_meta.h' 2024-10-08T20:15:07.5296254Z adding 'torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h' 2024-10-08T20:15:07.5300172Z adding 'torch/include/ATen/ops/reflection_pad3d_native.h' 2024-10-08T20:15:07.5303474Z adding 'torch/include/ATen/ops/reflection_pad3d_ops.h' 2024-10-08T20:15:07.5306717Z adding 'torch/include/ATen/ops/relu.h' 2024-10-08T20:15:07.5310363Z adding 'torch/include/ATen/ops/relu6.h' 2024-10-08T20:15:07.5313325Z adding 'torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.5321972Z adding 'torch/include/ATen/ops/relu6_native.h' 2024-10-08T20:15:07.5325066Z adding 'torch/include/ATen/ops/relu6_ops.h' 2024-10-08T20:15:07.5328389Z adding 'torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.5331322Z adding 'torch/include/ATen/ops/relu_cpu_dispatch.h' 2024-10-08T20:15:07.5334739Z adding 'torch/include/ATen/ops/relu_cuda_dispatch.h' 2024-10-08T20:15:07.5337780Z adding 'torch/include/ATen/ops/relu_meta_dispatch.h' 2024-10-08T20:15:07.5340816Z adding 'torch/include/ATen/ops/relu_native.h' 2024-10-08T20:15:07.5344067Z adding 'torch/include/ATen/ops/relu_ops.h' 2024-10-08T20:15:07.5348222Z adding 'torch/include/ATen/ops/remainder.h' 2024-10-08T20:15:07.5351005Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.5354236Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.5357095Z adding 'torch/include/ATen/ops/remainder_cpu_dispatch.h' 2024-10-08T20:15:07.5360214Z adding 'torch/include/ATen/ops/remainder_cuda_dispatch.h' 2024-10-08T20:15:07.5363194Z adding 'torch/include/ATen/ops/remainder_meta.h' 2024-10-08T20:15:07.5366343Z adding 'torch/include/ATen/ops/remainder_meta_dispatch.h' 2024-10-08T20:15:07.5369403Z adding 'torch/include/ATen/ops/remainder_native.h' 2024-10-08T20:15:07.5373043Z adding 'torch/include/ATen/ops/remainder_ops.h' 2024-10-08T20:15:07.5376159Z adding 'torch/include/ATen/ops/rename.h' 2024-10-08T20:15:07.5379629Z adding 'torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.5382480Z adding 'torch/include/ATen/ops/rename_native.h' 2024-10-08T20:15:07.5385627Z adding 'torch/include/ATen/ops/rename_ops.h' 2024-10-08T20:15:07.5388775Z adding 'torch/include/ATen/ops/renorm.h' 2024-10-08T20:15:07.5392665Z adding 'torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.5395174Z adding 'torch/include/ATen/ops/renorm_cpu_dispatch.h' 2024-10-08T20:15:07.5398291Z adding 'torch/include/ATen/ops/renorm_cuda_dispatch.h' 2024-10-08T20:15:07.5401271Z adding 'torch/include/ATen/ops/renorm_meta.h' 2024-10-08T20:15:07.5404436Z adding 'torch/include/ATen/ops/renorm_meta_dispatch.h' 2024-10-08T20:15:07.5407451Z adding 'torch/include/ATen/ops/renorm_native.h' 2024-10-08T20:15:07.5410710Z adding 'torch/include/ATen/ops/renorm_ops.h' 2024-10-08T20:15:07.5414170Z adding 'torch/include/ATen/ops/repeat.h' 2024-10-08T20:15:07.5417579Z adding 'torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.5421138Z adding 'torch/include/ATen/ops/repeat_interleave.h' 2024-10-08T20:15:07.5424759Z adding 'torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.5427929Z adding 'torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.5430914Z adding 'torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h' 2024-10-08T20:15:07.5434828Z adding 'torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h' 2024-10-08T20:15:07.5437257Z adding 'torch/include/ATen/ops/repeat_interleave_native.h' 2024-10-08T20:15:07.5441241Z adding 'torch/include/ATen/ops/repeat_interleave_ops.h' 2024-10-08T20:15:07.5443796Z adding 'torch/include/ATen/ops/repeat_native.h' 2024-10-08T20:15:07.5447016Z adding 'torch/include/ATen/ops/repeat_ops.h' 2024-10-08T20:15:07.5450378Z adding 'torch/include/ATen/ops/replication_pad1d.h' 2024-10-08T20:15:07.5454022Z adding 'torch/include/ATen/ops/replication_pad1d_backward.h' 2024-10-08T20:15:07.5457647Z adding 'torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.5460577Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h' 2024-10-08T20:15:07.5463794Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h' 2024-10-08T20:15:07.5466828Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta.h' 2024-10-08T20:15:07.5470082Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h' 2024-10-08T20:15:07.5473164Z adding 'torch/include/ATen/ops/replication_pad1d_backward_native.h' 2024-10-08T20:15:07.5476355Z adding 'torch/include/ATen/ops/replication_pad1d_backward_ops.h' 2024-10-08T20:15:07.5479771Z adding 'torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.5482668Z adding 'torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h' 2024-10-08T20:15:07.5485800Z adding 'torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h' 2024-10-08T20:15:07.5488810Z adding 'torch/include/ATen/ops/replication_pad1d_meta.h' 2024-10-08T20:15:07.5492060Z adding 'torch/include/ATen/ops/replication_pad1d_meta_dispatch.h' 2024-10-08T20:15:07.5495182Z adding 'torch/include/ATen/ops/replication_pad1d_native.h' 2024-10-08T20:15:07.5498345Z adding 'torch/include/ATen/ops/replication_pad1d_ops.h' 2024-10-08T20:15:07.5501689Z adding 'torch/include/ATen/ops/replication_pad2d.h' 2024-10-08T20:15:07.5505249Z adding 'torch/include/ATen/ops/replication_pad2d_backward.h' 2024-10-08T20:15:07.5508652Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h' 2024-10-08T20:15:07.5511915Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h' 2024-10-08T20:15:07.5514937Z adding 'torch/include/ATen/ops/replication_pad2d_backward_native.h' 2024-10-08T20:15:07.5518176Z adding 'torch/include/ATen/ops/replication_pad2d_backward_ops.h' 2024-10-08T20:15:07.5525961Z adding 'torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.5528882Z adding 'torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h' 2024-10-08T20:15:07.5532143Z adding 'torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h' 2024-10-08T20:15:07.5535722Z adding 'torch/include/ATen/ops/replication_pad2d_meta.h' 2024-10-08T20:15:07.5539065Z adding 'torch/include/ATen/ops/replication_pad2d_meta_dispatch.h' 2024-10-08T20:15:07.5542142Z adding 'torch/include/ATen/ops/replication_pad2d_native.h' 2024-10-08T20:15:07.5545348Z adding 'torch/include/ATen/ops/replication_pad2d_ops.h' 2024-10-08T20:15:07.5548709Z adding 'torch/include/ATen/ops/replication_pad3d.h' 2024-10-08T20:15:07.5552223Z adding 'torch/include/ATen/ops/replication_pad3d_backward.h' 2024-10-08T20:15:07.5555586Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h' 2024-10-08T20:15:07.5558864Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h' 2024-10-08T20:15:07.5561919Z adding 'torch/include/ATen/ops/replication_pad3d_backward_native.h' 2024-10-08T20:15:07.5565172Z adding 'torch/include/ATen/ops/replication_pad3d_backward_ops.h' 2024-10-08T20:15:07.5568602Z adding 'torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.5571570Z adding 'torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h' 2024-10-08T20:15:07.5574859Z adding 'torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h' 2024-10-08T20:15:07.5577845Z adding 'torch/include/ATen/ops/replication_pad3d_meta.h' 2024-10-08T20:15:07.5581590Z adding 'torch/include/ATen/ops/replication_pad3d_meta_dispatch.h' 2024-10-08T20:15:07.5584136Z adding 'torch/include/ATen/ops/replication_pad3d_native.h' 2024-10-08T20:15:07.5587326Z adding 'torch/include/ATen/ops/replication_pad3d_ops.h' 2024-10-08T20:15:07.5590384Z adding 'torch/include/ATen/ops/requires_grad.h' 2024-10-08T20:15:07.5593721Z adding 'torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.5596564Z adding 'torch/include/ATen/ops/requires_grad_native.h' 2024-10-08T20:15:07.5599618Z adding 'torch/include/ATen/ops/requires_grad_ops.h' 2024-10-08T20:15:07.5602711Z adding 'torch/include/ATen/ops/reshape.h' 2024-10-08T20:15:07.5605724Z adding 'torch/include/ATen/ops/reshape_as.h' 2024-10-08T20:15:07.5608994Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.5612277Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h' 2024-10-08T20:15:07.5615054Z adding 'torch/include/ATen/ops/reshape_as_native.h' 2024-10-08T20:15:07.5618151Z adding 'torch/include/ATen/ops/reshape_as_ops.h' 2024-10-08T20:15:07.5621450Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.5624632Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h' 2024-10-08T20:15:07.5627381Z adding 'torch/include/ATen/ops/reshape_native.h' 2024-10-08T20:15:07.5630504Z adding 'torch/include/ATen/ops/reshape_ops.h' 2024-10-08T20:15:07.5633940Z adding 'torch/include/ATen/ops/resize.h' 2024-10-08T20:15:07.5637442Z adding 'torch/include/ATen/ops/resize_as.h' 2024-10-08T20:15:07.5640844Z adding 'torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.5643752Z adding 'torch/include/ATen/ops/resize_as_native.h' 2024-10-08T20:15:07.5647212Z adding 'torch/include/ATen/ops/resize_as_ops.h' 2024-10-08T20:15:07.5650303Z adding 'torch/include/ATen/ops/resize_as_sparse.h' 2024-10-08T20:15:07.5653828Z adding 'torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.5656772Z adding 'torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h' 2024-10-08T20:15:07.5659773Z adding 'torch/include/ATen/ops/resize_as_sparse_native.h' 2024-10-08T20:15:07.5663047Z adding 'torch/include/ATen/ops/resize_as_sparse_ops.h' 2024-10-08T20:15:07.5666462Z adding 'torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.5669457Z adding 'torch/include/ATen/ops/resize_cpu_dispatch.h' 2024-10-08T20:15:07.5672538Z adding 'torch/include/ATen/ops/resize_cuda_dispatch.h' 2024-10-08T20:15:07.5675651Z adding 'torch/include/ATen/ops/resize_meta_dispatch.h' 2024-10-08T20:15:07.5678805Z adding 'torch/include/ATen/ops/resize_native.h' 2024-10-08T20:15:07.5682076Z adding 'torch/include/ATen/ops/resize_ops.h' 2024-10-08T20:15:07.5685233Z adding 'torch/include/ATen/ops/resolve_conj.h' 2024-10-08T20:15:07.5688549Z adding 'torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.5691370Z adding 'torch/include/ATen/ops/resolve_conj_native.h' 2024-10-08T20:15:07.5694611Z adding 'torch/include/ATen/ops/resolve_conj_ops.h' 2024-10-08T20:15:07.5697629Z adding 'torch/include/ATen/ops/resolve_neg.h' 2024-10-08T20:15:07.5700925Z adding 'torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.5703702Z adding 'torch/include/ATen/ops/resolve_neg_native.h' 2024-10-08T20:15:07.5706780Z adding 'torch/include/ATen/ops/resolve_neg_ops.h' 2024-10-08T20:15:07.5709904Z adding 'torch/include/ATen/ops/result_type.h' 2024-10-08T20:15:07.5713300Z adding 'torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.5716157Z adding 'torch/include/ATen/ops/result_type_native.h' 2024-10-08T20:15:07.5719432Z adding 'torch/include/ATen/ops/result_type_ops.h' 2024-10-08T20:15:07.5722447Z adding 'torch/include/ATen/ops/retain_grad.h' 2024-10-08T20:15:07.5726304Z adding 'torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.5728553Z adding 'torch/include/ATen/ops/retain_grad_native.h' 2024-10-08T20:15:07.5731618Z adding 'torch/include/ATen/ops/retain_grad_ops.h' 2024-10-08T20:15:07.5734695Z adding 'torch/include/ATen/ops/retains_grad.h' 2024-10-08T20:15:07.5738128Z adding 'torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.5741001Z adding 'torch/include/ATen/ops/retains_grad_native.h' 2024-10-08T20:15:07.5744105Z adding 'torch/include/ATen/ops/retains_grad_ops.h' 2024-10-08T20:15:07.5747291Z adding 'torch/include/ATen/ops/rms_norm.h' 2024-10-08T20:15:07.5750708Z adding 'torch/include/ATen/ops/rms_norm_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.5753507Z adding 'torch/include/ATen/ops/rms_norm_native.h' 2024-10-08T20:15:07.5756665Z adding 'torch/include/ATen/ops/rms_norm_ops.h' 2024-10-08T20:15:07.5759775Z adding 'torch/include/ATen/ops/rnn_relu.h' 2024-10-08T20:15:07.5762963Z adding 'torch/include/ATen/ops/rnn_relu_cell.h' 2024-10-08T20:15:07.5766259Z adding 'torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.5769056Z adding 'torch/include/ATen/ops/rnn_relu_cell_native.h' 2024-10-08T20:15:07.5772312Z adding 'torch/include/ATen/ops/rnn_relu_cell_ops.h' 2024-10-08T20:15:07.5775696Z adding 'torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.5778602Z adding 'torch/include/ATen/ops/rnn_relu_native.h' 2024-10-08T20:15:07.5781870Z adding 'torch/include/ATen/ops/rnn_relu_ops.h' 2024-10-08T20:15:07.5785486Z adding 'torch/include/ATen/ops/rnn_tanh.h' 2024-10-08T20:15:07.5788681Z adding 'torch/include/ATen/ops/rnn_tanh_cell.h' 2024-10-08T20:15:07.5791989Z adding 'torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.5795210Z adding 'torch/include/ATen/ops/rnn_tanh_cell_native.h' 2024-10-08T20:15:07.5798050Z adding 'torch/include/ATen/ops/rnn_tanh_cell_ops.h' 2024-10-08T20:15:07.5801362Z adding 'torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.5804221Z adding 'torch/include/ATen/ops/rnn_tanh_native.h' 2024-10-08T20:15:07.5807476Z adding 'torch/include/ATen/ops/rnn_tanh_ops.h' 2024-10-08T20:15:07.5810848Z adding 'torch/include/ATen/ops/roll.h' 2024-10-08T20:15:07.5814418Z adding 'torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.5817373Z adding 'torch/include/ATen/ops/roll_cpu_dispatch.h' 2024-10-08T20:15:07.5820680Z adding 'torch/include/ATen/ops/roll_cuda_dispatch.h' 2024-10-08T20:15:07.5823560Z adding 'torch/include/ATen/ops/roll_native.h' 2024-10-08T20:15:07.5826846Z adding 'torch/include/ATen/ops/roll_ops.h' 2024-10-08T20:15:07.5829926Z adding 'torch/include/ATen/ops/rot90.h' 2024-10-08T20:15:07.5833308Z adding 'torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.5836208Z adding 'torch/include/ATen/ops/rot90_native.h' 2024-10-08T20:15:07.5839550Z adding 'torch/include/ATen/ops/rot90_ops.h' 2024-10-08T20:15:07.5842805Z adding 'torch/include/ATen/ops/round.h' 2024-10-08T20:15:07.5846442Z adding 'torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.5849379Z adding 'torch/include/ATen/ops/round_cpu_dispatch.h' 2024-10-08T20:15:07.5852727Z adding 'torch/include/ATen/ops/round_cuda_dispatch.h' 2024-10-08T20:15:07.5855876Z adding 'torch/include/ATen/ops/round_meta.h' 2024-10-08T20:15:07.5859135Z adding 'torch/include/ATen/ops/round_meta_dispatch.h' 2024-10-08T20:15:07.5862630Z adding 'torch/include/ATen/ops/round_native.h' 2024-10-08T20:15:07.5865793Z adding 'torch/include/ATen/ops/round_ops.h' 2024-10-08T20:15:07.5869097Z adding 'torch/include/ATen/ops/row_indices.h' 2024-10-08T20:15:07.5873277Z adding 'torch/include/ATen/ops/row_indices_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.5875512Z adding 'torch/include/ATen/ops/row_indices_copy.h' 2024-10-08T20:15:07.5879270Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.5882212Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.5885147Z adding 'torch/include/ATen/ops/row_indices_copy_native.h' 2024-10-08T20:15:07.5888350Z adding 'torch/include/ATen/ops/row_indices_copy_ops.h' 2024-10-08T20:15:07.5891576Z adding 'torch/include/ATen/ops/row_indices_native.h' 2024-10-08T20:15:07.5895316Z adding 'torch/include/ATen/ops/row_indices_ops.h' 2024-10-08T20:15:07.5898107Z adding 'torch/include/ATen/ops/row_stack.h' 2024-10-08T20:15:07.5901847Z adding 'torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.5904464Z adding 'torch/include/ATen/ops/row_stack_native.h' 2024-10-08T20:15:07.5907784Z adding 'torch/include/ATen/ops/row_stack_ops.h' 2024-10-08T20:15:07.5910962Z adding 'torch/include/ATen/ops/rrelu.h' 2024-10-08T20:15:07.5914482Z adding 'torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.5917413Z adding 'torch/include/ATen/ops/rrelu_native.h' 2024-10-08T20:15:07.5920872Z adding 'torch/include/ATen/ops/rrelu_ops.h' 2024-10-08T20:15:07.5924315Z adding 'torch/include/ATen/ops/rrelu_with_noise.h' 2024-10-08T20:15:07.5927645Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward.h' 2024-10-08T20:15:07.5931271Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.5934328Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_native.h' 2024-10-08T20:15:07.5937777Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_ops.h' 2024-10-08T20:15:07.5941419Z adding 'torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h' 2024-10-08T20:15:07.5944369Z adding 'torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h' 2024-10-08T20:15:07.5947674Z adding 'torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h' 2024-10-08T20:15:07.5950828Z adding 'torch/include/ATen/ops/rrelu_with_noise_native.h' 2024-10-08T20:15:07.5954406Z adding 'torch/include/ATen/ops/rrelu_with_noise_ops.h' 2024-10-08T20:15:07.5958223Z adding 'torch/include/ATen/ops/rshift.h' 2024-10-08T20:15:07.5961178Z adding 'torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.5964271Z adding 'torch/include/ATen/ops/rshift_cpu_dispatch.h' 2024-10-08T20:15:07.5967398Z adding 'torch/include/ATen/ops/rshift_cuda_dispatch.h' 2024-10-08T20:15:07.5970637Z adding 'torch/include/ATen/ops/rshift_meta_dispatch.h' 2024-10-08T20:15:07.5973746Z adding 'torch/include/ATen/ops/rshift_native.h' 2024-10-08T20:15:07.5977397Z adding 'torch/include/ATen/ops/rshift_ops.h' 2024-10-08T20:15:07.5981025Z adding 'torch/include/ATen/ops/rsqrt.h' 2024-10-08T20:15:07.5984205Z adding 'torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.5987304Z adding 'torch/include/ATen/ops/rsqrt_cpu_dispatch.h' 2024-10-08T20:15:07.5990367Z adding 'torch/include/ATen/ops/rsqrt_cuda_dispatch.h' 2024-10-08T20:15:07.5993538Z adding 'torch/include/ATen/ops/rsqrt_meta.h' 2024-10-08T20:15:07.5996644Z adding 'torch/include/ATen/ops/rsqrt_meta_dispatch.h' 2024-10-08T20:15:07.5999855Z adding 'torch/include/ATen/ops/rsqrt_native.h' 2024-10-08T20:15:07.6003725Z adding 'torch/include/ATen/ops/rsqrt_ops.h' 2024-10-08T20:15:07.6006444Z adding 'torch/include/ATen/ops/rsub.h' 2024-10-08T20:15:07.6010027Z adding 'torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.6013111Z adding 'torch/include/ATen/ops/rsub_cpu_dispatch.h' 2024-10-08T20:15:07.6016360Z adding 'torch/include/ATen/ops/rsub_cuda_dispatch.h' 2024-10-08T20:15:07.6019341Z adding 'torch/include/ATen/ops/rsub_native.h' 2024-10-08T20:15:07.6022835Z adding 'torch/include/ATen/ops/rsub_ops.h' 2024-10-08T20:15:07.6026465Z adding 'torch/include/ATen/ops/scalar_tensor.h' 2024-10-08T20:15:07.6029953Z adding 'torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.6037172Z adding 'torch/include/ATen/ops/scalar_tensor_native.h' 2024-10-08T20:15:07.6038444Z adding 'torch/include/ATen/ops/scalar_tensor_ops.h' 2024-10-08T20:15:07.6042693Z adding 'torch/include/ATen/ops/scaled_dot_product_attention.h' 2024-10-08T20:15:07.6045872Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.6049701Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_native.h' 2024-10-08T20:15:07.6054024Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_ops.h' 2024-10-08T20:15:07.6056701Z adding 'torch/include/ATen/ops/scatter.h' 2024-10-08T20:15:07.6060173Z adding 'torch/include/ATen/ops/scatter_add.h' 2024-10-08T20:15:07.6063777Z adding 'torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.6067260Z adding 'torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.6071057Z adding 'torch/include/ATen/ops/scatter_add_cpu_dispatch.h' 2024-10-08T20:15:07.6073512Z adding 'torch/include/ATen/ops/scatter_add_cuda_dispatch.h' 2024-10-08T20:15:07.6076726Z adding 'torch/include/ATen/ops/scatter_add_meta.h' 2024-10-08T20:15:07.6079855Z adding 'torch/include/ATen/ops/scatter_add_meta_dispatch.h' 2024-10-08T20:15:07.6083141Z adding 'torch/include/ATen/ops/scatter_add_native.h' 2024-10-08T20:15:07.6086627Z adding 'torch/include/ATen/ops/scatter_add_ops.h' 2024-10-08T20:15:07.6090385Z adding 'torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.6093880Z adding 'torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.6096939Z adding 'torch/include/ATen/ops/scatter_cpu_dispatch.h' 2024-10-08T20:15:07.6100422Z adding 'torch/include/ATen/ops/scatter_cuda_dispatch.h' 2024-10-08T20:15:07.6103578Z adding 'torch/include/ATen/ops/scatter_meta.h' 2024-10-08T20:15:07.6107093Z adding 'torch/include/ATen/ops/scatter_meta_dispatch.h' 2024-10-08T20:15:07.6110685Z adding 'torch/include/ATen/ops/scatter_native.h' 2024-10-08T20:15:07.6114468Z adding 'torch/include/ATen/ops/scatter_ops.h' 2024-10-08T20:15:07.6118159Z adding 'torch/include/ATen/ops/scatter_reduce.h' 2024-10-08T20:15:07.6122323Z adding 'torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.6124764Z adding 'torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h' 2024-10-08T20:15:07.6128079Z adding 'torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h' 2024-10-08T20:15:07.6131137Z adding 'torch/include/ATen/ops/scatter_reduce_meta.h' 2024-10-08T20:15:07.6134634Z adding 'torch/include/ATen/ops/scatter_reduce_meta_dispatch.h' 2024-10-08T20:15:07.6137820Z adding 'torch/include/ATen/ops/scatter_reduce_native.h' 2024-10-08T20:15:07.6141245Z adding 'torch/include/ATen/ops/scatter_reduce_ops.h' 2024-10-08T20:15:07.6144737Z adding 'torch/include/ATen/ops/searchsorted.h' 2024-10-08T20:15:07.6148133Z adding 'torch/include/ATen/ops/searchsorted_cpu_dispatch.h' 2024-10-08T20:15:07.6151553Z adding 'torch/include/ATen/ops/searchsorted_cuda_dispatch.h' 2024-10-08T20:15:07.6154754Z adding 'torch/include/ATen/ops/searchsorted_native.h' 2024-10-08T20:15:07.6158429Z adding 'torch/include/ATen/ops/searchsorted_ops.h' 2024-10-08T20:15:07.6161939Z adding 'torch/include/ATen/ops/segment_reduce.h' 2024-10-08T20:15:07.6165421Z adding 'torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.6168628Z adding 'torch/include/ATen/ops/segment_reduce_cpu_dispatch.h' 2024-10-08T20:15:07.6171751Z adding 'torch/include/ATen/ops/segment_reduce_cuda_dispatch.h' 2024-10-08T20:15:07.6175075Z adding 'torch/include/ATen/ops/segment_reduce_native.h' 2024-10-08T20:15:07.6178415Z adding 'torch/include/ATen/ops/segment_reduce_ops.h' 2024-10-08T20:15:07.6181613Z adding 'torch/include/ATen/ops/select.h' 2024-10-08T20:15:07.6185191Z adding 'torch/include/ATen/ops/select_backward.h' 2024-10-08T20:15:07.6188815Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.6191987Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.6194745Z adding 'torch/include/ATen/ops/select_backward_native.h' 2024-10-08T20:15:07.6198009Z adding 'torch/include/ATen/ops/select_backward_ops.h' 2024-10-08T20:15:07.6201523Z adding 'torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.6204660Z adding 'torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.6207777Z adding 'torch/include/ATen/ops/select_copy.h' 2024-10-08T20:15:07.6211225Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.6214618Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.6217362Z adding 'torch/include/ATen/ops/select_copy_native.h' 2024-10-08T20:15:07.6220604Z adding 'torch/include/ATen/ops/select_copy_ops.h' 2024-10-08T20:15:07.6223622Z adding 'torch/include/ATen/ops/select_native.h' 2024-10-08T20:15:07.6226812Z adding 'torch/include/ATen/ops/select_ops.h' 2024-10-08T20:15:07.6230348Z adding 'torch/include/ATen/ops/select_scatter.h' 2024-10-08T20:15:07.6233825Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.6237071Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.6239825Z adding 'torch/include/ATen/ops/select_scatter_native.h' 2024-10-08T20:15:07.6243028Z adding 'torch/include/ATen/ops/select_scatter_ops.h' 2024-10-08T20:15:07.6246074Z adding 'torch/include/ATen/ops/selu.h' 2024-10-08T20:15:07.6249383Z adding 'torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.6252291Z adding 'torch/include/ATen/ops/selu_native.h' 2024-10-08T20:15:07.6255478Z adding 'torch/include/ATen/ops/selu_ops.h' 2024-10-08T20:15:07.6259249Z adding 'torch/include/ATen/ops/set.h' 2024-10-08T20:15:07.6262966Z adding 'torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.6266128Z adding 'torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.6269148Z adding 'torch/include/ATen/ops/set_cpu_dispatch.h' 2024-10-08T20:15:07.6272310Z adding 'torch/include/ATen/ops/set_cuda_dispatch.h' 2024-10-08T20:15:07.6275262Z adding 'torch/include/ATen/ops/set_data.h' 2024-10-08T20:15:07.6288633Z adding 'torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.6288995Z adding 'torch/include/ATen/ops/set_data_native.h' 2024-10-08T20:15:07.6289192Z adding 'torch/include/ATen/ops/set_data_ops.h' 2024-10-08T20:15:07.6289486Z adding 'torch/include/ATen/ops/set_meta_dispatch.h' 2024-10-08T20:15:07.6291734Z adding 'torch/include/ATen/ops/set_native.h' 2024-10-08T20:15:07.6295497Z adding 'torch/include/ATen/ops/set_ops.h' 2024-10-08T20:15:07.6299056Z adding 'torch/include/ATen/ops/sgn.h' 2024-10-08T20:15:07.6303426Z adding 'torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.6306006Z adding 'torch/include/ATen/ops/sgn_cpu_dispatch.h' 2024-10-08T20:15:07.6309310Z adding 'torch/include/ATen/ops/sgn_cuda_dispatch.h' 2024-10-08T20:15:07.6312318Z adding 'torch/include/ATen/ops/sgn_meta.h' 2024-10-08T20:15:07.6315573Z adding 'torch/include/ATen/ops/sgn_meta_dispatch.h' 2024-10-08T20:15:07.6318640Z adding 'torch/include/ATen/ops/sgn_native.h' 2024-10-08T20:15:07.6322070Z adding 'torch/include/ATen/ops/sgn_ops.h' 2024-10-08T20:15:07.6325746Z adding 'torch/include/ATen/ops/sigmoid.h' 2024-10-08T20:15:07.6328628Z adding 'torch/include/ATen/ops/sigmoid_backward.h' 2024-10-08T20:15:07.6332297Z adding 'torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.6335281Z adding 'torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h' 2024-10-08T20:15:07.6338650Z adding 'torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h' 2024-10-08T20:15:07.6342162Z adding 'torch/include/ATen/ops/sigmoid_backward_meta.h' 2024-10-08T20:15:07.6345027Z adding 'torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h' 2024-10-08T20:15:07.6348502Z adding 'torch/include/ATen/ops/sigmoid_backward_native.h' 2024-10-08T20:15:07.6351393Z adding 'torch/include/ATen/ops/sigmoid_backward_ops.h' 2024-10-08T20:15:07.6354979Z adding 'torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.6357848Z adding 'torch/include/ATen/ops/sigmoid_cpu_dispatch.h' 2024-10-08T20:15:07.6361130Z adding 'torch/include/ATen/ops/sigmoid_cuda_dispatch.h' 2024-10-08T20:15:07.6364120Z adding 'torch/include/ATen/ops/sigmoid_meta.h' 2024-10-08T20:15:07.6367425Z adding 'torch/include/ATen/ops/sigmoid_meta_dispatch.h' 2024-10-08T20:15:07.6371061Z adding 'torch/include/ATen/ops/sigmoid_native.h' 2024-10-08T20:15:07.6373895Z adding 'torch/include/ATen/ops/sigmoid_ops.h' 2024-10-08T20:15:07.6377223Z adding 'torch/include/ATen/ops/sign.h' 2024-10-08T20:15:07.6380631Z adding 'torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.6383643Z adding 'torch/include/ATen/ops/sign_cpu_dispatch.h' 2024-10-08T20:15:07.6386772Z adding 'torch/include/ATen/ops/sign_cuda_dispatch.h' 2024-10-08T20:15:07.6389935Z adding 'torch/include/ATen/ops/sign_meta.h' 2024-10-08T20:15:07.6393997Z adding 'torch/include/ATen/ops/sign_meta_dispatch.h' 2024-10-08T20:15:07.6396251Z adding 'torch/include/ATen/ops/sign_native.h' 2024-10-08T20:15:07.6399613Z adding 'torch/include/ATen/ops/sign_ops.h' 2024-10-08T20:15:07.6402767Z adding 'torch/include/ATen/ops/signbit.h' 2024-10-08T20:15:07.6406366Z adding 'torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.6409261Z adding 'torch/include/ATen/ops/signbit_cpu_dispatch.h' 2024-10-08T20:15:07.6412602Z adding 'torch/include/ATen/ops/signbit_cuda_dispatch.h' 2024-10-08T20:15:07.6416462Z adding 'torch/include/ATen/ops/signbit_meta.h' 2024-10-08T20:15:07.6418944Z adding 'torch/include/ATen/ops/signbit_meta_dispatch.h' 2024-10-08T20:15:07.6422305Z adding 'torch/include/ATen/ops/signbit_native.h' 2024-10-08T20:15:07.6425254Z adding 'torch/include/ATen/ops/signbit_ops.h' 2024-10-08T20:15:07.6428466Z adding 'torch/include/ATen/ops/silu.h' 2024-10-08T20:15:07.6431643Z adding 'torch/include/ATen/ops/silu_backward.h' 2024-10-08T20:15:07.6435288Z adding 'torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.6439121Z adding 'torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.6441558Z adding 'torch/include/ATen/ops/silu_backward_cpu_dispatch.h' 2024-10-08T20:15:07.6444997Z adding 'torch/include/ATen/ops/silu_backward_cuda_dispatch.h' 2024-10-08T20:15:07.6447719Z adding 'torch/include/ATen/ops/silu_backward_meta.h' 2024-10-08T20:15:07.6451042Z adding 'torch/include/ATen/ops/silu_backward_meta_dispatch.h' 2024-10-08T20:15:07.6454209Z adding 'torch/include/ATen/ops/silu_backward_native.h' 2024-10-08T20:15:07.6457632Z adding 'torch/include/ATen/ops/silu_backward_ops.h' 2024-10-08T20:15:07.6461910Z adding 'torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.6464112Z adding 'torch/include/ATen/ops/silu_cpu_dispatch.h' 2024-10-08T20:15:07.6467585Z adding 'torch/include/ATen/ops/silu_cuda_dispatch.h' 2024-10-08T20:15:07.6470339Z adding 'torch/include/ATen/ops/silu_meta.h' 2024-10-08T20:15:07.6473645Z adding 'torch/include/ATen/ops/silu_meta_dispatch.h' 2024-10-08T20:15:07.6476658Z adding 'torch/include/ATen/ops/silu_native.h' 2024-10-08T20:15:07.6480048Z adding 'torch/include/ATen/ops/silu_ops.h' 2024-10-08T20:15:07.6483205Z adding 'torch/include/ATen/ops/sin.h' 2024-10-08T20:15:07.6486805Z adding 'torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.6490172Z adding 'torch/include/ATen/ops/sin_cpu_dispatch.h' 2024-10-08T20:15:07.6493126Z adding 'torch/include/ATen/ops/sin_cuda_dispatch.h' 2024-10-08T20:15:07.6496229Z adding 'torch/include/ATen/ops/sin_meta.h' 2024-10-08T20:15:07.6499365Z adding 'torch/include/ATen/ops/sin_meta_dispatch.h' 2024-10-08T20:15:07.6502540Z adding 'torch/include/ATen/ops/sin_native.h' 2024-10-08T20:15:07.6505779Z adding 'torch/include/ATen/ops/sin_ops.h' 2024-10-08T20:15:07.6509076Z adding 'torch/include/ATen/ops/sinc.h' 2024-10-08T20:15:07.6513036Z adding 'torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.6515537Z adding 'torch/include/ATen/ops/sinc_cpu_dispatch.h' 2024-10-08T20:15:07.6518795Z adding 'torch/include/ATen/ops/sinc_cuda_dispatch.h' 2024-10-08T20:15:07.6521781Z adding 'torch/include/ATen/ops/sinc_meta.h' 2024-10-08T20:15:07.6525085Z adding 'torch/include/ATen/ops/sinc_meta_dispatch.h' 2024-10-08T20:15:07.6528105Z adding 'torch/include/ATen/ops/sinc_native.h' 2024-10-08T20:15:07.6531488Z adding 'torch/include/ATen/ops/sinc_ops.h' 2024-10-08T20:15:07.6535420Z adding 'torch/include/ATen/ops/sinh.h' 2024-10-08T20:15:07.6538331Z adding 'torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.6541394Z adding 'torch/include/ATen/ops/sinh_cpu_dispatch.h' 2024-10-08T20:15:07.6544497Z adding 'torch/include/ATen/ops/sinh_cuda_dispatch.h' 2024-10-08T20:15:07.6547683Z adding 'torch/include/ATen/ops/sinh_meta.h' 2024-10-08T20:15:07.6550801Z adding 'torch/include/ATen/ops/sinh_meta_dispatch.h' 2024-10-08T20:15:07.6554465Z adding 'torch/include/ATen/ops/sinh_native.h' 2024-10-08T20:15:07.6558139Z adding 'torch/include/ATen/ops/sinh_ops.h' 2024-10-08T20:15:07.6560925Z adding 'torch/include/ATen/ops/size.h' 2024-10-08T20:15:07.6564440Z adding 'torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.6567296Z adding 'torch/include/ATen/ops/size_native.h' 2024-10-08T20:15:07.6570621Z adding 'torch/include/ATen/ops/size_ops.h' 2024-10-08T20:15:07.6574891Z adding 'torch/include/ATen/ops/slice.h' 2024-10-08T20:15:07.6577901Z adding 'torch/include/ATen/ops/slice_backward.h' 2024-10-08T20:15:07.6581860Z adding 'torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.6584527Z adding 'torch/include/ATen/ops/slice_backward_native.h' 2024-10-08T20:15:07.6587924Z adding 'torch/include/ATen/ops/slice_backward_ops.h' 2024-10-08T20:15:07.6591410Z adding 'torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.6594829Z adding 'torch/include/ATen/ops/slice_copy.h' 2024-10-08T20:15:07.6598835Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.6602002Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.6604860Z adding 'torch/include/ATen/ops/slice_copy_native.h' 2024-10-08T20:15:07.6608174Z adding 'torch/include/ATen/ops/slice_copy_ops.h' 2024-10-08T20:15:07.6611685Z adding 'torch/include/ATen/ops/slice_inverse.h' 2024-10-08T20:15:07.6615403Z adding 'torch/include/ATen/ops/slice_inverse_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.6618295Z adding 'torch/include/ATen/ops/slice_inverse_native.h' 2024-10-08T20:15:07.6621642Z adding 'torch/include/ATen/ops/slice_inverse_ops.h' 2024-10-08T20:15:07.6624688Z adding 'torch/include/ATen/ops/slice_native.h' 2024-10-08T20:15:07.6628008Z adding 'torch/include/ATen/ops/slice_ops.h' 2024-10-08T20:15:07.6631575Z adding 'torch/include/ATen/ops/slice_scatter.h' 2024-10-08T20:15:07.6635308Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.6638763Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.6641589Z adding 'torch/include/ATen/ops/slice_scatter_native.h' 2024-10-08T20:15:07.6645016Z adding 'torch/include/ATen/ops/slice_scatter_ops.h' 2024-10-08T20:15:07.6648184Z adding 'torch/include/ATen/ops/slogdet.h' 2024-10-08T20:15:07.6651763Z adding 'torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.6654719Z adding 'torch/include/ATen/ops/slogdet_native.h' 2024-10-08T20:15:07.6658096Z adding 'torch/include/ATen/ops/slogdet_ops.h' 2024-10-08T20:15:07.6661814Z adding 'torch/include/ATen/ops/slow_conv3d.h' 2024-10-08T20:15:07.6665488Z adding 'torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.6669018Z adding 'torch/include/ATen/ops/slow_conv3d_forward.h' 2024-10-08T20:15:07.6672664Z adding 'torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h' 2024-10-08T20:15:07.6675701Z adding 'torch/include/ATen/ops/slow_conv3d_forward_native.h' 2024-10-08T20:15:07.6679147Z adding 'torch/include/ATen/ops/slow_conv3d_forward_ops.h' 2024-10-08T20:15:07.6682341Z adding 'torch/include/ATen/ops/slow_conv3d_native.h' 2024-10-08T20:15:07.6685754Z adding 'torch/include/ATen/ops/slow_conv3d_ops.h' 2024-10-08T20:15:07.6689486Z adding 'torch/include/ATen/ops/slow_conv_dilated2d.h' 2024-10-08T20:15:07.6693293Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.6696513Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h' 2024-10-08T20:15:07.6699754Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h' 2024-10-08T20:15:07.6704322Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_native.h' 2024-10-08T20:15:07.6707831Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_ops.h' 2024-10-08T20:15:07.6711672Z adding 'torch/include/ATen/ops/slow_conv_dilated3d.h' 2024-10-08T20:15:07.6715374Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.6718458Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h' 2024-10-08T20:15:07.6721617Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h' 2024-10-08T20:15:07.6724684Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_native.h' 2024-10-08T20:15:07.6727979Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_ops.h' 2024-10-08T20:15:07.6731710Z adding 'torch/include/ATen/ops/slow_conv_transpose2d.h' 2024-10-08T20:15:07.6735597Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.6738648Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h' 2024-10-08T20:15:07.6742642Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h' 2024-10-08T20:15:07.6745702Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta.h' 2024-10-08T20:15:07.6750399Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h' 2024-10-08T20:15:07.6753575Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_native.h' 2024-10-08T20:15:07.6756791Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_ops.h' 2024-10-08T20:15:07.6760500Z adding 'torch/include/ATen/ops/slow_conv_transpose3d.h' 2024-10-08T20:15:07.6764127Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h' 2024-10-08T20:15:07.6767483Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h' 2024-10-08T20:15:07.6770661Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_native.h' 2024-10-08T20:15:07.6774149Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_ops.h' 2024-10-08T20:15:07.6777138Z adding 'torch/include/ATen/ops/smm.h' 2024-10-08T20:15:07.6780438Z adding 'torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.6783264Z adding 'torch/include/ATen/ops/smm_native.h' 2024-10-08T20:15:07.6786389Z adding 'torch/include/ATen/ops/smm_ops.h' 2024-10-08T20:15:07.6789518Z adding 'torch/include/ATen/ops/smooth_l1_loss.h' 2024-10-08T20:15:07.6792785Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward.h' 2024-10-08T20:15:07.6796124Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.6799272Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h' 2024-10-08T20:15:07.6802792Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h' 2024-10-08T20:15:07.6805430Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_native.h' 2024-10-08T20:15:07.6809311Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_ops.h' 2024-10-08T20:15:07.6812900Z adding 'torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.6815846Z adding 'torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h' 2024-10-08T20:15:07.6819601Z adding 'torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h' 2024-10-08T20:15:07.6822779Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta.h' 2024-10-08T20:15:07.6825992Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h' 2024-10-08T20:15:07.6829276Z adding 'torch/include/ATen/ops/smooth_l1_loss_native.h' 2024-10-08T20:15:07.6832269Z adding 'torch/include/ATen/ops/smooth_l1_loss_ops.h' 2024-10-08T20:15:07.6835368Z adding 'torch/include/ATen/ops/soft_margin_loss.h' 2024-10-08T20:15:07.6838592Z adding 'torch/include/ATen/ops/soft_margin_loss_backward.h' 2024-10-08T20:15:07.6841995Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.6844889Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_native.h' 2024-10-08T20:15:07.6848124Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_ops.h' 2024-10-08T20:15:07.6851441Z adding 'torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.6854457Z adding 'torch/include/ATen/ops/soft_margin_loss_native.h' 2024-10-08T20:15:07.6857707Z adding 'torch/include/ATen/ops/soft_margin_loss_ops.h' 2024-10-08T20:15:07.6860808Z adding 'torch/include/ATen/ops/softmax.h' 2024-10-08T20:15:07.6864265Z adding 'torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.6867342Z adding 'torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.6870214Z adding 'torch/include/ATen/ops/softmax_native.h' 2024-10-08T20:15:07.6873553Z adding 'torch/include/ATen/ops/softmax_ops.h' 2024-10-08T20:15:07.6876764Z adding 'torch/include/ATen/ops/softplus.h' 2024-10-08T20:15:07.6879971Z adding 'torch/include/ATen/ops/softplus_backward.h' 2024-10-08T20:15:07.6883477Z adding 'torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.6886441Z adding 'torch/include/ATen/ops/softplus_backward_cpu_dispatch.h' 2024-10-08T20:15:07.6889556Z adding 'torch/include/ATen/ops/softplus_backward_cuda_dispatch.h' 2024-10-08T20:15:07.6892670Z adding 'torch/include/ATen/ops/softplus_backward_meta.h' 2024-10-08T20:15:07.6895939Z adding 'torch/include/ATen/ops/softplus_backward_meta_dispatch.h' 2024-10-08T20:15:07.6899087Z adding 'torch/include/ATen/ops/softplus_backward_native.h' 2024-10-08T20:15:07.6902364Z adding 'torch/include/ATen/ops/softplus_backward_ops.h' 2024-10-08T20:15:07.6906002Z adding 'torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.6908940Z adding 'torch/include/ATen/ops/softplus_cpu_dispatch.h' 2024-10-08T20:15:07.6912317Z adding 'torch/include/ATen/ops/softplus_cuda_dispatch.h' 2024-10-08T20:15:07.6916221Z adding 'torch/include/ATen/ops/softplus_meta.h' 2024-10-08T20:15:07.6918692Z adding 'torch/include/ATen/ops/softplus_meta_dispatch.h' 2024-10-08T20:15:07.6921984Z adding 'torch/include/ATen/ops/softplus_native.h' 2024-10-08T20:15:07.6925118Z adding 'torch/include/ATen/ops/softplus_ops.h' 2024-10-08T20:15:07.6928415Z adding 'torch/include/ATen/ops/softshrink.h' 2024-10-08T20:15:07.6931653Z adding 'torch/include/ATen/ops/softshrink_backward.h' 2024-10-08T20:15:07.6935574Z adding 'torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.6939002Z adding 'torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h' 2024-10-08T20:15:07.6941822Z adding 'torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h' 2024-10-08T20:15:07.6945103Z adding 'torch/include/ATen/ops/softshrink_backward_meta.h' 2024-10-08T20:15:07.6948234Z adding 'torch/include/ATen/ops/softshrink_backward_meta_dispatch.h' 2024-10-08T20:15:07.6951386Z adding 'torch/include/ATen/ops/softshrink_backward_native.h' 2024-10-08T20:15:07.6954613Z adding 'torch/include/ATen/ops/softshrink_backward_ops.h' 2024-10-08T20:15:07.6958272Z adding 'torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.6961620Z adding 'torch/include/ATen/ops/softshrink_cpu_dispatch.h' 2024-10-08T20:15:07.6964397Z adding 'torch/include/ATen/ops/softshrink_cuda_dispatch.h' 2024-10-08T20:15:07.6967612Z adding 'torch/include/ATen/ops/softshrink_meta.h' 2024-10-08T20:15:07.6970786Z adding 'torch/include/ATen/ops/softshrink_meta_dispatch.h' 2024-10-08T20:15:07.6974054Z adding 'torch/include/ATen/ops/softshrink_native.h' 2024-10-08T20:15:07.6977245Z adding 'torch/include/ATen/ops/softshrink_ops.h' 2024-10-08T20:15:07.6980884Z adding 'torch/include/ATen/ops/sort.h' 2024-10-08T20:15:07.6984553Z adding 'torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.6987798Z adding 'torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.6991151Z adding 'torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.6994192Z adding 'torch/include/ATen/ops/sort_cpu_dispatch.h' 2024-10-08T20:15:07.6997552Z adding 'torch/include/ATen/ops/sort_cuda_dispatch.h' 2024-10-08T20:15:07.7001287Z adding 'torch/include/ATen/ops/sort_meta.h' 2024-10-08T20:15:07.7003941Z adding 'torch/include/ATen/ops/sort_meta_dispatch.h' 2024-10-08T20:15:07.7007266Z adding 'torch/include/ATen/ops/sort_native.h' 2024-10-08T20:15:07.7010969Z adding 'torch/include/ATen/ops/sort_ops.h' 2024-10-08T20:15:07.7014826Z adding 'torch/include/ATen/ops/sparse_bsc_tensor.h' 2024-10-08T20:15:07.7018860Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.7021417Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_native.h' 2024-10-08T20:15:07.7024860Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_ops.h' 2024-10-08T20:15:07.7028248Z adding 'torch/include/ATen/ops/sparse_bsr_tensor.h' 2024-10-08T20:15:07.7031920Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.7035632Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_native.h' 2024-10-08T20:15:07.7038434Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_ops.h' 2024-10-08T20:15:07.7042314Z adding 'torch/include/ATen/ops/sparse_compressed_tensor.h' 2024-10-08T20:15:07.7046937Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.7049139Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_native.h' 2024-10-08T20:15:07.7052758Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_ops.h' 2024-10-08T20:15:07.7056291Z adding 'torch/include/ATen/ops/sparse_coo_tensor.h' 2024-10-08T20:15:07.7059956Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.7064040Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.7066349Z adding 'torch/include/ATen/ops/sparse_coo_tensor_native.h' 2024-10-08T20:15:07.7069991Z adding 'torch/include/ATen/ops/sparse_coo_tensor_ops.h' 2024-10-08T20:15:07.7073516Z adding 'torch/include/ATen/ops/sparse_csc_tensor.h' 2024-10-08T20:15:07.7078005Z adding 'torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.7081139Z adding 'torch/include/ATen/ops/sparse_csc_tensor_native.h' 2024-10-08T20:15:07.7084502Z adding 'torch/include/ATen/ops/sparse_csc_tensor_ops.h' 2024-10-08T20:15:07.7088042Z adding 'torch/include/ATen/ops/sparse_csr_tensor.h' 2024-10-08T20:15:07.7092402Z adding 'torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.7094833Z adding 'torch/include/ATen/ops/sparse_csr_tensor_native.h' 2024-10-08T20:15:07.7098193Z adding 'torch/include/ATen/ops/sparse_csr_tensor_ops.h' 2024-10-08T20:15:07.7101214Z adding 'torch/include/ATen/ops/sparse_dim.h' 2024-10-08T20:15:07.7104704Z adding 'torch/include/ATen/ops/sparse_dim_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.7107517Z adding 'torch/include/ATen/ops/sparse_dim_native.h' 2024-10-08T20:15:07.7110749Z adding 'torch/include/ATen/ops/sparse_dim_ops.h' 2024-10-08T20:15:07.7114278Z adding 'torch/include/ATen/ops/sparse_mask.h' 2024-10-08T20:15:07.7117406Z adding 'torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.7120603Z adding 'torch/include/ATen/ops/sparse_mask_native.h' 2024-10-08T20:15:07.7123552Z adding 'torch/include/ATen/ops/sparse_mask_ops.h' 2024-10-08T20:15:07.7127004Z adding 'torch/include/ATen/ops/sparse_resize.h' 2024-10-08T20:15:07.7130199Z adding 'torch/include/ATen/ops/sparse_resize_and_clear.h' 2024-10-08T20:15:07.7133921Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.7137760Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h' 2024-10-08T20:15:07.7140211Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_native.h' 2024-10-08T20:15:07.7143644Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_ops.h' 2024-10-08T20:15:07.7146973Z adding 'torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.7150101Z adding 'torch/include/ATen/ops/sparse_resize_meta_dispatch.h' 2024-10-08T20:15:07.7153194Z adding 'torch/include/ATen/ops/sparse_resize_native.h' 2024-10-08T20:15:07.7156593Z adding 'torch/include/ATen/ops/sparse_resize_ops.h' 2024-10-08T20:15:07.7160538Z adding 'torch/include/ATen/ops/sparse_sampled_addmm.h' 2024-10-08T20:15:07.7163197Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_native.h' 2024-10-08T20:15:07.7166581Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_ops.h' 2024-10-08T20:15:07.7169657Z adding 'torch/include/ATen/ops/special_airy_ai.h' 2024-10-08T20:15:07.7173359Z adding 'torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.7176304Z adding 'torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h' 2024-10-08T20:15:07.7179629Z adding 'torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h' 2024-10-08T20:15:07.7183198Z adding 'torch/include/ATen/ops/special_airy_ai_meta.h' 2024-10-08T20:15:07.7185919Z adding 'torch/include/ATen/ops/special_airy_ai_meta_dispatch.h' 2024-10-08T20:15:07.7189114Z adding 'torch/include/ATen/ops/special_airy_ai_native.h' 2024-10-08T20:15:07.7192333Z adding 'torch/include/ATen/ops/special_airy_ai_ops.h' 2024-10-08T20:15:07.7195506Z adding 'torch/include/ATen/ops/special_bessel_j0.h' 2024-10-08T20:15:07.7198963Z adding 'torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.7201980Z adding 'torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h' 2024-10-08T20:15:07.7205941Z adding 'torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h' 2024-10-08T20:15:07.7208286Z adding 'torch/include/ATen/ops/special_bessel_j0_meta.h' 2024-10-08T20:15:07.7211690Z adding 'torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h' 2024-10-08T20:15:07.7214706Z adding 'torch/include/ATen/ops/special_bessel_j0_native.h' 2024-10-08T20:15:07.7217977Z adding 'torch/include/ATen/ops/special_bessel_j0_ops.h' 2024-10-08T20:15:07.7221115Z adding 'torch/include/ATen/ops/special_bessel_j1.h' 2024-10-08T20:15:07.7224488Z adding 'torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.7227978Z adding 'torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h' 2024-10-08T20:15:07.7230596Z adding 'torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h' 2024-10-08T20:15:07.7233678Z adding 'torch/include/ATen/ops/special_bessel_j1_meta.h' 2024-10-08T20:15:07.7236898Z adding 'torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h' 2024-10-08T20:15:07.7239838Z adding 'torch/include/ATen/ops/special_bessel_j1_native.h' 2024-10-08T20:15:07.7243598Z adding 'torch/include/ATen/ops/special_bessel_j1_ops.h' 2024-10-08T20:15:07.7246306Z adding 'torch/include/ATen/ops/special_bessel_y0.h' 2024-10-08T20:15:07.7249717Z adding 'torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.7252708Z adding 'torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h' 2024-10-08T20:15:07.7255827Z adding 'torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h' 2024-10-08T20:15:07.7258884Z adding 'torch/include/ATen/ops/special_bessel_y0_meta.h' 2024-10-08T20:15:07.7261984Z adding 'torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h' 2024-10-08T20:15:07.7264993Z adding 'torch/include/ATen/ops/special_bessel_y0_native.h' 2024-10-08T20:15:07.7268159Z adding 'torch/include/ATen/ops/special_bessel_y0_ops.h' 2024-10-08T20:15:07.7271339Z adding 'torch/include/ATen/ops/special_bessel_y1.h' 2024-10-08T20:15:07.7275015Z adding 'torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.7277935Z adding 'torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h' 2024-10-08T20:15:07.7281072Z adding 'torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h' 2024-10-08T20:15:07.7284058Z adding 'torch/include/ATen/ops/special_bessel_y1_meta.h' 2024-10-08T20:15:07.7287193Z adding 'torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h' 2024-10-08T20:15:07.7290206Z adding 'torch/include/ATen/ops/special_bessel_y1_native.h' 2024-10-08T20:15:07.7293581Z adding 'torch/include/ATen/ops/special_bessel_y1_ops.h' 2024-10-08T20:15:07.7296845Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t.h' 2024-10-08T20:15:07.7300281Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.7303609Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.7306586Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h' 2024-10-08T20:15:07.7309661Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h' 2024-10-08T20:15:07.7312656Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h' 2024-10-08T20:15:07.7315830Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h' 2024-10-08T20:15:07.7318918Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h' 2024-10-08T20:15:07.7322275Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h' 2024-10-08T20:15:07.7325722Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u.h' 2024-10-08T20:15:07.7330423Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.7333100Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.7336008Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h' 2024-10-08T20:15:07.7339102Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h' 2024-10-08T20:15:07.7342148Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h' 2024-10-08T20:15:07.7345268Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h' 2024-10-08T20:15:07.7348316Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h' 2024-10-08T20:15:07.7351756Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h' 2024-10-08T20:15:07.7355205Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v.h' 2024-10-08T20:15:07.7358556Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.7361846Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.7364660Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h' 2024-10-08T20:15:07.7367701Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h' 2024-10-08T20:15:07.7370675Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h' 2024-10-08T20:15:07.7373982Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h' 2024-10-08T20:15:07.7377004Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h' 2024-10-08T20:15:07.7380440Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h' 2024-10-08T20:15:07.7383811Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w.h' 2024-10-08T20:15:07.7387264Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.7390524Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.7393408Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h' 2024-10-08T20:15:07.7396523Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h' 2024-10-08T20:15:07.7399531Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h' 2024-10-08T20:15:07.7402733Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h' 2024-10-08T20:15:07.7405762Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h' 2024-10-08T20:15:07.7409179Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h' 2024-10-08T20:15:07.7412364Z adding 'torch/include/ATen/ops/special_digamma.h' 2024-10-08T20:15:07.7415763Z adding 'torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.7418543Z adding 'torch/include/ATen/ops/special_digamma_native.h' 2024-10-08T20:15:07.7421705Z adding 'torch/include/ATen/ops/special_digamma_ops.h' 2024-10-08T20:15:07.7424793Z adding 'torch/include/ATen/ops/special_entr.h' 2024-10-08T20:15:07.7428210Z adding 'torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.7431587Z adding 'torch/include/ATen/ops/special_entr_cpu_dispatch.h' 2024-10-08T20:15:07.7434458Z adding 'torch/include/ATen/ops/special_entr_cuda_dispatch.h' 2024-10-08T20:15:07.7437459Z adding 'torch/include/ATen/ops/special_entr_meta.h' 2024-10-08T20:15:07.7440579Z adding 'torch/include/ATen/ops/special_entr_meta_dispatch.h' 2024-10-08T20:15:07.7443712Z adding 'torch/include/ATen/ops/special_entr_native.h' 2024-10-08T20:15:07.7446861Z adding 'torch/include/ATen/ops/special_entr_ops.h' 2024-10-08T20:15:07.7450290Z adding 'torch/include/ATen/ops/special_erf.h' 2024-10-08T20:15:07.7454201Z adding 'torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.7456622Z adding 'torch/include/ATen/ops/special_erf_native.h' 2024-10-08T20:15:07.7459939Z adding 'torch/include/ATen/ops/special_erf_ops.h' 2024-10-08T20:15:07.7463021Z adding 'torch/include/ATen/ops/special_erfc.h' 2024-10-08T20:15:07.7466538Z adding 'torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.7469363Z adding 'torch/include/ATen/ops/special_erfc_native.h' 2024-10-08T20:15:07.7472690Z adding 'torch/include/ATen/ops/special_erfc_ops.h' 2024-10-08T20:15:07.7476618Z adding 'torch/include/ATen/ops/special_erfcx.h' 2024-10-08T20:15:07.7479736Z adding 'torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.7482818Z adding 'torch/include/ATen/ops/special_erfcx_cpu_dispatch.h' 2024-10-08T20:15:07.7485902Z adding 'torch/include/ATen/ops/special_erfcx_cuda_dispatch.h' 2024-10-08T20:15:07.7489044Z adding 'torch/include/ATen/ops/special_erfcx_meta.h' 2024-10-08T20:15:07.7492291Z adding 'torch/include/ATen/ops/special_erfcx_meta_dispatch.h' 2024-10-08T20:15:07.7495570Z adding 'torch/include/ATen/ops/special_erfcx_native.h' 2024-10-08T20:15:07.7499391Z adding 'torch/include/ATen/ops/special_erfcx_ops.h' 2024-10-08T20:15:07.7502045Z adding 'torch/include/ATen/ops/special_erfinv.h' 2024-10-08T20:15:07.7505539Z adding 'torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.7508425Z adding 'torch/include/ATen/ops/special_erfinv_native.h' 2024-10-08T20:15:07.7511746Z adding 'torch/include/ATen/ops/special_erfinv_ops.h' 2024-10-08T20:15:07.7514858Z adding 'torch/include/ATen/ops/special_exp2.h' 2024-10-08T20:15:07.7518422Z adding 'torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.7522003Z adding 'torch/include/ATen/ops/special_exp2_native.h' 2024-10-08T20:15:07.7524679Z adding 'torch/include/ATen/ops/special_exp2_ops.h' 2024-10-08T20:15:07.7527939Z adding 'torch/include/ATen/ops/special_expit.h' 2024-10-08T20:15:07.7531288Z adding 'torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.7534380Z adding 'torch/include/ATen/ops/special_expit_native.h' 2024-10-08T20:15:07.7537613Z adding 'torch/include/ATen/ops/special_expit_ops.h' 2024-10-08T20:15:07.7540857Z adding 'torch/include/ATen/ops/special_expm1.h' 2024-10-08T20:15:07.7544874Z adding 'torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.7547239Z adding 'torch/include/ATen/ops/special_expm1_native.h' 2024-10-08T20:15:07.7550609Z adding 'torch/include/ATen/ops/special_expm1_ops.h' 2024-10-08T20:15:07.7554311Z adding 'torch/include/ATen/ops/special_gammainc.h' 2024-10-08T20:15:07.7557916Z adding 'torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.7561665Z adding 'torch/include/ATen/ops/special_gammainc_native.h' 2024-10-08T20:15:07.7564322Z adding 'torch/include/ATen/ops/special_gammainc_ops.h' 2024-10-08T20:15:07.7567547Z adding 'torch/include/ATen/ops/special_gammaincc.h' 2024-10-08T20:15:07.7570921Z adding 'torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.7574024Z adding 'torch/include/ATen/ops/special_gammaincc_native.h' 2024-10-08T20:15:07.7577543Z adding 'torch/include/ATen/ops/special_gammaincc_ops.h' 2024-10-08T20:15:07.7580880Z adding 'torch/include/ATen/ops/special_gammaln.h' 2024-10-08T20:15:07.7584695Z adding 'torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.7587149Z adding 'torch/include/ATen/ops/special_gammaln_native.h' 2024-10-08T20:15:07.7590507Z adding 'torch/include/ATen/ops/special_gammaln_ops.h' 2024-10-08T20:15:07.7593856Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h.h' 2024-10-08T20:15:07.7597580Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.7601583Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.7603846Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h' 2024-10-08T20:15:07.7607360Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h' 2024-10-08T20:15:07.7610082Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta.h' 2024-10-08T20:15:07.7613570Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h' 2024-10-08T20:15:07.7616584Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_native.h' 2024-10-08T20:15:07.7620170Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_ops.h' 2024-10-08T20:15:07.7624289Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he.h' 2024-10-08T20:15:07.7627184Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.7630621Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.7633523Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h' 2024-10-08T20:15:07.7636920Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h' 2024-10-08T20:15:07.7639865Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta.h' 2024-10-08T20:15:07.7643214Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h' 2024-10-08T20:15:07.7647003Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_native.h' 2024-10-08T20:15:07.7649825Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_ops.h' 2024-10-08T20:15:07.7653219Z adding 'torch/include/ATen/ops/special_i0.h' 2024-10-08T20:15:07.7656511Z adding 'torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.7659552Z adding 'torch/include/ATen/ops/special_i0_native.h' 2024-10-08T20:15:07.7662724Z adding 'torch/include/ATen/ops/special_i0_ops.h' 2024-10-08T20:15:07.7671046Z adding 'torch/include/ATen/ops/special_i0e.h' 2024-10-08T20:15:07.7675360Z adding 'torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.7677650Z adding 'torch/include/ATen/ops/special_i0e_cpu_dispatch.h' 2024-10-08T20:15:07.7681205Z adding 'torch/include/ATen/ops/special_i0e_cuda_dispatch.h' 2024-10-08T20:15:07.7683826Z adding 'torch/include/ATen/ops/special_i0e_meta.h' 2024-10-08T20:15:07.7687123Z adding 'torch/include/ATen/ops/special_i0e_meta_dispatch.h' 2024-10-08T20:15:07.7690113Z adding 'torch/include/ATen/ops/special_i0e_native.h' 2024-10-08T20:15:07.7693639Z adding 'torch/include/ATen/ops/special_i0e_ops.h' 2024-10-08T20:15:07.7696706Z adding 'torch/include/ATen/ops/special_i1.h' 2024-10-08T20:15:07.7700326Z adding 'torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.7703897Z adding 'torch/include/ATen/ops/special_i1_cpu_dispatch.h' 2024-10-08T20:15:07.7706446Z adding 'torch/include/ATen/ops/special_i1_cuda_dispatch.h' 2024-10-08T20:15:07.7709538Z adding 'torch/include/ATen/ops/special_i1_meta.h' 2024-10-08T20:15:07.7712690Z adding 'torch/include/ATen/ops/special_i1_meta_dispatch.h' 2024-10-08T20:15:07.7715811Z adding 'torch/include/ATen/ops/special_i1_native.h' 2024-10-08T20:15:07.7718961Z adding 'torch/include/ATen/ops/special_i1_ops.h' 2024-10-08T20:15:07.7722218Z adding 'torch/include/ATen/ops/special_i1e.h' 2024-10-08T20:15:07.7726491Z adding 'torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.7728657Z adding 'torch/include/ATen/ops/special_i1e_cpu_dispatch.h' 2024-10-08T20:15:07.7732272Z adding 'torch/include/ATen/ops/special_i1e_cuda_dispatch.h' 2024-10-08T20:15:07.7734986Z adding 'torch/include/ATen/ops/special_i1e_meta.h' 2024-10-08T20:15:07.7738401Z adding 'torch/include/ATen/ops/special_i1e_meta_dispatch.h' 2024-10-08T20:15:07.7741328Z adding 'torch/include/ATen/ops/special_i1e_native.h' 2024-10-08T20:15:07.7744620Z adding 'torch/include/ATen/ops/special_i1e_ops.h' 2024-10-08T20:15:07.7748023Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l.h' 2024-10-08T20:15:07.7751514Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.7754878Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.7757782Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h' 2024-10-08T20:15:07.7760889Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h' 2024-10-08T20:15:07.7763896Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h' 2024-10-08T20:15:07.7767051Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h' 2024-10-08T20:15:07.7770285Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_native.h' 2024-10-08T20:15:07.7773884Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h' 2024-10-08T20:15:07.7777238Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p.h' 2024-10-08T20:15:07.7780755Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.7783912Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.7786823Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h' 2024-10-08T20:15:07.7789943Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h' 2024-10-08T20:15:07.7793038Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta.h' 2024-10-08T20:15:07.7796180Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h' 2024-10-08T20:15:07.7799219Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_native.h' 2024-10-08T20:15:07.7802914Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_ops.h' 2024-10-08T20:15:07.7805965Z adding 'torch/include/ATen/ops/special_log1p.h' 2024-10-08T20:15:07.7809314Z adding 'torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.7812228Z adding 'torch/include/ATen/ops/special_log1p_native.h' 2024-10-08T20:15:07.7815538Z adding 'torch/include/ATen/ops/special_log1p_ops.h' 2024-10-08T20:15:07.7818734Z adding 'torch/include/ATen/ops/special_log_ndtr.h' 2024-10-08T20:15:07.7822250Z adding 'torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.7825173Z adding 'torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h' 2024-10-08T20:15:07.7828788Z adding 'torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h' 2024-10-08T20:15:07.7831760Z adding 'torch/include/ATen/ops/special_log_ndtr_meta.h' 2024-10-08T20:15:07.7834895Z adding 'torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h' 2024-10-08T20:15:07.7837884Z adding 'torch/include/ATen/ops/special_log_ndtr_native.h' 2024-10-08T20:15:07.7841051Z adding 'torch/include/ATen/ops/special_log_ndtr_ops.h' 2024-10-08T20:15:07.7844167Z adding 'torch/include/ATen/ops/special_log_softmax.h' 2024-10-08T20:15:07.7847561Z adding 'torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.7850494Z adding 'torch/include/ATen/ops/special_log_softmax_native.h' 2024-10-08T20:15:07.7853773Z adding 'torch/include/ATen/ops/special_log_softmax_ops.h' 2024-10-08T20:15:07.7857008Z adding 'torch/include/ATen/ops/special_logit.h' 2024-10-08T20:15:07.7860382Z adding 'torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.7863464Z adding 'torch/include/ATen/ops/special_logit_native.h' 2024-10-08T20:15:07.7867491Z adding 'torch/include/ATen/ops/special_logit_ops.h' 2024-10-08T20:15:07.7869995Z adding 'torch/include/ATen/ops/special_logsumexp.h' 2024-10-08T20:15:07.7873669Z adding 'torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.7876385Z adding 'torch/include/ATen/ops/special_logsumexp_native.h' 2024-10-08T20:15:07.7879759Z adding 'torch/include/ATen/ops/special_logsumexp_ops.h' 2024-10-08T20:15:07.7883014Z adding 'torch/include/ATen/ops/special_modified_bessel_i0.h' 2024-10-08T20:15:07.7886636Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.7895460Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h' 2024-10-08T20:15:07.7898880Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h' 2024-10-08T20:15:07.7902052Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta.h' 2024-10-08T20:15:07.7905430Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h' 2024-10-08T20:15:07.7908507Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_native.h' 2024-10-08T20:15:07.7911884Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_ops.h' 2024-10-08T20:15:07.7915389Z adding 'torch/include/ATen/ops/special_modified_bessel_i1.h' 2024-10-08T20:15:07.7919102Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.7921698Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h' 2024-10-08T20:15:07.7924878Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h' 2024-10-08T20:15:07.7927974Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta.h' 2024-10-08T20:15:07.7931139Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h' 2024-10-08T20:15:07.7934406Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_native.h' 2024-10-08T20:15:07.7938113Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_ops.h' 2024-10-08T20:15:07.7940845Z adding 'torch/include/ATen/ops/special_modified_bessel_k0.h' 2024-10-08T20:15:07.7944506Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.7947483Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h' 2024-10-08T20:15:07.7950749Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h' 2024-10-08T20:15:07.7953762Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta.h' 2024-10-08T20:15:07.7957119Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h' 2024-10-08T20:15:07.7960649Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_native.h' 2024-10-08T20:15:07.7963532Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_ops.h' 2024-10-08T20:15:07.7966780Z adding 'torch/include/ATen/ops/special_modified_bessel_k1.h' 2024-10-08T20:15:07.7970241Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.7973395Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h' 2024-10-08T20:15:07.7976563Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h' 2024-10-08T20:15:07.7979758Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta.h' 2024-10-08T20:15:07.7983347Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h' 2024-10-08T20:15:07.7986145Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_native.h' 2024-10-08T20:15:07.7989443Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_ops.h' 2024-10-08T20:15:07.7992556Z adding 'torch/include/ATen/ops/special_multigammaln.h' 2024-10-08T20:15:07.7996111Z adding 'torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.7998992Z adding 'torch/include/ATen/ops/special_multigammaln_native.h' 2024-10-08T20:15:07.8002364Z adding 'torch/include/ATen/ops/special_multigammaln_ops.h' 2024-10-08T20:15:07.8005791Z adding 'torch/include/ATen/ops/special_ndtr.h' 2024-10-08T20:15:07.8009190Z adding 'torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.8012169Z adding 'torch/include/ATen/ops/special_ndtr_native.h' 2024-10-08T20:15:07.8015413Z adding 'torch/include/ATen/ops/special_ndtr_ops.h' 2024-10-08T20:15:07.8018680Z adding 'torch/include/ATen/ops/special_ndtri.h' 2024-10-08T20:15:07.8022157Z adding 'torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.8025113Z adding 'torch/include/ATen/ops/special_ndtri_cpu_dispatch.h' 2024-10-08T20:15:07.8028902Z adding 'torch/include/ATen/ops/special_ndtri_cuda_dispatch.h' 2024-10-08T20:15:07.8031423Z adding 'torch/include/ATen/ops/special_ndtri_meta.h' 2024-10-08T20:15:07.8034730Z adding 'torch/include/ATen/ops/special_ndtri_meta_dispatch.h' 2024-10-08T20:15:07.8037696Z adding 'torch/include/ATen/ops/special_ndtri_native.h' 2024-10-08T20:15:07.8041036Z adding 'torch/include/ATen/ops/special_ndtri_ops.h' 2024-10-08T20:15:07.8044187Z adding 'torch/include/ATen/ops/special_polygamma.h' 2024-10-08T20:15:07.8047718Z adding 'torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.8051480Z adding 'torch/include/ATen/ops/special_polygamma_native.h' 2024-10-08T20:15:07.8054163Z adding 'torch/include/ATen/ops/special_polygamma_ops.h' 2024-10-08T20:15:07.8057295Z adding 'torch/include/ATen/ops/special_psi.h' 2024-10-08T20:15:07.8060720Z adding 'torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.8063722Z adding 'torch/include/ATen/ops/special_psi_native.h' 2024-10-08T20:15:07.8066917Z adding 'torch/include/ATen/ops/special_psi_ops.h' 2024-10-08T20:15:07.8070267Z adding 'torch/include/ATen/ops/special_round.h' 2024-10-08T20:15:07.8074385Z adding 'torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.8076573Z adding 'torch/include/ATen/ops/special_round_native.h' 2024-10-08T20:15:07.8079956Z adding 'torch/include/ATen/ops/special_round_ops.h' 2024-10-08T20:15:07.8083142Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0.h' 2024-10-08T20:15:07.8086742Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.8089634Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h' 2024-10-08T20:15:07.8093055Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h' 2024-10-08T20:15:07.8096907Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h' 2024-10-08T20:15:07.8099333Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h' 2024-10-08T20:15:07.8102717Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h' 2024-10-08T20:15:07.8105648Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h' 2024-10-08T20:15:07.8108914Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1.h' 2024-10-08T20:15:07.8112381Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.8115424Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h' 2024-10-08T20:15:07.8119408Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h' 2024-10-08T20:15:07.8121737Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h' 2024-10-08T20:15:07.8125380Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h' 2024-10-08T20:15:07.8128064Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h' 2024-10-08T20:15:07.8131382Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h' 2024-10-08T20:15:07.8134844Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h' 2024-10-08T20:15:07.8138538Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.8142736Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.8144964Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h' 2024-10-08T20:15:07.8148416Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h' 2024-10-08T20:15:07.8151233Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h' 2024-10-08T20:15:07.8154601Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h' 2024-10-08T20:15:07.8157717Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h' 2024-10-08T20:15:07.8161361Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h' 2024-10-08T20:15:07.8165241Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h' 2024-10-08T20:15:07.8168452Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.8171799Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.8174899Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h' 2024-10-08T20:15:07.8178293Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h' 2024-10-08T20:15:07.8182111Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h' 2024-10-08T20:15:07.8184642Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h' 2024-10-08T20:15:07.8188007Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h' 2024-10-08T20:15:07.8191246Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h' 2024-10-08T20:15:07.8194799Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h' 2024-10-08T20:15:07.8199222Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.8201689Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.8205087Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h' 2024-10-08T20:15:07.8207946Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h' 2024-10-08T20:15:07.8210893Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h' 2024-10-08T20:15:07.8214211Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h' 2024-10-08T20:15:07.8217485Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h' 2024-10-08T20:15:07.8220951Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h' 2024-10-08T20:15:07.8224294Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h' 2024-10-08T20:15:07.8227777Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.8231678Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.8234119Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h' 2024-10-08T20:15:07.8237266Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h' 2024-10-08T20:15:07.8240266Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h' 2024-10-08T20:15:07.8243392Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h' 2024-10-08T20:15:07.8246415Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h' 2024-10-08T20:15:07.8249912Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h' 2024-10-08T20:15:07.8253140Z adding 'torch/include/ATen/ops/special_sinc.h' 2024-10-08T20:15:07.8256538Z adding 'torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.8259321Z adding 'torch/include/ATen/ops/special_sinc_native.h' 2024-10-08T20:15:07.8262599Z adding 'torch/include/ATen/ops/special_sinc_ops.h' 2024-10-08T20:15:07.8265722Z adding 'torch/include/ATen/ops/special_softmax.h' 2024-10-08T20:15:07.8269069Z adding 'torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.8271918Z adding 'torch/include/ATen/ops/special_softmax_native.h' 2024-10-08T20:15:07.8275078Z adding 'torch/include/ATen/ops/special_softmax_ops.h' 2024-10-08T20:15:07.8278262Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0.h' 2024-10-08T20:15:07.8281716Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.8284562Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h' 2024-10-08T20:15:07.8287671Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h' 2024-10-08T20:15:07.8290634Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta.h' 2024-10-08T20:15:07.8293948Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h' 2024-10-08T20:15:07.8296988Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_native.h' 2024-10-08T20:15:07.8300722Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_ops.h' 2024-10-08T20:15:07.8304092Z adding 'torch/include/ATen/ops/special_xlog1py.h' 2024-10-08T20:15:07.8308231Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.8311583Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.8314467Z adding 'torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h' 2024-10-08T20:15:07.8317900Z adding 'torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h' 2024-10-08T20:15:07.8320802Z adding 'torch/include/ATen/ops/special_xlog1py_meta.h' 2024-10-08T20:15:07.8323906Z adding 'torch/include/ATen/ops/special_xlog1py_meta_dispatch.h' 2024-10-08T20:15:07.8326955Z adding 'torch/include/ATen/ops/special_xlog1py_native.h' 2024-10-08T20:15:07.8330939Z adding 'torch/include/ATen/ops/special_xlog1py_ops.h' 2024-10-08T20:15:07.8334435Z adding 'torch/include/ATen/ops/special_xlogy.h' 2024-10-08T20:15:07.8337881Z adding 'torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.8340904Z adding 'torch/include/ATen/ops/special_xlogy_native.h' 2024-10-08T20:15:07.8344159Z adding 'torch/include/ATen/ops/special_xlogy_ops.h' 2024-10-08T20:15:07.8347425Z adding 'torch/include/ATen/ops/special_zeta.h' 2024-10-08T20:15:07.8350876Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.8354123Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.8357021Z adding 'torch/include/ATen/ops/special_zeta_cpu_dispatch.h' 2024-10-08T20:15:07.8360083Z adding 'torch/include/ATen/ops/special_zeta_cuda_dispatch.h' 2024-10-08T20:15:07.8363075Z adding 'torch/include/ATen/ops/special_zeta_meta.h' 2024-10-08T20:15:07.8366223Z adding 'torch/include/ATen/ops/special_zeta_meta_dispatch.h' 2024-10-08T20:15:07.8369263Z adding 'torch/include/ATen/ops/special_zeta_native.h' 2024-10-08T20:15:07.8372786Z adding 'torch/include/ATen/ops/special_zeta_ops.h' 2024-10-08T20:15:07.8376113Z adding 'torch/include/ATen/ops/split.h' 2024-10-08T20:15:07.8379446Z adding 'torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.8382495Z adding 'torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.8385667Z adding 'torch/include/ATen/ops/split_copy.h' 2024-10-08T20:15:07.8389071Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.8392369Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.8395067Z adding 'torch/include/ATen/ops/split_copy_native.h' 2024-10-08T20:15:07.8398293Z adding 'torch/include/ATen/ops/split_copy_ops.h' 2024-10-08T20:15:07.8401347Z adding 'torch/include/ATen/ops/split_native.h' 2024-10-08T20:15:07.8404542Z adding 'torch/include/ATen/ops/split_ops.h' 2024-10-08T20:15:07.8407750Z adding 'torch/include/ATen/ops/split_with_sizes.h' 2024-10-08T20:15:07.8411150Z adding 'torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.8414475Z adding 'torch/include/ATen/ops/split_with_sizes_copy.h' 2024-10-08T20:15:07.8418775Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.8421556Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.8424497Z adding 'torch/include/ATen/ops/split_with_sizes_copy_cuda_dispatch.h' 2024-10-08T20:15:07.8427514Z adding 'torch/include/ATen/ops/split_with_sizes_copy_native.h' 2024-10-08T20:15:07.8430738Z adding 'torch/include/ATen/ops/split_with_sizes_copy_ops.h' 2024-10-08T20:15:07.8433802Z adding 'torch/include/ATen/ops/split_with_sizes_native.h' 2024-10-08T20:15:07.8436933Z adding 'torch/include/ATen/ops/split_with_sizes_ops.h' 2024-10-08T20:15:07.8440045Z adding 'torch/include/ATen/ops/sqrt.h' 2024-10-08T20:15:07.8443418Z adding 'torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.8446254Z adding 'torch/include/ATen/ops/sqrt_cpu_dispatch.h' 2024-10-08T20:15:07.8449356Z adding 'torch/include/ATen/ops/sqrt_cuda_dispatch.h' 2024-10-08T20:15:07.8452416Z adding 'torch/include/ATen/ops/sqrt_meta.h' 2024-10-08T20:15:07.8455539Z adding 'torch/include/ATen/ops/sqrt_meta_dispatch.h' 2024-10-08T20:15:07.8458582Z adding 'torch/include/ATen/ops/sqrt_native.h' 2024-10-08T20:15:07.8461755Z adding 'torch/include/ATen/ops/sqrt_ops.h' 2024-10-08T20:15:07.8464874Z adding 'torch/include/ATen/ops/square.h' 2024-10-08T20:15:07.8468230Z adding 'torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.8471065Z adding 'torch/include/ATen/ops/square_native.h' 2024-10-08T20:15:07.8474294Z adding 'torch/include/ATen/ops/square_ops.h' 2024-10-08T20:15:07.8477415Z adding 'torch/include/ATen/ops/squeeze.h' 2024-10-08T20:15:07.8480758Z adding 'torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.8483917Z adding 'torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.8486981Z adding 'torch/include/ATen/ops/squeeze_copy.h' 2024-10-08T20:15:07.8490421Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.8493808Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.8496629Z adding 'torch/include/ATen/ops/squeeze_copy_native.h' 2024-10-08T20:15:07.8500058Z adding 'torch/include/ATen/ops/squeeze_copy_ops.h' 2024-10-08T20:15:07.8503227Z adding 'torch/include/ATen/ops/squeeze_native.h' 2024-10-08T20:15:07.8506691Z adding 'torch/include/ATen/ops/squeeze_ops.h' 2024-10-08T20:15:07.8509945Z adding 'torch/include/ATen/ops/sspaddmm.h' 2024-10-08T20:15:07.8513316Z adding 'torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.8516291Z adding 'torch/include/ATen/ops/sspaddmm_cpu_dispatch.h' 2024-10-08T20:15:07.8519596Z adding 'torch/include/ATen/ops/sspaddmm_cuda_dispatch.h' 2024-10-08T20:15:07.8522705Z adding 'torch/include/ATen/ops/sspaddmm_native.h' 2024-10-08T20:15:07.8526170Z adding 'torch/include/ATen/ops/sspaddmm_ops.h' 2024-10-08T20:15:07.8529309Z adding 'torch/include/ATen/ops/stack.h' 2024-10-08T20:15:07.8532998Z adding 'torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.8536486Z adding 'torch/include/ATen/ops/stack_native.h' 2024-10-08T20:15:07.8539202Z adding 'torch/include/ATen/ops/stack_ops.h' 2024-10-08T20:15:07.8542893Z adding 'torch/include/ATen/ops/std.h' 2024-10-08T20:15:07.8546420Z adding 'torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.8549627Z adding 'torch/include/ATen/ops/std_cpu_dispatch.h' 2024-10-08T20:15:07.8553508Z adding 'torch/include/ATen/ops/std_cuda_dispatch.h' 2024-10-08T20:15:07.8556249Z adding 'torch/include/ATen/ops/std_mean.h' 2024-10-08T20:15:07.8559819Z adding 'torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.8563063Z adding 'torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.8566257Z adding 'torch/include/ATen/ops/std_mean_cpu_dispatch.h' 2024-10-08T20:15:07.8569349Z adding 'torch/include/ATen/ops/std_mean_cuda_dispatch.h' 2024-10-08T20:15:07.8572722Z adding 'torch/include/ATen/ops/std_mean_native.h' 2024-10-08T20:15:07.8576415Z adding 'torch/include/ATen/ops/std_mean_ops.h' 2024-10-08T20:15:07.8579721Z adding 'torch/include/ATen/ops/std_native.h' 2024-10-08T20:15:07.8583605Z adding 'torch/include/ATen/ops/std_ops.h' 2024-10-08T20:15:07.8587499Z adding 'torch/include/ATen/ops/stft.h' 2024-10-08T20:15:07.8590659Z adding 'torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.8593748Z adding 'torch/include/ATen/ops/stft_native.h' 2024-10-08T20:15:07.8597158Z adding 'torch/include/ATen/ops/stft_ops.h' 2024-10-08T20:15:07.8600420Z adding 'torch/include/ATen/ops/stride.h' 2024-10-08T20:15:07.8604600Z adding 'torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.8606740Z adding 'torch/include/ATen/ops/stride_native.h' 2024-10-08T20:15:07.8610135Z adding 'torch/include/ATen/ops/stride_ops.h' 2024-10-08T20:15:07.8613438Z adding 'torch/include/ATen/ops/sub.h' 2024-10-08T20:15:07.8616978Z adding 'torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.8620201Z adding 'torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.8623313Z adding 'torch/include/ATen/ops/sub_cpu_dispatch.h' 2024-10-08T20:15:07.8627082Z adding 'torch/include/ATen/ops/sub_cuda_dispatch.h' 2024-10-08T20:15:07.8629562Z adding 'torch/include/ATen/ops/sub_meta.h' 2024-10-08T20:15:07.8632842Z adding 'torch/include/ATen/ops/sub_meta_dispatch.h' 2024-10-08T20:15:07.8636007Z adding 'torch/include/ATen/ops/sub_native.h' 2024-10-08T20:15:07.8639657Z adding 'torch/include/ATen/ops/sub_ops.h' 2024-10-08T20:15:07.8643438Z adding 'torch/include/ATen/ops/subtract.h' 2024-10-08T20:15:07.8646554Z adding 'torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.8649783Z adding 'torch/include/ATen/ops/subtract_native.h' 2024-10-08T20:15:07.8653123Z adding 'torch/include/ATen/ops/subtract_ops.h' 2024-10-08T20:15:07.8656691Z adding 'torch/include/ATen/ops/sum.h' 2024-10-08T20:15:07.8660986Z adding 'torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.8663609Z adding 'torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.8666891Z adding 'torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.8669787Z adding 'torch/include/ATen/ops/sum_cpu_dispatch.h' 2024-10-08T20:15:07.8673040Z adding 'torch/include/ATen/ops/sum_cuda_dispatch.h' 2024-10-08T20:15:07.8676135Z adding 'torch/include/ATen/ops/sum_meta.h' 2024-10-08T20:15:07.8679432Z adding 'torch/include/ATen/ops/sum_meta_dispatch.h' 2024-10-08T20:15:07.8683638Z adding 'torch/include/ATen/ops/sum_native.h' 2024-10-08T20:15:07.8686676Z adding 'torch/include/ATen/ops/sum_ops.h' 2024-10-08T20:15:07.8690115Z adding 'torch/include/ATen/ops/sum_to_size.h' 2024-10-08T20:15:07.8693596Z adding 'torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.8696656Z adding 'torch/include/ATen/ops/sum_to_size_native.h' 2024-10-08T20:15:07.8700704Z adding 'torch/include/ATen/ops/sum_to_size_ops.h' 2024-10-08T20:15:07.8703044Z adding 'torch/include/ATen/ops/svd.h' 2024-10-08T20:15:07.8706642Z adding 'torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.8709518Z adding 'torch/include/ATen/ops/svd_native.h' 2024-10-08T20:15:07.8712909Z adding 'torch/include/ATen/ops/svd_ops.h' 2024-10-08T20:15:07.8716082Z adding 'torch/include/ATen/ops/swapaxes.h' 2024-10-08T20:15:07.8719580Z adding 'torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.8723338Z adding 'torch/include/ATen/ops/swapaxes_native.h' 2024-10-08T20:15:07.8725797Z adding 'torch/include/ATen/ops/swapaxes_ops.h' 2024-10-08T20:15:07.8729039Z adding 'torch/include/ATen/ops/swapdims.h' 2024-10-08T20:15:07.8732396Z adding 'torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.8735389Z adding 'torch/include/ATen/ops/swapdims_native.h' 2024-10-08T20:15:07.8738652Z adding 'torch/include/ATen/ops/swapdims_ops.h' 2024-10-08T20:15:07.8741975Z adding 'torch/include/ATen/ops/sym_constrain_range.h' 2024-10-08T20:15:07.8746281Z adding 'torch/include/ATen/ops/sym_constrain_range_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.8748460Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size.h' 2024-10-08T20:15:07.8752357Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.8754850Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_native.h' 2024-10-08T20:15:07.8758134Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_ops.h' 2024-10-08T20:15:07.8761131Z adding 'torch/include/ATen/ops/sym_constrain_range_native.h' 2024-10-08T20:15:07.8764470Z adding 'torch/include/ATen/ops/sym_constrain_range_ops.h' 2024-10-08T20:15:07.8767468Z adding 'torch/include/ATen/ops/sym_numel.h' 2024-10-08T20:15:07.8770890Z adding 'torch/include/ATen/ops/sym_numel_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.8773998Z adding 'torch/include/ATen/ops/sym_numel_native.h' 2024-10-08T20:15:07.8777288Z adding 'torch/include/ATen/ops/sym_numel_ops.h' 2024-10-08T20:15:07.8780404Z adding 'torch/include/ATen/ops/sym_size.h' 2024-10-08T20:15:07.8783833Z adding 'torch/include/ATen/ops/sym_size_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.8786789Z adding 'torch/include/ATen/ops/sym_size_native.h' 2024-10-08T20:15:07.8789983Z adding 'torch/include/ATen/ops/sym_size_ops.h' 2024-10-08T20:15:07.8793218Z adding 'torch/include/ATen/ops/sym_storage_offset.h' 2024-10-08T20:15:07.8796577Z adding 'torch/include/ATen/ops/sym_storage_offset_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.8799511Z adding 'torch/include/ATen/ops/sym_storage_offset_native.h' 2024-10-08T20:15:07.8802624Z adding 'torch/include/ATen/ops/sym_storage_offset_ops.h' 2024-10-08T20:15:07.8805850Z adding 'torch/include/ATen/ops/sym_stride.h' 2024-10-08T20:15:07.8809191Z adding 'torch/include/ATen/ops/sym_stride_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.8812145Z adding 'torch/include/ATen/ops/sym_stride_native.h' 2024-10-08T20:15:07.8815282Z adding 'torch/include/ATen/ops/sym_stride_ops.h' 2024-10-08T20:15:07.8818555Z adding 'torch/include/ATen/ops/t.h' 2024-10-08T20:15:07.8822023Z adding 'torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.8825012Z adding 'torch/include/ATen/ops/t_copy.h' 2024-10-08T20:15:07.8828802Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.8831733Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.8834715Z adding 'torch/include/ATen/ops/t_copy_native.h' 2024-10-08T20:15:07.8838821Z adding 'torch/include/ATen/ops/t_copy_ops.h' 2024-10-08T20:15:07.8841114Z adding 'torch/include/ATen/ops/t_native.h' 2024-10-08T20:15:07.8844561Z adding 'torch/include/ATen/ops/t_ops.h' 2024-10-08T20:15:07.8847843Z adding 'torch/include/ATen/ops/take.h' 2024-10-08T20:15:07.8850928Z adding 'torch/include/ATen/ops/take_along_dim.h' 2024-10-08T20:15:07.8854536Z adding 'torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.8857409Z adding 'torch/include/ATen/ops/take_along_dim_native.h' 2024-10-08T20:15:07.8860648Z adding 'torch/include/ATen/ops/take_along_dim_ops.h' 2024-10-08T20:15:07.8863901Z adding 'torch/include/ATen/ops/take_cpu_dispatch.h' 2024-10-08T20:15:07.8867005Z adding 'torch/include/ATen/ops/take_cuda_dispatch.h' 2024-10-08T20:15:07.8870101Z adding 'torch/include/ATen/ops/take_native.h' 2024-10-08T20:15:07.8873499Z adding 'torch/include/ATen/ops/take_ops.h' 2024-10-08T20:15:07.8876644Z adding 'torch/include/ATen/ops/tan.h' 2024-10-08T20:15:07.8880260Z adding 'torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.8883208Z adding 'torch/include/ATen/ops/tan_cpu_dispatch.h' 2024-10-08T20:15:07.8886474Z adding 'torch/include/ATen/ops/tan_cuda_dispatch.h' 2024-10-08T20:15:07.8889491Z adding 'torch/include/ATen/ops/tan_meta.h' 2024-10-08T20:15:07.8892892Z adding 'torch/include/ATen/ops/tan_meta_dispatch.h' 2024-10-08T20:15:07.8896049Z adding 'torch/include/ATen/ops/tan_native.h' 2024-10-08T20:15:07.8899378Z adding 'torch/include/ATen/ops/tan_ops.h' 2024-10-08T20:15:07.8902689Z adding 'torch/include/ATen/ops/tanh.h' 2024-10-08T20:15:07.8905873Z adding 'torch/include/ATen/ops/tanh_backward.h' 2024-10-08T20:15:07.8909538Z adding 'torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.8912398Z adding 'torch/include/ATen/ops/tanh_backward_cpu_dispatch.h' 2024-10-08T20:15:07.8915636Z adding 'torch/include/ATen/ops/tanh_backward_cuda_dispatch.h' 2024-10-08T20:15:07.8918653Z adding 'torch/include/ATen/ops/tanh_backward_meta.h' 2024-10-08T20:15:07.8921941Z adding 'torch/include/ATen/ops/tanh_backward_meta_dispatch.h' 2024-10-08T20:15:07.8925015Z adding 'torch/include/ATen/ops/tanh_backward_native.h' 2024-10-08T20:15:07.8928408Z adding 'torch/include/ATen/ops/tanh_backward_ops.h' 2024-10-08T20:15:07.8932081Z adding 'torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.8935074Z adding 'torch/include/ATen/ops/tanh_cpu_dispatch.h' 2024-10-08T20:15:07.8938317Z adding 'torch/include/ATen/ops/tanh_cuda_dispatch.h' 2024-10-08T20:15:07.8941312Z adding 'torch/include/ATen/ops/tanh_meta.h' 2024-10-08T20:15:07.8944898Z adding 'torch/include/ATen/ops/tanh_meta_dispatch.h' 2024-10-08T20:15:07.8947736Z adding 'torch/include/ATen/ops/tanh_native.h' 2024-10-08T20:15:07.8951179Z adding 'torch/include/ATen/ops/tanh_ops.h' 2024-10-08T20:15:07.8954868Z adding 'torch/include/ATen/ops/tensor.h' 2024-10-08T20:15:07.8957932Z adding 'torch/include/ATen/ops/tensor_split.h' 2024-10-08T20:15:07.8961532Z adding 'torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.8964441Z adding 'torch/include/ATen/ops/tensor_split_native.h' 2024-10-08T20:15:07.8967965Z adding 'torch/include/ATen/ops/tensor_split_ops.h' 2024-10-08T20:15:07.8971849Z adding 'torch/include/ATen/ops/tensordot.h' 2024-10-08T20:15:07.8974850Z adding 'torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.8977880Z adding 'torch/include/ATen/ops/tensordot_native.h' 2024-10-08T20:15:07.8981160Z adding 'torch/include/ATen/ops/tensordot_ops.h' 2024-10-08T20:15:07.8984948Z adding 'torch/include/ATen/ops/thnn_conv2d.h' 2024-10-08T20:15:07.8988987Z adding 'torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.8991653Z adding 'torch/include/ATen/ops/thnn_conv2d_native.h' 2024-10-08T20:15:07.8995091Z adding 'torch/include/ATen/ops/thnn_conv2d_ops.h' 2024-10-08T20:15:07.8998313Z adding 'torch/include/ATen/ops/threshold.h' 2024-10-08T20:15:07.9001715Z adding 'torch/include/ATen/ops/threshold_backward.h' 2024-10-08T20:15:07.9006142Z adding 'torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.9008306Z adding 'torch/include/ATen/ops/threshold_backward_cpu_dispatch.h' 2024-10-08T20:15:07.9011710Z adding 'torch/include/ATen/ops/threshold_backward_cuda_dispatch.h' 2024-10-08T20:15:07.9014765Z adding 'torch/include/ATen/ops/threshold_backward_meta.h' 2024-10-08T20:15:07.9018072Z adding 'torch/include/ATen/ops/threshold_backward_meta_dispatch.h' 2024-10-08T20:15:07.9021203Z adding 'torch/include/ATen/ops/threshold_backward_native.h' 2024-10-08T20:15:07.9024662Z adding 'torch/include/ATen/ops/threshold_backward_ops.h' 2024-10-08T20:15:07.9028785Z adding 'torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.9031276Z adding 'torch/include/ATen/ops/threshold_cpu_dispatch.h' 2024-10-08T20:15:07.9034566Z adding 'torch/include/ATen/ops/threshold_cuda_dispatch.h' 2024-10-08T20:15:07.9037600Z adding 'torch/include/ATen/ops/threshold_meta.h' 2024-10-08T20:15:07.9040891Z adding 'torch/include/ATen/ops/threshold_meta_dispatch.h' 2024-10-08T20:15:07.9043945Z adding 'torch/include/ATen/ops/threshold_native.h' 2024-10-08T20:15:07.9047406Z adding 'torch/include/ATen/ops/threshold_ops.h' 2024-10-08T20:15:07.9050776Z adding 'torch/include/ATen/ops/tile.h' 2024-10-08T20:15:07.9055337Z adding 'torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.9058414Z adding 'torch/include/ATen/ops/tile_native.h' 2024-10-08T20:15:07.9062485Z adding 'torch/include/ATen/ops/tile_ops.h' 2024-10-08T20:15:07.9064748Z adding 'torch/include/ATen/ops/to.h' 2024-10-08T20:15:07.9068131Z adding 'torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.9070930Z adding 'torch/include/ATen/ops/to_dense.h' 2024-10-08T20:15:07.9074100Z adding 'torch/include/ATen/ops/to_dense_backward.h' 2024-10-08T20:15:07.9077442Z adding 'torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.9080314Z adding 'torch/include/ATen/ops/to_dense_backward_native.h' 2024-10-08T20:15:07.9083461Z adding 'torch/include/ATen/ops/to_dense_backward_ops.h' 2024-10-08T20:15:07.9086764Z adding 'torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.9089795Z adding 'torch/include/ATen/ops/to_dense_native.h' 2024-10-08T20:15:07.9093115Z adding 'torch/include/ATen/ops/to_dense_ops.h' 2024-10-08T20:15:07.9096219Z adding 'torch/include/ATen/ops/to_mkldnn.h' 2024-10-08T20:15:07.9099330Z adding 'torch/include/ATen/ops/to_mkldnn_backward.h' 2024-10-08T20:15:07.9102666Z adding 'torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.9105477Z adding 'torch/include/ATen/ops/to_mkldnn_backward_native.h' 2024-10-08T20:15:07.9108954Z adding 'torch/include/ATen/ops/to_mkldnn_backward_ops.h' 2024-10-08T20:15:07.9112300Z adding 'torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.9115246Z adding 'torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h' 2024-10-08T20:15:07.9118267Z adding 'torch/include/ATen/ops/to_mkldnn_native.h' 2024-10-08T20:15:07.9121685Z adding 'torch/include/ATen/ops/to_mkldnn_ops.h' 2024-10-08T20:15:07.9124823Z adding 'torch/include/ATen/ops/to_native.h' 2024-10-08T20:15:07.9128362Z adding 'torch/include/ATen/ops/to_ops.h' 2024-10-08T20:15:07.9131970Z adding 'torch/include/ATen/ops/to_padded_tensor.h' 2024-10-08T20:15:07.9135579Z adding 'torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.9138466Z adding 'torch/include/ATen/ops/to_padded_tensor_native.h' 2024-10-08T20:15:07.9141726Z adding 'torch/include/ATen/ops/to_padded_tensor_ops.h' 2024-10-08T20:15:07.9144701Z adding 'torch/include/ATen/ops/to_sparse.h' 2024-10-08T20:15:07.9147690Z adding 'torch/include/ATen/ops/to_sparse_bsc.h' 2024-10-08T20:15:07.9151164Z adding 'torch/include/ATen/ops/to_sparse_bsc_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.9154087Z adding 'torch/include/ATen/ops/to_sparse_bsc_native.h' 2024-10-08T20:15:07.9157293Z adding 'torch/include/ATen/ops/to_sparse_bsc_ops.h' 2024-10-08T20:15:07.9160275Z adding 'torch/include/ATen/ops/to_sparse_bsr.h' 2024-10-08T20:15:07.9163692Z adding 'torch/include/ATen/ops/to_sparse_bsr_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.9166487Z adding 'torch/include/ATen/ops/to_sparse_bsr_native.h' 2024-10-08T20:15:07.9169612Z adding 'torch/include/ATen/ops/to_sparse_bsr_ops.h' 2024-10-08T20:15:07.9173077Z adding 'torch/include/ATen/ops/to_sparse_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.9176030Z adding 'torch/include/ATen/ops/to_sparse_csc.h' 2024-10-08T20:15:07.9179337Z adding 'torch/include/ATen/ops/to_sparse_csc_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.9182234Z adding 'torch/include/ATen/ops/to_sparse_csc_native.h' 2024-10-08T20:15:07.9185418Z adding 'torch/include/ATen/ops/to_sparse_csc_ops.h' 2024-10-08T20:15:07.9188418Z adding 'torch/include/ATen/ops/to_sparse_csr.h' 2024-10-08T20:15:07.9191684Z adding 'torch/include/ATen/ops/to_sparse_csr_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.9194513Z adding 'torch/include/ATen/ops/to_sparse_csr_native.h' 2024-10-08T20:15:07.9197665Z adding 'torch/include/ATen/ops/to_sparse_csr_ops.h' 2024-10-08T20:15:07.9200780Z adding 'torch/include/ATen/ops/to_sparse_native.h' 2024-10-08T20:15:07.9203947Z adding 'torch/include/ATen/ops/to_sparse_ops.h' 2024-10-08T20:15:07.9207386Z adding 'torch/include/ATen/ops/topk.h' 2024-10-08T20:15:07.9211064Z adding 'torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.9214105Z adding 'torch/include/ATen/ops/topk_cpu_dispatch.h' 2024-10-08T20:15:07.9217326Z adding 'torch/include/ATen/ops/topk_cuda_dispatch.h' 2024-10-08T20:15:07.9220362Z adding 'torch/include/ATen/ops/topk_meta.h' 2024-10-08T20:15:07.9223592Z adding 'torch/include/ATen/ops/topk_meta_dispatch.h' 2024-10-08T20:15:07.9226665Z adding 'torch/include/ATen/ops/topk_native.h' 2024-10-08T20:15:07.9229987Z adding 'torch/include/ATen/ops/topk_ops.h' 2024-10-08T20:15:07.9233110Z adding 'torch/include/ATen/ops/trace.h' 2024-10-08T20:15:07.9236342Z adding 'torch/include/ATen/ops/trace_backward.h' 2024-10-08T20:15:07.9239754Z adding 'torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.9242914Z adding 'torch/include/ATen/ops/trace_backward_native.h' 2024-10-08T20:15:07.9245766Z adding 'torch/include/ATen/ops/trace_backward_ops.h' 2024-10-08T20:15:07.9248997Z adding 'torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.9251989Z adding 'torch/include/ATen/ops/trace_cpu_dispatch.h' 2024-10-08T20:15:07.9255132Z adding 'torch/include/ATen/ops/trace_cuda_dispatch.h' 2024-10-08T20:15:07.9258135Z adding 'torch/include/ATen/ops/trace_native.h' 2024-10-08T20:15:07.9261327Z adding 'torch/include/ATen/ops/trace_ops.h' 2024-10-08T20:15:07.9264410Z adding 'torch/include/ATen/ops/transpose.h' 2024-10-08T20:15:07.9267714Z adding 'torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.9270804Z adding 'torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.9273743Z adding 'torch/include/ATen/ops/transpose_copy.h' 2024-10-08T20:15:07.9277252Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.9280487Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.9283456Z adding 'torch/include/ATen/ops/transpose_copy_native.h' 2024-10-08T20:15:07.9286706Z adding 'torch/include/ATen/ops/transpose_copy_ops.h' 2024-10-08T20:15:07.9289917Z adding 'torch/include/ATen/ops/transpose_native.h' 2024-10-08T20:15:07.9293441Z adding 'torch/include/ATen/ops/transpose_ops.h' 2024-10-08T20:15:07.9296605Z adding 'torch/include/ATen/ops/trapezoid.h' 2024-10-08T20:15:07.9300068Z adding 'torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.9302933Z adding 'torch/include/ATen/ops/trapezoid_native.h' 2024-10-08T20:15:07.9306229Z adding 'torch/include/ATen/ops/trapezoid_ops.h' 2024-10-08T20:15:07.9309463Z adding 'torch/include/ATen/ops/trapz.h' 2024-10-08T20:15:07.9312844Z adding 'torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.9315695Z adding 'torch/include/ATen/ops/trapz_native.h' 2024-10-08T20:15:07.9319066Z adding 'torch/include/ATen/ops/trapz_ops.h' 2024-10-08T20:15:07.9322433Z adding 'torch/include/ATen/ops/triangular_solve.h' 2024-10-08T20:15:07.9325959Z adding 'torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.9328969Z adding 'torch/include/ATen/ops/triangular_solve_cpu_dispatch.h' 2024-10-08T20:15:07.9332208Z adding 'torch/include/ATen/ops/triangular_solve_cuda_dispatch.h' 2024-10-08T20:15:07.9335427Z adding 'torch/include/ATen/ops/triangular_solve_meta.h' 2024-10-08T20:15:07.9338600Z adding 'torch/include/ATen/ops/triangular_solve_meta_dispatch.h' 2024-10-08T20:15:07.9341815Z adding 'torch/include/ATen/ops/triangular_solve_native.h' 2024-10-08T20:15:07.9345203Z adding 'torch/include/ATen/ops/triangular_solve_ops.h' 2024-10-08T20:15:07.9348352Z adding 'torch/include/ATen/ops/tril.h' 2024-10-08T20:15:07.9351921Z adding 'torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.9355369Z adding 'torch/include/ATen/ops/tril_cpu_dispatch.h' 2024-10-08T20:15:07.9359250Z adding 'torch/include/ATen/ops/tril_cuda_dispatch.h' 2024-10-08T20:15:07.9362500Z adding 'torch/include/ATen/ops/tril_indices.h' 2024-10-08T20:15:07.9365999Z adding 'torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.9369101Z adding 'torch/include/ATen/ops/tril_indices_cpu_dispatch.h' 2024-10-08T20:15:07.9372364Z adding 'torch/include/ATen/ops/tril_indices_cuda_dispatch.h' 2024-10-08T20:15:07.9375577Z adding 'torch/include/ATen/ops/tril_indices_native.h' 2024-10-08T20:15:07.9378917Z adding 'torch/include/ATen/ops/tril_indices_ops.h' 2024-10-08T20:15:07.9382142Z adding 'torch/include/ATen/ops/tril_meta.h' 2024-10-08T20:15:07.9385356Z adding 'torch/include/ATen/ops/tril_meta_dispatch.h' 2024-10-08T20:15:07.9388489Z adding 'torch/include/ATen/ops/tril_native.h' 2024-10-08T20:15:07.9391741Z adding 'torch/include/ATen/ops/tril_ops.h' 2024-10-08T20:15:07.9395120Z adding 'torch/include/ATen/ops/triplet_margin_loss.h' 2024-10-08T20:15:07.9398665Z adding 'torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.9401550Z adding 'torch/include/ATen/ops/triplet_margin_loss_native.h' 2024-10-08T20:15:07.9404815Z adding 'torch/include/ATen/ops/triplet_margin_loss_ops.h' 2024-10-08T20:15:07.9407871Z adding 'torch/include/ATen/ops/triu.h' 2024-10-08T20:15:07.9411444Z adding 'torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.9414465Z adding 'torch/include/ATen/ops/triu_cpu_dispatch.h' 2024-10-08T20:15:07.9417763Z adding 'torch/include/ATen/ops/triu_cuda_dispatch.h' 2024-10-08T20:15:07.9420992Z adding 'torch/include/ATen/ops/triu_indices.h' 2024-10-08T20:15:07.9424710Z adding 'torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.9427816Z adding 'torch/include/ATen/ops/triu_indices_cpu_dispatch.h' 2024-10-08T20:15:07.9431000Z adding 'torch/include/ATen/ops/triu_indices_cuda_dispatch.h' 2024-10-08T20:15:07.9434207Z adding 'torch/include/ATen/ops/triu_indices_native.h' 2024-10-08T20:15:07.9437534Z adding 'torch/include/ATen/ops/triu_indices_ops.h' 2024-10-08T20:15:07.9440736Z adding 'torch/include/ATen/ops/triu_meta.h' 2024-10-08T20:15:07.9443908Z adding 'torch/include/ATen/ops/triu_meta_dispatch.h' 2024-10-08T20:15:07.9447026Z adding 'torch/include/ATen/ops/triu_native.h' 2024-10-08T20:15:07.9450417Z adding 'torch/include/ATen/ops/triu_ops.h' 2024-10-08T20:15:07.9453754Z adding 'torch/include/ATen/ops/true_divide.h' 2024-10-08T20:15:07.9457558Z adding 'torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.9460253Z adding 'torch/include/ATen/ops/true_divide_native.h' 2024-10-08T20:15:07.9463864Z adding 'torch/include/ATen/ops/true_divide_ops.h' 2024-10-08T20:15:07.9466940Z adding 'torch/include/ATen/ops/trunc.h' 2024-10-08T20:15:07.9470509Z adding 'torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.9473895Z adding 'torch/include/ATen/ops/trunc_cpu_dispatch.h' 2024-10-08T20:15:07.9476655Z adding 'torch/include/ATen/ops/trunc_cuda_dispatch.h' 2024-10-08T20:15:07.9479792Z adding 'torch/include/ATen/ops/trunc_meta.h' 2024-10-08T20:15:07.9482964Z adding 'torch/include/ATen/ops/trunc_meta_dispatch.h' 2024-10-08T20:15:07.9486150Z adding 'torch/include/ATen/ops/trunc_native.h' 2024-10-08T20:15:07.9489384Z adding 'torch/include/ATen/ops/trunc_ops.h' 2024-10-08T20:15:07.9492697Z adding 'torch/include/ATen/ops/type_as.h' 2024-10-08T20:15:07.9496714Z adding 'torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.9499000Z adding 'torch/include/ATen/ops/type_as_native.h' 2024-10-08T20:15:07.9502339Z adding 'torch/include/ATen/ops/type_as_ops.h' 2024-10-08T20:15:07.9505438Z adding 'torch/include/ATen/ops/unbind.h' 2024-10-08T20:15:07.9508933Z adding 'torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.9512354Z adding 'torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.9515650Z adding 'torch/include/ATen/ops/unbind_copy.h' 2024-10-08T20:15:07.9519340Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.9522277Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.9525423Z adding 'torch/include/ATen/ops/unbind_copy_native.h' 2024-10-08T20:15:07.9528612Z adding 'torch/include/ATen/ops/unbind_copy_ops.h' 2024-10-08T20:15:07.9531960Z adding 'torch/include/ATen/ops/unbind_native.h' 2024-10-08T20:15:07.9536116Z adding 'torch/include/ATen/ops/unbind_ops.h' 2024-10-08T20:15:07.9538735Z adding 'torch/include/ATen/ops/unflatten.h' 2024-10-08T20:15:07.9542358Z adding 'torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.9545301Z adding 'torch/include/ATen/ops/unflatten_dense_tensors.h' 2024-10-08T20:15:07.9548830Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.9551654Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_native.h' 2024-10-08T20:15:07.9554949Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_ops.h' 2024-10-08T20:15:07.9558880Z adding 'torch/include/ATen/ops/unflatten_native.h' 2024-10-08T20:15:07.9561376Z adding 'torch/include/ATen/ops/unflatten_ops.h' 2024-10-08T20:15:07.9564557Z adding 'torch/include/ATen/ops/unfold.h' 2024-10-08T20:15:07.9567969Z adding 'torch/include/ATen/ops/unfold_backward.h' 2024-10-08T20:15:07.9571712Z adding 'torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.9575782Z adding 'torch/include/ATen/ops/unfold_backward_cpu_dispatch.h' 2024-10-08T20:15:07.9578214Z adding 'torch/include/ATen/ops/unfold_backward_cuda_dispatch.h' 2024-10-08T20:15:07.9581679Z adding 'torch/include/ATen/ops/unfold_backward_native.h' 2024-10-08T20:15:07.9584619Z adding 'torch/include/ATen/ops/unfold_backward_ops.h' 2024-10-08T20:15:07.9587916Z adding 'torch/include/ATen/ops/unfold_copy.h' 2024-10-08T20:15:07.9591342Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.9594736Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.9598341Z adding 'torch/include/ATen/ops/unfold_copy_native.h' 2024-10-08T20:15:07.9600893Z adding 'torch/include/ATen/ops/unfold_copy_ops.h' 2024-10-08T20:15:07.9604279Z adding 'torch/include/ATen/ops/unfold_cpu_dispatch.h' 2024-10-08T20:15:07.9607316Z adding 'torch/include/ATen/ops/unfold_cuda_dispatch.h' 2024-10-08T20:15:07.9610526Z adding 'torch/include/ATen/ops/unfold_meta_dispatch.h' 2024-10-08T20:15:07.9613746Z adding 'torch/include/ATen/ops/unfold_native.h' 2024-10-08T20:15:07.9616952Z adding 'torch/include/ATen/ops/unfold_ops.h' 2024-10-08T20:15:07.9620919Z adding 'torch/include/ATen/ops/uniform.h' 2024-10-08T20:15:07.9623668Z adding 'torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.9626922Z adding 'torch/include/ATen/ops/uniform_cpu_dispatch.h' 2024-10-08T20:15:07.9629904Z adding 'torch/include/ATen/ops/uniform_cuda_dispatch.h' 2024-10-08T20:15:07.9633135Z adding 'torch/include/ATen/ops/uniform_meta_dispatch.h' 2024-10-08T20:15:07.9636163Z adding 'torch/include/ATen/ops/uniform_native.h' 2024-10-08T20:15:07.9639655Z adding 'torch/include/ATen/ops/uniform_ops.h' 2024-10-08T20:15:07.9643832Z adding 'torch/include/ATen/ops/unique_consecutive.h' 2024-10-08T20:15:07.9646578Z adding 'torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.9649573Z adding 'torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h' 2024-10-08T20:15:07.9652880Z adding 'torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h' 2024-10-08T20:15:07.9656143Z adding 'torch/include/ATen/ops/unique_consecutive_native.h' 2024-10-08T20:15:07.9660203Z adding 'torch/include/ATen/ops/unique_consecutive_ops.h' 2024-10-08T20:15:07.9662995Z adding 'torch/include/ATen/ops/unique_dim.h' 2024-10-08T20:15:07.9666473Z adding 'torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.9669524Z adding 'torch/include/ATen/ops/unique_dim_consecutive.h' 2024-10-08T20:15:07.9673137Z adding 'torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.9676133Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h' 2024-10-08T20:15:07.9679692Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h' 2024-10-08T20:15:07.9682522Z adding 'torch/include/ATen/ops/unique_dim_consecutive_native.h' 2024-10-08T20:15:07.9685952Z adding 'torch/include/ATen/ops/unique_dim_consecutive_ops.h' 2024-10-08T20:15:07.9689276Z adding 'torch/include/ATen/ops/unique_dim_cpu_dispatch.h' 2024-10-08T20:15:07.9692483Z adding 'torch/include/ATen/ops/unique_dim_cuda_dispatch.h' 2024-10-08T20:15:07.9695678Z adding 'torch/include/ATen/ops/unique_dim_native.h' 2024-10-08T20:15:07.9699006Z adding 'torch/include/ATen/ops/unique_dim_ops.h' 2024-10-08T20:15:07.9702292Z adding 'torch/include/ATen/ops/unsafe_chunk.h' 2024-10-08T20:15:07.9705714Z adding 'torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.9708700Z adding 'torch/include/ATen/ops/unsafe_chunk_native.h' 2024-10-08T20:15:07.9711977Z adding 'torch/include/ATen/ops/unsafe_chunk_ops.h' 2024-10-08T20:15:07.9715357Z adding 'torch/include/ATen/ops/unsafe_split.h' 2024-10-08T20:15:07.9718953Z adding 'torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.9721876Z adding 'torch/include/ATen/ops/unsafe_split_native.h' 2024-10-08T20:15:07.9725228Z adding 'torch/include/ATen/ops/unsafe_split_ops.h' 2024-10-08T20:15:07.9729925Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes.h' 2024-10-08T20:15:07.9732717Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.9735786Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_native.h' 2024-10-08T20:15:07.9739045Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_ops.h' 2024-10-08T20:15:07.9742240Z adding 'torch/include/ATen/ops/unsqueeze.h' 2024-10-08T20:15:07.9746087Z adding 'torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.9748697Z adding 'torch/include/ATen/ops/unsqueeze_copy.h' 2024-10-08T20:15:07.9752601Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:07.9755401Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.9758297Z adding 'torch/include/ATen/ops/unsqueeze_copy_native.h' 2024-10-08T20:15:07.9762025Z adding 'torch/include/ATen/ops/unsqueeze_copy_ops.h' 2024-10-08T20:15:07.9764782Z adding 'torch/include/ATen/ops/unsqueeze_native.h' 2024-10-08T20:15:07.9767956Z adding 'torch/include/ATen/ops/unsqueeze_ops.h' 2024-10-08T20:15:07.9771887Z adding 'torch/include/ATen/ops/upsample_bicubic2d.h' 2024-10-08T20:15:07.9775908Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward.h' 2024-10-08T20:15:07.9779680Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.9782945Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h' 2024-10-08T20:15:07.9786714Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h' 2024-10-08T20:15:07.9789498Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h' 2024-10-08T20:15:07.9792942Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h' 2024-10-08T20:15:07.9796053Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_native.h' 2024-10-08T20:15:07.9800191Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h' 2024-10-08T20:15:07.9803940Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.9807196Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.9810700Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h' 2024-10-08T20:15:07.9814940Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h' 2024-10-08T20:15:07.9817316Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta.h' 2024-10-08T20:15:07.9820729Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h' 2024-10-08T20:15:07.9823896Z adding 'torch/include/ATen/ops/upsample_bicubic2d_native.h' 2024-10-08T20:15:07.9827439Z adding 'torch/include/ATen/ops/upsample_bicubic2d_ops.h' 2024-10-08T20:15:07.9831858Z adding 'torch/include/ATen/ops/upsample_bilinear2d.h' 2024-10-08T20:15:07.9835175Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward.h' 2024-10-08T20:15:07.9839034Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.9843015Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h' 2024-10-08T20:15:07.9845650Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h' 2024-10-08T20:15:07.9848981Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h' 2024-10-08T20:15:07.9852259Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h' 2024-10-08T20:15:07.9855607Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_native.h' 2024-10-08T20:15:07.9858927Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h' 2024-10-08T20:15:07.9862577Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.9866094Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.9868875Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h' 2024-10-08T20:15:07.9872268Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h' 2024-10-08T20:15:07.9875361Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta.h' 2024-10-08T20:15:07.9878757Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h' 2024-10-08T20:15:07.9882772Z adding 'torch/include/ATen/ops/upsample_bilinear2d_native.h' 2024-10-08T20:15:07.9885396Z adding 'torch/include/ATen/ops/upsample_bilinear2d_ops.h' 2024-10-08T20:15:07.9889769Z adding 'torch/include/ATen/ops/upsample_linear1d.h' 2024-10-08T20:15:07.9906637Z adding 'torch/include/ATen/ops/upsample_linear1d_backward.h' 2024-10-08T20:15:07.9907391Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.9907851Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h' 2024-10-08T20:15:07.9908178Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h' 2024-10-08T20:15:07.9908448Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta.h' 2024-10-08T20:15:07.9911352Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h' 2024-10-08T20:15:07.9918760Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_native.h' 2024-10-08T20:15:07.9919048Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_ops.h' 2024-10-08T20:15:07.9922671Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.9925735Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.9928786Z adding 'torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h' 2024-10-08T20:15:07.9932193Z adding 'torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h' 2024-10-08T20:15:07.9935889Z adding 'torch/include/ATen/ops/upsample_linear1d_meta.h' 2024-10-08T20:15:07.9938709Z adding 'torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h' 2024-10-08T20:15:07.9941957Z adding 'torch/include/ATen/ops/upsample_linear1d_native.h' 2024-10-08T20:15:07.9945295Z adding 'torch/include/ATen/ops/upsample_linear1d_ops.h' 2024-10-08T20:15:07.9949134Z adding 'torch/include/ATen/ops/upsample_nearest1d.h' 2024-10-08T20:15:07.9952997Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward.h' 2024-10-08T20:15:07.9956585Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.9959772Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h' 2024-10-08T20:15:07.9963528Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h' 2024-10-08T20:15:07.9966222Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta.h' 2024-10-08T20:15:07.9969990Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h' 2024-10-08T20:15:07.9972841Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_native.h' 2024-10-08T20:15:07.9976292Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_ops.h' 2024-10-08T20:15:07.9979809Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:07.9982877Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:07.9986296Z adding 'torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h' 2024-10-08T20:15:07.9989305Z adding 'torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h' 2024-10-08T20:15:07.9992322Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta.h' 2024-10-08T20:15:07.9995580Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h' 2024-10-08T20:15:07.9998950Z adding 'torch/include/ATen/ops/upsample_nearest1d_native.h' 2024-10-08T20:15:08.0002250Z adding 'torch/include/ATen/ops/upsample_nearest1d_ops.h' 2024-10-08T20:15:08.0005884Z adding 'torch/include/ATen/ops/upsample_nearest2d.h' 2024-10-08T20:15:08.0009657Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward.h' 2024-10-08T20:15:08.0013471Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:08.0016523Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h' 2024-10-08T20:15:08.0019805Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h' 2024-10-08T20:15:08.0022973Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta.h' 2024-10-08T20:15:08.0026153Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h' 2024-10-08T20:15:08.0029240Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_native.h' 2024-10-08T20:15:08.0032652Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_ops.h' 2024-10-08T20:15:08.0036240Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:08.0039187Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:08.0042275Z adding 'torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h' 2024-10-08T20:15:08.0045481Z adding 'torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h' 2024-10-08T20:15:08.0048504Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta.h' 2024-10-08T20:15:08.0051717Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h' 2024-10-08T20:15:08.0054965Z adding 'torch/include/ATen/ops/upsample_nearest2d_native.h' 2024-10-08T20:15:08.0058345Z adding 'torch/include/ATen/ops/upsample_nearest2d_ops.h' 2024-10-08T20:15:08.0061977Z adding 'torch/include/ATen/ops/upsample_nearest3d.h' 2024-10-08T20:15:08.0065868Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward.h' 2024-10-08T20:15:08.0069549Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:08.0072562Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h' 2024-10-08T20:15:08.0075848Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h' 2024-10-08T20:15:08.0078886Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta.h' 2024-10-08T20:15:08.0082974Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h' 2024-10-08T20:15:08.0085325Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_native.h' 2024-10-08T20:15:08.0088770Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_ops.h' 2024-10-08T20:15:08.0092327Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:08.0095582Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:08.0098746Z adding 'torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h' 2024-10-08T20:15:08.0102063Z adding 'torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h' 2024-10-08T20:15:08.0105286Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta.h' 2024-10-08T20:15:08.0108624Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h' 2024-10-08T20:15:08.0111940Z adding 'torch/include/ATen/ops/upsample_nearest3d_native.h' 2024-10-08T20:15:08.0115342Z adding 'torch/include/ATen/ops/upsample_nearest3d_ops.h' 2024-10-08T20:15:08.0119360Z adding 'torch/include/ATen/ops/upsample_trilinear3d.h' 2024-10-08T20:15:08.0123290Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward.h' 2024-10-08T20:15:08.0127907Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:08.0130344Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h' 2024-10-08T20:15:08.0133871Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h' 2024-10-08T20:15:08.0136978Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h' 2024-10-08T20:15:08.0140415Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h' 2024-10-08T20:15:08.0144050Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_native.h' 2024-10-08T20:15:08.0147060Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h' 2024-10-08T20:15:08.0150765Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:08.0153864Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:08.0157149Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h' 2024-10-08T20:15:08.0160459Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h' 2024-10-08T20:15:08.0163692Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta.h' 2024-10-08T20:15:08.0167443Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h' 2024-10-08T20:15:08.0170335Z adding 'torch/include/ATen/ops/upsample_trilinear3d_native.h' 2024-10-08T20:15:08.0174081Z adding 'torch/include/ATen/ops/upsample_trilinear3d_ops.h' 2024-10-08T20:15:08.0177394Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward.h' 2024-10-08T20:15:08.0180996Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:08.0184677Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_native.h' 2024-10-08T20:15:08.0187257Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_ops.h' 2024-10-08T20:15:08.0190482Z adding 'torch/include/ATen/ops/values.h' 2024-10-08T20:15:08.0193774Z adding 'torch/include/ATen/ops/values_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:08.0196706Z adding 'torch/include/ATen/ops/values_copy.h' 2024-10-08T20:15:08.0200072Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:08.0203469Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:08.0207033Z adding 'torch/include/ATen/ops/values_copy_native.h' 2024-10-08T20:15:08.0209591Z adding 'torch/include/ATen/ops/values_copy_ops.h' 2024-10-08T20:15:08.0213152Z adding 'torch/include/ATen/ops/values_native.h' 2024-10-08T20:15:08.0215918Z adding 'torch/include/ATen/ops/values_ops.h' 2024-10-08T20:15:08.0219232Z adding 'torch/include/ATen/ops/vander.h' 2024-10-08T20:15:08.0222498Z adding 'torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:08.0225544Z adding 'torch/include/ATen/ops/vander_native.h' 2024-10-08T20:15:08.0228754Z adding 'torch/include/ATen/ops/vander_ops.h' 2024-10-08T20:15:08.0232421Z adding 'torch/include/ATen/ops/var.h' 2024-10-08T20:15:08.0236034Z adding 'torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:08.0239051Z adding 'torch/include/ATen/ops/var_cpu_dispatch.h' 2024-10-08T20:15:08.0242334Z adding 'torch/include/ATen/ops/var_cuda_dispatch.h' 2024-10-08T20:15:08.0246819Z adding 'torch/include/ATen/ops/var_mean.h' 2024-10-08T20:15:08.0249861Z adding 'torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:08.0253352Z adding 'torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:08.0256304Z adding 'torch/include/ATen/ops/var_mean_cpu_dispatch.h' 2024-10-08T20:15:08.0259573Z adding 'torch/include/ATen/ops/var_mean_cuda_dispatch.h' 2024-10-08T20:15:08.0262639Z adding 'torch/include/ATen/ops/var_mean_native.h' 2024-10-08T20:15:08.0266358Z adding 'torch/include/ATen/ops/var_mean_ops.h' 2024-10-08T20:15:08.0269818Z adding 'torch/include/ATen/ops/var_native.h' 2024-10-08T20:15:08.0273557Z adding 'torch/include/ATen/ops/var_ops.h' 2024-10-08T20:15:08.0277033Z adding 'torch/include/ATen/ops/vdot.h' 2024-10-08T20:15:08.0281222Z adding 'torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:08.0283489Z adding 'torch/include/ATen/ops/vdot_cpu_dispatch.h' 2024-10-08T20:15:08.0286842Z adding 'torch/include/ATen/ops/vdot_cuda_dispatch.h' 2024-10-08T20:15:08.0289690Z adding 'torch/include/ATen/ops/vdot_native.h' 2024-10-08T20:15:08.0293146Z adding 'torch/include/ATen/ops/vdot_ops.h' 2024-10-08T20:15:08.0296317Z adding 'torch/include/ATen/ops/view.h' 2024-10-08T20:15:08.0299468Z adding 'torch/include/ATen/ops/view_as.h' 2024-10-08T20:15:08.0302557Z adding 'torch/include/ATen/ops/view_as_complex.h' 2024-10-08T20:15:08.0305834Z adding 'torch/include/ATen/ops/view_as_complex_copy.h' 2024-10-08T20:15:08.0309710Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:08.0312639Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:08.0315524Z adding 'torch/include/ATen/ops/view_as_complex_copy_native.h' 2024-10-08T20:15:08.0318718Z adding 'torch/include/ATen/ops/view_as_complex_copy_ops.h' 2024-10-08T20:15:08.0322032Z adding 'torch/include/ATen/ops/view_as_complex_cpu_dispatch.h' 2024-10-08T20:15:08.0325248Z adding 'torch/include/ATen/ops/view_as_complex_cuda_dispatch.h' 2024-10-08T20:15:08.0328679Z adding 'torch/include/ATen/ops/view_as_complex_meta_dispatch.h' 2024-10-08T20:15:08.0331439Z adding 'torch/include/ATen/ops/view_as_complex_native.h' 2024-10-08T20:15:08.0334754Z adding 'torch/include/ATen/ops/view_as_complex_ops.h' 2024-10-08T20:15:08.0338139Z adding 'torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:08.0340979Z adding 'torch/include/ATen/ops/view_as_native.h' 2024-10-08T20:15:08.0344238Z adding 'torch/include/ATen/ops/view_as_ops.h' 2024-10-08T20:15:08.0347327Z adding 'torch/include/ATen/ops/view_as_real.h' 2024-10-08T20:15:08.0350574Z adding 'torch/include/ATen/ops/view_as_real_copy.h' 2024-10-08T20:15:08.0353957Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:08.0357329Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:08.0360115Z adding 'torch/include/ATen/ops/view_as_real_copy_native.h' 2024-10-08T20:15:08.0363443Z adding 'torch/include/ATen/ops/view_as_real_copy_ops.h' 2024-10-08T20:15:08.0366641Z adding 'torch/include/ATen/ops/view_as_real_cpu_dispatch.h' 2024-10-08T20:15:08.0369902Z adding 'torch/include/ATen/ops/view_as_real_cuda_dispatch.h' 2024-10-08T20:15:08.0373091Z adding 'torch/include/ATen/ops/view_as_real_meta_dispatch.h' 2024-10-08T20:15:08.0376122Z adding 'torch/include/ATen/ops/view_as_real_native.h' 2024-10-08T20:15:08.0379423Z adding 'torch/include/ATen/ops/view_as_real_ops.h' 2024-10-08T20:15:08.0382738Z adding 'torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:08.0386105Z adding 'torch/include/ATen/ops/view_copy.h' 2024-10-08T20:15:08.0389724Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:08.0393080Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:08.0395980Z adding 'torch/include/ATen/ops/view_copy_native.h' 2024-10-08T20:15:08.0399377Z adding 'torch/include/ATen/ops/view_copy_ops.h' 2024-10-08T20:15:08.0402683Z adding 'torch/include/ATen/ops/view_cpu_dispatch.h' 2024-10-08T20:15:08.0405771Z adding 'torch/include/ATen/ops/view_cuda_dispatch.h' 2024-10-08T20:15:08.0408982Z adding 'torch/include/ATen/ops/view_meta_dispatch.h' 2024-10-08T20:15:08.0412030Z adding 'torch/include/ATen/ops/view_native.h' 2024-10-08T20:15:08.0415448Z adding 'torch/include/ATen/ops/view_ops.h' 2024-10-08T20:15:08.0418590Z adding 'torch/include/ATen/ops/vsplit.h' 2024-10-08T20:15:08.0422012Z adding 'torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:08.0425004Z adding 'torch/include/ATen/ops/vsplit_native.h' 2024-10-08T20:15:08.0428246Z adding 'torch/include/ATen/ops/vsplit_ops.h' 2024-10-08T20:15:08.0431533Z adding 'torch/include/ATen/ops/vstack.h' 2024-10-08T20:15:08.0434905Z adding 'torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:08.0438166Z adding 'torch/include/ATen/ops/vstack_native.h' 2024-10-08T20:15:08.0441119Z adding 'torch/include/ATen/ops/vstack_ops.h' 2024-10-08T20:15:08.0444530Z adding 'torch/include/ATen/ops/where.h' 2024-10-08T20:15:08.0448134Z adding 'torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:08.0451272Z adding 'torch/include/ATen/ops/where_cpu_dispatch.h' 2024-10-08T20:15:08.0454541Z adding 'torch/include/ATen/ops/where_cuda_dispatch.h' 2024-10-08T20:15:08.0457583Z adding 'torch/include/ATen/ops/where_native.h' 2024-10-08T20:15:08.0461237Z adding 'torch/include/ATen/ops/where_ops.h' 2024-10-08T20:15:08.0464650Z adding 'torch/include/ATen/ops/xlogy.h' 2024-10-08T20:15:08.0468308Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:08.0471617Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-10-08T20:15:08.0474602Z adding 'torch/include/ATen/ops/xlogy_cpu_dispatch.h' 2024-10-08T20:15:08.0477840Z adding 'torch/include/ATen/ops/xlogy_cuda_dispatch.h' 2024-10-08T20:15:08.0480852Z adding 'torch/include/ATen/ops/xlogy_meta.h' 2024-10-08T20:15:08.0484191Z adding 'torch/include/ATen/ops/xlogy_meta_dispatch.h' 2024-10-08T20:15:08.0487241Z adding 'torch/include/ATen/ops/xlogy_native.h' 2024-10-08T20:15:08.0490814Z adding 'torch/include/ATen/ops/xlogy_ops.h' 2024-10-08T20:15:08.0494298Z adding 'torch/include/ATen/ops/xor.h' 2024-10-08T20:15:08.0497650Z adding 'torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h' 2024-10-08T20:15:08.0500488Z adding 'torch/include/ATen/ops/xor_native.h' 2024-10-08T20:15:08.0503788Z adding 'torch/include/ATen/ops/xor_ops.h' 2024-10-08T20:15:08.0506935Z adding 'torch/include/ATen/ops/zero.h' 2024-10-08T20:15:08.0510432Z adding 'torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:08.0513346Z adding 'torch/include/ATen/ops/zero_cpu_dispatch.h' 2024-10-08T20:15:08.0516384Z adding 'torch/include/ATen/ops/zero_cuda_dispatch.h' 2024-10-08T20:15:08.0519403Z adding 'torch/include/ATen/ops/zero_meta_dispatch.h' 2024-10-08T20:15:08.0522360Z adding 'torch/include/ATen/ops/zero_native.h' 2024-10-08T20:15:08.0525592Z adding 'torch/include/ATen/ops/zero_ops.h' 2024-10-08T20:15:08.0529361Z adding 'torch/include/ATen/ops/zeros.h' 2024-10-08T20:15:08.0533071Z adding 'torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:08.0536242Z adding 'torch/include/ATen/ops/zeros_like.h' 2024-10-08T20:15:08.0539852Z adding 'torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h' 2024-10-08T20:15:08.0543125Z adding 'torch/include/ATen/ops/zeros_like_compositeimplicitautogradnestedtensor_dispatch.h' 2024-10-08T20:15:08.0545948Z adding 'torch/include/ATen/ops/zeros_like_native.h' 2024-10-08T20:15:08.0549288Z adding 'torch/include/ATen/ops/zeros_like_ops.h' 2024-10-08T20:15:08.0552422Z adding 'torch/include/ATen/ops/zeros_native.h' 2024-10-08T20:15:08.0555864Z adding 'torch/include/ATen/ops/zeros_ops.h' 2024-10-08T20:15:08.0562371Z adding 'torch/include/ATen/quantized/QTensorImpl.h' 2024-10-08T20:15:08.0567981Z adding 'torch/include/ATen/quantized/Quantizer.h' 2024-10-08T20:15:08.0572400Z adding 'torch/include/ATen/xpu/CachingHostAllocator.h' 2024-10-08T20:15:08.0575424Z adding 'torch/include/ATen/xpu/PinnedMemoryAllocator.h' 2024-10-08T20:15:08.0578538Z adding 'torch/include/ATen/xpu/XPUContext.h' 2024-10-08T20:15:08.0581459Z adding 'torch/include/ATen/xpu/XPUDevice.h' 2024-10-08T20:15:08.0585345Z adding 'torch/include/ATen/xpu/XPUEvent.h' 2024-10-08T20:15:08.0588775Z adding 'torch/include/ATen/xpu/XPUGeneratorImpl.h' 2024-10-08T20:15:08.0592674Z adding 'torch/include/ATen/xpu/detail/XPUHooks.h' 2024-10-08T20:15:08.0600917Z adding 'torch/include/c10/core/Allocator.h' 2024-10-08T20:15:08.0604464Z adding 'torch/include/c10/core/AutogradState.h' 2024-10-08T20:15:08.0609132Z adding 'torch/include/c10/core/Backend.h' 2024-10-08T20:15:08.0612916Z adding 'torch/include/c10/core/CPUAllocator.h' 2024-10-08T20:15:08.0617163Z adding 'torch/include/c10/core/CachingDeviceAllocator.h' 2024-10-08T20:15:08.0620732Z adding 'torch/include/c10/core/CompileTimeFunctionPointer.h' 2024-10-08T20:15:08.0624211Z adding 'torch/include/c10/core/ConstantSymNodeImpl.h' 2024-10-08T20:15:08.0627822Z adding 'torch/include/c10/core/Contiguity.h' 2024-10-08T20:15:08.0631204Z adding 'torch/include/c10/core/CopyBytes.h' 2024-10-08T20:15:08.0634248Z adding 'torch/include/c10/core/DefaultDtype.h' 2024-10-08T20:15:08.0637432Z adding 'torch/include/c10/core/DefaultTensorOptions.h' 2024-10-08T20:15:08.0641914Z adding 'torch/include/c10/core/Device.h' 2024-10-08T20:15:08.0645303Z adding 'torch/include/c10/core/DeviceArray.h' 2024-10-08T20:15:08.0650015Z adding 'torch/include/c10/core/DeviceGuard.h' 2024-10-08T20:15:08.0654377Z adding 'torch/include/c10/core/DeviceType.h' 2024-10-08T20:15:08.0667659Z adding 'torch/include/c10/core/DispatchKey.h' 2024-10-08T20:15:08.0684480Z adding 'torch/include/c10/core/DispatchKeySet.h' 2024-10-08T20:15:08.0689499Z adding 'torch/include/c10/core/DynamicCast.h' 2024-10-08T20:15:08.0693811Z adding 'torch/include/c10/core/Event.h' 2024-10-08T20:15:08.0698146Z adding 'torch/include/c10/core/GeneratorImpl.h' 2024-10-08T20:15:08.0701754Z adding 'torch/include/c10/core/GradMode.h' 2024-10-08T20:15:08.0705407Z adding 'torch/include/c10/core/InferenceMode.h' 2024-10-08T20:15:08.0708976Z adding 'torch/include/c10/core/Layout.h' 2024-10-08T20:15:08.0714407Z adding 'torch/include/c10/core/MemoryFormat.h' 2024-10-08T20:15:08.0718544Z adding 'torch/include/c10/core/OptionalRef.h' 2024-10-08T20:15:08.0721661Z adding 'torch/include/c10/core/PyHandleCache.h' 2024-10-08T20:15:08.0725044Z adding 'torch/include/c10/core/QEngine.h' 2024-10-08T20:15:08.0728331Z adding 'torch/include/c10/core/QScheme.h' 2024-10-08T20:15:08.0732107Z adding 'torch/include/c10/core/RefcountedDeleter.h' 2024-10-08T20:15:08.0736064Z adding 'torch/include/c10/core/SafePyObject.h' 2024-10-08T20:15:08.0742355Z adding 'torch/include/c10/core/Scalar.h' 2024-10-08T20:15:08.0750708Z adding 'torch/include/c10/core/ScalarType.h' 2024-10-08T20:15:08.0754865Z adding 'torch/include/c10/core/ScalarTypeToTypeMeta.h' 2024-10-08T20:15:08.0759328Z adding 'torch/include/c10/core/Storage.h' 2024-10-08T20:15:08.0765080Z adding 'torch/include/c10/core/StorageImpl.h' 2024-10-08T20:15:08.0770654Z adding 'torch/include/c10/core/Stream.h' 2024-10-08T20:15:08.0775561Z adding 'torch/include/c10/core/StreamGuard.h' 2024-10-08T20:15:08.0779136Z adding 'torch/include/c10/core/SymBool.h' 2024-10-08T20:15:08.0783040Z adding 'torch/include/c10/core/SymFloat.h' 2024-10-08T20:15:08.0789724Z adding 'torch/include/c10/core/SymInt.h' 2024-10-08T20:15:08.0793876Z adding 'torch/include/c10/core/SymIntArrayRef.h' 2024-10-08T20:15:08.0798174Z adding 'torch/include/c10/core/SymNodeImpl.h' 2024-10-08T20:15:08.0802399Z adding 'torch/include/c10/core/SymbolicShapeMeta.h' 2024-10-08T20:15:08.0845297Z adding 'torch/include/c10/core/TensorImpl.h' 2024-10-08T20:15:08.0858131Z adding 'torch/include/c10/core/TensorOptions.h' 2024-10-08T20:15:08.0862343Z adding 'torch/include/c10/core/UndefinedTensorImpl.h' 2024-10-08T20:15:08.0865951Z adding 'torch/include/c10/core/WrapDimMinimal.h' 2024-10-08T20:15:08.0868800Z adding 'torch/include/c10/core/alignment.h' 2024-10-08T20:15:08.0872583Z adding 'torch/include/c10/core/thread_pool.h' 2024-10-08T20:15:08.0877473Z adding 'torch/include/c10/core/impl/COW.h' 2024-10-08T20:15:08.0880555Z adding 'torch/include/c10/core/impl/COWDeleter.h' 2024-10-08T20:15:08.0887230Z adding 'torch/include/c10/core/impl/DeviceGuardImplInterface.h' 2024-10-08T20:15:08.0891313Z adding 'torch/include/c10/core/impl/FakeGuardImpl.h' 2024-10-08T20:15:08.0894820Z adding 'torch/include/c10/core/impl/GPUTrace.h' 2024-10-08T20:15:08.0898483Z adding 'torch/include/c10/core/impl/HermeticPyObjectTLS.h' 2024-10-08T20:15:08.0905870Z adding 'torch/include/c10/core/impl/InlineDeviceGuard.h' 2024-10-08T20:15:08.0909590Z adding 'torch/include/c10/core/impl/InlineEvent.h' 2024-10-08T20:15:08.0915638Z adding 'torch/include/c10/core/impl/InlineStreamGuard.h' 2024-10-08T20:15:08.0920395Z adding 'torch/include/c10/core/impl/LocalDispatchKeySet.h' 2024-10-08T20:15:08.0926514Z adding 'torch/include/c10/core/impl/PyInterpreter.h' 2024-10-08T20:15:08.0932290Z adding 'torch/include/c10/core/impl/PyObjectSlot.h' 2024-10-08T20:15:08.0935779Z adding 'torch/include/c10/core/impl/PythonDispatcherTLS.h' 2024-10-08T20:15:08.0940349Z adding 'torch/include/c10/core/impl/SizesAndStrides.h' 2024-10-08T20:15:08.0944178Z adding 'torch/include/c10/core/impl/TorchDispatchModeTLS.h' 2024-10-08T20:15:08.0947955Z adding 'torch/include/c10/core/impl/VirtualGuardImpl.h' 2024-10-08T20:15:08.0951081Z adding 'torch/include/c10/core/impl/alloc_cpu.h' 2024-10-08T20:15:08.0955229Z adding 'torch/include/c10/cuda/CUDAAlgorithm.h' 2024-10-08T20:15:08.0959271Z adding 'torch/include/c10/cuda/CUDAAllocatorConfig.h' 2024-10-08T20:15:08.0966740Z adding 'torch/include/c10/cuda/CUDACachingAllocator.h' 2024-10-08T20:15:08.0971215Z adding 'torch/include/c10/cuda/CUDADeviceAssertion.h' 2024-10-08T20:15:08.0976277Z adding 'torch/include/c10/cuda/CUDADeviceAssertionHost.h' 2024-10-08T20:15:08.0980480Z adding 'torch/include/c10/cuda/CUDAException.h' 2024-10-08T20:15:08.0985177Z adding 'torch/include/c10/cuda/CUDAFunctions.h' 2024-10-08T20:15:08.0988211Z adding 'torch/include/c10/cuda/CUDAGraphsC10Utils.h' 2024-10-08T20:15:08.0993329Z adding 'torch/include/c10/cuda/CUDAGuard.h' 2024-10-08T20:15:08.0997078Z adding 'torch/include/c10/cuda/CUDAMacros.h' 2024-10-08T20:15:08.1000581Z adding 'torch/include/c10/cuda/CUDAMathCompat.h' 2024-10-08T20:15:08.1003856Z adding 'torch/include/c10/cuda/CUDAMiscFunctions.h' 2024-10-08T20:15:08.1009691Z adding 'torch/include/c10/cuda/CUDAStream.h' 2024-10-08T20:15:08.1013697Z adding 'torch/include/c10/cuda/driver_api.h' 2024-10-08T20:15:08.1019485Z adding 'torch/include/c10/cuda/impl/CUDAGuardImpl.h' 2024-10-08T20:15:08.1022600Z adding 'torch/include/c10/cuda/impl/CUDATest.h' 2024-10-08T20:15:08.1027827Z adding 'torch/include/c10/macros/Export.h' 2024-10-08T20:15:08.1036387Z adding 'torch/include/c10/macros/Macros.h' 2024-10-08T20:15:08.1039992Z adding 'torch/include/c10/macros/cmake_macros.h' 2024-10-08T20:15:08.1046239Z adding 'torch/include/c10/util/AbortHandler.h' 2024-10-08T20:15:08.1050302Z adding 'torch/include/c10/util/AlignOf.h' 2024-10-08T20:15:08.1054623Z adding 'torch/include/c10/util/ApproximateClock.h' 2024-10-08T20:15:08.1057772Z adding 'torch/include/c10/util/Array.h' 2024-10-08T20:15:08.1063005Z adding 'torch/include/c10/util/ArrayRef.h' 2024-10-08T20:15:08.1068177Z adding 'torch/include/c10/util/BFloat16-inl.h' 2024-10-08T20:15:08.1072713Z adding 'torch/include/c10/util/BFloat16-math.h' 2024-10-08T20:15:08.1076615Z adding 'torch/include/c10/util/BFloat16.h' 2024-10-08T20:15:08.1079846Z adding 'torch/include/c10/util/Backtrace.h' 2024-10-08T20:15:08.1083607Z adding 'torch/include/c10/util/Bitset.h' 2024-10-08T20:15:08.1087773Z adding 'torch/include/c10/util/C++17.h' 2024-10-08T20:15:08.1091348Z adding 'torch/include/c10/util/CallOnce.h' 2024-10-08T20:15:08.1096528Z adding 'torch/include/c10/util/ConstexprCrc.h' 2024-10-08T20:15:08.1100351Z adding 'torch/include/c10/util/DeadlockDetection.h' 2024-10-08T20:15:08.1103993Z adding 'torch/include/c10/util/Deprecated.h' 2024-10-08T20:15:08.1107038Z adding 'torch/include/c10/util/DimVector.h' 2024-10-08T20:15:08.1110286Z adding 'torch/include/c10/util/DynamicCounter.h' 2024-10-08T20:15:08.1120717Z adding 'torch/include/c10/util/Exception.h' 2024-10-08T20:15:08.1125573Z adding 'torch/include/c10/util/ExclusivelyOwned.h' 2024-10-08T20:15:08.1129237Z adding 'torch/include/c10/util/ExclusivelyOwnedTensorTraits.h' 2024-10-08T20:15:08.1132342Z adding 'torch/include/c10/util/FbcodeMaps.h' 2024-10-08T20:15:08.1137475Z adding 'torch/include/c10/util/Flags.h' 2024-10-08T20:15:08.1141862Z adding 'torch/include/c10/util/Float8_e4m3fn-inl.h' 2024-10-08T20:15:08.1147109Z adding 'torch/include/c10/util/Float8_e4m3fn.h' 2024-10-08T20:15:08.1151544Z adding 'torch/include/c10/util/Float8_e4m3fnuz-inl.h' 2024-10-08T20:15:08.1155731Z adding 'torch/include/c10/util/Float8_e4m3fnuz.h' 2024-10-08T20:15:08.1160418Z adding 'torch/include/c10/util/Float8_e5m2-inl.h' 2024-10-08T20:15:08.1164352Z adding 'torch/include/c10/util/Float8_e5m2.h' 2024-10-08T20:15:08.1168878Z adding 'torch/include/c10/util/Float8_e5m2fnuz-inl.h' 2024-10-08T20:15:08.1173301Z adding 'torch/include/c10/util/Float8_e5m2fnuz.h' 2024-10-08T20:15:08.1177356Z adding 'torch/include/c10/util/Float8_fnuz_cvt.h' 2024-10-08T20:15:08.1180542Z adding 'torch/include/c10/util/FunctionRef.h' 2024-10-08T20:15:08.1183943Z adding 'torch/include/c10/util/Gauge.h' 2024-10-08T20:15:08.1188716Z adding 'torch/include/c10/util/Half-inl.h' 2024-10-08T20:15:08.1197199Z adding 'torch/include/c10/util/Half.h' 2024-10-08T20:15:08.1201427Z adding 'torch/include/c10/util/IdWrapper.h' 2024-10-08T20:15:08.1205719Z adding 'torch/include/c10/util/Lazy.h' 2024-10-08T20:15:08.1209964Z adding 'torch/include/c10/util/LeftRight.h' 2024-10-08T20:15:08.1213637Z adding 'torch/include/c10/util/Load.h' 2024-10-08T20:15:08.1219732Z adding 'torch/include/c10/util/Logging.h' 2024-10-08T20:15:08.1223808Z adding 'torch/include/c10/util/MathConstants.h' 2024-10-08T20:15:08.1228430Z adding 'torch/include/c10/util/MaybeOwned.h' 2024-10-08T20:15:08.1233965Z adding 'torch/include/c10/util/Metaprogramming.h' 2024-10-08T20:15:08.1236797Z adding 'torch/include/c10/util/NetworkFlow.h' 2024-10-08T20:15:08.1240203Z adding 'torch/include/c10/util/Optional.h' 2024-10-08T20:15:08.1245265Z adding 'torch/include/c10/util/OptionalArrayRef.h' 2024-10-08T20:15:08.1247740Z adding 'torch/include/c10/util/ParallelGuard.h' 2024-10-08T20:15:08.1253425Z adding 'torch/include/c10/util/Registry.h' 2024-10-08T20:15:08.1257525Z adding 'torch/include/c10/util/ScopeExit.h' 2024-10-08T20:15:08.1260990Z adding 'torch/include/c10/util/SmallBuffer.h' 2024-10-08T20:15:08.1279436Z adding 'torch/include/c10/util/SmallVector.h' 2024-10-08T20:15:08.1284888Z adding 'torch/include/c10/util/StringUtil.h' 2024-10-08T20:15:08.1287816Z adding 'torch/include/c10/util/Synchronized.h' 2024-10-08T20:15:08.1291678Z adding 'torch/include/c10/util/ThreadLocal.h' 2024-10-08T20:15:08.1296507Z adding 'torch/include/c10/util/ThreadLocalDebugInfo.h' 2024-10-08T20:15:08.1298780Z adding 'torch/include/c10/util/Type.h' 2024-10-08T20:15:08.1302926Z adding 'torch/include/c10/util/TypeCast.h' 2024-10-08T20:15:08.1307751Z adding 'torch/include/c10/util/TypeIndex.h' 2024-10-08T20:15:08.1313943Z adding 'torch/include/c10/util/TypeList.h' 2024-10-08T20:15:08.1319056Z adding 'torch/include/c10/util/TypeSafeSignMath.h' 2024-10-08T20:15:08.1322504Z adding 'torch/include/c10/util/TypeTraits.h' 2024-10-08T20:15:08.1325706Z adding 'torch/include/c10/util/Unicode.h' 2024-10-08T20:15:08.1330376Z adding 'torch/include/c10/util/UniqueVoidPtr.h' 2024-10-08T20:15:08.1333242Z adding 'torch/include/c10/util/Unroll.h' 2024-10-08T20:15:08.1336936Z adding 'torch/include/c10/util/WaitCounter.h' 2024-10-08T20:15:08.1340232Z adding 'torch/include/c10/util/WaitCounterDynamicBackend.h' 2024-10-08T20:15:08.1343905Z adding 'torch/include/c10/util/accumulate.h' 2024-10-08T20:15:08.1347480Z adding 'torch/include/c10/util/bit_cast.h' 2024-10-08T20:15:08.1350439Z adding 'torch/include/c10/util/bits.h' 2024-10-08T20:15:08.1357548Z adding 'torch/include/c10/util/complex.h' 2024-10-08T20:15:08.1362900Z adding 'torch/include/c10/util/complex_math.h' 2024-10-08T20:15:08.1366563Z adding 'torch/include/c10/util/complex_utils.h' 2024-10-08T20:15:08.1370079Z adding 'torch/include/c10/util/copysign.h' 2024-10-08T20:15:08.1373016Z adding 'torch/include/c10/util/env.h' 2024-10-08T20:15:08.1389184Z adding 'torch/include/c10/util/flat_hash_map.h' 2024-10-08T20:15:08.1393991Z adding 'torch/include/c10/util/floating_point_utils.h' 2024-10-08T20:15:08.1398263Z adding 'torch/include/c10/util/generic_math.h' 2024-10-08T20:15:08.1403920Z adding 'torch/include/c10/util/hash.h' 2024-10-08T20:15:08.1409771Z adding 'torch/include/c10/util/int128.h' 2024-10-08T20:15:08.1423650Z adding 'torch/include/c10/util/intrusive_ptr.h' 2024-10-08T20:15:08.1428512Z adding 'torch/include/c10/util/irange.h' 2024-10-08T20:15:08.1439157Z adding 'torch/include/c10/util/llvmMathExtras.h' 2024-10-08T20:15:08.1443827Z adding 'torch/include/c10/util/logging_is_google_glog.h' 2024-10-08T20:15:08.1449207Z adding 'torch/include/c10/util/logging_is_not_google_glog.h' 2024-10-08T20:15:08.1452083Z adding 'torch/include/c10/util/numa.h' 2024-10-08T20:15:08.1470577Z adding 'torch/include/c10/util/order_preserving_flat_hash_map.h' 2024-10-08T20:15:08.1475038Z adding 'torch/include/c10/util/overloaded.h' 2024-10-08T20:15:08.1478065Z adding 'torch/include/c10/util/python_stub.h' 2024-10-08T20:15:08.1480991Z adding 'torch/include/c10/util/qint32.h' 2024-10-08T20:15:08.1483985Z adding 'torch/include/c10/util/qint8.h' 2024-10-08T20:15:08.1487775Z adding 'torch/include/c10/util/quint2x4.h' 2024-10-08T20:15:08.1490403Z adding 'torch/include/c10/util/quint4x2.h' 2024-10-08T20:15:08.1493570Z adding 'torch/include/c10/util/quint8.h' 2024-10-08T20:15:08.1497082Z adding 'torch/include/c10/util/safe_numerics.h' 2024-10-08T20:15:08.1500897Z adding 'torch/include/c10/util/signal_handler.h' 2024-10-08T20:15:08.1510096Z adding 'torch/include/c10/util/sparse_bitset.h' 2024-10-08T20:15:08.1514067Z adding 'torch/include/c10/util/ssize.h' 2024-10-08T20:15:08.1517348Z adding 'torch/include/c10/util/static_tracepoint.h' 2024-10-08T20:15:08.1521685Z adding 'torch/include/c10/util/static_tracepoint_elfx86.h' 2024-10-08T20:15:08.1525091Z adding 'torch/include/c10/util/strides.h' 2024-10-08T20:15:08.1528073Z adding 'torch/include/c10/util/string_utils.h' 2024-10-08T20:15:08.1534523Z adding 'torch/include/c10/util/string_view.h' 2024-10-08T20:15:08.1544128Z adding 'torch/include/c10/util/strong_type.h' 2024-10-08T20:15:08.1548568Z adding 'torch/include/c10/util/tempfile.h' 2024-10-08T20:15:08.1551595Z adding 'torch/include/c10/util/thread_name.h' 2024-10-08T20:15:08.1560732Z adding 'torch/include/c10/util/typeid.h' 2024-10-08T20:15:08.1564531Z adding 'torch/include/c10/util/win32-headers.h' 2024-10-08T20:15:08.1568735Z adding 'torch/include/c10/xpu/XPUCachingAllocator.h' 2024-10-08T20:15:08.1573549Z adding 'torch/include/c10/xpu/XPUDeviceProp.h' 2024-10-08T20:15:08.1576907Z adding 'torch/include/c10/xpu/XPUException.h' 2024-10-08T20:15:08.1580151Z adding 'torch/include/c10/xpu/XPUFunctions.h' 2024-10-08T20:15:08.1583248Z adding 'torch/include/c10/xpu/XPUMacros.h' 2024-10-08T20:15:08.1588618Z adding 'torch/include/c10/xpu/XPUStream.h' 2024-10-08T20:15:08.1593660Z adding 'torch/include/c10/xpu/impl/XPUGuardImpl.h' 2024-10-08T20:15:08.1637215Z adding 'torch/include/caffe2/serialize/crc_alt.h' 2024-10-08T20:15:08.1640740Z adding 'torch/include/caffe2/serialize/file_adapter.h' 2024-10-08T20:15:08.1643828Z adding 'torch/include/caffe2/serialize/in_memory_adapter.h' 2024-10-08T20:15:08.1649110Z adding 'torch/include/caffe2/serialize/inline_container.h' 2024-10-08T20:15:08.1652665Z adding 'torch/include/caffe2/serialize/istream_adapter.h' 2024-10-08T20:15:08.1655881Z adding 'torch/include/caffe2/serialize/read_adapter_interface.h' 2024-10-08T20:15:08.1660436Z adding 'torch/include/caffe2/serialize/versions.h' 2024-10-08T20:15:08.1665463Z adding 'torch/include/kineto/AbstractConfig.h' 2024-10-08T20:15:08.1669492Z adding 'torch/include/kineto/ActivityProfilerInterface.h' 2024-10-08T20:15:08.1672660Z adding 'torch/include/kineto/ActivityTraceInterface.h' 2024-10-08T20:15:08.1676068Z adding 'torch/include/kineto/ActivityType.h' 2024-10-08T20:15:08.1680048Z adding 'torch/include/kineto/ClientInterface.h' 2024-10-08T20:15:08.1685799Z adding 'torch/include/kineto/Config.h' 2024-10-08T20:15:08.1690112Z adding 'torch/include/kineto/GenericTraceActivity.h' 2024-10-08T20:15:08.1694467Z adding 'torch/include/kineto/IActivityProfiler.h' 2024-10-08T20:15:08.1697945Z adding 'torch/include/kineto/ILoggerObserver.h' 2024-10-08T20:15:08.1701370Z adding 'torch/include/kineto/ITraceActivity.h' 2024-10-08T20:15:08.1704354Z adding 'torch/include/kineto/LoggingAPI.h' 2024-10-08T20:15:08.1707362Z adding 'torch/include/kineto/ThreadUtil.h' 2024-10-08T20:15:08.1710480Z adding 'torch/include/kineto/TraceSpan.h' 2024-10-08T20:15:08.1714219Z adding 'torch/include/kineto/libkineto.h' 2024-10-08T20:15:08.1717730Z adding 'torch/include/kineto/output_base.h' 2024-10-08T20:15:08.1721626Z adding 'torch/include/kineto/time_since_epoch.h' 2024-10-08T20:15:08.1731190Z adding 'torch/include/pybind11/attr.h' 2024-10-08T20:15:08.1736897Z adding 'torch/include/pybind11/buffer_info.h' 2024-10-08T20:15:08.1760774Z adding 'torch/include/pybind11/cast.h' 2024-10-08T20:15:08.1767159Z adding 'torch/include/pybind11/chrono.h' 2024-10-08T20:15:08.1770330Z adding 'torch/include/pybind11/common.h' 2024-10-08T20:15:08.1773832Z adding 'torch/include/pybind11/complex.h' 2024-10-08T20:15:08.1776968Z adding 'torch/include/pybind11/eigen.h' 2024-10-08T20:15:08.1782982Z adding 'torch/include/pybind11/embed.h' 2024-10-08T20:15:08.1787399Z adding 'torch/include/pybind11/eval.h' 2024-10-08T20:15:08.1792261Z adding 'torch/include/pybind11/functional.h' 2024-10-08T20:15:08.1797263Z adding 'torch/include/pybind11/gil.h' 2024-10-08T20:15:08.1801606Z adding 'torch/include/pybind11/gil_safe_call_once.h' 2024-10-08T20:15:08.1806928Z adding 'torch/include/pybind11/iostream.h' 2024-10-08T20:15:08.1834749Z adding 'torch/include/pybind11/numpy.h' 2024-10-08T20:15:08.1841228Z adding 'torch/include/pybind11/operators.h' 2024-10-08T20:15:08.1845076Z adding 'torch/include/pybind11/options.h' 2024-10-08T20:15:08.1887416Z adding 'torch/include/pybind11/pybind11.h' 2024-10-08T20:15:08.1922241Z adding 'torch/include/pybind11/pytypes.h' 2024-10-08T20:15:08.1930143Z adding 'torch/include/pybind11/stl.h' 2024-10-08T20:15:08.1940285Z adding 'torch/include/pybind11/stl_bind.h' 2024-10-08T20:15:08.1944949Z adding 'torch/include/pybind11/type_caster_pyobject_ptr.h' 2024-10-08T20:15:08.1948741Z adding 'torch/include/pybind11/typing.h' 2024-10-08T20:15:08.1961782Z adding 'torch/include/pybind11/detail/class.h' 2024-10-08T20:15:08.1981027Z adding 'torch/include/pybind11/detail/common.h' 2024-10-08T20:15:08.1986264Z adding 'torch/include/pybind11/detail/cpp_conduit.h' 2024-10-08T20:15:08.1990442Z adding 'torch/include/pybind11/detail/descr.h' 2024-10-08T20:15:08.1994294Z adding 'torch/include/pybind11/detail/exception_translation.h' 2024-10-08T20:15:08.2001668Z adding 'torch/include/pybind11/detail/init.h' 2024-10-08T20:15:08.2014080Z adding 'torch/include/pybind11/detail/internals.h' 2024-10-08T20:15:08.2033061Z adding 'torch/include/pybind11/detail/type_caster_base.h' 2024-10-08T20:15:08.2037742Z adding 'torch/include/pybind11/detail/typeid.h' 2024-10-08T20:15:08.2041517Z adding 'torch/include/pybind11/detail/value_and_holder.h' 2024-10-08T20:15:08.2045338Z adding 'torch/include/pybind11/eigen/common.h' 2024-10-08T20:15:08.2058039Z adding 'torch/include/pybind11/eigen/matrix.h' 2024-10-08T20:15:08.2064478Z adding 'torch/include/pybind11/eigen/tensor.h' 2024-10-08T20:15:08.2074996Z adding 'torch/include/torch/custom_class.h' 2024-10-08T20:15:08.2080539Z adding 'torch/include/torch/custom_class_detail.h' 2024-10-08T20:15:08.2082978Z adding 'torch/include/torch/extension.h' 2024-10-08T20:15:08.2098296Z adding 'torch/include/torch/library.h' 2024-10-08T20:15:08.2103085Z adding 'torch/include/torch/script.h' 2024-10-08T20:15:08.2107474Z adding 'torch/include/torch/csrc/CudaIPCTypes.h' 2024-10-08T20:15:08.2110705Z adding 'torch/include/torch/csrc/DataLoader.h' 2024-10-08T20:15:08.2114591Z adding 'torch/include/torch/csrc/Device.h' 2024-10-08T20:15:08.2116958Z adding 'torch/include/torch/csrc/Dtype.h' 2024-10-08T20:15:08.2120348Z adding 'torch/include/torch/csrc/DynamicTypes.h' 2024-10-08T20:15:08.2123301Z adding 'torch/include/torch/csrc/Event.h' 2024-10-08T20:15:08.2130049Z adding 'torch/include/torch/csrc/Exceptions.h' 2024-10-08T20:15:08.2133339Z adding 'torch/include/torch/csrc/Export.h' 2024-10-08T20:15:08.2136494Z adding 'torch/include/torch/csrc/Generator.h' 2024-10-08T20:15:08.2139814Z adding 'torch/include/torch/csrc/Layout.h' 2024-10-08T20:15:08.2142976Z adding 'torch/include/torch/csrc/MemoryFormat.h' 2024-10-08T20:15:08.2145502Z adding 'torch/include/torch/csrc/Module.h' 2024-10-08T20:15:08.2148484Z adding 'torch/include/torch/csrc/PyInterpreter.h' 2024-10-08T20:15:08.2151409Z adding 'torch/include/torch/csrc/QScheme.h' 2024-10-08T20:15:08.2154317Z adding 'torch/include/torch/csrc/Size.h' 2024-10-08T20:15:08.2158425Z adding 'torch/include/torch/csrc/Storage.h' 2024-10-08T20:15:08.2160650Z adding 'torch/include/torch/csrc/StorageMethods.h' 2024-10-08T20:15:08.2163418Z adding 'torch/include/torch/csrc/StorageSharing.h' 2024-10-08T20:15:08.2166337Z adding 'torch/include/torch/csrc/Stream.h' 2024-10-08T20:15:08.2169256Z adding 'torch/include/torch/csrc/THConcat.h' 2024-10-08T20:15:08.2172466Z adding 'torch/include/torch/csrc/THP.h' 2024-10-08T20:15:08.2175373Z adding 'torch/include/torch/csrc/TypeInfo.h' 2024-10-08T20:15:08.2178213Z adding 'torch/include/torch/csrc/Types.h' 2024-10-08T20:15:08.2181400Z adding 'torch/include/torch/csrc/copy_utils.h' 2024-10-08T20:15:08.2184341Z adding 'torch/include/torch/csrc/itt_wrapper.h' 2024-10-08T20:15:08.2187190Z adding 'torch/include/torch/csrc/python_dimname.h' 2024-10-08T20:15:08.2190369Z adding 'torch/include/torch/csrc/python_headers.h' 2024-10-08T20:15:08.2193375Z adding 'torch/include/torch/csrc/serialization.h' 2024-10-08T20:15:08.2197858Z adding 'torch/include/torch/csrc/utils.h' 2024-10-08T20:15:08.2203436Z adding 'torch/include/torch/csrc/api/include/torch/all.h' 2024-10-08T20:15:08.2206675Z adding 'torch/include/torch/csrc/api/include/torch/arg.h' 2024-10-08T20:15:08.2209632Z adding 'torch/include/torch/csrc/api/include/torch/autograd.h' 2024-10-08T20:15:08.2212790Z adding 'torch/include/torch/csrc/api/include/torch/cuda.h' 2024-10-08T20:15:08.2215797Z adding 'torch/include/torch/csrc/api/include/torch/data.h' 2024-10-08T20:15:08.2220091Z adding 'torch/include/torch/csrc/api/include/torch/enum.h' 2024-10-08T20:15:08.2224561Z adding 'torch/include/torch/csrc/api/include/torch/expanding_array.h' 2024-10-08T20:15:08.2229251Z adding 'torch/include/torch/csrc/api/include/torch/fft.h' 2024-10-08T20:15:08.2232972Z adding 'torch/include/torch/csrc/api/include/torch/imethod.h' 2024-10-08T20:15:08.2236209Z adding 'torch/include/torch/csrc/api/include/torch/jit.h' 2024-10-08T20:15:08.2243066Z adding 'torch/include/torch/csrc/api/include/torch/linalg.h' 2024-10-08T20:15:08.2247330Z adding 'torch/include/torch/csrc/api/include/torch/mps.h' 2024-10-08T20:15:08.2250854Z adding 'torch/include/torch/csrc/api/include/torch/nested.h' 2024-10-08T20:15:08.2253984Z adding 'torch/include/torch/csrc/api/include/torch/nn.h' 2024-10-08T20:15:08.2256973Z adding 'torch/include/torch/csrc/api/include/torch/optim.h' 2024-10-08T20:15:08.2263361Z adding 'torch/include/torch/csrc/api/include/torch/ordered_dict.h' 2024-10-08T20:15:08.2268766Z adding 'torch/include/torch/csrc/api/include/torch/python.h' 2024-10-08T20:15:08.2273076Z adding 'torch/include/torch/csrc/api/include/torch/serialize.h' 2024-10-08T20:15:08.2276169Z adding 'torch/include/torch/csrc/api/include/torch/sparse.h' 2024-10-08T20:15:08.2283214Z adding 'torch/include/torch/csrc/api/include/torch/special.h' 2024-10-08T20:15:08.2287742Z adding 'torch/include/torch/csrc/api/include/torch/torch.h' 2024-10-08T20:15:08.2291275Z adding 'torch/include/torch/csrc/api/include/torch/types.h' 2024-10-08T20:15:08.2295209Z adding 'torch/include/torch/csrc/api/include/torch/utils.h' 2024-10-08T20:15:08.2298282Z adding 'torch/include/torch/csrc/api/include/torch/version.h' 2024-10-08T20:15:08.2301377Z adding 'torch/include/torch/csrc/api/include/torch/xpu.h' 2024-10-08T20:15:08.2305844Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader.h' 2024-10-08T20:15:08.2309559Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader_options.h' 2024-10-08T20:15:08.2312476Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets.h' 2024-10-08T20:15:08.2315740Z adding 'torch/include/torch/csrc/api/include/torch/data/example.h' 2024-10-08T20:15:08.2319948Z adding 'torch/include/torch/csrc/api/include/torch/data/iterator.h' 2024-10-08T20:15:08.2323067Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers.h' 2024-10-08T20:15:08.2325982Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms.h' 2024-10-08T20:15:08.2329220Z adding 'torch/include/torch/csrc/api/include/torch/data/worker_exception.h' 2024-10-08T20:15:08.2335427Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/base.h' 2024-10-08T20:15:08.2339428Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h' 2024-10-08T20:15:08.2343248Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h' 2024-10-08T20:15:08.2348126Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/base.h' 2024-10-08T20:15:08.2356938Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h' 2024-10-08T20:15:08.2361407Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/map.h' 2024-10-08T20:15:08.2364892Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h' 2024-10-08T20:15:08.2368484Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/shared.h' 2024-10-08T20:15:08.2372218Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h' 2024-10-08T20:15:08.2375604Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h' 2024-10-08T20:15:08.2380134Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h' 2024-10-08T20:15:08.2383869Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/queue.h' 2024-10-08T20:15:08.2388075Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h' 2024-10-08T20:15:08.2392347Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/base.h' 2024-10-08T20:15:08.2395698Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h' 2024-10-08T20:15:08.2399362Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h' 2024-10-08T20:15:08.2402889Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/random.h' 2024-10-08T20:15:08.2406163Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h' 2024-10-08T20:15:08.2409314Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h' 2024-10-08T20:15:08.2412890Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/stream.h' 2024-10-08T20:15:08.2417146Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/base.h' 2024-10-08T20:15:08.2420504Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/collate.h' 2024-10-08T20:15:08.2423884Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h' 2024-10-08T20:15:08.2427195Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/stack.h' 2024-10-08T20:15:08.2430750Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h' 2024-10-08T20:15:08.2437763Z adding 'torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h' 2024-10-08T20:15:08.2441640Z adding 'torch/include/torch/csrc/api/include/torch/detail/static.h' 2024-10-08T20:15:08.2446561Z adding 'torch/include/torch/csrc/api/include/torch/nn/cloneable.h' 2024-10-08T20:15:08.2449825Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional.h' 2024-10-08T20:15:08.2453926Z adding 'torch/include/torch/csrc/api/include/torch/nn/init.h' 2024-10-08T20:15:08.2463424Z adding 'torch/include/torch/csrc/api/include/torch/nn/module.h' 2024-10-08T20:15:08.2467374Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules.h' 2024-10-08T20:15:08.2470543Z adding 'torch/include/torch/csrc/api/include/torch/nn/options.h' 2024-10-08T20:15:08.2474282Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h' 2024-10-08T20:15:08.2479054Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl.h' 2024-10-08T20:15:08.2482334Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils.h' 2024-10-08T20:15:08.2491215Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/activation.h' 2024-10-08T20:15:08.2496106Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h' 2024-10-08T20:15:08.2499896Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/conv.h' 2024-10-08T20:15:08.2503590Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/distance.h' 2024-10-08T20:15:08.2507679Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h' 2024-10-08T20:15:08.2512279Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h' 2024-10-08T20:15:08.2516789Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/fold.h' 2024-10-08T20:15:08.2519684Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h' 2024-10-08T20:15:08.2522868Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/linear.h' 2024-10-08T20:15:08.2530275Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/loss.h' 2024-10-08T20:15:08.2535437Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h' 2024-10-08T20:15:08.2539475Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/padding.h' 2024-10-08T20:15:08.2542612Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h' 2024-10-08T20:15:08.2550687Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h' 2024-10-08T20:15:08.2556450Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h' 2024-10-08T20:15:08.2559844Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/vision.h' 2024-10-08T20:15:08.2564424Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h' 2024-10-08T20:15:08.2571138Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/activation.h' 2024-10-08T20:15:08.2576031Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h' 2024-10-08T20:15:08.2580828Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h' 2024-10-08T20:15:08.2585096Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/common.h' 2024-10-08T20:15:08.2590947Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/conv.h' 2024-10-08T20:15:08.2595846Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/distance.h' 2024-10-08T20:15:08.2599248Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h' 2024-10-08T20:15:08.2603768Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h' 2024-10-08T20:15:08.2607668Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/fold.h' 2024-10-08T20:15:08.2611718Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h' 2024-10-08T20:15:08.2616269Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/linear.h' 2024-10-08T20:15:08.2624593Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/loss.h' 2024-10-08T20:15:08.2630078Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h' 2024-10-08T20:15:08.2634288Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/padding.h' 2024-10-08T20:15:08.2638461Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h' 2024-10-08T20:15:08.2645256Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h' 2024-10-08T20:15:08.2651234Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h' 2024-10-08T20:15:08.2656166Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h' 2024-10-08T20:15:08.2660537Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h' 2024-10-08T20:15:08.2665069Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h' 2024-10-08T20:15:08.2669510Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h' 2024-10-08T20:15:08.2672193Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/utils.h' 2024-10-08T20:15:08.2679700Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h' 2024-10-08T20:15:08.2684502Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h' 2024-10-08T20:15:08.2688782Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h' 2024-10-08T20:15:08.2693119Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h' 2024-10-08T20:15:08.2698338Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h' 2024-10-08T20:15:08.2704023Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h' 2024-10-08T20:15:08.2707955Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h' 2024-10-08T20:15:08.2712082Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h' 2024-10-08T20:15:08.2716594Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h' 2024-10-08T20:15:08.2723355Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h' 2024-10-08T20:15:08.2730668Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/activation.h' 2024-10-08T20:15:08.2734873Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h' 2024-10-08T20:15:08.2738465Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h' 2024-10-08T20:15:08.2743500Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/conv.h' 2024-10-08T20:15:08.2747072Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/distance.h' 2024-10-08T20:15:08.2750725Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/dropout.h' 2024-10-08T20:15:08.2755595Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/embedding.h' 2024-10-08T20:15:08.2760294Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/fold.h' 2024-10-08T20:15:08.2763392Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h' 2024-10-08T20:15:08.2767063Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/linear.h' 2024-10-08T20:15:08.2774057Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/loss.h' 2024-10-08T20:15:08.2778927Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/normalization.h' 2024-10-08T20:15:08.2783352Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/padding.h' 2024-10-08T20:15:08.2786816Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h' 2024-10-08T20:15:08.2792214Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pooling.h' 2024-10-08T20:15:08.2797024Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/rnn.h' 2024-10-08T20:15:08.2800875Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformer.h' 2024-10-08T20:15:08.2804492Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h' 2024-10-08T20:15:08.2807944Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h' 2024-10-08T20:15:08.2812127Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h' 2024-10-08T20:15:08.2815489Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/vision.h' 2024-10-08T20:15:08.2822262Z adding 'torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h' 2024-10-08T20:15:08.2827547Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h' 2024-10-08T20:15:08.2831413Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h' 2024-10-08T20:15:08.2837392Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h' 2024-10-08T20:15:08.2842364Z adding 'torch/include/torch/csrc/api/include/torch/optim/adagrad.h' 2024-10-08T20:15:08.2846082Z adding 'torch/include/torch/csrc/api/include/torch/optim/adam.h' 2024-10-08T20:15:08.2849863Z adding 'torch/include/torch/csrc/api/include/torch/optim/adamw.h' 2024-10-08T20:15:08.2853815Z adding 'torch/include/torch/csrc/api/include/torch/optim/lbfgs.h' 2024-10-08T20:15:08.2858743Z adding 'torch/include/torch/csrc/api/include/torch/optim/optimizer.h' 2024-10-08T20:15:08.2862572Z adding 'torch/include/torch/csrc/api/include/torch/optim/rmsprop.h' 2024-10-08T20:15:08.2868036Z adding 'torch/include/torch/csrc/api/include/torch/optim/serialize.h' 2024-10-08T20:15:08.2871984Z adding 'torch/include/torch/csrc/api/include/torch/optim/sgd.h' 2024-10-08T20:15:08.2877104Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h' 2024-10-08T20:15:08.2880730Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/reduce_on_plateau_scheduler.h' 2024-10-08T20:15:08.2883820Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h' 2024-10-08T20:15:08.2887394Z adding 'torch/include/torch/csrc/api/include/torch/serialize/archive.h' 2024-10-08T20:15:08.2891356Z adding 'torch/include/torch/csrc/api/include/torch/serialize/input-archive.h' 2024-10-08T20:15:08.2895049Z adding 'torch/include/torch/csrc/api/include/torch/serialize/output-archive.h' 2024-10-08T20:15:08.2898106Z adding 'torch/include/torch/csrc/api/include/torch/serialize/tensor.h' 2024-10-08T20:15:08.2908959Z adding 'torch/include/torch/csrc/autograd/FunctionsManual.h' 2024-10-08T20:15:08.2913094Z adding 'torch/include/torch/csrc/autograd/InferenceMode.h' 2024-10-08T20:15:08.2919204Z adding 'torch/include/torch/csrc/autograd/VariableTypeUtils.h' 2024-10-08T20:15:08.2923001Z adding 'torch/include/torch/csrc/autograd/anomaly_mode.h' 2024-10-08T20:15:08.2927273Z adding 'torch/include/torch/csrc/autograd/autograd.h' 2024-10-08T20:15:08.2930875Z adding 'torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h' 2024-10-08T20:15:08.2934524Z adding 'torch/include/torch/csrc/autograd/cpp_hook.h' 2024-10-08T20:15:08.2942252Z adding 'torch/include/torch/csrc/autograd/custom_function.h' 2024-10-08T20:15:08.2946055Z adding 'torch/include/torch/csrc/autograd/edge.h' 2024-10-08T20:15:08.2951950Z adding 'torch/include/torch/csrc/autograd/engine.h' 2024-10-08T20:15:08.2957717Z adding 'torch/include/torch/csrc/autograd/forward_grad.h' 2024-10-08T20:15:08.2970788Z adding 'torch/include/torch/csrc/autograd/function.h' 2024-10-08T20:15:08.2975071Z adding 'torch/include/torch/csrc/autograd/function_hook.h' 2024-10-08T20:15:08.2978060Z adding 'torch/include/torch/csrc/autograd/grad_mode.h' 2024-10-08T20:15:08.2983548Z adding 'torch/include/torch/csrc/autograd/graph_task.h' 2024-10-08T20:15:08.2987167Z adding 'torch/include/torch/csrc/autograd/input_buffer.h' 2024-10-08T20:15:08.2990848Z adding 'torch/include/torch/csrc/autograd/input_metadata.h' 2024-10-08T20:15:08.2994417Z adding 'torch/include/torch/csrc/autograd/jit_decomp_interface.h' 2024-10-08T20:15:08.2997252Z adding 'torch/include/torch/csrc/autograd/profiler.h' 2024-10-08T20:15:08.3002136Z adding 'torch/include/torch/csrc/autograd/profiler_kineto.h' 2024-10-08T20:15:08.3007988Z adding 'torch/include/torch/csrc/autograd/profiler_legacy.h' 2024-10-08T20:15:08.3011203Z adding 'torch/include/torch/csrc/autograd/profiler_python.h' 2024-10-08T20:15:08.3014858Z adding 'torch/include/torch/csrc/autograd/python_anomaly_mode.h' 2024-10-08T20:15:08.3017912Z adding 'torch/include/torch/csrc/autograd/python_autograd.h' 2024-10-08T20:15:08.3021826Z adding 'torch/include/torch/csrc/autograd/python_cpp_function.h' 2024-10-08T20:15:08.3025271Z adding 'torch/include/torch/csrc/autograd/python_engine.h' 2024-10-08T20:15:08.3028199Z adding 'torch/include/torch/csrc/autograd/python_enum_tag.h' 2024-10-08T20:15:08.3031186Z adding 'torch/include/torch/csrc/autograd/python_fft_functions.h' 2024-10-08T20:15:08.3036488Z adding 'torch/include/torch/csrc/autograd/python_function.h' 2024-10-08T20:15:08.3039240Z adding 'torch/include/torch/csrc/autograd/python_hook.h' 2024-10-08T20:15:08.3042437Z adding 'torch/include/torch/csrc/autograd/python_legacy_variable.h' 2024-10-08T20:15:08.3045296Z adding 'torch/include/torch/csrc/autograd/python_linalg_functions.h' 2024-10-08T20:15:08.3048310Z adding 'torch/include/torch/csrc/autograd/python_nested_functions.h' 2024-10-08T20:15:08.3051115Z adding 'torch/include/torch/csrc/autograd/python_nn_functions.h' 2024-10-08T20:15:08.3054485Z adding 'torch/include/torch/csrc/autograd/python_saved_variable_hooks.h' 2024-10-08T20:15:08.3057330Z adding 'torch/include/torch/csrc/autograd/python_sparse_functions.h' 2024-10-08T20:15:08.3060304Z adding 'torch/include/torch/csrc/autograd/python_special_functions.h' 2024-10-08T20:15:08.3063373Z adding 'torch/include/torch/csrc/autograd/python_torch_functions.h' 2024-10-08T20:15:08.3067242Z adding 'torch/include/torch/csrc/autograd/python_variable.h' 2024-10-08T20:15:08.3071619Z adding 'torch/include/torch/csrc/autograd/python_variable_indexing.h' 2024-10-08T20:15:08.3074325Z adding 'torch/include/torch/csrc/autograd/record_function_ops.h' 2024-10-08T20:15:08.3078616Z adding 'torch/include/torch/csrc/autograd/saved_variable.h' 2024-10-08T20:15:08.3081971Z adding 'torch/include/torch/csrc/autograd/saved_variable_hooks.h' 2024-10-08T20:15:08.3084797Z adding 'torch/include/torch/csrc/autograd/symbolic.h' 2024-10-08T20:15:08.3101008Z adding 'torch/include/torch/csrc/autograd/variable.h' 2024-10-08T20:15:08.3105264Z adding 'torch/include/torch/csrc/autograd/variable_info.h' 2024-10-08T20:15:08.3113120Z adding 'torch/include/torch/csrc/autograd/functions/accumulate_grad.h' 2024-10-08T20:15:08.3117229Z adding 'torch/include/torch/csrc/autograd/functions/basic_ops.h' 2024-10-08T20:15:08.3121346Z adding 'torch/include/torch/csrc/autograd/functions/comm.h' 2024-10-08T20:15:08.3123718Z adding 'torch/include/torch/csrc/autograd/functions/pybind.h' 2024-10-08T20:15:08.3128866Z adding 'torch/include/torch/csrc/autograd/functions/tensor.h' 2024-10-08T20:15:08.3132992Z adding 'torch/include/torch/csrc/autograd/functions/utils.h' 2024-10-08T20:15:08.3185683Z adding 'torch/include/torch/csrc/autograd/generated/Functions.h' 2024-10-08T20:15:08.3200878Z adding 'torch/include/torch/csrc/autograd/generated/VariableType.h' 2024-10-08T20:15:08.3207132Z adding 'torch/include/torch/csrc/autograd/generated/ViewFuncs.h' 2024-10-08T20:15:08.3212158Z adding 'torch/include/torch/csrc/autograd/generated/python_functions.h' 2024-10-08T20:15:08.3215032Z adding 'torch/include/torch/csrc/autograd/generated/python_return_types.h' 2024-10-08T20:15:08.3223456Z adding 'torch/include/torch/csrc/autograd/generated/variable_factories.h' 2024-10-08T20:15:08.3229021Z adding 'torch/include/torch/csrc/autograd/utils/error_messages.h' 2024-10-08T20:15:08.3232332Z adding 'torch/include/torch/csrc/autograd/utils/grad_layout_contract.h' 2024-10-08T20:15:08.3235751Z adding 'torch/include/torch/csrc/autograd/utils/lambda_post_hook.h' 2024-10-08T20:15:08.3239006Z adding 'torch/include/torch/csrc/autograd/utils/python_arg_parsing.h' 2024-10-08T20:15:08.3242230Z adding 'torch/include/torch/csrc/autograd/utils/warnings.h' 2024-10-08T20:15:08.3246396Z adding 'torch/include/torch/csrc/autograd/utils/wrap_outputs.h' 2024-10-08T20:15:08.3252027Z adding 'torch/include/torch/csrc/cuda/CUDAPluggableAllocator.h' 2024-10-08T20:15:08.3254917Z adding 'torch/include/torch/csrc/cuda/Event.h' 2024-10-08T20:15:08.3257976Z adding 'torch/include/torch/csrc/cuda/GdsFile.h' 2024-10-08T20:15:08.3260936Z adding 'torch/include/torch/csrc/cuda/Module.h' 2024-10-08T20:15:08.3264105Z adding 'torch/include/torch/csrc/cuda/Stream.h' 2024-10-08T20:15:08.3266969Z adding 'torch/include/torch/csrc/cuda/THCP.h' 2024-10-08T20:15:08.3270341Z adding 'torch/include/torch/csrc/cuda/comm.h' 2024-10-08T20:15:08.3273304Z adding 'torch/include/torch/csrc/cuda/device_set.h' 2024-10-08T20:15:08.3276567Z adding 'torch/include/torch/csrc/cuda/memory_snapshot.h' 2024-10-08T20:15:08.3280829Z adding 'torch/include/torch/csrc/cuda/nccl.h' 2024-10-08T20:15:08.3283988Z adding 'torch/include/torch/csrc/cuda/python_comm.h' 2024-10-08T20:15:08.3286967Z adding 'torch/include/torch/csrc/cuda/python_nccl.h' 2024-10-08T20:15:08.3293898Z adding 'torch/include/torch/csrc/distributed/autograd/context/container.h' 2024-10-08T20:15:08.3298841Z adding 'torch/include/torch/csrc/distributed/autograd/context/context.h' 2024-10-08T20:15:08.3303499Z adding 'torch/include/torch/csrc/distributed/autograd/functions/recvrpc_backward.h' 2024-10-08T20:15:08.3306857Z adding 'torch/include/torch/csrc/distributed/autograd/functions/sendrpc_backward.h' 2024-10-08T20:15:08.3311149Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.h' 2024-10-08T20:15:08.3314584Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.h' 2024-10-08T20:15:08.3318201Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.h' 2024-10-08T20:15:08.3321120Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.h' 2024-10-08T20:15:08.3324320Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.h' 2024-10-08T20:15:08.3328187Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.h' 2024-10-08T20:15:08.3332030Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.h' 2024-10-08T20:15:08.3335648Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.h' 2024-10-08T20:15:08.3339063Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.h' 2024-10-08T20:15:08.3342739Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.h' 2024-10-08T20:15:08.3349124Z adding 'torch/include/torch/csrc/distributed/c10d/Backend.hpp' 2024-10-08T20:15:08.3353219Z adding 'torch/include/torch/csrc/distributed/c10d/Backoff.hpp' 2024-10-08T20:15:08.3358037Z adding 'torch/include/torch/csrc/distributed/c10d/CUDASymmetricMemory-inl.h' 2024-10-08T20:15:08.3362121Z adding 'torch/include/torch/csrc/distributed/c10d/CUDASymmetricMemory.hpp' 2024-10-08T20:15:08.3365676Z adding 'torch/include/torch/csrc/distributed/c10d/DMAConnectivity.hpp' 2024-10-08T20:15:08.3369538Z adding 'torch/include/torch/csrc/distributed/c10d/FakeProcessGroup.hpp' 2024-10-08T20:15:08.3373192Z adding 'torch/include/torch/csrc/distributed/c10d/FileStore.hpp' 2024-10-08T20:15:08.3376810Z adding 'torch/include/torch/csrc/distributed/c10d/Functional.hpp' 2024-10-08T20:15:08.3379545Z adding 'torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp' 2024-10-08T20:15:08.3382682Z adding 'torch/include/torch/csrc/distributed/c10d/GroupRegistry.hpp' 2024-10-08T20:15:08.3385918Z adding 'torch/include/torch/csrc/distributed/c10d/HashStore.hpp' 2024-10-08T20:15:08.3396036Z adding 'torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp' 2024-10-08T20:15:08.3399918Z adding 'torch/include/torch/csrc/distributed/c10d/NanCheck.hpp' 2024-10-08T20:15:08.3404987Z adding 'torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp' 2024-10-08T20:15:08.3407841Z adding 'torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp' 2024-10-08T20:15:08.3416483Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp' 2024-10-08T20:15:08.3425601Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp' 2024-10-08T20:15:08.3431101Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp' 2024-10-08T20:15:08.3450468Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp' 2024-10-08T20:15:08.3456703Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp' 2024-10-08T20:15:08.3460945Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp' 2024-10-08T20:15:08.3465936Z adding 'torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp' 2024-10-08T20:15:08.3469380Z adding 'torch/include/torch/csrc/distributed/c10d/RankLocal.hpp' 2024-10-08T20:15:08.3473104Z adding 'torch/include/torch/csrc/distributed/c10d/Store.hpp' 2024-10-08T20:15:08.3477907Z adding 'torch/include/torch/csrc/distributed/c10d/SymmetricMemory.hpp' 2024-10-08T20:15:08.3482265Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStore.hpp' 2024-10-08T20:15:08.3485836Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStoreBackend.hpp' 2024-10-08T20:15:08.3491246Z adding 'torch/include/torch/csrc/distributed/c10d/TraceUtils.h' 2024-10-08T20:15:08.3495831Z adding 'torch/include/torch/csrc/distributed/c10d/Types.hpp' 2024-10-08T20:15:08.3499530Z adding 'torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp' 2024-10-08T20:15:08.3503938Z adding 'torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp' 2024-10-08T20:15:08.3507257Z adding 'torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp' 2024-10-08T20:15:08.3516449Z adding 'torch/include/torch/csrc/distributed/c10d/Utils.hpp' 2024-10-08T20:15:08.3519782Z adding 'torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp' 2024-10-08T20:15:08.3523975Z adding 'torch/include/torch/csrc/distributed/c10d/Work.hpp' 2024-10-08T20:15:08.3527113Z adding 'torch/include/torch/csrc/distributed/c10d/c10d.h' 2024-10-08T20:15:08.3531145Z adding 'torch/include/torch/csrc/distributed/c10d/comm.hpp' 2024-10-08T20:15:08.3534530Z adding 'torch/include/torch/csrc/distributed/c10d/debug.h' 2024-10-08T20:15:08.3537922Z adding 'torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp' 2024-10-08T20:15:08.3541147Z adding 'torch/include/torch/csrc/distributed/c10d/error.h' 2024-10-08T20:15:08.3544376Z adding 'torch/include/torch/csrc/distributed/c10d/exception.h' 2024-10-08T20:15:08.3548493Z adding 'torch/include/torch/csrc/distributed/c10d/intra_node_comm.hpp' 2024-10-08T20:15:08.3552948Z adding 'torch/include/torch/csrc/distributed/c10d/logger.hpp' 2024-10-08T20:15:08.3556441Z adding 'torch/include/torch/csrc/distributed/c10d/logging.h' 2024-10-08T20:15:08.3559761Z adding 'torch/include/torch/csrc/distributed/c10d/python_comm_hook.h' 2024-10-08T20:15:08.3570833Z adding 'torch/include/torch/csrc/distributed/c10d/reducer.hpp' 2024-10-08T20:15:08.3575840Z adding 'torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp' 2024-10-08T20:15:08.3578776Z adding 'torch/include/torch/csrc/distributed/c10d/sequence_num.hpp' 2024-10-08T20:15:08.3582241Z adding 'torch/include/torch/csrc/distributed/c10d/socket.h' 2024-10-08T20:15:08.3585480Z adding 'torch/include/torch/csrc/distributed/c10d/socket_fmt.h' 2024-10-08T20:15:08.3590137Z adding 'torch/include/torch/csrc/distributed/rpc/agent_utils.h' 2024-10-08T20:15:08.3594842Z adding 'torch/include/torch/csrc/distributed/rpc/message.h' 2024-10-08T20:15:08.3598796Z adding 'torch/include/torch/csrc/distributed/rpc/py_rref.h' 2024-10-08T20:15:08.3602067Z adding 'torch/include/torch/csrc/distributed/rpc/python_call.h' 2024-10-08T20:15:08.3605514Z adding 'torch/include/torch/csrc/distributed/rpc/python_functions.h' 2024-10-08T20:15:08.3608746Z adding 'torch/include/torch/csrc/distributed/rpc/python_remote_call.h' 2024-10-08T20:15:08.3611850Z adding 'torch/include/torch/csrc/distributed/rpc/python_resp.h' 2024-10-08T20:15:08.3616206Z adding 'torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h' 2024-10-08T20:15:08.3619814Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback.h' 2024-10-08T20:15:08.3623150Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_impl.h' 2024-10-08T20:15:08.3626766Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h' 2024-10-08T20:15:08.3629673Z adding 'torch/include/torch/csrc/distributed/rpc/rpc.h' 2024-10-08T20:15:08.3636343Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_agent.h' 2024-10-08T20:15:08.3639942Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_command_base.h' 2024-10-08T20:15:08.3647720Z adding 'torch/include/torch/csrc/distributed/rpc/rref_context.h' 2024-10-08T20:15:08.3656196Z adding 'torch/include/torch/csrc/distributed/rpc/rref_impl.h' 2024-10-08T20:15:08.3660512Z adding 'torch/include/torch/csrc/distributed/rpc/rref_proto.h' 2024-10-08T20:15:08.3664212Z adding 'torch/include/torch/csrc/distributed/rpc/script_call.h' 2024-10-08T20:15:08.3667686Z adding 'torch/include/torch/csrc/distributed/rpc/script_remote_call.h' 2024-10-08T20:15:08.3670832Z adding 'torch/include/torch/csrc/distributed/rpc/script_resp.h' 2024-10-08T20:15:08.3678608Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h' 2024-10-08T20:15:08.3683143Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h' 2024-10-08T20:15:08.3686665Z adding 'torch/include/torch/csrc/distributed/rpc/torchscript_functions.h' 2024-10-08T20:15:08.3689954Z adding 'torch/include/torch/csrc/distributed/rpc/types.h' 2024-10-08T20:15:08.3693546Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h' 2024-10-08T20:15:08.3697902Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h' 2024-10-08T20:15:08.3701237Z adding 'torch/include/torch/csrc/distributed/rpc/utils.h' 2024-10-08T20:15:08.3705835Z adding 'torch/include/torch/csrc/dynamo/cache_entry.h' 2024-10-08T20:15:08.3715722Z adding 'torch/include/torch/csrc/dynamo/compiled_autograd.h' 2024-10-08T20:15:08.3720229Z adding 'torch/include/torch/csrc/dynamo/cpp_shim.h' 2024-10-08T20:15:08.3722709Z adding 'torch/include/torch/csrc/dynamo/cpython_defs.h' 2024-10-08T20:15:08.3725947Z adding 'torch/include/torch/csrc/dynamo/cpython_includes.h' 2024-10-08T20:15:08.3729184Z adding 'torch/include/torch/csrc/dynamo/debug_macros.h' 2024-10-08T20:15:08.3732192Z adding 'torch/include/torch/csrc/dynamo/eval_frame.h' 2024-10-08T20:15:08.3736424Z adding 'torch/include/torch/csrc/dynamo/extra_state.h' 2024-10-08T20:15:08.3739655Z adding 'torch/include/torch/csrc/dynamo/framelocals_mapping.h' 2024-10-08T20:15:08.3743162Z adding 'torch/include/torch/csrc/dynamo/guards.h' 2024-10-08T20:15:08.3746210Z adding 'torch/include/torch/csrc/dynamo/init.h' 2024-10-08T20:15:08.3749833Z adding 'torch/include/torch/csrc/dynamo/python_compiled_autograd.h' 2024-10-08T20:15:08.3752757Z adding 'torch/include/torch/csrc/dynamo/utils.h' 2024-10-08T20:15:08.3757409Z adding 'torch/include/torch/csrc/inductor/inductor_ops.h' 2024-10-08T20:15:08.3760880Z adding 'torch/include/torch/csrc/inductor/aoti_package/model_package_loader.h' 2024-10-08T20:15:08.3763716Z adding 'torch/include/torch/csrc/inductor/aoti_package/pybind.h' 2024-10-08T20:15:08.3768342Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner.h' 2024-10-08T20:15:08.3771605Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.h' 2024-10-08T20:15:08.3774927Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cuda.h' 2024-10-08T20:15:08.3777721Z adding 'torch/include/torch/csrc/inductor/aoti_runner/pybind.h' 2024-10-08T20:15:08.3783965Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/arrayref_tensor.h' 2024-10-08T20:15:08.3787784Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/device_utils.h' 2024-10-08T20:15:08.3792164Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/interface.h' 2024-10-08T20:15:08.3799953Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model.h' 2024-10-08T20:15:08.3807855Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model_container.h' 2024-10-08T20:15:08.3811625Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/scalar_to_tensor.h' 2024-10-08T20:15:08.3815437Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/thread_local.h' 2024-10-08T20:15:08.3819567Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils.h' 2024-10-08T20:15:08.3823291Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils_cuda.h' 2024-10-08T20:15:08.3827651Z adding 'torch/include/torch/csrc/inductor/aoti_torch/mkldnn_tensor.h' 2024-10-08T20:15:08.3831109Z adding 'torch/include/torch/csrc/inductor/aoti_torch/oss_proxy_executor.h' 2024-10-08T20:15:08.3834395Z adding 'torch/include/torch/csrc/inductor/aoti_torch/proxy_executor.h' 2024-10-08T20:15:08.3837657Z adding 'torch/include/torch/csrc/inductor/aoti_torch/tensor_converter.h' 2024-10-08T20:15:08.3841665Z adding 'torch/include/torch/csrc/inductor/aoti_torch/utils.h' 2024-10-08T20:15:08.3850540Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim.h' 2024-10-08T20:15:08.3854916Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim_mkldnn.h' 2024-10-08T20:15:08.3862040Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.h' 2024-10-08T20:15:08.3869794Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.h' 2024-10-08T20:15:08.3875229Z adding 'torch/include/torch/csrc/jit/jit_log.h' 2024-10-08T20:15:08.3878889Z adding 'torch/include/torch/csrc/jit/jit_opt_limit.h' 2024-10-08T20:15:08.3881978Z adding 'torch/include/torch/csrc/jit/resource_guard.h' 2024-10-08T20:15:08.3888927Z adding 'torch/include/torch/csrc/jit/api/compilation_unit.h' 2024-10-08T20:15:08.3893823Z adding 'torch/include/torch/csrc/jit/api/function_impl.h' 2024-10-08T20:15:08.3897704Z adding 'torch/include/torch/csrc/jit/api/method.h' 2024-10-08T20:15:08.3907949Z adding 'torch/include/torch/csrc/jit/api/module.h' 2024-10-08T20:15:08.3913169Z adding 'torch/include/torch/csrc/jit/api/object.h' 2024-10-08T20:15:08.3918514Z adding 'torch/include/torch/csrc/jit/backends/backend.h' 2024-10-08T20:15:08.3923967Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_handler.h' 2024-10-08T20:15:08.3927018Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_info.h' 2024-10-08T20:15:08.3930438Z adding 'torch/include/torch/csrc/jit/backends/backend_detail.h' 2024-10-08T20:15:08.3934116Z adding 'torch/include/torch/csrc/jit/backends/backend_exception.h' 2024-10-08T20:15:08.3937298Z adding 'torch/include/torch/csrc/jit/backends/backend_init.h' 2024-10-08T20:15:08.3941132Z adding 'torch/include/torch/csrc/jit/backends/backend_interface.h' 2024-10-08T20:15:08.3943716Z adding 'torch/include/torch/csrc/jit/backends/backend_preprocess.h' 2024-10-08T20:15:08.3946868Z adding 'torch/include/torch/csrc/jit/backends/backend_resolver.h' 2024-10-08T20:15:08.3952429Z adding 'torch/include/torch/csrc/jit/codegen/cuda/interface.h' 2024-10-08T20:15:08.3956559Z adding 'torch/include/torch/csrc/jit/frontend/builtin_functions.h' 2024-10-08T20:15:08.3960038Z adding 'torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h' 2024-10-08T20:15:08.3965462Z adding 'torch/include/torch/csrc/jit/frontend/concrete_module_type.h' 2024-10-08T20:15:08.3969497Z adding 'torch/include/torch/csrc/jit/frontend/convert_to_ssa.h' 2024-10-08T20:15:08.3971932Z adding 'torch/include/torch/csrc/jit/frontend/edit_distance.h' 2024-10-08T20:15:08.3975388Z adding 'torch/include/torch/csrc/jit/frontend/error_report.h' 2024-10-08T20:15:08.3978362Z adding 'torch/include/torch/csrc/jit/frontend/exit_transforms.h' 2024-10-08T20:15:08.3981677Z adding 'torch/include/torch/csrc/jit/frontend/function_schema_parser.h' 2024-10-08T20:15:08.3984653Z adding 'torch/include/torch/csrc/jit/frontend/inline_loop_condition.h' 2024-10-08T20:15:08.3987810Z adding 'torch/include/torch/csrc/jit/frontend/ir_emitter.h' 2024-10-08T20:15:08.3996143Z adding 'torch/include/torch/csrc/jit/frontend/lexer.h' 2024-10-08T20:15:08.4000202Z adding 'torch/include/torch/csrc/jit/frontend/mini_environment.h' 2024-10-08T20:15:08.4003786Z adding 'torch/include/torch/csrc/jit/frontend/name_mangler.h' 2024-10-08T20:15:08.4007062Z adding 'torch/include/torch/csrc/jit/frontend/parse_string_literal.h' 2024-10-08T20:15:08.4010329Z adding 'torch/include/torch/csrc/jit/frontend/parser.h' 2024-10-08T20:15:08.4013400Z adding 'torch/include/torch/csrc/jit/frontend/parser_constants.h' 2024-10-08T20:15:08.4016895Z adding 'torch/include/torch/csrc/jit/frontend/resolver.h' 2024-10-08T20:15:08.4020795Z adding 'torch/include/torch/csrc/jit/frontend/schema_matching.h' 2024-10-08T20:15:08.4023890Z adding 'torch/include/torch/csrc/jit/frontend/schema_type_parser.h' 2024-10-08T20:15:08.4027396Z adding 'torch/include/torch/csrc/jit/frontend/script_type_parser.h' 2024-10-08T20:15:08.4033837Z adding 'torch/include/torch/csrc/jit/frontend/source_range.h' 2024-10-08T20:15:08.4037750Z adding 'torch/include/torch/csrc/jit/frontend/source_ref.h' 2024-10-08T20:15:08.4040539Z adding 'torch/include/torch/csrc/jit/frontend/strtod.h' 2024-10-08T20:15:08.4050587Z adding 'torch/include/torch/csrc/jit/frontend/sugared_value.h' 2024-10-08T20:15:08.4057158Z adding 'torch/include/torch/csrc/jit/frontend/tracer.h' 2024-10-08T20:15:08.4062295Z adding 'torch/include/torch/csrc/jit/frontend/tree.h' 2024-10-08T20:15:08.4074201Z adding 'torch/include/torch/csrc/jit/frontend/tree_views.h' 2024-10-08T20:15:08.4078481Z adding 'torch/include/torch/csrc/jit/frontend/versioned_symbols.h' 2024-10-08T20:15:08.4085954Z adding 'torch/include/torch/csrc/jit/ir/alias_analysis.h' 2024-10-08T20:15:08.4090519Z adding 'torch/include/torch/csrc/jit/ir/attributes.h' 2024-10-08T20:15:08.4094289Z adding 'torch/include/torch/csrc/jit/ir/constants.h' 2024-10-08T20:15:08.4098598Z adding 'torch/include/torch/csrc/jit/ir/graph_node_list.h' 2024-10-08T20:15:08.4101998Z adding 'torch/include/torch/csrc/jit/ir/graph_utils.h' 2024-10-08T20:15:08.4123020Z adding 'torch/include/torch/csrc/jit/ir/ir.h' 2024-10-08T20:15:08.4128546Z adding 'torch/include/torch/csrc/jit/ir/ir_views.h' 2024-10-08T20:15:08.4131937Z adding 'torch/include/torch/csrc/jit/ir/irparser.h' 2024-10-08T20:15:08.4135722Z adding 'torch/include/torch/csrc/jit/ir/named_value.h' 2024-10-08T20:15:08.4139389Z adding 'torch/include/torch/csrc/jit/ir/node_hashing.h' 2024-10-08T20:15:08.4143535Z adding 'torch/include/torch/csrc/jit/ir/scope.h' 2024-10-08T20:15:08.4147869Z adding 'torch/include/torch/csrc/jit/ir/subgraph_matcher.h' 2024-10-08T20:15:08.4151106Z adding 'torch/include/torch/csrc/jit/ir/type_hashing.h' 2024-10-08T20:15:08.4156232Z adding 'torch/include/torch/csrc/jit/mobile/code.h' 2024-10-08T20:15:08.4159028Z adding 'torch/include/torch/csrc/jit/mobile/debug_info.h' 2024-10-08T20:15:08.4163765Z adding 'torch/include/torch/csrc/jit/mobile/file_format.h' 2024-10-08T20:15:08.4168294Z adding 'torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h' 2024-10-08T20:15:08.4173181Z adding 'torch/include/torch/csrc/jit/mobile/frame.h' 2024-10-08T20:15:08.4175584Z adding 'torch/include/torch/csrc/jit/mobile/function.h' 2024-10-08T20:15:08.4179474Z adding 'torch/include/torch/csrc/jit/mobile/import.h' 2024-10-08T20:15:08.4182806Z adding 'torch/include/torch/csrc/jit/mobile/import_data.h' 2024-10-08T20:15:08.4186164Z adding 'torch/include/torch/csrc/jit/mobile/import_export_common.h' 2024-10-08T20:15:08.4189188Z adding 'torch/include/torch/csrc/jit/mobile/interpreter.h' 2024-10-08T20:15:08.4192319Z adding 'torch/include/torch/csrc/jit/mobile/method.h' 2024-10-08T20:15:08.4196666Z adding 'torch/include/torch/csrc/jit/mobile/module.h' 2024-10-08T20:15:08.4200805Z adding 'torch/include/torch/csrc/jit/mobile/observer.h' 2024-10-08T20:15:08.4204082Z adding 'torch/include/torch/csrc/jit/mobile/parse_bytecode.h' 2024-10-08T20:15:08.4207292Z adding 'torch/include/torch/csrc/jit/mobile/parse_operators.h' 2024-10-08T20:15:08.4210325Z adding 'torch/include/torch/csrc/jit/mobile/prim_ops_registery.h' 2024-10-08T20:15:08.4214339Z adding 'torch/include/torch/csrc/jit/mobile/profiler_edge.h' 2024-10-08T20:15:08.4217641Z adding 'torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h' 2024-10-08T20:15:08.4220943Z adding 'torch/include/torch/csrc/jit/mobile/quantization.h' 2024-10-08T20:15:08.4224400Z adding 'torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h' 2024-10-08T20:15:08.4227672Z adding 'torch/include/torch/csrc/jit/mobile/type_parser.h' 2024-10-08T20:15:08.4231186Z adding 'torch/include/torch/csrc/jit/mobile/upgrader_mobile.h' 2024-10-08T20:15:08.4236618Z adding 'torch/include/torch/csrc/jit/passes/add_if_then_else.h' 2024-10-08T20:15:08.4239572Z adding 'torch/include/torch/csrc/jit/passes/annotate_warns.h' 2024-10-08T20:15:08.4242446Z adding 'torch/include/torch/csrc/jit/passes/autocast.h' 2024-10-08T20:15:08.4245666Z adding 'torch/include/torch/csrc/jit/passes/bailout_graph.h' 2024-10-08T20:15:08.4248527Z adding 'torch/include/torch/csrc/jit/passes/batch_mm.h' 2024-10-08T20:15:08.4251634Z adding 'torch/include/torch/csrc/jit/passes/canonicalize.h' 2024-10-08T20:15:08.4254776Z adding 'torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h' 2024-10-08T20:15:08.4257579Z adding 'torch/include/torch/csrc/jit/passes/check_strict_fusion.h' 2024-10-08T20:15:08.4260569Z adding 'torch/include/torch/csrc/jit/passes/clear_profiling.h' 2024-10-08T20:15:08.4263732Z adding 'torch/include/torch/csrc/jit/passes/clear_undefinedness.h' 2024-10-08T20:15:08.4266759Z adding 'torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h' 2024-10-08T20:15:08.4269610Z adding 'torch/include/torch/csrc/jit/passes/concat_opt.h' 2024-10-08T20:15:08.4272606Z adding 'torch/include/torch/csrc/jit/passes/constant_pooling.h' 2024-10-08T20:15:08.4275755Z adding 'torch/include/torch/csrc/jit/passes/constant_propagation.h' 2024-10-08T20:15:08.4278826Z adding 'torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h' 2024-10-08T20:15:08.4281730Z adding 'torch/include/torch/csrc/jit/passes/create_functional_graphs.h' 2024-10-08T20:15:08.4285550Z adding 'torch/include/torch/csrc/jit/passes/dead_code_elimination.h' 2024-10-08T20:15:08.4288132Z adding 'torch/include/torch/csrc/jit/passes/decompose_ops.h' 2024-10-08T20:15:08.4291136Z adding 'torch/include/torch/csrc/jit/passes/device_type_analysis.h' 2024-10-08T20:15:08.4294238Z adding 'torch/include/torch/csrc/jit/passes/dtype_analysis.h' 2024-10-08T20:15:08.4297273Z adding 'torch/include/torch/csrc/jit/passes/eliminate_no_ops.h' 2024-10-08T20:15:08.4300398Z adding 'torch/include/torch/csrc/jit/passes/erase_number_types.h' 2024-10-08T20:15:08.4303799Z adding 'torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h' 2024-10-08T20:15:08.4306958Z adding 'torch/include/torch/csrc/jit/passes/fold_conv_bn.h' 2024-10-08T20:15:08.4310114Z adding 'torch/include/torch/csrc/jit/passes/fold_linear_bn.h' 2024-10-08T20:15:08.4313334Z adding 'torch/include/torch/csrc/jit/passes/freeze_module.h' 2024-10-08T20:15:08.4316494Z adding 'torch/include/torch/csrc/jit/passes/frozen_concat_linear.h' 2024-10-08T20:15:08.4319421Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h' 2024-10-08T20:15:08.4322400Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_folding.h' 2024-10-08T20:15:08.4325419Z adding 'torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h' 2024-10-08T20:15:08.4328397Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_folding.h' 2024-10-08T20:15:08.4331354Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h' 2024-10-08T20:15:08.4334403Z adding 'torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h' 2024-10-08T20:15:08.4337424Z adding 'torch/include/torch/csrc/jit/passes/fuse_linear.h' 2024-10-08T20:15:08.4340286Z adding 'torch/include/torch/csrc/jit/passes/fuse_relu.h' 2024-10-08T20:15:08.4343578Z adding 'torch/include/torch/csrc/jit/passes/graph_fuser.h' 2024-10-08T20:15:08.4347353Z adding 'torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h' 2024-10-08T20:15:08.4350406Z adding 'torch/include/torch/csrc/jit/passes/guard_elimination.h' 2024-10-08T20:15:08.4353380Z adding 'torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h' 2024-10-08T20:15:08.4356313Z adding 'torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h' 2024-10-08T20:15:08.4359263Z adding 'torch/include/torch/csrc/jit/passes/inline_fork_wait.h' 2024-10-08T20:15:08.4362231Z adding 'torch/include/torch/csrc/jit/passes/inline_forked_closures.h' 2024-10-08T20:15:08.4365014Z adding 'torch/include/torch/csrc/jit/passes/inliner.h' 2024-10-08T20:15:08.4367977Z adding 'torch/include/torch/csrc/jit/passes/inplace_check.h' 2024-10-08T20:15:08.4370954Z adding 'torch/include/torch/csrc/jit/passes/insert_guards.h' 2024-10-08T20:15:08.4374166Z adding 'torch/include/torch/csrc/jit/passes/integer_value_refinement.h' 2024-10-08T20:15:08.4376934Z adding 'torch/include/torch/csrc/jit/passes/lift_closures.h' 2024-10-08T20:15:08.4379946Z adding 'torch/include/torch/csrc/jit/passes/liveness.h' 2024-10-08T20:15:08.4383257Z adding 'torch/include/torch/csrc/jit/passes/loop_unrolling.h' 2024-10-08T20:15:08.4386959Z adding 'torch/include/torch/csrc/jit/passes/lower_grad_of.h' 2024-10-08T20:15:08.4389528Z adding 'torch/include/torch/csrc/jit/passes/lower_graph.h' 2024-10-08T20:15:08.4392769Z adding 'torch/include/torch/csrc/jit/passes/lower_tuples.h' 2024-10-08T20:15:08.4395788Z adding 'torch/include/torch/csrc/jit/passes/metal_rewrite.h' 2024-10-08T20:15:08.4398994Z adding 'torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h' 2024-10-08T20:15:08.4402031Z adding 'torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h' 2024-10-08T20:15:08.4405293Z adding 'torch/include/torch/csrc/jit/passes/normalize_ops.h' 2024-10-08T20:15:08.4409342Z adding 'torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h' 2024-10-08T20:15:08.4411842Z adding 'torch/include/torch/csrc/jit/passes/onnx.h' 2024-10-08T20:15:08.4416644Z adding 'torch/include/torch/csrc/jit/passes/pass_manager.h' 2024-10-08T20:15:08.4420646Z adding 'torch/include/torch/csrc/jit/passes/peephole.h' 2024-10-08T20:15:08.4423117Z adding 'torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h' 2024-10-08T20:15:08.4426671Z adding 'torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h' 2024-10-08T20:15:08.4429734Z adding 'torch/include/torch/csrc/jit/passes/peephole_list_idioms.h' 2024-10-08T20:15:08.4432889Z adding 'torch/include/torch/csrc/jit/passes/peephole_non_tensor.h' 2024-10-08T20:15:08.4435851Z adding 'torch/include/torch/csrc/jit/passes/prepack_folding.h' 2024-10-08T20:15:08.4438930Z adding 'torch/include/torch/csrc/jit/passes/refine_tuple_types.h' 2024-10-08T20:15:08.4441936Z adding 'torch/include/torch/csrc/jit/passes/remove_dropout.h' 2024-10-08T20:15:08.4445273Z adding 'torch/include/torch/csrc/jit/passes/remove_exceptions.h' 2024-10-08T20:15:08.4449027Z adding 'torch/include/torch/csrc/jit/passes/remove_expands.h' 2024-10-08T20:15:08.4451380Z adding 'torch/include/torch/csrc/jit/passes/remove_inplace_ops.h' 2024-10-08T20:15:08.4455169Z adding 'torch/include/torch/csrc/jit/passes/remove_mutation.h' 2024-10-08T20:15:08.4458207Z adding 'torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h' 2024-10-08T20:15:08.4461376Z adding 'torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h' 2024-10-08T20:15:08.4464306Z adding 'torch/include/torch/csrc/jit/passes/requires_grad_analysis.h' 2024-10-08T20:15:08.4467736Z adding 'torch/include/torch/csrc/jit/passes/restore_mutation.h' 2024-10-08T20:15:08.4471830Z adding 'torch/include/torch/csrc/jit/passes/shape_analysis.h' 2024-10-08T20:15:08.4474373Z adding 'torch/include/torch/csrc/jit/passes/specialize_autogradzero.h' 2024-10-08T20:15:08.4478418Z adding 'torch/include/torch/csrc/jit/passes/subgraph_rewrite.h' 2024-10-08T20:15:08.4482693Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h' 2024-10-08T20:15:08.4485539Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h' 2024-10-08T20:15:08.4489676Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h' 2024-10-08T20:15:08.4493205Z adding 'torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h' 2024-10-08T20:15:08.4496736Z adding 'torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h' 2024-10-08T20:15:08.4500217Z adding 'torch/include/torch/csrc/jit/passes/value_refinement_utils.h' 2024-10-08T20:15:08.4504648Z adding 'torch/include/torch/csrc/jit/passes/variadic_ops.h' 2024-10-08T20:15:08.4508115Z adding 'torch/include/torch/csrc/jit/passes/vulkan_rewrite.h' 2024-10-08T20:15:08.4511361Z adding 'torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h' 2024-10-08T20:15:08.4516131Z adding 'torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h' 2024-10-08T20:15:08.4519647Z adding 'torch/include/torch/csrc/jit/passes/quantization/finalize.h' 2024-10-08T20:15:08.4522784Z adding 'torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h' 2024-10-08T20:15:08.4527465Z adding 'torch/include/torch/csrc/jit/passes/quantization/helper.h' 2024-10-08T20:15:08.4531376Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_observers.h' 2024-10-08T20:15:08.4536041Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h' 2024-10-08T20:15:08.4546084Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h' 2024-10-08T20:15:08.4550503Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_type.h' 2024-10-08T20:15:08.4554205Z adding 'torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h' 2024-10-08T20:15:08.4558190Z adding 'torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h' 2024-10-08T20:15:08.4562700Z adding 'torch/include/torch/csrc/jit/passes/utils/memory_dag.h' 2024-10-08T20:15:08.4566360Z adding 'torch/include/torch/csrc/jit/passes/utils/op_registry.h' 2024-10-08T20:15:08.4569620Z adding 'torch/include/torch/csrc/jit/passes/utils/optimization_utils.h' 2024-10-08T20:15:08.4573457Z adding 'torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h' 2024-10-08T20:15:08.4577641Z adding 'torch/include/torch/csrc/jit/python/init.h' 2024-10-08T20:15:08.4581352Z adding 'torch/include/torch/csrc/jit/python/module_python.h' 2024-10-08T20:15:08.4585989Z adding 'torch/include/torch/csrc/jit/python/pybind.h' 2024-10-08T20:15:08.4602563Z adding 'torch/include/torch/csrc/jit/python/pybind_utils.h' 2024-10-08T20:15:08.4607901Z adding 'torch/include/torch/csrc/jit/python/python_arg_flatten.h' 2024-10-08T20:15:08.4611382Z adding 'torch/include/torch/csrc/jit/python/python_custom_class.h' 2024-10-08T20:15:08.4615234Z adding 'torch/include/torch/csrc/jit/python/python_dict.h' 2024-10-08T20:15:08.4618879Z adding 'torch/include/torch/csrc/jit/python/python_ir.h' 2024-10-08T20:15:08.4623150Z adding 'torch/include/torch/csrc/jit/python/python_ivalue.h' 2024-10-08T20:15:08.4627740Z adding 'torch/include/torch/csrc/jit/python/python_list.h' 2024-10-08T20:15:08.4633322Z adding 'torch/include/torch/csrc/jit/python/python_sugared_value.h' 2024-10-08T20:15:08.4636936Z adding 'torch/include/torch/csrc/jit/python/python_tracer.h' 2024-10-08T20:15:08.4641219Z adding 'torch/include/torch/csrc/jit/python/python_tree_views.h' 2024-10-08T20:15:08.4645260Z adding 'torch/include/torch/csrc/jit/python/script_init.h' 2024-10-08T20:15:08.4649538Z adding 'torch/include/torch/csrc/jit/python/update_graph_executor_opt.h' 2024-10-08T20:15:08.4653628Z adding 'torch/include/torch/csrc/jit/python/utf8_decoding_ignore.h' 2024-10-08T20:15:08.4665412Z adding 'torch/include/torch/csrc/jit/runtime/argument_spec.h' 2024-10-08T20:15:08.4672978Z adding 'torch/include/torch/csrc/jit/runtime/autodiff.h' 2024-10-08T20:15:08.4677158Z adding 'torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h' 2024-10-08T20:15:08.4680775Z adding 'torch/include/torch/csrc/jit/runtime/custom_operator.h' 2024-10-08T20:15:08.4683761Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry.h' 2024-10-08T20:15:08.4686909Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h' 2024-10-08T20:15:08.4689905Z adding 'torch/include/torch/csrc/jit/runtime/exception_message.h' 2024-10-08T20:15:08.4694295Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor.h' 2024-10-08T20:15:08.4698525Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor_impl.h' 2024-10-08T20:15:08.4702930Z adding 'torch/include/torch/csrc/jit/runtime/graph_iterator.h' 2024-10-08T20:15:08.4707479Z adding 'torch/include/torch/csrc/jit/runtime/instruction.h' 2024-10-08T20:15:08.4711920Z adding 'torch/include/torch/csrc/jit/runtime/interpreter.h' 2024-10-08T20:15:08.4715536Z adding 'torch/include/torch/csrc/jit/runtime/jit_exception.h' 2024-10-08T20:15:08.4718559Z adding 'torch/include/torch/csrc/jit/runtime/jit_trace.h' 2024-10-08T20:15:08.4722209Z adding 'torch/include/torch/csrc/jit/runtime/logging.h' 2024-10-08T20:15:08.4727931Z adding 'torch/include/torch/csrc/jit/runtime/operator.h' 2024-10-08T20:15:08.4731316Z adding 'torch/include/torch/csrc/jit/runtime/operator_options.h' 2024-10-08T20:15:08.4734634Z adding 'torch/include/torch/csrc/jit/runtime/print_handler.h' 2024-10-08T20:15:08.4738448Z adding 'torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h' 2024-10-08T20:15:08.4743981Z adding 'torch/include/torch/csrc/jit/runtime/profiling_record.h' 2024-10-08T20:15:08.4753765Z adding 'torch/include/torch/csrc/jit/runtime/register_ops_utils.h' 2024-10-08T20:15:08.4758593Z adding 'torch/include/torch/csrc/jit/runtime/script_profile.h' 2024-10-08T20:15:08.4762033Z adding 'torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h' 2024-10-08T20:15:08.4765100Z adding 'torch/include/torch/csrc/jit/runtime/shape_function_registry.h' 2024-10-08T20:15:08.4768221Z adding 'torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h' 2024-10-08T20:15:08.4771444Z adding 'torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h' 2024-10-08T20:15:08.4774582Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_script.h' 2024-10-08T20:15:08.4778443Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h' 2024-10-08T20:15:08.4781585Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h' 2024-10-08T20:15:08.4784672Z adding 'torch/include/torch/csrc/jit/runtime/vararg_functions.h' 2024-10-08T20:15:08.4787808Z adding 'torch/include/torch/csrc/jit/runtime/variable_tensor_list.h' 2024-10-08T20:15:08.4792746Z adding 'torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h' 2024-10-08T20:15:08.4798686Z adding 'torch/include/torch/csrc/jit/serialization/export.h' 2024-10-08T20:15:08.4802249Z adding 'torch/include/torch/csrc/jit/serialization/export_bytecode.h' 2024-10-08T20:15:08.4806101Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h' 2024-10-08T20:15:08.4809134Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h' 2024-10-08T20:15:08.4812878Z adding 'torch/include/torch/csrc/jit/serialization/import.h' 2024-10-08T20:15:08.4816193Z adding 'torch/include/torch/csrc/jit/serialization/import_export_constants.h' 2024-10-08T20:15:08.4819328Z adding 'torch/include/torch/csrc/jit/serialization/import_export_functions.h' 2024-10-08T20:15:08.4822368Z adding 'torch/include/torch/csrc/jit/serialization/import_export_helpers.h' 2024-10-08T20:15:08.4825623Z adding 'torch/include/torch/csrc/jit/serialization/import_read.h' 2024-10-08T20:15:08.4829257Z adding 'torch/include/torch/csrc/jit/serialization/import_source.h' 2024-10-08T20:15:08.4849184Z adding 'torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h' 2024-10-08T20:15:08.4854771Z adding 'torch/include/torch/csrc/jit/serialization/onnx.h' 2024-10-08T20:15:08.4858550Z adding 'torch/include/torch/csrc/jit/serialization/pickle.h' 2024-10-08T20:15:08.4879034Z adding 'torch/include/torch/csrc/jit/serialization/pickler.h' 2024-10-08T20:15:08.4879546Z adding 'torch/include/torch/csrc/jit/serialization/python_print.h' 2024-10-08T20:15:08.4879996Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization.h' 2024-10-08T20:15:08.4880458Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h' 2024-10-08T20:15:08.4880765Z adding 'torch/include/torch/csrc/jit/serialization/storage_context.h' 2024-10-08T20:15:08.4889077Z adding 'torch/include/torch/csrc/jit/serialization/type_name_uniquer.h' 2024-10-08T20:15:08.4894435Z adding 'torch/include/torch/csrc/jit/serialization/unpickler.h' 2024-10-08T20:15:08.4900712Z adding 'torch/include/torch/csrc/jit/tensorexpr/analysis.h' 2024-10-08T20:15:08.4904956Z adding 'torch/include/torch/csrc/jit/tensorexpr/block_codegen.h' 2024-10-08T20:15:08.4908546Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h' 2024-10-08T20:15:08.4912672Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h' 2024-10-08T20:15:08.4917521Z adding 'torch/include/torch/csrc/jit/tensorexpr/codegen.h' 2024-10-08T20:15:08.4921305Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h' 2024-10-08T20:15:08.4924523Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h' 2024-10-08T20:15:08.4929216Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h' 2024-10-08T20:15:08.4933217Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_random.h' 2024-10-08T20:15:08.4938227Z adding 'torch/include/torch/csrc/jit/tensorexpr/eval.h' 2024-10-08T20:15:08.4941963Z adding 'torch/include/torch/csrc/jit/tensorexpr/exceptions.h' 2024-10-08T20:15:08.4947964Z adding 'torch/include/torch/csrc/jit/tensorexpr/expr.h' 2024-10-08T20:15:08.4952214Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions.h' 2024-10-08T20:15:08.4955302Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h' 2024-10-08T20:15:08.4958919Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h' 2024-10-08T20:15:08.4962561Z adding 'torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h' 2024-10-08T20:15:08.4966646Z adding 'torch/include/torch/csrc/jit/tensorexpr/graph_opt.h' 2024-10-08T20:15:08.4970889Z adding 'torch/include/torch/csrc/jit/tensorexpr/half_support.h' 2024-10-08T20:15:08.4975722Z adding 'torch/include/torch/csrc/jit/tensorexpr/hash_provider.h' 2024-10-08T20:15:08.4979028Z adding 'torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h' 2024-10-08T20:15:08.4986949Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir.h' 2024-10-08T20:15:08.4991063Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h' 2024-10-08T20:15:08.4994584Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h' 2024-10-08T20:15:08.4998388Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_printer.h' 2024-10-08T20:15:08.5004994Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h' 2024-10-08T20:15:08.5008725Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h' 2024-10-08T20:15:08.5012306Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h' 2024-10-08T20:15:08.5018722Z adding 'torch/include/torch/csrc/jit/tensorexpr/kernel.h' 2024-10-08T20:15:08.5023079Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h' 2024-10-08T20:15:08.5026700Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h' 2024-10-08T20:15:08.5036009Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest.h' 2024-10-08T20:15:08.5039759Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h' 2024-10-08T20:15:08.5043080Z adding 'torch/include/torch/csrc/jit/tensorexpr/lowerings.h' 2024-10-08T20:15:08.5049854Z adding 'torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h' 2024-10-08T20:15:08.5055044Z adding 'torch/include/torch/csrc/jit/tensorexpr/reduction.h' 2024-10-08T20:15:08.5062140Z adding 'torch/include/torch/csrc/jit/tensorexpr/registerizer.h' 2024-10-08T20:15:08.5071010Z adding 'torch/include/torch/csrc/jit/tensorexpr/stmt.h' 2024-10-08T20:15:08.5076458Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensor.h' 2024-10-08T20:15:08.5079839Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h' 2024-10-08T20:15:08.5083890Z adding 'torch/include/torch/csrc/jit/tensorexpr/types.h' 2024-10-08T20:15:08.5087588Z adding 'torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h' 2024-10-08T20:15:08.5090819Z adding 'torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h' 2024-10-08T20:15:08.5095356Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h' 2024-10-08T20:15:08.5098879Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h' 2024-10-08T20:15:08.5101977Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/misc.h' 2024-10-08T20:15:08.5105211Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/norm.h' 2024-10-08T20:15:08.5108193Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/operators.h' 2024-10-08T20:15:08.5111628Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h' 2024-10-08T20:15:08.5115873Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h' 2024-10-08T20:15:08.5118469Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h' 2024-10-08T20:15:08.5121694Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h' 2024-10-08T20:15:08.5125888Z adding 'torch/include/torch/csrc/jit/testing/file_check.h' 2024-10-08T20:15:08.5129262Z adding 'torch/include/torch/csrc/jit/testing/hooks_for_testing.h' 2024-10-08T20:15:08.5134184Z adding 'torch/include/torch/csrc/lazy/backend/backend_data.h' 2024-10-08T20:15:08.5138459Z adding 'torch/include/torch/csrc/lazy/backend/backend_device.h' 2024-10-08T20:15:08.5142537Z adding 'torch/include/torch/csrc/lazy/backend/backend_interface.h' 2024-10-08T20:15:08.5146220Z adding 'torch/include/torch/csrc/lazy/backend/lowering_context.h' 2024-10-08T20:15:08.5151229Z adding 'torch/include/torch/csrc/lazy/core/cache.h' 2024-10-08T20:15:08.5154534Z adding 'torch/include/torch/csrc/lazy/core/config.h' 2024-10-08T20:15:08.5157937Z adding 'torch/include/torch/csrc/lazy/core/debug_util.h' 2024-10-08T20:15:08.5161370Z adding 'torch/include/torch/csrc/lazy/core/dynamic_ir.h' 2024-10-08T20:15:08.5166035Z adding 'torch/include/torch/csrc/lazy/core/hash.h' 2024-10-08T20:15:08.5169908Z adding 'torch/include/torch/csrc/lazy/core/helpers.h' 2024-10-08T20:15:08.5175210Z adding 'torch/include/torch/csrc/lazy/core/ir.h' 2024-10-08T20:15:08.5179524Z adding 'torch/include/torch/csrc/lazy/core/ir_builder.h' 2024-10-08T20:15:08.5182795Z adding 'torch/include/torch/csrc/lazy/core/ir_dump_util.h' 2024-10-08T20:15:08.5186183Z adding 'torch/include/torch/csrc/lazy/core/ir_metadata.h' 2024-10-08T20:15:08.5189445Z adding 'torch/include/torch/csrc/lazy/core/ir_util.h' 2024-10-08T20:15:08.5196038Z adding 'torch/include/torch/csrc/lazy/core/lazy_graph_executor.h' 2024-10-08T20:15:08.5201370Z adding 'torch/include/torch/csrc/lazy/core/metrics.h' 2024-10-08T20:15:08.5205190Z adding 'torch/include/torch/csrc/lazy/core/multi_wait.h' 2024-10-08T20:15:08.5208739Z adding 'torch/include/torch/csrc/lazy/core/permutation_util.h' 2024-10-08T20:15:08.5212146Z adding 'torch/include/torch/csrc/lazy/core/shape.h' 2024-10-08T20:15:08.5217281Z adding 'torch/include/torch/csrc/lazy/core/shape_inference.h' 2024-10-08T20:15:08.5223228Z adding 'torch/include/torch/csrc/lazy/core/tensor.h' 2024-10-08T20:15:08.5227033Z adding 'torch/include/torch/csrc/lazy/core/tensor_impl.h' 2024-10-08T20:15:08.5230726Z adding 'torch/include/torch/csrc/lazy/core/tensor_util.h' 2024-10-08T20:15:08.5234004Z adding 'torch/include/torch/csrc/lazy/core/thread_pool.h' 2024-10-08T20:15:08.5237647Z adding 'torch/include/torch/csrc/lazy/core/trie.h' 2024-10-08T20:15:08.5240987Z adding 'torch/include/torch/csrc/lazy/core/unique.h' 2024-10-08T20:15:08.5244756Z adding 'torch/include/torch/csrc/lazy/core/util.h' 2024-10-08T20:15:08.5249310Z adding 'torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h' 2024-10-08T20:15:08.5252952Z adding 'torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h' 2024-10-08T20:15:08.5256176Z adding 'torch/include/torch/csrc/lazy/core/ops/utils.h' 2024-10-08T20:15:08.5260420Z adding 'torch/include/torch/csrc/lazy/python/python_util.h' 2024-10-08T20:15:08.5263900Z adding 'torch/include/torch/csrc/lazy/ts_backend/config.h' 2024-10-08T20:15:08.5267583Z adding 'torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h' 2024-10-08T20:15:08.5271679Z adding 'torch/include/torch/csrc/lazy/ts_backend/ir_builder.h' 2024-10-08T20:15:08.5274306Z adding 'torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h' 2024-10-08T20:15:08.5277683Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h' 2024-10-08T20:15:08.5280703Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h' 2024-10-08T20:15:08.5283963Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h' 2024-10-08T20:15:08.5288907Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h' 2024-10-08T20:15:08.5292092Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node.h' 2024-10-08T20:15:08.5295522Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h' 2024-10-08T20:15:08.5300118Z adding 'torch/include/torch/csrc/onnx/back_compat.h' 2024-10-08T20:15:08.5302362Z adding 'torch/include/torch/csrc/onnx/init.h' 2024-10-08T20:15:08.5305806Z adding 'torch/include/torch/csrc/onnx/onnx.h' 2024-10-08T20:15:08.5309533Z adding 'torch/include/torch/csrc/profiler/api.h' 2024-10-08T20:15:08.5323412Z adding 'torch/include/torch/csrc/profiler/collection.h' 2024-10-08T20:15:08.5323839Z adding 'torch/include/torch/csrc/profiler/combined_traceback.h' 2024-10-08T20:15:08.5328883Z adding 'torch/include/torch/csrc/profiler/containers.h' 2024-10-08T20:15:08.5333016Z adding 'torch/include/torch/csrc/profiler/data_flow.h' 2024-10-08T20:15:08.5336541Z adding 'torch/include/torch/csrc/profiler/events.h' 2024-10-08T20:15:08.5340483Z adding 'torch/include/torch/csrc/profiler/kineto_shim.h' 2024-10-08T20:15:08.5343818Z adding 'torch/include/torch/csrc/profiler/perf-inl.h' 2024-10-08T20:15:08.5347589Z adding 'torch/include/torch/csrc/profiler/perf.h' 2024-10-08T20:15:08.5351930Z adding 'torch/include/torch/csrc/profiler/util.h' 2024-10-08T20:15:08.5357257Z adding 'torch/include/torch/csrc/profiler/orchestration/observer.h' 2024-10-08T20:15:08.5360926Z adding 'torch/include/torch/csrc/profiler/orchestration/python_tracer.h' 2024-10-08T20:15:08.5364216Z adding 'torch/include/torch/csrc/profiler/orchestration/vulkan.h' 2024-10-08T20:15:08.5368168Z adding 'torch/include/torch/csrc/profiler/python/combined_traceback.h' 2024-10-08T20:15:08.5371157Z adding 'torch/include/torch/csrc/profiler/python/init.h' 2024-10-08T20:15:08.5374516Z adding 'torch/include/torch/csrc/profiler/python/pybind.h' 2024-10-08T20:15:08.5378732Z adding 'torch/include/torch/csrc/profiler/standalone/execution_trace_observer.h' 2024-10-08T20:15:08.5381620Z adding 'torch/include/torch/csrc/profiler/standalone/itt_observer.h' 2024-10-08T20:15:08.5384694Z adding 'torch/include/torch/csrc/profiler/standalone/nvtx_observer.h' 2024-10-08T20:15:08.5387809Z adding 'torch/include/torch/csrc/profiler/standalone/privateuse1_observer.h' 2024-10-08T20:15:08.5391683Z adding 'torch/include/torch/csrc/profiler/stubs/base.h' 2024-10-08T20:15:08.5395944Z adding 'torch/include/torch/csrc/profiler/unwind/action.h' 2024-10-08T20:15:08.5399339Z adding 'torch/include/torch/csrc/profiler/unwind/communicate.h' 2024-10-08T20:15:08.5404106Z adding 'torch/include/torch/csrc/profiler/unwind/debug_info.h' 2024-10-08T20:15:08.5408469Z adding 'torch/include/torch/csrc/profiler/unwind/dwarf_enums.h' 2024-10-08T20:15:08.5411939Z adding 'torch/include/torch/csrc/profiler/unwind/dwarf_symbolize_enums.h' 2024-10-08T20:15:08.5415751Z adding 'torch/include/torch/csrc/profiler/unwind/eh_frame_hdr.h' 2024-10-08T20:15:08.5419502Z adding 'torch/include/torch/csrc/profiler/unwind/fast_symbolizer.h' 2024-10-08T20:15:08.5425020Z adding 'torch/include/torch/csrc/profiler/unwind/fde.h' 2024-10-08T20:15:08.5429216Z adding 'torch/include/torch/csrc/profiler/unwind/lexer.h' 2024-10-08T20:15:08.5434628Z adding 'torch/include/torch/csrc/profiler/unwind/line_number_program.h' 2024-10-08T20:15:08.5438851Z adding 'torch/include/torch/csrc/profiler/unwind/mem_file.h' 2024-10-08T20:15:08.5442408Z adding 'torch/include/torch/csrc/profiler/unwind/range_table.h' 2024-10-08T20:15:08.5446208Z adding 'torch/include/torch/csrc/profiler/unwind/sections.h' 2024-10-08T20:15:08.5449595Z adding 'torch/include/torch/csrc/profiler/unwind/unwind.h' 2024-10-08T20:15:08.5453013Z adding 'torch/include/torch/csrc/profiler/unwind/unwind_error.h' 2024-10-08T20:15:08.5456516Z adding 'torch/include/torch/csrc/profiler/unwind/unwinder.h' 2024-10-08T20:15:08.5460522Z adding 'torch/include/torch/csrc/tensor/python_tensor.h' 2024-10-08T20:15:08.5466026Z adding 'torch/include/torch/csrc/utils/byte_order.h' 2024-10-08T20:15:08.5469089Z adding 'torch/include/torch/csrc/utils/cpp_stacktraces.h' 2024-10-08T20:15:08.5471963Z adding 'torch/include/torch/csrc/utils/cuda_enabled.h' 2024-10-08T20:15:08.5475437Z adding 'torch/include/torch/csrc/utils/device_lazy_init.h' 2024-10-08T20:15:08.5478825Z adding 'torch/include/torch/csrc/utils/disable_torch_function.h' 2024-10-08T20:15:08.5481748Z adding 'torch/include/torch/csrc/utils/init.h' 2024-10-08T20:15:08.5484726Z adding 'torch/include/torch/csrc/utils/invalid_arguments.h' 2024-10-08T20:15:08.5487569Z adding 'torch/include/torch/csrc/utils/nested.h' 2024-10-08T20:15:08.5490545Z adding 'torch/include/torch/csrc/utils/numpy_stub.h' 2024-10-08T20:15:08.5493949Z adding 'torch/include/torch/csrc/utils/object_ptr.h' 2024-10-08T20:15:08.5496956Z adding 'torch/include/torch/csrc/utils/out_types.h' 2024-10-08T20:15:08.5502497Z adding 'torch/include/torch/csrc/utils/pybind.h' 2024-10-08T20:15:08.5505898Z adding 'torch/include/torch/csrc/utils/pycfunction_helpers.h' 2024-10-08T20:15:08.5508825Z adding 'torch/include/torch/csrc/utils/pyobject_preservation.h' 2024-10-08T20:15:08.5522285Z adding 'torch/include/torch/csrc/utils/python_arg_parser.h' 2024-10-08T20:15:08.5526331Z adding 'torch/include/torch/csrc/utils/python_compat.h' 2024-10-08T20:15:08.5529400Z adding 'torch/include/torch/csrc/utils/python_dispatch.h' 2024-10-08T20:15:08.5533429Z adding 'torch/include/torch/csrc/utils/python_numbers.h' 2024-10-08T20:15:08.5536990Z adding 'torch/include/torch/csrc/utils/python_raii.h' 2024-10-08T20:15:08.5540941Z adding 'torch/include/torch/csrc/utils/python_scalars.h' 2024-10-08T20:15:08.5545261Z adding 'torch/include/torch/csrc/utils/python_strings.h' 2024-10-08T20:15:08.5548022Z adding 'torch/include/torch/csrc/utils/python_stub.h' 2024-10-08T20:15:08.5552205Z adding 'torch/include/torch/csrc/utils/python_symnode.h' 2024-10-08T20:15:08.5555613Z adding 'torch/include/torch/csrc/utils/python_torch_function_mode.h' 2024-10-08T20:15:08.5559229Z adding 'torch/include/torch/csrc/utils/python_tuples.h' 2024-10-08T20:15:08.5572766Z adding 'torch/include/torch/csrc/utils/pythoncapi_compat.h' 2024-10-08T20:15:08.5577528Z adding 'torch/include/torch/csrc/utils/schema_info.h' 2024-10-08T20:15:08.5580841Z adding 'torch/include/torch/csrc/utils/six.h' 2024-10-08T20:15:08.5583908Z adding 'torch/include/torch/csrc/utils/structseq.h' 2024-10-08T20:15:08.5586833Z adding 'torch/include/torch/csrc/utils/tensor_apply.h' 2024-10-08T20:15:08.5589897Z adding 'torch/include/torch/csrc/utils/tensor_dtypes.h' 2024-10-08T20:15:08.5593522Z adding 'torch/include/torch/csrc/utils/tensor_flatten.h' 2024-10-08T20:15:08.5596523Z adding 'torch/include/torch/csrc/utils/tensor_layouts.h' 2024-10-08T20:15:08.5599409Z adding 'torch/include/torch/csrc/utils/tensor_list.h' 2024-10-08T20:15:08.5602552Z adding 'torch/include/torch/csrc/utils/tensor_memoryformats.h' 2024-10-08T20:15:08.5606123Z adding 'torch/include/torch/csrc/utils/tensor_new.h' 2024-10-08T20:15:08.5609624Z adding 'torch/include/torch/csrc/utils/tensor_numpy.h' 2024-10-08T20:15:08.5612789Z adding 'torch/include/torch/csrc/utils/tensor_qschemes.h' 2024-10-08T20:15:08.5615815Z adding 'torch/include/torch/csrc/utils/tensor_types.h' 2024-10-08T20:15:08.5620354Z adding 'torch/include/torch/csrc/utils/throughput_benchmark-inl.h' 2024-10-08T20:15:08.5625361Z adding 'torch/include/torch/csrc/utils/throughput_benchmark.h' 2024-10-08T20:15:08.5628939Z adding 'torch/include/torch/csrc/utils/torch_dispatch_mode.h' 2024-10-08T20:15:08.5632699Z adding 'torch/include/torch/csrc/utils/variadic.h' 2024-10-08T20:15:08.5635869Z adding 'torch/include/torch/csrc/utils/verbose.h' 2024-10-08T20:15:08.5639665Z adding 'torch/include/torch/csrc/xpu/Event.h' 2024-10-08T20:15:08.5642719Z adding 'torch/include/torch/csrc/xpu/Module.h' 2024-10-08T20:15:08.5645806Z adding 'torch/include/torch/csrc/xpu/Stream.h' 2024-10-08T20:15:08.5652470Z adding 'torch/jit/__init__.py' 2024-10-08T20:15:08.5656596Z adding 'torch/jit/_async.py' 2024-10-08T20:15:08.5659888Z adding 'torch/jit/_await.py' 2024-10-08T20:15:08.5664451Z adding 'torch/jit/_builtins.py' 2024-10-08T20:15:08.5669908Z adding 'torch/jit/_check.py' 2024-10-08T20:15:08.5674695Z adding 'torch/jit/_dataclass_impls.py' 2024-10-08T20:15:08.5678197Z adding 'torch/jit/_decomposition_utils.py' 2024-10-08T20:15:08.5682276Z adding 'torch/jit/_decompositions.py' 2024-10-08T20:15:08.5687671Z adding 'torch/jit/_freeze.py' 2024-10-08T20:15:08.5692628Z adding 'torch/jit/_fuser.py' 2024-10-08T20:15:08.5695949Z adding 'torch/jit/_ir_utils.py' 2024-10-08T20:15:08.5698996Z adding 'torch/jit/_logging.py' 2024-10-08T20:15:08.5703773Z adding 'torch/jit/_monkeytype_config.py' 2024-10-08T20:15:08.5707095Z adding 'torch/jit/_pickle.py' 2024-10-08T20:15:08.5723724Z adding 'torch/jit/_recursive.py' 2024-10-08T20:15:08.5750290Z adding 'torch/jit/_script.py' 2024-10-08T20:15:08.5756700Z adding 'torch/jit/_script.pyi' 2024-10-08T20:15:08.5762041Z adding 'torch/jit/_serialization.py' 2024-10-08T20:15:08.5778017Z adding 'torch/jit/_shape_functions.py' 2024-10-08T20:15:08.5783045Z adding 'torch/jit/_state.py' 2024-10-08T20:15:08.5803735Z adding 'torch/jit/_trace.py' 2024-10-08T20:15:08.5813391Z adding 'torch/jit/annotations.py' 2024-10-08T20:15:08.5831019Z adding 'torch/jit/frontend.py' 2024-10-08T20:15:08.5834411Z adding 'torch/jit/generate_bytecode.py' 2024-10-08T20:15:08.5837981Z adding 'torch/jit/quantized.py' 2024-10-08T20:15:08.5843280Z adding 'torch/jit/supported_ops.py' 2024-10-08T20:15:08.5847076Z adding 'torch/jit/unsupported_tensor_ops.py' 2024-10-08T20:15:08.5850923Z adding 'torch/jit/_passes/__init__.py' 2024-10-08T20:15:08.5854456Z adding 'torch/jit/_passes/_property_propagation.py' 2024-10-08T20:15:08.5859485Z adding 'torch/jit/mobile/__init__.py' 2024-10-08T20:15:08.7362320Z adding 'torch/lib/XNNPACK.lib' 2024-10-08T20:15:08.7447635Z adding 'torch/lib/_C.lib' 2024-10-08T20:15:08.7551437Z adding 'torch/lib/aoti_custom_ops.dll' 2024-10-08T20:15:08.7564118Z adding 'torch/lib/aoti_custom_ops.lib' 2024-10-08T20:15:08.7768608Z adding 'torch/lib/asmjit.dll' 2024-10-08T20:15:08.7801393Z adding 'torch/lib/asmjit.lib' 2024-10-08T20:15:08.7908915Z adding 'torch/lib/backend_with_compiler.dll' 2024-10-08T20:15:08.7922422Z adding 'torch/lib/backend_with_compiler.lib' 2024-10-08T20:15:08.8348016Z adding 'torch/lib/c10.dll' 2024-10-08T20:15:08.8522593Z adding 'torch/lib/c10.lib' 2024-10-08T20:15:08.8587521Z adding 'torch/lib/cpuinfo.lib' 2024-10-08T20:15:23.6905124Z adding 'torch/lib/dnnl.lib' 2024-10-08T20:15:25.3059111Z adding 'torch/lib/fbgemm.dll' 2024-10-08T20:15:25.3351617Z adding 'torch/lib/fbgemm.lib' 2024-10-08T20:15:25.3815318Z adding 'torch/lib/fmt.lib' 2024-10-08T20:15:25.3934540Z adding 'torch/lib/jitbackend_test.dll' 2024-10-08T20:15:25.3946898Z adding 'torch/lib/jitbackend_test.lib' 2024-10-08T20:15:25.9340544Z adding 'torch/lib/kineto.lib' 2024-10-08T20:15:26.1248981Z adding 'torch/lib/libprotobuf-lite.lib' 2024-10-08T20:15:27.0058203Z adding 'torch/lib/libprotobuf.lib' 2024-10-08T20:15:28.0129555Z adding 'torch/lib/libprotoc.lib' 2024-10-08T20:15:28.1137446Z adding 'torch/lib/pthreadpool.lib' 2024-10-08T20:15:28.1153007Z adding 'torch/lib/shm.dll' 2024-10-08T20:15:28.1158670Z adding 'torch/lib/shm.lib' 2024-10-08T20:15:28.5156216Z adding 'torch/lib/sleef.lib' 2024-10-08T20:15:28.5391085Z adding 'torch/lib/torch.dll' 2024-10-08T20:15:28.5396528Z adding 'torch/lib/torch.lib' 2024-10-08T20:15:34.1572202Z adding 'torch/lib/torch_cpu.dll' 2024-10-08T20:15:34.9775584Z adding 'torch/lib/torch_cpu.lib' 2024-10-08T20:15:35.0455238Z adding 'torch/lib/torch_global_deps.dll' 2024-10-08T20:15:35.7324857Z adding 'torch/lib/torch_python.dll' 2024-10-08T20:15:35.7722909Z adding 'torch/lib/torch_python.lib' 2024-10-08T20:15:35.7947814Z adding 'torch/lib/torchbind_test.dll' 2024-10-08T20:15:35.7967880Z adding 'torch/lib/torchbind_test.lib' 2024-10-08T20:15:35.8004350Z adding 'torch/linalg/__init__.py' 2024-10-08T20:15:35.8011492Z adding 'torch/masked/__init__.py' 2024-10-08T20:15:35.8018788Z adding 'torch/masked/_docs.py' 2024-10-08T20:15:35.8040327Z adding 'torch/masked/_ops.py' 2024-10-08T20:15:35.8046469Z adding 'torch/masked/maskedtensor/__init__.py' 2024-10-08T20:15:35.8053163Z adding 'torch/masked/maskedtensor/_ops_refs.py' 2024-10-08T20:15:35.8058281Z adding 'torch/masked/maskedtensor/binary.py' 2024-10-08T20:15:35.8064960Z adding 'torch/masked/maskedtensor/core.py' 2024-10-08T20:15:35.8068908Z adding 'torch/masked/maskedtensor/creation.py' 2024-10-08T20:15:35.8072296Z adding 'torch/masked/maskedtensor/passthrough.py' 2024-10-08T20:15:35.8076939Z adding 'torch/masked/maskedtensor/reductions.py' 2024-10-08T20:15:35.8081601Z adding 'torch/masked/maskedtensor/unary.py' 2024-10-08T20:15:35.8085591Z adding 'torch/monitor/__init__.py' 2024-10-08T20:15:35.8091162Z adding 'torch/mps/__init__.py' 2024-10-08T20:15:35.8095366Z adding 'torch/mps/event.py' 2024-10-08T20:15:35.8099052Z adding 'torch/mps/profiler.py' 2024-10-08T20:15:35.8106109Z adding 'torch/mtia/__init__.py' 2024-10-08T20:15:35.8109772Z adding 'torch/mtia/_utils.py' 2024-10-08T20:15:35.8115033Z adding 'torch/multiprocessing/__init__.py' 2024-10-08T20:15:35.8118810Z adding 'torch/multiprocessing/_atfork.py' 2024-10-08T20:15:35.8122216Z adding 'torch/multiprocessing/pool.py' 2024-10-08T20:15:35.8126121Z adding 'torch/multiprocessing/queue.py' 2024-10-08T20:15:35.8135953Z adding 'torch/multiprocessing/reductions.py' 2024-10-08T20:15:35.8143460Z adding 'torch/multiprocessing/spawn.py' 2024-10-08T20:15:35.8153536Z adding 'torch/nested/__init__.py' 2024-10-08T20:15:35.8157944Z adding 'torch/nested/_internal/__init__.py' 2024-10-08T20:15:35.8167641Z adding 'torch/nested/_internal/nested_tensor.py' 2024-10-08T20:15:35.8189509Z adding 'torch/nested/_internal/ops.py' 2024-10-08T20:15:35.8203356Z adding 'torch/nested/_internal/sdpa.py' 2024-10-08T20:15:35.8209435Z adding 'torch/nn/__init__.py' 2024-10-08T20:15:35.8213449Z adding 'torch/nn/_reduction.py' 2024-10-08T20:15:35.8216936Z adding 'torch/nn/common_types.py' 2024-10-08T20:15:35.8221069Z adding 'torch/nn/cpp.py' 2024-10-08T20:15:35.8292031Z adding 'torch/nn/functional.py' 2024-10-08T20:15:35.8305121Z adding 'torch/nn/functional.pyi' 2024-10-08T20:15:35.8309765Z adding 'torch/nn/grad.py' 2024-10-08T20:15:35.8319027Z adding 'torch/nn/init.py' 2024-10-08T20:15:35.8325585Z adding 'torch/nn/parameter.py' 2024-10-08T20:15:35.8329112Z adding 'torch/nn/parameter.pyi' 2024-10-08T20:15:35.8334830Z adding 'torch/nn/attention/__init__.py' 2024-10-08T20:15:35.8338958Z adding 'torch/nn/attention/_utils.py' 2024-10-08T20:15:35.8345500Z adding 'torch/nn/attention/bias.py' 2024-10-08T20:15:35.8362208Z adding 'torch/nn/attention/flex_attention.py' 2024-10-08T20:15:35.8367310Z adding 'torch/nn/backends/__init__.py' 2024-10-08T20:15:35.8370270Z adding 'torch/nn/backends/thnn.py' 2024-10-08T20:15:35.8374781Z adding 'torch/nn/intrinsic/__init__.py' 2024-10-08T20:15:35.8378845Z adding 'torch/nn/intrinsic/modules/__init__.py' 2024-10-08T20:15:35.8382102Z adding 'torch/nn/intrinsic/modules/fused.py' 2024-10-08T20:15:35.8386077Z adding 'torch/nn/intrinsic/qat/__init__.py' 2024-10-08T20:15:35.8390023Z adding 'torch/nn/intrinsic/qat/modules/__init__.py' 2024-10-08T20:15:35.8393832Z adding 'torch/nn/intrinsic/qat/modules/conv_fused.py' 2024-10-08T20:15:35.8397158Z adding 'torch/nn/intrinsic/qat/modules/linear_fused.py' 2024-10-08T20:15:35.8400430Z adding 'torch/nn/intrinsic/qat/modules/linear_relu.py' 2024-10-08T20:15:35.8404592Z adding 'torch/nn/intrinsic/quantized/__init__.py' 2024-10-08T20:15:35.8408361Z adding 'torch/nn/intrinsic/quantized/dynamic/__init__.py' 2024-10-08T20:15:35.8412637Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2024-10-08T20:15:35.8415563Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2024-10-08T20:15:35.8419205Z adding 'torch/nn/intrinsic/quantized/modules/__init__.py' 2024-10-08T20:15:35.8422654Z adding 'torch/nn/intrinsic/quantized/modules/bn_relu.py' 2024-10-08T20:15:35.8425514Z adding 'torch/nn/intrinsic/quantized/modules/conv_relu.py' 2024-10-08T20:15:35.8428302Z adding 'torch/nn/intrinsic/quantized/modules/linear_relu.py' 2024-10-08T20:15:35.8433574Z adding 'torch/nn/modules/__init__.py' 2024-10-08T20:15:35.8439835Z adding 'torch/nn/modules/_functions.py' 2024-10-08T20:15:35.8456743Z adding 'torch/nn/modules/activation.py' 2024-10-08T20:15:35.8464132Z adding 'torch/nn/modules/adaptive.py' 2024-10-08T20:15:35.8474847Z adding 'torch/nn/modules/batchnorm.py' 2024-10-08T20:15:35.8479098Z adding 'torch/nn/modules/channelshuffle.py' 2024-10-08T20:15:35.8490298Z adding 'torch/nn/modules/container.py' 2024-10-08T20:15:35.8506664Z adding 'torch/nn/modules/conv.py' 2024-10-08T20:15:35.8512060Z adding 'torch/nn/modules/distance.py' 2024-10-08T20:15:35.8516800Z adding 'torch/nn/modules/dropout.py' 2024-10-08T20:15:35.8521264Z adding 'torch/nn/modules/flatten.py' 2024-10-08T20:15:35.8527194Z adding 'torch/nn/modules/fold.py' 2024-10-08T20:15:35.8533493Z adding 'torch/nn/modules/instancenorm.py' 2024-10-08T20:15:35.8539766Z adding 'torch/nn/modules/lazy.py' 2024-10-08T20:15:35.8545050Z adding 'torch/nn/modules/linear.py' 2024-10-08T20:15:35.8570103Z adding 'torch/nn/modules/loss.py' 2024-10-08T20:15:35.8610870Z adding 'torch/nn/modules/module.py' 2024-10-08T20:15:35.8619549Z adding 'torch/nn/modules/normalization.py' 2024-10-08T20:15:35.8626556Z adding 'torch/nn/modules/padding.py' 2024-10-08T20:15:35.8631431Z adding 'torch/nn/modules/pixelshuffle.py' 2024-10-08T20:15:35.8644452Z adding 'torch/nn/modules/pooling.py' 2024-10-08T20:15:35.8665035Z adding 'torch/nn/modules/rnn.py' 2024-10-08T20:15:35.8675481Z adding 'torch/nn/modules/sparse.py' 2024-10-08T20:15:35.8690914Z adding 'torch/nn/modules/transformer.py' 2024-10-08T20:15:35.8697920Z adding 'torch/nn/modules/upsampling.py' 2024-10-08T20:15:35.8702082Z adding 'torch/nn/modules/utils.py' 2024-10-08T20:15:35.8706486Z adding 'torch/nn/parallel/__init__.py' 2024-10-08T20:15:35.8711049Z adding 'torch/nn/parallel/_functions.py' 2024-10-08T20:15:35.8717047Z adding 'torch/nn/parallel/comm.py' 2024-10-08T20:15:35.8723697Z adding 'torch/nn/parallel/data_parallel.py' 2024-10-08T20:15:35.8767187Z adding 'torch/nn/parallel/distributed.py' 2024-10-08T20:15:35.8774609Z adding 'torch/nn/parallel/parallel_apply.py' 2024-10-08T20:15:35.8779609Z adding 'torch/nn/parallel/replicate.py' 2024-10-08T20:15:35.8784223Z adding 'torch/nn/parallel/scatter_gather.py' 2024-10-08T20:15:35.8788723Z adding 'torch/nn/qat/__init__.py' 2024-10-08T20:15:35.8792869Z adding 'torch/nn/qat/dynamic/__init__.py' 2024-10-08T20:15:35.8796544Z adding 'torch/nn/qat/dynamic/modules/__init__.py' 2024-10-08T20:15:35.8800145Z adding 'torch/nn/qat/dynamic/modules/linear.py' 2024-10-08T20:15:35.8804428Z adding 'torch/nn/qat/modules/__init__.py' 2024-10-08T20:15:35.8807504Z adding 'torch/nn/qat/modules/conv.py' 2024-10-08T20:15:35.8811103Z adding 'torch/nn/qat/modules/embedding_ops.py' 2024-10-08T20:15:35.8814148Z adding 'torch/nn/qat/modules/linear.py' 2024-10-08T20:15:35.8818326Z adding 'torch/nn/quantizable/__init__.py' 2024-10-08T20:15:35.8822398Z adding 'torch/nn/quantizable/modules/__init__.py' 2024-10-08T20:15:35.8825540Z adding 'torch/nn/quantizable/modules/activation.py' 2024-10-08T20:15:35.8828934Z adding 'torch/nn/quantizable/modules/rnn.py' 2024-10-08T20:15:35.8832876Z adding 'torch/nn/quantized/__init__.py' 2024-10-08T20:15:35.8836460Z adding 'torch/nn/quantized/functional.py' 2024-10-08T20:15:35.8840418Z adding 'torch/nn/quantized/_reference/__init__.py' 2024-10-08T20:15:35.8844564Z adding 'torch/nn/quantized/_reference/modules/__init__.py' 2024-10-08T20:15:35.8848197Z adding 'torch/nn/quantized/_reference/modules/conv.py' 2024-10-08T20:15:35.8851374Z adding 'torch/nn/quantized/_reference/modules/linear.py' 2024-10-08T20:15:35.8854995Z adding 'torch/nn/quantized/_reference/modules/rnn.py' 2024-10-08T20:15:35.8858736Z adding 'torch/nn/quantized/_reference/modules/sparse.py' 2024-10-08T20:15:35.8861914Z adding 'torch/nn/quantized/_reference/modules/utils.py' 2024-10-08T20:15:35.8865996Z adding 'torch/nn/quantized/dynamic/__init__.py' 2024-10-08T20:15:35.8870074Z adding 'torch/nn/quantized/dynamic/modules/__init__.py' 2024-10-08T20:15:35.8873511Z adding 'torch/nn/quantized/dynamic/modules/conv.py' 2024-10-08T20:15:35.8877024Z adding 'torch/nn/quantized/dynamic/modules/linear.py' 2024-10-08T20:15:35.8880230Z adding 'torch/nn/quantized/dynamic/modules/rnn.py' 2024-10-08T20:15:35.8885098Z adding 'torch/nn/quantized/modules/__init__.py' 2024-10-08T20:15:35.8888516Z adding 'torch/nn/quantized/modules/activation.py' 2024-10-08T20:15:35.8891867Z adding 'torch/nn/quantized/modules/batchnorm.py' 2024-10-08T20:15:35.8895357Z adding 'torch/nn/quantized/modules/conv.py' 2024-10-08T20:15:35.8898456Z adding 'torch/nn/quantized/modules/dropout.py' 2024-10-08T20:15:35.8902072Z adding 'torch/nn/quantized/modules/embedding_ops.py' 2024-10-08T20:15:35.8905114Z adding 'torch/nn/quantized/modules/functional_modules.py' 2024-10-08T20:15:35.8908618Z adding 'torch/nn/quantized/modules/linear.py' 2024-10-08T20:15:35.8911752Z adding 'torch/nn/quantized/modules/normalization.py' 2024-10-08T20:15:35.8915332Z adding 'torch/nn/quantized/modules/rnn.py' 2024-10-08T20:15:35.8918492Z adding 'torch/nn/quantized/modules/utils.py' 2024-10-08T20:15:35.8922954Z adding 'torch/nn/utils/__init__.py' 2024-10-08T20:15:35.8926843Z adding 'torch/nn/utils/_deprecation_utils.py' 2024-10-08T20:15:35.8933016Z adding 'torch/nn/utils/_named_member_accessor.py' 2024-10-08T20:15:35.8938127Z adding 'torch/nn/utils/_per_sample_grad.py' 2024-10-08T20:15:35.8943277Z adding 'torch/nn/utils/clip_grad.py' 2024-10-08T20:15:35.8947473Z adding 'torch/nn/utils/convert_parameters.py' 2024-10-08T20:15:35.8952290Z adding 'torch/nn/utils/fusion.py' 2024-10-08T20:15:35.8956498Z adding 'torch/nn/utils/init.py' 2024-10-08T20:15:35.8961120Z adding 'torch/nn/utils/memory_format.py' 2024-10-08T20:15:35.8972369Z adding 'torch/nn/utils/parametrizations.py' 2024-10-08T20:15:35.8987075Z adding 'torch/nn/utils/parametrize.py' 2024-10-08T20:15:35.9005769Z adding 'torch/nn/utils/prune.py' 2024-10-08T20:15:35.9016378Z adding 'torch/nn/utils/rnn.py' 2024-10-08T20:15:35.9023774Z adding 'torch/nn/utils/spectral_norm.py' 2024-10-08T20:15:35.9029866Z adding 'torch/nn/utils/stateless.py' 2024-10-08T20:15:35.9034576Z adding 'torch/nn/utils/weight_norm.py' 2024-10-08T20:15:35.9039237Z adding 'torch/nn/utils/_expanded_weights/__init__.py' 2024-10-08T20:15:35.9042863Z adding 'torch/nn/utils/_expanded_weights/conv_expanded_weights.py' 2024-10-08T20:15:35.9048359Z adding 'torch/nn/utils/_expanded_weights/conv_utils.py' 2024-10-08T20:15:35.9052481Z adding 'torch/nn/utils/_expanded_weights/embedding_expanded_weights.py' 2024-10-08T20:15:35.9056780Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_impl.py' 2024-10-08T20:15:35.9061587Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_utils.py' 2024-10-08T20:15:35.9065526Z adding 'torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py' 2024-10-08T20:15:35.9069336Z adding 'torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py' 2024-10-08T20:15:35.9073339Z adding 'torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py' 2024-10-08T20:15:35.9076852Z adding 'torch/nn/utils/_expanded_weights/linear_expanded_weights.py' 2024-10-08T20:15:35.9086047Z adding 'torch/onnx/__init__.py' 2024-10-08T20:15:35.9089605Z adding 'torch/onnx/_constants.py' 2024-10-08T20:15:35.9093496Z adding 'torch/onnx/_deprecation.py' 2024-10-08T20:15:35.9097012Z adding 'torch/onnx/_experimental.py' 2024-10-08T20:15:35.9100020Z adding 'torch/onnx/_exporter_states.py' 2024-10-08T20:15:35.9103177Z adding 'torch/onnx/_flags.py' 2024-10-08T20:15:35.9106680Z adding 'torch/onnx/_globals.py' 2024-10-08T20:15:35.9110382Z adding 'torch/onnx/_onnx_supported_ops.py' 2024-10-08T20:15:35.9116123Z adding 'torch/onnx/_type_utils.py' 2024-10-08T20:15:35.9120207Z adding 'torch/onnx/errors.py' 2024-10-08T20:15:35.9123520Z adding 'torch/onnx/operators.py' 2024-10-08T20:15:35.9128137Z adding 'torch/onnx/symbolic_caffe2.py' 2024-10-08T20:15:35.9155369Z adding 'torch/onnx/symbolic_helper.py' 2024-10-08T20:15:35.9167426Z adding 'torch/onnx/symbolic_opset10.py' 2024-10-08T20:15:35.9185096Z adding 'torch/onnx/symbolic_opset11.py' 2024-10-08T20:15:35.9192428Z adding 'torch/onnx/symbolic_opset12.py' 2024-10-08T20:15:35.9205973Z adding 'torch/onnx/symbolic_opset13.py' 2024-10-08T20:15:35.9211894Z adding 'torch/onnx/symbolic_opset14.py' 2024-10-08T20:15:35.9215688Z adding 'torch/onnx/symbolic_opset15.py' 2024-10-08T20:15:35.9220169Z adding 'torch/onnx/symbolic_opset16.py' 2024-10-08T20:15:35.9225197Z adding 'torch/onnx/symbolic_opset17.py' 2024-10-08T20:15:35.9229859Z adding 'torch/onnx/symbolic_opset18.py' 2024-10-08T20:15:35.9233104Z adding 'torch/onnx/symbolic_opset19.py' 2024-10-08T20:15:35.9236614Z adding 'torch/onnx/symbolic_opset20.py' 2024-10-08T20:15:35.9239850Z adding 'torch/onnx/symbolic_opset7.py' 2024-10-08T20:15:35.9245856Z adding 'torch/onnx/symbolic_opset8.py' 2024-10-08T20:15:35.9314014Z adding 'torch/onnx/symbolic_opset9.py' 2024-10-08T20:15:35.9348153Z adding 'torch/onnx/utils.py' 2024-10-08T20:15:35.9373988Z adding 'torch/onnx/verification.py' 2024-10-08T20:15:35.9379332Z adding 'torch/onnx/_internal/__init__.py' 2024-10-08T20:15:35.9391978Z adding 'torch/onnx/_internal/_exporter_legacy.py' 2024-10-08T20:15:35.9396051Z adding 'torch/onnx/_internal/_lazy_import.py' 2024-10-08T20:15:35.9406692Z adding 'torch/onnx/_internal/io_adapter.py' 2024-10-08T20:15:35.9414636Z adding 'torch/onnx/_internal/jit_utils.py' 2024-10-08T20:15:35.9421002Z adding 'torch/onnx/_internal/onnx_proto_utils.py' 2024-10-08T20:15:35.9442098Z adding 'torch/onnx/_internal/onnxruntime.py' 2024-10-08T20:15:35.9449456Z adding 'torch/onnx/_internal/registration.py' 2024-10-08T20:15:35.9454274Z adding 'torch/onnx/_internal/diagnostics/__init__.py' 2024-10-08T20:15:35.9459445Z adding 'torch/onnx/_internal/diagnostics/_diagnostic.py' 2024-10-08T20:15:35.9470589Z adding 'torch/onnx/_internal/diagnostics/_rules.py' 2024-10-08T20:15:35.9475931Z adding 'torch/onnx/_internal/diagnostics/infra/__init__.py' 2024-10-08T20:15:35.9481581Z adding 'torch/onnx/_internal/diagnostics/infra/_infra.py' 2024-10-08T20:15:35.9489217Z adding 'torch/onnx/_internal/diagnostics/infra/context.py' 2024-10-08T20:15:35.9497747Z adding 'torch/onnx/_internal/diagnostics/infra/decorator.py' 2024-10-08T20:15:35.9502210Z adding 'torch/onnx/_internal/diagnostics/infra/formatter.py' 2024-10-08T20:15:35.9506274Z adding 'torch/onnx/_internal/diagnostics/infra/utils.py' 2024-10-08T20:15:35.9512314Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/__init__.py' 2024-10-08T20:15:35.9515828Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_address.py' 2024-10-08T20:15:35.9519933Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py' 2024-10-08T20:15:35.9523782Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py' 2024-10-08T20:15:35.9527070Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py' 2024-10-08T20:15:35.9530733Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py' 2024-10-08T20:15:35.9534063Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py' 2024-10-08T20:15:35.9537712Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py' 2024-10-08T20:15:35.9541111Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py' 2024-10-08T20:15:35.9544869Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py' 2024-10-08T20:15:35.9548610Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge.py' 2024-10-08T20:15:35.9551777Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py' 2024-10-08T20:15:35.9555396Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_exception.py' 2024-10-08T20:15:35.9559173Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py' 2024-10-08T20:15:35.9563176Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py' 2024-10-08T20:15:35.9567161Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py' 2024-10-08T20:15:35.9570382Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_fix.py' 2024-10-08T20:15:35.9574295Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph.py' 2024-10-08T20:15:35.9577727Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py' 2024-10-08T20:15:35.9581732Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py' 2024-10-08T20:15:35.9585617Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location.py' 2024-10-08T20:15:35.9589035Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py' 2024-10-08T20:15:35.9592809Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py' 2024-10-08T20:15:35.9596323Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_message.py' 2024-10-08T20:15:35.9599739Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py' 2024-10-08T20:15:35.9603377Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_node.py' 2024-10-08T20:15:35.9606631Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_notification.py' 2024-10-08T20:15:35.9610421Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py' 2024-10-08T20:15:35.9613800Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py' 2024-10-08T20:15:35.9617406Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py' 2024-10-08T20:15:35.9621097Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_region.py' 2024-10-08T20:15:35.9624412Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py' 2024-10-08T20:15:35.9628200Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py' 2024-10-08T20:15:35.9631718Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py' 2024-10-08T20:15:35.9635567Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py' 2024-10-08T20:15:35.9639355Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py' 2024-10-08T20:15:35.9643008Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result.py' 2024-10-08T20:15:35.9647084Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py' 2024-10-08T20:15:35.9651380Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run.py' 2024-10-08T20:15:35.9654886Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py' 2024-10-08T20:15:35.9658577Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py' 2024-10-08T20:15:35.9661875Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py' 2024-10-08T20:15:35.9665554Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack.py' 2024-10-08T20:15:35.9669175Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py' 2024-10-08T20:15:35.9672496Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py' 2024-10-08T20:15:35.9676195Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py' 2024-10-08T20:15:35.9679706Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py' 2024-10-08T20:15:35.9683519Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool.py' 2024-10-08T20:15:35.9687896Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py' 2024-10-08T20:15:35.9691360Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py' 2024-10-08T20:15:35.9695154Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py' 2024-10-08T20:15:35.9698550Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py' 2024-10-08T20:15:35.9702288Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py' 2024-10-08T20:15:35.9706058Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py' 2024-10-08T20:15:35.9709143Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/version.py' 2024-10-08T20:15:35.9713558Z adding 'torch/onnx/_internal/exporter/__init__.py' 2024-10-08T20:15:35.9718904Z adding 'torch/onnx/_internal/exporter/_analysis.py' 2024-10-08T20:15:35.9730724Z adding 'torch/onnx/_internal/exporter/_building.py' 2024-10-08T20:15:35.9737005Z adding 'torch/onnx/_internal/exporter/_capture_strategies.py' 2024-10-08T20:15:35.9742575Z adding 'torch/onnx/_internal/exporter/_compat.py' 2024-10-08T20:15:35.9761997Z adding 'torch/onnx/_internal/exporter/_core.py' 2024-10-08T20:15:35.9766984Z adding 'torch/onnx/_internal/exporter/_decomp.py' 2024-10-08T20:15:35.9773248Z adding 'torch/onnx/_internal/exporter/_dispatching.py' 2024-10-08T20:15:35.9776603Z adding 'torch/onnx/_internal/exporter/_errors.py' 2024-10-08T20:15:35.9780410Z adding 'torch/onnx/_internal/exporter/_fx_passes.py' 2024-10-08T20:15:35.9783661Z adding 'torch/onnx/_internal/exporter/_ir_passes.py' 2024-10-08T20:15:35.9787224Z adding 'torch/onnx/_internal/exporter/_isolated.py' 2024-10-08T20:15:35.9793706Z adding 'torch/onnx/_internal/exporter/_onnx_program.py' 2024-10-08T20:15:35.9799173Z adding 'torch/onnx/_internal/exporter/_registration.py' 2024-10-08T20:15:35.9803746Z adding 'torch/onnx/_internal/exporter/_reporting.py' 2024-10-08T20:15:35.9814608Z adding 'torch/onnx/_internal/exporter/_schemas.py' 2024-10-08T20:15:35.9818971Z adding 'torch/onnx/_internal/exporter/_tensors.py' 2024-10-08T20:15:35.9822578Z adding 'torch/onnx/_internal/exporter/_testing.py' 2024-10-08T20:15:35.9826485Z adding 'torch/onnx/_internal/exporter/_verification.py' 2024-10-08T20:15:35.9830480Z adding 'torch/onnx/_internal/fx/__init__.py' 2024-10-08T20:15:35.9836516Z adding 'torch/onnx/_internal/fx/_pass.py' 2024-10-08T20:15:35.9841402Z adding 'torch/onnx/_internal/fx/decomposition_skip.py' 2024-10-08T20:15:35.9845958Z adding 'torch/onnx/_internal/fx/decomposition_table.py' 2024-10-08T20:15:35.9851153Z adding 'torch/onnx/_internal/fx/diagnostics.py' 2024-10-08T20:15:35.9856808Z adding 'torch/onnx/_internal/fx/dynamo_graph_extractor.py' 2024-10-08T20:15:35.9869389Z adding 'torch/onnx/_internal/fx/fx_onnx_interpreter.py' 2024-10-08T20:15:35.9875859Z adding 'torch/onnx/_internal/fx/fx_symbolic_graph_extractor.py' 2024-10-08T20:15:35.9889046Z adding 'torch/onnx/_internal/fx/onnxfunction_dispatcher.py' 2024-10-08T20:15:35.9894356Z adding 'torch/onnx/_internal/fx/patcher.py' 2024-10-08T20:15:35.9898240Z adding 'torch/onnx/_internal/fx/registration.py' 2024-10-08T20:15:35.9904238Z adding 'torch/onnx/_internal/fx/serialization.py' 2024-10-08T20:15:35.9909268Z adding 'torch/onnx/_internal/fx/type_utils.py' 2024-10-08T20:15:35.9913217Z adding 'torch/onnx/_internal/fx/analysis/__init__.py' 2024-10-08T20:15:35.9916947Z adding 'torch/onnx/_internal/fx/analysis/unsupported_nodes.py' 2024-10-08T20:15:35.9920925Z adding 'torch/onnx/_internal/fx/passes/__init__.py' 2024-10-08T20:15:35.9924971Z adding 'torch/onnx/_internal/fx/passes/_utils.py' 2024-10-08T20:15:35.9928891Z adding 'torch/onnx/_internal/fx/passes/decomp.py' 2024-10-08T20:15:35.9933716Z adding 'torch/onnx/_internal/fx/passes/functionalization.py' 2024-10-08T20:15:35.9947141Z adding 'torch/onnx/_internal/fx/passes/modularization.py' 2024-10-08T20:15:35.9952439Z adding 'torch/onnx/_internal/fx/passes/readability.py' 2024-10-08T20:15:35.9969169Z adding 'torch/onnx/_internal/fx/passes/type_promotion.py' 2024-10-08T20:15:35.9974823Z adding 'torch/onnx/_internal/fx/passes/virtualization.py' 2024-10-08T20:15:35.9979371Z adding 'torch/optim/__init__.py' 2024-10-08T20:15:35.9989067Z adding 'torch/optim/_adafactor.py' 2024-10-08T20:15:35.9993436Z adding 'torch/optim/_functional.py' 2024-10-08T20:15:36.0000354Z adding 'torch/optim/adadelta.py' 2024-10-08T20:15:36.0008633Z adding 'torch/optim/adagrad.py' 2024-10-08T20:15:36.0019714Z adding 'torch/optim/adam.py' 2024-10-08T20:15:36.0027442Z adding 'torch/optim/adamax.py' 2024-10-08T20:15:36.0038119Z adding 'torch/optim/adamw.py' 2024-10-08T20:15:36.0045870Z adding 'torch/optim/asgd.py' 2024-10-08T20:15:36.0053770Z adding 'torch/optim/lbfgs.py' 2024-10-08T20:15:36.0077714Z adding 'torch/optim/lr_scheduler.py' 2024-10-08T20:15:36.0088397Z adding 'torch/optim/nadam.py' 2024-10-08T20:15:36.0105064Z adding 'torch/optim/optimizer.py' 2024-10-08T20:15:36.0114633Z adding 'torch/optim/radam.py' 2024-10-08T20:15:36.0122718Z adding 'torch/optim/rmsprop.py' 2024-10-08T20:15:36.0130317Z adding 'torch/optim/rprop.py' 2024-10-08T20:15:36.0138119Z adding 'torch/optim/sgd.py' 2024-10-08T20:15:36.0143781Z adding 'torch/optim/sparse_adam.py' 2024-10-08T20:15:36.0151560Z adding 'torch/optim/swa_utils.py' 2024-10-08T20:15:36.0156171Z adding 'torch/optim/_multi_tensor/__init__.py' 2024-10-08T20:15:36.0159358Z adding 'torch/optim/_multi_tensor/__init__.pyi' 2024-10-08T20:15:36.0163336Z adding 'torch/package/__init__.py' 2024-10-08T20:15:36.0167549Z adding 'torch/package/_digraph.py' 2024-10-08T20:15:36.0171417Z adding 'torch/package/_directory_reader.py' 2024-10-08T20:15:36.0175177Z adding 'torch/package/_importlib.py' 2024-10-08T20:15:36.0178747Z adding 'torch/package/_mangling.py' 2024-10-08T20:15:36.0182487Z adding 'torch/package/_mock.py' 2024-10-08T20:15:36.0186816Z adding 'torch/package/_package_pickler.py' 2024-10-08T20:15:36.0190153Z adding 'torch/package/_package_unpickler.py' 2024-10-08T20:15:36.0194385Z adding 'torch/package/_stdlib.py' 2024-10-08T20:15:36.0198979Z adding 'torch/package/file_structure_representation.py' 2024-10-08T20:15:36.0202822Z adding 'torch/package/find_file_dependencies.py' 2024-10-08T20:15:36.0206801Z adding 'torch/package/glob_group.py' 2024-10-08T20:15:36.0212287Z adding 'torch/package/importer.py' 2024-10-08T20:15:36.0230535Z adding 'torch/package/package_exporter.py' 2024-10-08T20:15:36.0244775Z adding 'torch/package/package_importer.py' 2024-10-08T20:15:36.0249238Z adding 'torch/package/analyze/__init__.py' 2024-10-08T20:15:36.0252674Z adding 'torch/package/analyze/find_first_use_of_broken_modules.py' 2024-10-08T20:15:36.0255686Z adding 'torch/package/analyze/is_from_package.py' 2024-10-08T20:15:36.0259441Z adding 'torch/package/analyze/trace_dependencies.py' 2024-10-08T20:15:36.0263805Z adding 'torch/profiler/__init__.py' 2024-10-08T20:15:36.0281599Z adding 'torch/profiler/_memory_profiler.py' 2024-10-08T20:15:36.0291474Z adding 'torch/profiler/_pattern_matcher.py' 2024-10-08T20:15:36.0298430Z adding 'torch/profiler/_utils.py' 2024-10-08T20:15:36.0302182Z adding 'torch/profiler/itt.py' 2024-10-08T20:15:36.0315418Z adding 'torch/profiler/profiler.py' 2024-10-08T20:15:36.0319272Z adding 'torch/profiler/python_tracer.py' 2024-10-08T20:15:36.0323722Z adding 'torch/quantization/__init__.py' 2024-10-08T20:15:36.0326955Z adding 'torch/quantization/_numeric_suite.py' 2024-10-08T20:15:36.0329960Z adding 'torch/quantization/_numeric_suite_fx.py' 2024-10-08T20:15:36.0334135Z adding 'torch/quantization/_quantized_conversions.py' 2024-10-08T20:15:36.0337221Z adding 'torch/quantization/fake_quantize.py' 2024-10-08T20:15:36.0340379Z adding 'torch/quantization/fuse_modules.py' 2024-10-08T20:15:36.0343393Z adding 'torch/quantization/fuser_method_mappings.py' 2024-10-08T20:15:36.0346405Z adding 'torch/quantization/observer.py' 2024-10-08T20:15:36.0349412Z adding 'torch/quantization/qconfig.py' 2024-10-08T20:15:36.0352500Z adding 'torch/quantization/quant_type.py' 2024-10-08T20:15:36.0355445Z adding 'torch/quantization/quantization_mappings.py' 2024-10-08T20:15:36.0358445Z adding 'torch/quantization/quantize.py' 2024-10-08T20:15:36.0361455Z adding 'torch/quantization/quantize_fx.py' 2024-10-08T20:15:36.0364416Z adding 'torch/quantization/quantize_jit.py' 2024-10-08T20:15:36.0367294Z adding 'torch/quantization/stubs.py' 2024-10-08T20:15:36.0370291Z adding 'torch/quantization/utils.py' 2024-10-08T20:15:36.0374286Z adding 'torch/quantization/fx/__init__.py' 2024-10-08T20:15:36.0377869Z adding 'torch/quantization/fx/_equalize.py' 2024-10-08T20:15:36.0380824Z adding 'torch/quantization/fx/convert.py' 2024-10-08T20:15:36.0383674Z adding 'torch/quantization/fx/fuse.py' 2024-10-08T20:15:36.0386611Z adding 'torch/quantization/fx/fusion_patterns.py' 2024-10-08T20:15:36.0389633Z adding 'torch/quantization/fx/graph_module.py' 2024-10-08T20:15:36.0392584Z adding 'torch/quantization/fx/match_utils.py' 2024-10-08T20:15:36.0395984Z adding 'torch/quantization/fx/pattern_utils.py' 2024-10-08T20:15:36.0398770Z adding 'torch/quantization/fx/prepare.py' 2024-10-08T20:15:36.0402288Z adding 'torch/quantization/fx/quantization_patterns.py' 2024-10-08T20:15:36.0405052Z adding 'torch/quantization/fx/quantization_types.py' 2024-10-08T20:15:36.0408186Z adding 'torch/quantization/fx/utils.py' 2024-10-08T20:15:36.0413197Z adding 'torch/share/cmake/ATen/ATenConfig.cmake' 2024-10-08T20:15:36.0418110Z adding 'torch/share/cmake/Caffe2/Caffe2Config.cmake' 2024-10-08T20:15:36.0421790Z adding 'torch/share/cmake/Caffe2/Caffe2Targets-release.cmake' 2024-10-08T20:15:36.0425822Z adding 'torch/share/cmake/Caffe2/Caffe2Targets.cmake' 2024-10-08T20:15:36.0439181Z adding 'torch/share/cmake/Caffe2/FindCUDAToolkit.cmake' 2024-10-08T20:15:36.0443812Z adding 'torch/share/cmake/Caffe2/FindCUDSS.cmake' 2024-10-08T20:15:36.0447594Z adding 'torch/share/cmake/Caffe2/FindCUSPARSELT.cmake' 2024-10-08T20:15:36.0451400Z adding 'torch/share/cmake/Caffe2/FindSYCLToolkit.cmake' 2024-10-08T20:15:36.0455520Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake' 2024-10-08T20:15:36.0459305Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake' 2024-10-08T20:15:36.0463734Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake' 2024-10-08T20:15:36.0495045Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake' 2024-10-08T20:15:36.0503991Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake' 2024-10-08T20:15:36.0507919Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake' 2024-10-08T20:15:36.0513019Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake' 2024-10-08T20:15:36.0517208Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake' 2024-10-08T20:15:36.0523210Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake' 2024-10-08T20:15:36.0529001Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake' 2024-10-08T20:15:36.0534879Z adding 'torch/share/cmake/Caffe2/public/LoadHIP.cmake' 2024-10-08T20:15:36.0541455Z adding 'torch/share/cmake/Caffe2/public/cuda.cmake' 2024-10-08T20:15:36.0545496Z adding 'torch/share/cmake/Caffe2/public/gflags.cmake' 2024-10-08T20:15:36.0549116Z adding 'torch/share/cmake/Caffe2/public/glog.cmake' 2024-10-08T20:15:36.0552591Z adding 'torch/share/cmake/Caffe2/public/mkl.cmake' 2024-10-08T20:15:36.0555711Z adding 'torch/share/cmake/Caffe2/public/mkldnn.cmake' 2024-10-08T20:15:36.0559444Z adding 'torch/share/cmake/Caffe2/public/protobuf.cmake' 2024-10-08T20:15:36.0567528Z adding 'torch/share/cmake/Caffe2/public/utils.cmake' 2024-10-08T20:15:36.0571404Z adding 'torch/share/cmake/Caffe2/public/xpu.cmake' 2024-10-08T20:15:36.0576434Z adding 'torch/share/cmake/Torch/TorchConfig.cmake' 2024-10-08T20:15:36.0579646Z adding 'torch/share/cmake/Torch/TorchConfigVersion.cmake' 2024-10-08T20:15:36.0583201Z adding 'torch/signal/__init__.py' 2024-10-08T20:15:36.0586981Z adding 'torch/signal/windows/__init__.py' 2024-10-08T20:15:36.0594111Z adding 'torch/signal/windows/windows.py' 2024-10-08T20:15:36.0605099Z adding 'torch/sparse/__init__.py' 2024-10-08T20:15:36.0612409Z adding 'torch/sparse/_semi_structured_conversions.py' 2024-10-08T20:15:36.0617075Z adding 'torch/sparse/_semi_structured_ops.py' 2024-10-08T20:15:36.0642024Z adding 'torch/sparse/_triton_ops.py' 2024-10-08T20:15:36.0761961Z adding 'torch/sparse/_triton_ops_meta.py' 2024-10-08T20:15:36.0782287Z adding 'torch/sparse/semi_structured.py' 2024-10-08T20:15:36.0792347Z adding 'torch/special/__init__.py' 2024-10-08T20:15:36.0946436Z adding 'torch/test/CppSignature_test.exe' 2024-10-08T20:15:36.1198836Z adding 'torch/test/Dict_test.exe' 2024-10-08T20:15:36.1365848Z adding 'torch/test/Dimname_test.exe' 2024-10-08T20:15:36.1583836Z adding 'torch/test/IListRef_test.exe' 2024-10-08T20:15:36.1810731Z adding 'torch/test/KernelFunction_test.exe' 2024-10-08T20:15:36.2147841Z adding 'torch/test/List_test.exe' 2024-10-08T20:15:36.2384957Z adding 'torch/test/MaybeOwned_test.exe' 2024-10-08T20:15:36.2603457Z adding 'torch/test/NamedTensor_test.exe' 2024-10-08T20:15:36.2798353Z adding 'torch/test/StorageUtils_test.exe' 2024-10-08T20:15:36.2999640Z adding 'torch/test/apply_utils_test.exe' 2024-10-08T20:15:36.3214611Z adding 'torch/test/atest.exe' 2024-10-08T20:15:36.3411193Z adding 'torch/test/backend_fallback_test.exe' 2024-10-08T20:15:36.3641869Z adding 'torch/test/basic.exe' 2024-10-08T20:15:36.3835203Z adding 'torch/test/broadcast_test.exe' 2024-10-08T20:15:36.3996223Z adding 'torch/test/c10_Bitset_test.exe' 2024-10-08T20:15:36.4142279Z adding 'torch/test/c10_CompileTimeFunctionPointer_test.exe' 2024-10-08T20:15:36.4285992Z adding 'torch/test/c10_ConstexprCrc_test.exe' 2024-10-08T20:15:36.4429450Z adding 'torch/test/c10_DeadlockDetection_test.exe' 2024-10-08T20:15:36.4589291Z adding 'torch/test/c10_DeviceGuard_test.exe' 2024-10-08T20:15:36.4754385Z adding 'torch/test/c10_Device_test.exe' 2024-10-08T20:15:36.4942816Z adding 'torch/test/c10_DispatchKeySet_test.exe' 2024-10-08T20:15:36.5101477Z adding 'torch/test/c10_Half_test.exe' 2024-10-08T20:15:36.5273979Z adding 'torch/test/c10_InlineDeviceGuard_test.exe' 2024-10-08T20:15:36.5454064Z adding 'torch/test/c10_InlineStreamGuard_test.exe' 2024-10-08T20:15:36.5631267Z adding 'torch/test/c10_LeftRight_test.exe' 2024-10-08T20:15:36.5796814Z adding 'torch/test/c10_Metaprogramming_test.exe' 2024-10-08T20:15:36.5965355Z adding 'torch/test/c10_NetworkFlow_test.exe' 2024-10-08T20:15:36.6127920Z adding 'torch/test/c10_Scalar_test.exe' 2024-10-08T20:15:36.6297727Z adding 'torch/test/c10_SizesAndStrides_test.exe' 2024-10-08T20:15:36.6439405Z adding 'torch/test/c10_StreamGuard_test.exe' 2024-10-08T20:15:36.6593879Z adding 'torch/test/c10_SymInt_test.exe' 2024-10-08T20:15:36.6749626Z adding 'torch/test/c10_Synchronized_test.exe' 2024-10-08T20:15:36.6920281Z adding 'torch/test/c10_ThreadLocal_test.exe' 2024-10-08T20:15:36.7079434Z adding 'torch/test/c10_TypeIndex_test.exe' 2024-10-08T20:15:36.7226699Z adding 'torch/test/c10_TypeList_test.exe' 2024-10-08T20:15:36.7369157Z adding 'torch/test/c10_TypeTraits_test.exe' 2024-10-08T20:15:36.7529891Z adding 'torch/test/c10_accumulate_test.exe' 2024-10-08T20:15:36.7706231Z adding 'torch/test/c10_bfloat16_test.exe' 2024-10-08T20:15:36.7856578Z adding 'torch/test/c10_bit_cast_test.exe' 2024-10-08T20:15:36.8046326Z adding 'torch/test/c10_complex_math_test.exe' 2024-10-08T20:15:36.8222608Z adding 'torch/test/c10_complex_test.exe' 2024-10-08T20:15:36.8630090Z adding 'torch/test/c10_cow_test.exe' 2024-10-08T20:15:36.8827215Z adding 'torch/test/c10_exception_test.exe' 2024-10-08T20:15:36.8981492Z adding 'torch/test/c10_flags_test.exe' 2024-10-08T20:15:36.9134981Z adding 'torch/test/c10_generic_math_test.exe' 2024-10-08T20:15:36.9278576Z adding 'torch/test/c10_intrusive_ptr_benchmark.exe' 2024-10-08T20:15:36.9753111Z adding 'torch/test/c10_intrusive_ptr_test.exe' 2024-10-08T20:15:36.9937883Z adding 'torch/test/c10_irange_test.exe' 2024-10-08T20:15:37.0131577Z adding 'torch/test/c10_lazy_test.exe' 2024-10-08T20:15:37.0332585Z adding 'torch/test/c10_logging_test.exe' 2024-10-08T20:15:37.0567293Z adding 'torch/test/c10_optional_test.exe' 2024-10-08T20:15:37.0790703Z adding 'torch/test/c10_ordered_preserving_dict_test.exe' 2024-10-08T20:15:37.0978009Z adding 'torch/test/c10_registry_test.exe' 2024-10-08T20:15:37.1359759Z adding 'torch/test/c10_small_vector_test.exe' 2024-10-08T20:15:37.1543877Z adding 'torch/test/c10_ssize_test.exe' 2024-10-08T20:15:37.1705278Z adding 'torch/test/c10_string_util_test.exe' 2024-10-08T20:15:37.1903166Z adding 'torch/test/c10_string_view_test.exe' 2024-10-08T20:15:37.2077367Z adding 'torch/test/c10_tempfile_test.exe' 2024-10-08T20:15:37.2258040Z adding 'torch/test/c10_typeid_test.exe' 2024-10-08T20:15:37.2457705Z adding 'torch/test/cpu_allocator_test.exe' 2024-10-08T20:15:37.2686538Z adding 'torch/test/cpu_generator_test.exe' 2024-10-08T20:15:37.2907978Z adding 'torch/test/cpu_profiling_allocator_test.exe' 2024-10-08T20:15:37.3235753Z adding 'torch/test/cpu_rng_test.exe' 2024-10-08T20:15:37.3440579Z adding 'torch/test/dispatch_key_set_test.exe' 2024-10-08T20:15:37.3654969Z adding 'torch/test/dlconvertor_test.exe' 2024-10-08T20:15:37.3874797Z adding 'torch/test/extension_backend_test.exe' 2024-10-08T20:15:37.4102476Z adding 'torch/test/half_test.exe' 2024-10-08T20:15:37.4345965Z adding 'torch/test/inline_container_test.exe' 2024-10-08T20:15:37.4728505Z adding 'torch/test/ivalue_test.exe' 2024-10-08T20:15:37.5142289Z adding 'torch/test/kernel_function_legacy_test.exe' 2024-10-08T20:15:37.5524042Z adding 'torch/test/kernel_function_test.exe' 2024-10-08T20:15:37.5971393Z adding 'torch/test/kernel_lambda_legacy_test.exe' 2024-10-08T20:15:37.6339848Z adding 'torch/test/kernel_lambda_test.exe' 2024-10-08T20:15:37.6585958Z adding 'torch/test/kernel_stackbased_test.exe' 2024-10-08T20:15:37.6795144Z adding 'torch/test/lazy_tensor_test.exe' 2024-10-08T20:15:37.7085566Z adding 'torch/test/legacy_vmap_test.exe' 2024-10-08T20:15:37.7461041Z adding 'torch/test/make_boxed_from_unboxed_functor_test.exe' 2024-10-08T20:15:37.7694251Z adding 'torch/test/math_kernel_test.exe' 2024-10-08T20:15:37.7914955Z adding 'torch/test/memory_format_test.exe' 2024-10-08T20:15:37.8136487Z adding 'torch/test/memory_overlapping_test.exe' 2024-10-08T20:15:37.8327728Z adding 'torch/test/mobile_memory_cleanup.exe' 2024-10-08T20:15:37.8570612Z adding 'torch/test/native_test.exe' 2024-10-08T20:15:37.8733416Z adding 'torch/test/op_allowlist_test.exe' 2024-10-08T20:15:37.9589731Z adding 'torch/test/op_registration_test.exe' 2024-10-08T20:15:37.9790076Z adding 'torch/test/operator_name_test.exe' 2024-10-08T20:15:37.9972347Z adding 'torch/test/operators_test.exe' 2024-10-08T20:15:38.0166015Z adding 'torch/test/packedtensoraccessor_test.exe' 2024-10-08T20:15:38.0418843Z adding 'torch/test/pow_test.exe' 2024-10-08T20:15:38.0632305Z adding 'torch/test/quantized_test.exe' 2024-10-08T20:15:38.0823952Z adding 'torch/test/reduce_ops_test.exe' 2024-10-08T20:15:38.1019324Z adding 'torch/test/reportMemoryUsage_test.exe' 2024-10-08T20:15:38.1231551Z adding 'torch/test/scalar_tensor_test.exe' 2024-10-08T20:15:38.1464275Z adding 'torch/test/scalar_test.exe' 2024-10-08T20:15:38.1658925Z adding 'torch/test/stride_properties_test.exe' 2024-10-08T20:15:38.1924893Z adding 'torch/test/tensor_iterator_test.exe' 2024-10-08T20:15:38.2133254Z adding 'torch/test/test_parallel.exe' 2024-10-08T20:15:38.2484662Z adding 'torch/test/thread_init_test.exe' 2024-10-08T20:15:38.2644285Z adding 'torch/test/type_ptr_test.exe' 2024-10-08T20:15:38.2864372Z adding 'torch/test/type_test.exe' 2024-10-08T20:15:38.3061650Z adding 'torch/test/undefined_tensor_test.exe' 2024-10-08T20:15:38.3115997Z adding 'torch/test/verify_api_visibility.exe' 2024-10-08T20:15:38.3303139Z adding 'torch/test/weakref_test.exe' 2024-10-08T20:15:38.3496181Z adding 'torch/test/wrapdim_test.exe' 2024-10-08T20:15:38.3684677Z adding 'torch/test/xla_tensor_test.exe' 2024-10-08T20:15:38.3696418Z adding 'torch/testing/__init__.py' 2024-10-08T20:15:38.3716448Z adding 'torch/testing/_comparison.py' 2024-10-08T20:15:38.3723917Z adding 'torch/testing/_creation.py' 2024-10-08T20:15:38.3728500Z adding 'torch/testing/_utils.py' 2024-10-08T20:15:38.3733031Z adding 'torch/testing/_internal/__init__.py' 2024-10-08T20:15:38.3740521Z adding 'torch/testing/_internal/autocast_test_lists.py' 2024-10-08T20:15:38.3747243Z adding 'torch/testing/_internal/autograd_function_db.py' 2024-10-08T20:15:38.3752367Z adding 'torch/testing/_internal/check_kernel_launches.py' 2024-10-08T20:15:38.3758014Z adding 'torch/testing/_internal/common_cuda.py' 2024-10-08T20:15:38.3784415Z adding 'torch/testing/_internal/common_device_type.py' 2024-10-08T20:15:38.3789713Z adding 'torch/testing/_internal/common_dist_composable.py' 2024-10-08T20:15:38.3808265Z adding 'torch/testing/_internal/common_distributed.py' 2024-10-08T20:15:38.3813544Z adding 'torch/testing/_internal/common_dtype.py' 2024-10-08T20:15:38.3832219Z adding 'torch/testing/_internal/common_fsdp.py' 2024-10-08T20:15:38.3839965Z adding 'torch/testing/_internal/common_jit.py' 2024-10-08T20:15:38.4075891Z adding 'torch/testing/_internal/common_methods_invocations.py' 2024-10-08T20:15:38.4107282Z adding 'torch/testing/_internal/common_mkldnn.py' 2024-10-08T20:15:38.4140445Z adding 'torch/testing/_internal/common_modules.py' 2024-10-08T20:15:38.4180003Z adding 'torch/testing/_internal/common_nn.py' 2024-10-08T20:15:38.4199851Z adding 'torch/testing/_internal/common_optimizers.py' 2024-10-08T20:15:38.4206876Z adding 'torch/testing/_internal/common_pruning.py' 2024-10-08T20:15:38.4236745Z adding 'torch/testing/_internal/common_quantization.py' 2024-10-08T20:15:38.4244362Z adding 'torch/testing/_internal/common_quantized.py' 2024-10-08T20:15:38.4250298Z adding 'torch/testing/_internal/common_subclass.py' 2024-10-08T20:15:38.4333356Z adding 'torch/testing/_internal/common_utils.py' 2024-10-08T20:15:38.4347821Z adding 'torch/testing/_internal/composite_compliance.py' 2024-10-08T20:15:38.4355395Z adding 'torch/testing/_internal/custom_op_db.py' 2024-10-08T20:15:38.4359361Z adding 'torch/testing/_internal/custom_tensor.py' 2024-10-08T20:15:38.4364398Z adding 'torch/testing/_internal/dist_utils.py' 2024-10-08T20:15:38.4368867Z adding 'torch/testing/_internal/dynamo_test_failures.py' 2024-10-08T20:15:38.4373412Z adding 'torch/testing/_internal/hop_db.py' 2024-10-08T20:15:38.4380040Z adding 'torch/testing/_internal/hypothesis_utils.py' 2024-10-08T20:15:38.4384364Z adding 'torch/testing/_internal/inductor_utils.py' 2024-10-08T20:15:38.4395212Z adding 'torch/testing/_internal/jit_metaprogramming_utils.py' 2024-10-08T20:15:38.4407926Z adding 'torch/testing/_internal/jit_utils.py' 2024-10-08T20:15:38.4413580Z adding 'torch/testing/_internal/logging_tensor.py' 2024-10-08T20:15:38.4418226Z adding 'torch/testing/_internal/logging_utils.py' 2024-10-08T20:15:38.4421617Z adding 'torch/testing/_internal/quantization_torch_package_models.py' 2024-10-08T20:15:38.4424597Z adding 'torch/testing/_internal/static_module.py' 2024-10-08T20:15:38.4429139Z adding 'torch/testing/_internal/torchbind_impls.py' 2024-10-08T20:15:38.4433376Z adding 'torch/testing/_internal/triton_utils.py' 2024-10-08T20:15:38.4437304Z adding 'torch/testing/_internal/two_tensor.py' 2024-10-08T20:15:38.4441023Z adding 'torch/testing/_internal/codegen/__init__.py' 2024-10-08T20:15:38.4444676Z adding 'torch/testing/_internal/data/__init__.py' 2024-10-08T20:15:38.4447568Z adding 'torch/testing/_internal/data/network1.py' 2024-10-08T20:15:38.4450386Z adding 'torch/testing/_internal/data/network2.py' 2024-10-08T20:15:38.4454333Z adding 'torch/testing/_internal/distributed/__init__.py' 2024-10-08T20:15:38.4457650Z adding 'torch/testing/_internal/distributed/checkpoint_utils.py' 2024-10-08T20:15:38.4461583Z adding 'torch/testing/_internal/distributed/common_state_dict.py' 2024-10-08T20:15:38.4470473Z adding 'torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py' 2024-10-08T20:15:38.4570936Z adding 'torch/testing/_internal/distributed/distributed_test.py' 2024-10-08T20:15:38.4584164Z adding 'torch/testing/_internal/distributed/distributed_utils.py' 2024-10-08T20:15:38.4587633Z adding 'torch/testing/_internal/distributed/fake_pg.py' 2024-10-08T20:15:38.4594986Z adding 'torch/testing/_internal/distributed/multi_threaded_pg.py' 2024-10-08T20:15:38.4600234Z adding 'torch/testing/_internal/distributed/rpc_utils.py' 2024-10-08T20:15:38.4604294Z adding 'torch/testing/_internal/distributed/_shard/__init__.py' 2024-10-08T20:15:38.4607955Z adding 'torch/testing/_internal/distributed/_shard/test_common.py' 2024-10-08T20:15:38.4612300Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py' 2024-10-08T20:15:38.4616437Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py' 2024-10-08T20:15:38.4620205Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py' 2024-10-08T20:15:38.4623566Z adding 'torch/testing/_internal/distributed/_tensor/__init__.py' 2024-10-08T20:15:38.4631727Z adding 'torch/testing/_internal/distributed/_tensor/common_dtensor.py' 2024-10-08T20:15:38.4635742Z adding 'torch/testing/_internal/distributed/nn/__init__.py' 2024-10-08T20:15:38.4639477Z adding 'torch/testing/_internal/distributed/nn/api/__init__.py' 2024-10-08T20:15:38.4647078Z adding 'torch/testing/_internal/distributed/nn/api/remote_module_test.py' 2024-10-08T20:15:38.4655974Z adding 'torch/testing/_internal/distributed/rpc/__init__.py' 2024-10-08T20:15:38.4682771Z adding 'torch/testing/_internal/distributed/rpc/dist_autograd_test.py' 2024-10-08T20:15:38.4690117Z adding 'torch/testing/_internal/distributed/rpc/dist_optimizer_test.py' 2024-10-08T20:15:38.4695946Z adding 'torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py' 2024-10-08T20:15:38.4700813Z adding 'torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py' 2024-10-08T20:15:38.4703718Z adding 'torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py' 2024-10-08T20:15:38.4763119Z adding 'torch/testing/_internal/distributed/rpc/rpc_test.py' 2024-10-08T20:15:38.4771400Z adding 'torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py' 2024-10-08T20:15:38.4775212Z adding 'torch/testing/_internal/distributed/rpc/examples/__init__.py' 2024-10-08T20:15:38.4780074Z adding 'torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py' 2024-10-08T20:15:38.4785674Z adding 'torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py' 2024-10-08T20:15:38.4788734Z adding 'torch/testing/_internal/distributed/rpc/jit/__init__.py' 2024-10-08T20:15:38.4792731Z adding 'torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py' 2024-10-08T20:15:38.4806987Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test.py' 2024-10-08T20:15:38.4812703Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py' 2024-10-08T20:15:38.4816599Z adding 'torch/testing/_internal/generated/__init__.py' 2024-10-08T20:15:38.4865702Z adding 'torch/testing/_internal/generated/annotated_fn_args.py' 2024-10-08T20:15:38.4881776Z adding 'torch/testing/_internal/opinfo/__init__.py' 2024-10-08T20:15:38.4921042Z adding 'torch/testing/_internal/opinfo/core.py' 2024-10-08T20:15:38.4927363Z adding 'torch/testing/_internal/opinfo/refs.py' 2024-10-08T20:15:38.4933075Z adding 'torch/testing/_internal/opinfo/utils.py' 2024-10-08T20:15:38.4938208Z adding 'torch/testing/_internal/opinfo/definitions/__init__.py' 2024-10-08T20:15:38.4946858Z adding 'torch/testing/_internal/opinfo/definitions/_masked.py' 2024-10-08T20:15:38.4954185Z adding 'torch/testing/_internal/opinfo/definitions/fft.py' 2024-10-08T20:15:38.4975720Z adding 'torch/testing/_internal/opinfo/definitions/linalg.py' 2024-10-08T20:15:38.4984757Z adding 'torch/testing/_internal/opinfo/definitions/nested.py' 2024-10-08T20:15:38.4990445Z adding 'torch/testing/_internal/opinfo/definitions/signal.py' 2024-10-08T20:15:38.5000063Z adding 'torch/testing/_internal/opinfo/definitions/sparse.py' 2024-10-08T20:15:38.5007239Z adding 'torch/testing/_internal/opinfo/definitions/special.py' 2024-10-08T20:15:38.5011848Z adding 'torch/testing/_internal/optests/__init__.py' 2024-10-08T20:15:38.5016312Z adding 'torch/testing/_internal/optests/aot_autograd.py' 2024-10-08T20:15:38.5020914Z adding 'torch/testing/_internal/optests/autograd_registration.py' 2024-10-08T20:15:38.5024213Z adding 'torch/testing/_internal/optests/fake_tensor.py' 2024-10-08T20:15:38.5036009Z adding 'torch/testing/_internal/optests/generate_tests.py' 2024-10-08T20:15:38.5040485Z adding 'torch/testing/_internal/optests/make_fx.py' 2024-10-08T20:15:38.5044285Z adding 'torch/testing/_internal/test_module/__init__.py' 2024-10-08T20:15:38.5047111Z adding 'torch/testing/_internal/test_module/future_div.py' 2024-10-08T20:15:38.5049956Z adding 'torch/testing/_internal/test_module/no_future_div.py' 2024-10-08T20:15:38.5055321Z adding 'torch/utils/__init__.py' 2024-10-08T20:15:38.5059504Z adding 'torch/utils/_backport_slots.py' 2024-10-08T20:15:38.5065827Z adding 'torch/utils/_config_module.py' 2024-10-08T20:15:38.5069454Z adding 'torch/utils/_config_typing.pyi' 2024-10-08T20:15:38.5074815Z adding 'torch/utils/_content_store.py' 2024-10-08T20:15:38.5079629Z adding 'torch/utils/_contextlib.py' 2024-10-08T20:15:38.5091293Z adding 'torch/utils/_cpp_extension_versioner.py' 2024-10-08T20:15:38.5093843Z adding 'torch/utils/_cxx_pytree.py' 2024-10-08T20:15:38.5098246Z adding 'torch/utils/_device.py' 2024-10-08T20:15:38.5101399Z adding 'torch/utils/_exposed_in.py' 2024-10-08T20:15:38.5104927Z adding 'torch/utils/_foreach_utils.py' 2024-10-08T20:15:38.5110484Z adding 'torch/utils/_freeze.py' 2024-10-08T20:15:38.5114952Z adding 'torch/utils/_get_clean_triton.py' 2024-10-08T20:15:38.5118266Z adding 'torch/utils/_import_utils.py' 2024-10-08T20:15:38.5121171Z adding 'torch/utils/_mode_utils.py' 2024-10-08T20:15:38.5125213Z adding 'torch/utils/_ordered_set.py' 2024-10-08T20:15:38.5136705Z adding 'torch/utils/_python_dispatch.py' 2024-10-08T20:15:38.5154693Z adding 'torch/utils/_pytree.py' 2024-10-08T20:15:38.5159109Z adding 'torch/utils/_stats.py' 2024-10-08T20:15:38.5162141Z adding 'torch/utils/_thunk.py' 2024-10-08T20:15:38.5167756Z adding 'torch/utils/_traceback.py' 2024-10-08T20:15:38.5171701Z adding 'torch/utils/_triton.py' 2024-10-08T20:15:38.5174702Z adding 'torch/utils/_typing_utils.py' 2024-10-08T20:15:38.5178150Z adding 'torch/utils/_zip.py' 2024-10-08T20:15:38.5185980Z adding 'torch/utils/backend_registration.py' 2024-10-08T20:15:38.5194750Z adding 'torch/utils/bundled_inputs.py' 2024-10-08T20:15:38.5222088Z adding 'torch/utils/checkpoint.py' 2024-10-08T20:15:38.5233009Z adding 'torch/utils/collect_env.py' 2024-10-08T20:15:38.5236938Z adding 'torch/utils/cpp_backtrace.py' 2024-10-08T20:15:38.5274487Z adding 'torch/utils/cpp_extension.py' 2024-10-08T20:15:38.5280026Z adding 'torch/utils/deterministic.py' 2024-10-08T20:15:38.5284225Z adding 'torch/utils/dlpack.py' 2024-10-08T20:15:38.5287796Z adding 'torch/utils/file_baton.py' 2024-10-08T20:15:38.5297531Z adding 'torch/utils/flop_counter.py' 2024-10-08T20:15:38.5303479Z adding 'torch/utils/hooks.py' 2024-10-08T20:15:38.5308081Z adding 'torch/utils/mkldnn.py' 2024-10-08T20:15:38.5312982Z adding 'torch/utils/mobile_optimizer.py' 2024-10-08T20:15:38.5316036Z adding 'torch/utils/model_zoo.py' 2024-10-08T20:15:38.5321681Z adding 'torch/utils/module_tracker.py' 2024-10-08T20:15:38.5325321Z adding 'torch/utils/show_pickle.py' 2024-10-08T20:15:38.5330102Z adding 'torch/utils/throughput_benchmark.py' 2024-10-08T20:15:38.5335993Z adding 'torch/utils/weak.py' 2024-10-08T20:15:38.5345060Z adding 'torch/utils/_strobelight/__init__.py' 2024-10-08T20:15:38.5350663Z adding 'torch/utils/_strobelight/cli_function_profiler.py' 2024-10-08T20:15:38.5354506Z adding 'torch/utils/_sympy/__init__.py' 2024-10-08T20:15:38.5371151Z adding 'torch/utils/_sympy/functions.py' 2024-10-08T20:15:38.5377149Z adding 'torch/utils/_sympy/interp.py' 2024-10-08T20:15:38.5382094Z adding 'torch/utils/_sympy/numbers.py' 2024-10-08T20:15:38.5387654Z adding 'torch/utils/_sympy/reference.py' 2024-10-08T20:15:38.5391745Z adding 'torch/utils/_sympy/singleton_int.py' 2024-10-08T20:15:38.5396265Z adding 'torch/utils/_sympy/solve.py' 2024-10-08T20:15:38.5401091Z adding 'torch/utils/_sympy/symbol.py' 2024-10-08T20:15:38.5413827Z adding 'torch/utils/_sympy/value_ranges.py' 2024-10-08T20:15:38.5418574Z adding 'torch/utils/backcompat/__init__.py' 2024-10-08T20:15:38.5422238Z adding 'torch/utils/benchmark/__init__.py' 2024-10-08T20:15:38.5426047Z adding 'torch/utils/benchmark/examples/__init__.py' 2024-10-08T20:15:38.5430679Z adding 'torch/utils/benchmark/examples/blas_compare_setup.py' 2024-10-08T20:15:38.5435150Z adding 'torch/utils/benchmark/examples/compare.py' 2024-10-08T20:15:38.5438447Z adding 'torch/utils/benchmark/examples/fuzzer.py' 2024-10-08T20:15:38.5442675Z adding 'torch/utils/benchmark/examples/op_benchmark.py' 2024-10-08T20:15:38.5446439Z adding 'torch/utils/benchmark/examples/simple_timeit.py' 2024-10-08T20:15:38.5450099Z adding 'torch/utils/benchmark/examples/spectral_ops_fuzz_test.py' 2024-10-08T20:15:38.5454037Z adding 'torch/utils/benchmark/op_fuzzers/__init__.py' 2024-10-08T20:15:38.5457813Z adding 'torch/utils/benchmark/op_fuzzers/binary.py' 2024-10-08T20:15:38.5461510Z adding 'torch/utils/benchmark/op_fuzzers/sparse_binary.py' 2024-10-08T20:15:38.5465385Z adding 'torch/utils/benchmark/op_fuzzers/sparse_unary.py' 2024-10-08T20:15:38.5469161Z adding 'torch/utils/benchmark/op_fuzzers/spectral.py' 2024-10-08T20:15:38.5472725Z adding 'torch/utils/benchmark/op_fuzzers/unary.py' 2024-10-08T20:15:38.5476582Z adding 'torch/utils/benchmark/utils/__init__.py' 2024-10-08T20:15:38.5480382Z adding 'torch/utils/benchmark/utils/_stubs.py' 2024-10-08T20:15:38.5486347Z adding 'torch/utils/benchmark/utils/common.py' 2024-10-08T20:15:38.5493188Z adding 'torch/utils/benchmark/utils/compare.py' 2024-10-08T20:15:38.5498228Z adding 'torch/utils/benchmark/utils/compile.py' 2024-10-08T20:15:38.5503137Z adding 'torch/utils/benchmark/utils/cpp_jit.py' 2024-10-08T20:15:38.5511204Z adding 'torch/utils/benchmark/utils/fuzzer.py' 2024-10-08T20:15:38.5515999Z adding 'torch/utils/benchmark/utils/sparse_fuzzer.py' 2024-10-08T20:15:38.5520238Z adding 'torch/utils/benchmark/utils/timeit_template.cpp' 2024-10-08T20:15:38.5528371Z adding 'torch/utils/benchmark/utils/timer.py' 2024-10-08T20:15:38.5532856Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/__init__.py' 2024-10-08T20:15:38.5537298Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h' 2024-10-08T20:15:38.5540623Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp' 2024-10-08T20:15:38.5544101Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp' 2024-10-08T20:15:38.5557551Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py' 2024-10-08T20:15:38.5610559Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h' 2024-10-08T20:15:38.5623367Z adding 'torch/utils/bottleneck/__init__.py' 2024-10-08T20:15:38.5628027Z adding 'torch/utils/bottleneck/__main__.py' 2024-10-08T20:15:38.5632320Z adding 'torch/utils/data/__init__.py' 2024-10-08T20:15:38.5635388Z adding 'torch/utils/data/backward_compatibility.py' 2024-10-08T20:15:38.5665055Z adding 'torch/utils/data/dataloader.py' 2024-10-08T20:15:38.5674335Z adding 'torch/utils/data/dataset.py' 2024-10-08T20:15:38.5679193Z adding 'torch/utils/data/distributed.py' 2024-10-08T20:15:38.5683623Z adding 'torch/utils/data/graph.py' 2024-10-08T20:15:38.5688133Z adding 'torch/utils/data/graph_settings.py' 2024-10-08T20:15:38.5694206Z adding 'torch/utils/data/sampler.py' 2024-10-08T20:15:38.5698809Z adding 'torch/utils/data/_utils/__init__.py' 2024-10-08T20:15:38.5705251Z adding 'torch/utils/data/_utils/collate.py' 2024-10-08T20:15:38.5708961Z adding 'torch/utils/data/_utils/fetch.py' 2024-10-08T20:15:38.5712846Z adding 'torch/utils/data/_utils/pin_memory.py' 2024-10-08T20:15:38.5716729Z adding 'torch/utils/data/_utils/signal_handling.py' 2024-10-08T20:15:38.5723373Z adding 'torch/utils/data/_utils/worker.py' 2024-10-08T20:15:38.5727510Z adding 'torch/utils/data/datapipes/__init__.py' 2024-10-08T20:15:38.5732053Z adding 'torch/utils/data/datapipes/_decorator.py' 2024-10-08T20:15:38.5737988Z adding 'torch/utils/data/datapipes/_hook_iterator.py' 2024-10-08T20:15:38.5745893Z adding 'torch/utils/data/datapipes/_typing.py' 2024-10-08T20:15:38.5752763Z adding 'torch/utils/data/datapipes/datapipe.py' 2024-10-08T20:15:38.5763813Z adding 'torch/utils/data/datapipes/datapipe.pyi' 2024-10-08T20:15:38.5770252Z adding 'torch/utils/data/datapipes/gen_pyi.py' 2024-10-08T20:15:38.5774672Z adding 'torch/utils/data/datapipes/dataframe/__init__.py' 2024-10-08T20:15:38.5779066Z adding 'torch/utils/data/datapipes/dataframe/dataframe_wrapper.py' 2024-10-08T20:15:38.5784709Z adding 'torch/utils/data/datapipes/dataframe/dataframes.py' 2024-10-08T20:15:38.5788194Z adding 'torch/utils/data/datapipes/dataframe/datapipes.py' 2024-10-08T20:15:38.5792068Z adding 'torch/utils/data/datapipes/dataframe/structures.py' 2024-10-08T20:15:38.5796070Z adding 'torch/utils/data/datapipes/iter/__init__.py' 2024-10-08T20:15:38.5801527Z adding 'torch/utils/data/datapipes/iter/callable.py' 2024-10-08T20:15:38.5806085Z adding 'torch/utils/data/datapipes/iter/combinatorics.py' 2024-10-08T20:15:38.5815478Z adding 'torch/utils/data/datapipes/iter/combining.py' 2024-10-08T20:15:38.5819882Z adding 'torch/utils/data/datapipes/iter/filelister.py' 2024-10-08T20:15:38.5823669Z adding 'torch/utils/data/datapipes/iter/fileopener.py' 2024-10-08T20:15:38.5830115Z adding 'torch/utils/data/datapipes/iter/grouping.py' 2024-10-08T20:15:38.5834497Z adding 'torch/utils/data/datapipes/iter/routeddecoder.py' 2024-10-08T20:15:38.5838293Z adding 'torch/utils/data/datapipes/iter/selecting.py' 2024-10-08T20:15:38.5842013Z adding 'torch/utils/data/datapipes/iter/sharding.py' 2024-10-08T20:15:38.5858181Z adding 'torch/utils/data/datapipes/iter/streamreader.py' 2024-10-08T20:15:38.5867288Z adding 'torch/utils/data/datapipes/iter/utils.py' 2024-10-08T20:15:38.5867819Z adding 'torch/utils/data/datapipes/map/__init__.py' 2024-10-08T20:15:38.5868358Z adding 'torch/utils/data/datapipes/map/callable.py' 2024-10-08T20:15:38.5868909Z adding 'torch/utils/data/datapipes/map/combinatorics.py' 2024-10-08T20:15:38.5869490Z adding 'torch/utils/data/datapipes/map/combining.py' 2024-10-08T20:15:38.5870759Z adding 'torch/utils/data/datapipes/map/grouping.py' 2024-10-08T20:15:38.5874278Z adding 'torch/utils/data/datapipes/map/utils.py' 2024-10-08T20:15:38.5879031Z adding 'torch/utils/data/datapipes/utils/__init__.py' 2024-10-08T20:15:38.5885390Z adding 'torch/utils/data/datapipes/utils/common.py' 2024-10-08T20:15:38.5891377Z adding 'torch/utils/data/datapipes/utils/decoder.py' 2024-10-08T20:15:38.5894722Z adding 'torch/utils/data/datapipes/utils/snapshot.py' 2024-10-08T20:15:38.5898292Z adding 'torch/utils/hipify/__init__.py' 2024-10-08T20:15:38.5901999Z adding 'torch/utils/hipify/constants.py' 2024-10-08T20:15:38.5958081Z adding 'torch/utils/hipify/cuda_to_hip_mappings.py' 2024-10-08T20:15:38.5982960Z adding 'torch/utils/hipify/hipify_python.py' 2024-10-08T20:15:38.5986913Z adding 'torch/utils/hipify/version.py' 2024-10-08T20:15:38.5990484Z adding 'torch/utils/jit/__init__.py' 2024-10-08T20:15:38.5994318Z adding 'torch/utils/jit/log_extract.py' 2024-10-08T20:15:38.6002492Z adding 'torch/utils/model_dump/__init__.py' 2024-10-08T20:15:38.6005947Z adding 'torch/utils/model_dump/__main__.py' 2024-10-08T20:15:38.6013637Z adding 'torch/utils/model_dump/code.js' 2024-10-08T20:15:38.6017329Z adding 'torch/utils/model_dump/htm.mjs' 2024-10-08T20:15:38.6023139Z adding 'torch/utils/model_dump/preact.mjs' 2024-10-08T20:15:38.6026450Z adding 'torch/utils/model_dump/skeleton.html' 2024-10-08T20:15:38.6030285Z adding 'torch/utils/tensorboard/__init__.py' 2024-10-08T20:15:38.6033380Z adding 'torch/utils/tensorboard/_convert_np.py' 2024-10-08T20:15:38.6036997Z adding 'torch/utils/tensorboard/_embedding.py' 2024-10-08T20:15:38.6040397Z adding 'torch/utils/tensorboard/_onnx_graph.py' 2024-10-08T20:15:38.6043707Z adding 'torch/utils/tensorboard/_proto_graph.py' 2024-10-08T20:15:38.6050387Z adding 'torch/utils/tensorboard/_pytorch_graph.py' 2024-10-08T20:15:38.6054831Z adding 'torch/utils/tensorboard/_utils.py' 2024-10-08T20:15:38.6067450Z adding 'torch/utils/tensorboard/summary.py' 2024-10-08T20:15:38.6082145Z adding 'torch/utils/tensorboard/writer.py' 2024-10-08T20:15:38.6086805Z adding 'torch/utils/viz/__init__.py' 2024-10-08T20:15:38.6093790Z adding 'torch/utils/viz/_cycles.py' 2024-10-08T20:15:38.6101773Z adding 'torch/xpu/__init__.py' 2024-10-08T20:15:38.6105593Z adding 'torch/xpu/_gpu_trace.py' 2024-10-08T20:15:38.6108890Z adding 'torch/xpu/_utils.py' 2024-10-08T20:15:38.6113276Z adding 'torch/xpu/memory.py' 2024-10-08T20:15:38.6117440Z adding 'torch/xpu/random.py' 2024-10-08T20:15:38.6121774Z adding 'torch/xpu/streams.py' 2024-10-08T20:15:38.6130628Z adding 'torchgen/__init__.py' 2024-10-08T20:15:38.6134396Z adding 'torchgen/code_template.py' 2024-10-08T20:15:38.6138198Z adding 'torchgen/context.py' 2024-10-08T20:15:38.6175145Z adding 'torchgen/gen.py' 2024-10-08T20:15:38.6184714Z adding 'torchgen/gen_aoti_c_shim.py' 2024-10-08T20:15:38.6193538Z adding 'torchgen/gen_backend_stubs.py' 2024-10-08T20:15:38.6207286Z adding 'torchgen/gen_executorch.py' 2024-10-08T20:15:38.6221589Z adding 'torchgen/gen_functionalization_type.py' 2024-10-08T20:15:38.6237750Z adding 'torchgen/gen_lazy_tensor.py' 2024-10-08T20:15:38.6242060Z adding 'torchgen/gen_schema_utils.py' 2024-10-08T20:15:38.6247071Z adding 'torchgen/gen_vmap_plumbing.py' 2024-10-08T20:15:38.6250846Z adding 'torchgen/local.py' 2024-10-08T20:15:38.6292737Z adding 'torchgen/model.py' 2024-10-08T20:15:38.6307159Z adding 'torchgen/native_function_generation.py' 2024-10-08T20:15:38.6315352Z adding 'torchgen/utils.py' 2024-10-08T20:15:38.6319112Z adding 'torchgen/yaml_utils.py' 2024-10-08T20:15:38.6322853Z adding 'torchgen/aoti/__init__.py' 2024-10-08T20:15:38.6326582Z adding 'torchgen/aoti/fallback_ops.py' 2024-10-08T20:15:38.6330594Z adding 'torchgen/api/__init__.py' 2024-10-08T20:15:38.6345087Z adding 'torchgen/api/autograd.py' 2024-10-08T20:15:38.6353047Z adding 'torchgen/api/cpp.py' 2024-10-08T20:15:38.6357278Z adding 'torchgen/api/dispatcher.py' 2024-10-08T20:15:38.6362139Z adding 'torchgen/api/functionalization.py' 2024-10-08T20:15:38.6369733Z adding 'torchgen/api/lazy.py' 2024-10-08T20:15:38.6373413Z adding 'torchgen/api/meta.py' 2024-10-08T20:15:38.6377472Z adding 'torchgen/api/native.py' 2024-10-08T20:15:38.6398942Z adding 'torchgen/api/python.py' 2024-10-08T20:15:38.6404807Z adding 'torchgen/api/structured.py' 2024-10-08T20:15:38.6412317Z adding 'torchgen/api/translate.py' 2024-10-08T20:15:38.6417297Z adding 'torchgen/api/ufunc.py' 2024-10-08T20:15:38.6422713Z adding 'torchgen/api/unboxing.py' 2024-10-08T20:15:38.6426773Z adding 'torchgen/api/types/__init__.py' 2024-10-08T20:15:38.6433261Z adding 'torchgen/api/types/signatures.py' 2024-10-08T20:15:38.6437958Z adding 'torchgen/api/types/types.py' 2024-10-08T20:15:38.6443097Z adding 'torchgen/api/types/types_base.py' 2024-10-08T20:15:38.6447193Z adding 'torchgen/dest/__init__.py' 2024-10-08T20:15:38.6457653Z adding 'torchgen/dest/lazy_ir.py' 2024-10-08T20:15:38.6462030Z adding 'torchgen/dest/lazy_ts_lowering.py' 2024-10-08T20:15:38.6465471Z adding 'torchgen/dest/native_functions.py' 2024-10-08T20:15:38.6479266Z adding 'torchgen/dest/register_dispatch_key.py' 2024-10-08T20:15:38.6487431Z adding 'torchgen/dest/ufunc.py' 2024-10-08T20:15:38.6491563Z adding 'torchgen/executorch/__init__.py' 2024-10-08T20:15:38.6496231Z adding 'torchgen/executorch/model.py' 2024-10-08T20:15:38.6500508Z adding 'torchgen/executorch/parse.py' 2024-10-08T20:15:38.6504195Z adding 'torchgen/executorch/api/__init__.py' 2024-10-08T20:15:38.6508209Z adding 'torchgen/executorch/api/custom_ops.py' 2024-10-08T20:15:38.6514350Z adding 'torchgen/executorch/api/et_cpp.py' 2024-10-08T20:15:38.6519328Z adding 'torchgen/executorch/api/unboxing.py' 2024-10-08T20:15:38.6523159Z adding 'torchgen/executorch/api/types/__init__.py' 2024-10-08T20:15:38.6526649Z adding 'torchgen/executorch/api/types/signatures.py' 2024-10-08T20:15:38.6530034Z adding 'torchgen/executorch/api/types/types.py' 2024-10-08T20:15:38.6533899Z adding 'torchgen/operator_versions/__init__.py' 2024-10-08T20:15:38.6539993Z adding 'torchgen/operator_versions/gen_mobile_upgraders.py' 2024-10-08T20:15:38.6543531Z adding 'torchgen/operator_versions/gen_mobile_upgraders_constant.py' 2024-10-08T20:15:38.6660285Z adding 'torchgen/packaged/ATen/native/native_functions.yaml' 2024-10-08T20:15:38.6677768Z adding 'torchgen/packaged/ATen/native/tags.yaml' 2024-10-08T20:15:38.6683030Z adding 'torchgen/packaged/ATen/templates/ATenOpList.cpp' 2024-10-08T20:15:38.6686607Z adding 'torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp' 2024-10-08T20:15:38.6689819Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunction.h' 2024-10-08T20:15:38.6693370Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions.h' 2024-10-08T20:15:38.6696608Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h' 2024-10-08T20:15:38.6699682Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp' 2024-10-08T20:15:38.6702782Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h' 2024-10-08T20:15:38.6705622Z adding 'torchgen/packaged/ATen/templates/Function.h' 2024-10-08T20:15:38.6708900Z adding 'torchgen/packaged/ATen/templates/FunctionalInverses.h' 2024-10-08T20:15:38.6712568Z adding 'torchgen/packaged/ATen/templates/Functions.cpp' 2024-10-08T20:15:38.6716690Z adding 'torchgen/packaged/ATen/templates/Functions.h' 2024-10-08T20:15:38.6719833Z adding 'torchgen/packaged/ATen/templates/LazyIr.h' 2024-10-08T20:15:38.6722902Z adding 'torchgen/packaged/ATen/templates/LazyNonNativeIr.h' 2024-10-08T20:15:38.6725986Z adding 'torchgen/packaged/ATen/templates/MethodOperators.h' 2024-10-08T20:15:38.6729003Z adding 'torchgen/packaged/ATen/templates/NativeFunction.h' 2024-10-08T20:15:38.6732228Z adding 'torchgen/packaged/ATen/templates/NativeFunctions.h' 2024-10-08T20:15:38.6735382Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunction.h' 2024-10-08T20:15:38.6738288Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunctions.h' 2024-10-08T20:15:38.6741499Z adding 'torchgen/packaged/ATen/templates/Operator.h' 2024-10-08T20:15:38.6744838Z adding 'torchgen/packaged/ATen/templates/Operators.cpp' 2024-10-08T20:15:38.6748057Z adding 'torchgen/packaged/ATen/templates/Operators.h' 2024-10-08T20:15:38.6751371Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.cpp' 2024-10-08T20:15:38.6754315Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.h' 2024-10-08T20:15:38.6757498Z adding 'torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp' 2024-10-08T20:15:38.6761616Z adding 'torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp' 2024-10-08T20:15:38.6763815Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini' 2024-10-08T20:15:38.6767559Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp' 2024-10-08T20:15:38.6770934Z adding 'torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp' 2024-10-08T20:15:38.6774106Z adding 'torchgen/packaged/ATen/templates/RegisterSchema.cpp' 2024-10-08T20:15:38.6776985Z adding 'torchgen/packaged/ATen/templates/RegistrationDeclarations.h' 2024-10-08T20:15:38.6788696Z adding 'torchgen/packaged/ATen/templates/TensorBody.h' 2024-10-08T20:15:38.6793048Z adding 'torchgen/packaged/ATen/templates/TensorMethods.cpp' 2024-10-08T20:15:38.6796168Z adding 'torchgen/packaged/ATen/templates/UfuncCPU.cpp' 2024-10-08T20:15:38.6799102Z adding 'torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp' 2024-10-08T20:15:38.6802157Z adding 'torchgen/packaged/ATen/templates/UfuncCUDA.cu' 2024-10-08T20:15:38.6805229Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.cpp' 2024-10-08T20:15:38.6808471Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.h' 2024-10-08T20:15:38.6812543Z adding 'torchgen/packaged/ATen/templates/aten_interned_strings.h' 2024-10-08T20:15:38.6814646Z adding 'torchgen/packaged/ATen/templates/enum_tag.h' 2024-10-08T20:15:38.6818535Z adding 'torchgen/packaged/autograd/BUILD.bazel' 2024-10-08T20:15:38.6821363Z adding 'torchgen/packaged/autograd/README.md' 2024-10-08T20:15:38.6824312Z adding 'torchgen/packaged/autograd/__init__.py' 2024-10-08T20:15:38.6827126Z adding 'torchgen/packaged/autograd/build.bzl' 2024-10-08T20:15:38.6830228Z adding 'torchgen/packaged/autograd/context.py' 2024-10-08T20:15:38.6833711Z adding 'torchgen/packaged/autograd/deprecated.yaml' 2024-10-08T20:15:38.6881765Z adding 'torchgen/packaged/autograd/derivatives.yaml' 2024-10-08T20:15:38.6889955Z adding 'torchgen/packaged/autograd/gen_annotated_fn_args.py' 2024-10-08T20:15:38.6894136Z adding 'torchgen/packaged/autograd/gen_autograd.py' 2024-10-08T20:15:38.6904025Z adding 'torchgen/packaged/autograd/gen_autograd_functions.py' 2024-10-08T20:15:38.6914454Z adding 'torchgen/packaged/autograd/gen_inplace_or_view_type.py' 2024-10-08T20:15:38.6931412Z adding 'torchgen/packaged/autograd/gen_python_functions.py' 2024-10-08T20:15:38.6939759Z adding 'torchgen/packaged/autograd/gen_trace_type.py' 2024-10-08T20:15:38.6944910Z adding 'torchgen/packaged/autograd/gen_variable_factories.py' 2024-10-08T20:15:38.6971336Z adding 'torchgen/packaged/autograd/gen_variable_type.py' 2024-10-08T20:15:38.6978989Z adding 'torchgen/packaged/autograd/gen_view_funcs.py' 2024-10-08T20:15:38.6993644Z adding 'torchgen/packaged/autograd/load_derivatives.py' 2024-10-08T20:15:38.6999335Z adding 'torchgen/packaged/autograd/templates/ADInplaceOrViewType.cpp' 2024-10-08T20:15:38.7002259Z adding 'torchgen/packaged/autograd/templates/Functions.cpp' 2024-10-08T20:15:38.7005852Z adding 'torchgen/packaged/autograd/templates/Functions.h' 2024-10-08T20:15:38.7008941Z adding 'torchgen/packaged/autograd/templates/TraceType.cpp' 2024-10-08T20:15:38.7012596Z adding 'torchgen/packaged/autograd/templates/VariableType.cpp' 2024-10-08T20:15:38.7015892Z adding 'torchgen/packaged/autograd/templates/VariableType.h' 2024-10-08T20:15:38.7018844Z adding 'torchgen/packaged/autograd/templates/ViewFuncs.cpp' 2024-10-08T20:15:38.7021812Z adding 'torchgen/packaged/autograd/templates/ViewFuncs.h' 2024-10-08T20:15:38.7024744Z adding 'torchgen/packaged/autograd/templates/annotated_fn_args.py.in' 2024-10-08T20:15:38.7027647Z adding 'torchgen/packaged/autograd/templates/python_enum_tag.cpp' 2024-10-08T20:15:38.7030943Z adding 'torchgen/packaged/autograd/templates/python_fft_functions.cpp' 2024-10-08T20:15:38.7034178Z adding 'torchgen/packaged/autograd/templates/python_functions.cpp' 2024-10-08T20:15:38.7036994Z adding 'torchgen/packaged/autograd/templates/python_functions.h' 2024-10-08T20:15:38.7040238Z adding 'torchgen/packaged/autograd/templates/python_linalg_functions.cpp' 2024-10-08T20:15:38.7043610Z adding 'torchgen/packaged/autograd/templates/python_nested_functions.cpp' 2024-10-08T20:15:38.7047376Z adding 'torchgen/packaged/autograd/templates/python_nn_functions.cpp' 2024-10-08T20:15:38.7050663Z adding 'torchgen/packaged/autograd/templates/python_return_types.cpp' 2024-10-08T20:15:38.7053573Z adding 'torchgen/packaged/autograd/templates/python_return_types.h' 2024-10-08T20:15:38.7056788Z adding 'torchgen/packaged/autograd/templates/python_sparse_functions.cpp' 2024-10-08T20:15:38.7060119Z adding 'torchgen/packaged/autograd/templates/python_special_functions.cpp' 2024-10-08T20:15:38.7063576Z adding 'torchgen/packaged/autograd/templates/python_torch_functions.cpp' 2024-10-08T20:15:38.7076139Z adding 'torchgen/packaged/autograd/templates/python_variable_methods.cpp' 2024-10-08T20:15:38.7081277Z adding 'torchgen/packaged/autograd/templates/variable_factories.h' 2024-10-08T20:15:38.7084903Z adding 'torchgen/selective_build/__init__.py' 2024-10-08T20:15:38.7089219Z adding 'torchgen/selective_build/operator.py' 2024-10-08T20:15:38.7095137Z adding 'torchgen/selective_build/selector.py' 2024-10-08T20:15:38.7099062Z adding 'torchgen/static_runtime/__init__.py' 2024-10-08T20:15:38.7103682Z adding 'torchgen/static_runtime/config.py' 2024-10-08T20:15:38.7108509Z adding 'torchgen/static_runtime/gen_static_runtime_ops.py' 2024-10-08T20:15:38.7117229Z adding 'torchgen/static_runtime/generator.py' 2024-10-08T20:15:38.7228266Z adding 'torch-2.6.0a0+git47952c0.dist-info/LICENSE' 2024-10-08T20:15:38.7250766Z adding 'torch-2.6.0a0+git47952c0.dist-info/METADATA' 2024-10-08T20:15:38.7260354Z adding 'torch-2.6.0a0+git47952c0.dist-info/NOTICE' 2024-10-08T20:15:38.7263805Z adding 'torch-2.6.0a0+git47952c0.dist-info/WHEEL' 2024-10-08T20:15:38.7265227Z adding 'torch-2.6.0a0+git47952c0.dist-info/entry_points.txt' 2024-10-08T20:15:38.7267064Z adding 'torch-2.6.0a0+git47952c0.dist-info/top_level.txt' 2024-10-08T20:15:38.7905152Z adding 'torch-2.6.0a0+git47952c0.dist-info/RECORD' 2024-10-08T20:15:38.8242762Z removing build\bdist.win-amd64\wheel 2024-10-08T20:15:40.2494054Z 2024-10-08T20:15:40.2494764Z (base) C:\actions-runner\_work\pytorch\pytorch>if errorlevel 1 goto fail 2024-10-08T20:15:40.2495295Z 2024-10-08T20:15:40.2495632Z (base) C:\actions-runner\_work\pytorch\pytorch>if not errorlevel 0 goto fail 2024-10-08T20:15:40.2496276Z 2024-10-08T20:15:40.2497722Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --show-stats 2024-10-08T20:15:40.3105027Z Compile requests 7230 2024-10-08T20:15:40.3105590Z Compile requests executed 7230 2024-10-08T20:15:40.3105982Z Cache hits 7166 2024-10-08T20:15:40.3106369Z Cache hits (C/C++) 7166 2024-10-08T20:15:40.3106753Z Cache misses 47 2024-10-08T20:15:40.3108688Z Cache misses (C/C++) 47 2024-10-08T20:15:40.3109153Z Cache timeouts 0 2024-10-08T20:15:40.3109539Z Cache read errors 0 2024-10-08T20:15:40.3110047Z Forced recaches 0 2024-10-08T20:15:40.3110444Z Cache write errors 0 2024-10-08T20:15:40.3110889Z Compilation failures 3 2024-10-08T20:15:40.3111358Z Cache errors 14 2024-10-08T20:15:40.3111803Z Cache errors (C/C++) 14 2024-10-08T20:15:40.3112201Z Non-cacheable compilations 8 2024-10-08T20:15:40.3112631Z Non-cacheable calls 0 2024-10-08T20:15:40.3113033Z Non-compilation calls 0 2024-10-08T20:15:40.3113438Z Unsupported compiler calls 0 2024-10-08T20:15:40.3113849Z Average cache write 0.038 s 2024-10-08T20:15:40.3114394Z Average compiler 0.042 s 2024-10-08T20:15:40.3114795Z Average cache read hit 0.076 s 2024-10-08T20:15:40.3115218Z Failed distributed compilations 0 2024-10-08T20:15:40.3115799Z Cache location s3, name: ossci-compiler-cache, prefix: /trunk/ 2024-10-08T20:15:40.3116373Z Version (client) 0.7.4 2024-10-08T20:15:40.3126998Z 2024-10-08T20:15:40.3127977Z (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])" 2024-10-08T20:15:41.3426491Z Processing c:\actions-runner\_work\pytorch\pytorch\dist\torch-2.6.0a0+git47952c0-cp39-cp39-win_amd64.whl 2024-10-08T20:15:42.0470798Z Installing collected packages: torch 2024-10-08T20:15:42.0472101Z Attempting uninstall: torch 2024-10-08T20:15:42.0501193Z Found existing installation: torch 2.6.0a0+git1aac1ff 2024-10-08T20:15:43.2280997Z Uninstalling torch-2.6.0a0+git1aac1ff: 2024-10-08T20:15:43.4597949Z Successfully uninstalled torch-2.6.0a0+git1aac1ff 2024-10-08T20:16:04.5472780Z Successfully installed torch-2.6.0a0+git47952c0 2024-10-08T20:16:04.6179972Z 2024-10-08T20:16:04.6183092Z (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 ( 2024-10-08T20:16:04.6185074Z copy /Y "dist\*.whl" "C:/11242664656/build-results/" 2024-10-08T20:16:04.6185586Z python tools/stats/export_test_times.py 2024-10-08T20:16:04.6186280Z robocopy /E ".additional_ci_files" "C:/11242664656/build-results/\.additional_ci_files" 2024-10-08T20:16:04.6187052Z copy /Y "build\.ninja_log" "C:/11242664656/build-results/\" 2024-10-08T20:16:04.6187535Z ) ) 2024-10-08T20:16:04.7681662Z dist\torch-2.6.0a0+git47952c0-cp39-cp39-win_amd64.whl 2024-10-08T20:16:04.8745887Z 1 file(s) copied. 2024-10-08T20:16:05.7991821Z Exporting test times from test-infra 2024-10-08T20:16:05.7993210Z 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 2024-10-08T20:16:05.7995421Z 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 2024-10-08T20:16:05.9394363Z 2024-10-08T20:16:05.9394936Z ------------------------------------------------------------------------------- 2024-10-08T20:16:05.9396667Z ROBOCOPY :: Robust File Copy for Windows 2024-10-08T20:16:05.9397374Z ------------------------------------------------------------------------------- 2024-10-08T20:16:05.9397759Z 2024-10-08T20:16:05.9397958Z Started : Tuesday, October 8, 2024 8:16:05 PM 2024-10-08T20:16:05.9398666Z Source : C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files\ 2024-10-08T20:16:05.9399338Z Dest : C:\11242664656\build-results\.additional_ci_files\ 2024-10-08T20:16:05.9399729Z 2024-10-08T20:16:05.9399826Z Files : *.* 2024-10-08T20:16:05.9400231Z 2024-10-08T20:16:05.9401816Z Options : *.* /S /E /DCOPY:DA /COPY:DAT /R:1000000 /W:30 2024-10-08T20:16:05.9402204Z 2024-10-08T20:16:05.9402408Z ------------------------------------------------------------------------------ 2024-10-08T20:16:05.9405157Z 2024-10-08T20:16:05.9411990Z New Dir 2 C:\actions-runner\_work\pytorch\pytorch\.additional_ci_files\ 2024-10-08T20:16:05.9420059Z New File 4.0 m test-class-times.json 2024-10-08T20:16:05.9422869Z 12% 2024-10-08T20:16:05.9426507Z 24% 2024-10-08T20:16:05.9429445Z 37% 2024-10-08T20:16:05.9433106Z 49% 2024-10-08T20:16:05.9436082Z 61% 2024-10-08T20:16:05.9439617Z 74% 2024-10-08T20:16:05.9442598Z 86% 2024-10-08T20:16:05.9444926Z 99% 2024-10-08T20:16:05.9446446Z 100% 2024-10-08T20:16:05.9452196Z New File 1.0 m test-times.json 2024-10-08T20:16:05.9453661Z 22% 2024-10-08T20:16:05.9455236Z 45% 2024-10-08T20:16:05.9456694Z 68% 2024-10-08T20:16:05.9457699Z 90% 2024-10-08T20:16:05.9461325Z 100% 2024-10-08T20:16:05.9461534Z 2024-10-08T20:16:05.9461745Z ------------------------------------------------------------------------------ 2024-10-08T20:16:05.9462129Z 2024-10-08T20:16:05.9463331Z Total Copied Skipped Mismatch FAILED Extras 2024-10-08T20:16:05.9464068Z Dirs : 1 1 0 0 0 0 2024-10-08T20:16:05.9465179Z Files : 2 2 0 0 0 0 2024-10-08T20:16:05.9465852Z Bytes : 5.13 m 5.13 m 0 0 0 0 2024-10-08T20:16:05.9466709Z Times : 0:00:00 0:00:00 0:00:00 0:00:00 2024-10-08T20:16:05.9467098Z 2024-10-08T20:16:05.9467562Z 2024-10-08T20:16:05.9468595Z Speed : 1077680400 Bytes/sec. 2024-10-08T20:16:05.9469627Z Speed : 61665.367 MegaBytes/min. 2024-10-08T20:16:05.9470089Z Ended : Tuesday, October 8, 2024 8:16:05 PM 2024-10-08T20:16:05.9470398Z 2024-10-08T20:16:06.6153891Z 1 file(s) copied. 2024-10-08T20:16:06.6156063Z 2024-10-08T20:16:06.6157341Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --show-stats --stats-format json | jq .stats 1>sccache-stats-win-vs2019-cpu-py3-31256942981.json 2024-10-08T20:16:06.6635853Z 2024-10-08T20:16:06.6636575Z (base) C:\actions-runner\_work\pytorch\pytorch>sccache --stop-server 2024-10-08T20:16:06.6728004Z Stopping sccache server... 2024-10-08T20:16:06.6747330Z Compile requests 7230 2024-10-08T20:16:06.6748780Z Compile requests executed 7230 2024-10-08T20:16:06.6749213Z Cache hits 7166 2024-10-08T20:16:06.6749591Z Cache hits (C/C++) 7166 2024-10-08T20:16:06.6749988Z Cache misses 47 2024-10-08T20:16:06.6750380Z Cache misses (C/C++) 47 2024-10-08T20:16:06.6750755Z Cache timeouts 0 2024-10-08T20:16:06.6751142Z Cache read errors 0 2024-10-08T20:16:06.6751575Z Forced recaches 0 2024-10-08T20:16:06.6751953Z Cache write errors 0 2024-10-08T20:16:06.6752364Z Compilation failures 3 2024-10-08T20:16:06.6752836Z Cache errors 14 2024-10-08T20:16:06.6753215Z Cache errors (C/C++) 14 2024-10-08T20:16:06.6754488Z Non-cacheable compilations 8 2024-10-08T20:16:06.6755044Z Non-cacheable calls 0 2024-10-08T20:16:06.6755431Z Non-compilation calls 0 2024-10-08T20:16:06.6755848Z Unsupported compiler calls 0 2024-10-08T20:16:06.6756259Z Average cache write 0.038 s 2024-10-08T20:16:06.6756712Z Average compiler 0.042 s 2024-10-08T20:16:06.6757129Z Average cache read hit 0.076 s 2024-10-08T20:16:06.6757552Z Failed distributed compilations 0 2024-10-08T20:16:06.6758116Z Cache location s3, name: ossci-compiler-cache, prefix: /trunk/ 2024-10-08T20:16:06.6758682Z Version (client) 0.7.4 2024-10-08T20:16:06.6767934Z 2024-10-08T20:16:06.6768369Z (base) C:\actions-runner\_work\pytorch\pytorch>exit /b 0 2024-10-08T20:16:06.7370350Z + assert_git_not_dirty 2024-10-08T20:16:06.7394303Z + [[ win-vs2019-cpu-py3 != *rocm* ]] 2024-10-08T20:16:06.7394718Z + [[ win-vs2019-cpu-py3 != *xla* ]] 2024-10-08T20:16:06.7891743Z ++ git status --porcelain 2024-10-08T20:16:06.7944883Z ++ grep -v '?? third_party' 2024-10-08T20:16:32.1530802Z ++ true 2024-10-08T20:16:32.1541979Z + git_status= 2024-10-08T20:16:32.1542342Z + [[ -n '' ]] 2024-10-08T20:16:32.1542609Z + echo 'BUILD PASSED' 2024-10-08T20:16:32.1542962Z BUILD PASSED 2024-10-08T20:16:32.2217438Z ##[group]Run seemethere/upload-artifact-s3@v5 2024-10-08T20:16:32.2217990Z with: 2024-10-08T20:16:32.2221961Z retention-days: 14 2024-10-08T20:16:32.2222269Z if-no-files-found: error 2024-10-08T20:16:32.2222619Z name: win-vs2019-cpu-py3 2024-10-08T20:16:32.2222964Z path: C:\11242664656\build-results 2024-10-08T20:16:32.2223331Z s3-bucket: gha-artifacts 2024-10-08T20:16:32.2223661Z region: us-east-1 2024-10-08T20:16:32.2223936Z env: 2024-10-08T20:16:32.2224167Z GIT_DEFAULT_BRANCH: main 2024-10-08T20:16:32.2224713Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-10-08T20:16:32.2225491Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-10-08T20:16:32.2226389Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-10-08T20:16:32.2226960Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-10-08T20:16:32.2227956Z ##[endgroup] 2024-10-08T20:16:33.4720865Z With the provided path, there will be 4 files uploaded 2024-10-08T20:16:33.4721550Z Uploading to s3 prefix: pytorch/pytorch/11242664656/win-vs2019-cpu-py3 2024-10-08T20:16:33.4737311Z Starting upload of .additional_ci_files\test-class-times.json 2024-10-08T20:16:33.7674335Z Finished upload of .additional_ci_files\test-class-times.json 2024-10-08T20:16:33.7675636Z Starting upload of .additional_ci_files\test-times.json 2024-10-08T20:16:34.0330117Z Finished upload of .additional_ci_files\test-times.json 2024-10-08T20:16:34.0332379Z Starting upload of .ninja_log 2024-10-08T20:16:34.2784653Z Finished upload of .ninja_log 2024-10-08T20:16:34.2786440Z Starting upload of torch-2.6.0a0+git47952c0-cp39-cp39-win_amd64.whl 2024-10-08T20:16:36.4437347Z Finished upload of torch-2.6.0a0+git47952c0-cp39-cp39-win_amd64.whl 2024-10-08T20:16:36.4785993Z ##[group]Run seemethere/upload-artifact-s3@v5 2024-10-08T20:16:36.4786459Z with: 2024-10-08T20:16:36.4786838Z s3-prefix: pytorch/pytorch/11242664656/1/artifact 2024-10-08T20:16:36.4787312Z retention-days: 14 2024-10-08T20:16:36.4787613Z if-no-files-found: warn 2024-10-08T20:16:36.4787939Z path: sccache-stats-*.json 2024-10-08T20:16:36.4788252Z name: artifact 2024-10-08T20:16:36.4788524Z s3-bucket: gha-artifacts 2024-10-08T20:16:36.4788838Z region: us-east-1 2024-10-08T20:16:36.4789084Z env: 2024-10-08T20:16:36.4789320Z GIT_DEFAULT_BRANCH: main 2024-10-08T20:16:36.4789853Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-10-08T20:16:36.4790598Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-10-08T20:16:36.4791292Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-10-08T20:16:36.4791861Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-10-08T20:16:36.4792308Z ##[endgroup] 2024-10-08T20:16:36.8664694Z NOTE: s3-prefix specified, ignoring name parameter 2024-10-08T20:16:36.8665317Z With the provided path, there will be 1 file uploaded 2024-10-08T20:16:36.8665916Z Uploading to s3 prefix: pytorch/pytorch/11242664656/1/artifact 2024-10-08T20:16:36.8679153Z Starting upload of sccache-stats-win-vs2019-cpu-py3-31256942981.json 2024-10-08T20:16:36.9810296Z Finished upload of sccache-stats-win-vs2019-cpu-py3-31256942981.json 2024-10-08T20:16:37.0222388Z Prepare all required actions 2024-10-08T20:16:37.0222895Z Getting action download info 2024-10-08T20:16:37.1698075Z ##[group]Run ./.github/actions/teardown-win 2024-10-08T20:16:37.1698493Z with: 2024-10-08T20:16:37.1698793Z extra-delete-dir: /c/11242664656/build-results/ 2024-10-08T20:16:37.1699218Z env: 2024-10-08T20:16:37.1699470Z GIT_DEFAULT_BRANCH: main 2024-10-08T20:16:37.1700007Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-10-08T20:16:37.1700795Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-10-08T20:16:37.1701507Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-10-08T20:16:37.1702073Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-10-08T20:16:37.1702494Z ##[endgroup] 2024-10-08T20:16:37.1822048Z ##[group]Run .github\scripts\wait_for_ssh_to_drain.ps1 2024-10-08T20:16:37.1822661Z .github\scripts\wait_for_ssh_to_drain.ps1 2024-10-08T20:16:37.1838723Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-10-08T20:16:37.1839420Z env: 2024-10-08T20:16:37.1839667Z GIT_DEFAULT_BRANCH: main 2024-10-08T20:16:37.1840223Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-10-08T20:16:37.1841008Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-10-08T20:16:37.1841695Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-10-08T20:16:37.1842378Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-10-08T20:16:37.1842807Z ##[endgroup] 2024-10-08T20:16:38.3687152Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-10-08T20:16:38.3749693Z Finished 2024-10-08T20:16:38.5316382Z Holding runner until all ssh sessions have logged out 2024-10-08T20:16:38.5598587Z ##[group]Run .github\scripts\kill_active_ssh_sessions.ps1 2024-10-08T20:16:38.5599190Z .github\scripts\kill_active_ssh_sessions.ps1 2024-10-08T20:16:38.5614959Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-10-08T20:16:38.5615593Z env: 2024-10-08T20:16:38.5615857Z GIT_DEFAULT_BRANCH: main 2024-10-08T20:16:38.5616407Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-10-08T20:16:38.5617170Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-10-08T20:16:38.5617872Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-10-08T20:16:38.5618577Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-10-08T20:16:38.5618984Z ##[endgroup] 2024-10-08T20:16:38.9272672Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-10-08T20:16:38.9334775Z Finished 2024-10-08T20:16:38.9733743Z ##[group]Run pytorch/test-infra/.github/actions/cleanup-runner@main 2024-10-08T20:16:38.9734288Z env: 2024-10-08T20:16:38.9734525Z GIT_DEFAULT_BRANCH: main 2024-10-08T20:16:38.9735094Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-10-08T20:16:38.9735876Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-10-08T20:16:38.9736577Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-10-08T20:16:38.9737152Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-10-08T20:16:38.9737575Z ##[endgroup] 2024-10-08T20:16:38.9810691Z ##[group]Run # This needs to be run before checking out PyTorch to avoid locking the working directory. 2024-10-08T20:16:38.9811813Z # This needs to be run before checking out PyTorch to avoid locking the working directory. 2024-10-08T20:16:38.9812860Z # Below is the list of commands that could lock $GITHUB_WORKSPACE gathered from sysinternals 2024-10-08T20:16:38.9813571Z # handle tool 2024-10-08T20:16:38.9814062Z $processes = "python", "ninja", "cl", "nvcc", "cmd", "sccache", "git" 2024-10-08T20:16:38.9814663Z Foreach ($process In $processes) { 2024-10-08T20:16:38.9816399Z  Try { 2024-10-08T20:16:38.9817145Z  # https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.management/stop-process 2024-10-08T20:16:38.9818175Z  Get-Process -Name $process -ErrorAction Stop | Stop-Process -Force 2024-10-08T20:16:38.9818740Z  } 2024-10-08T20:16:38.9818992Z  Catch { 2024-10-08T20:16:38.9819439Z  Write-Output "No leftover $process process, continuing" 2024-10-08T20:16:38.9819969Z  Write-Output $_ 2024-10-08T20:16:38.9820288Z  } 2024-10-08T20:16:38.9820526Z } 2024-10-08T20:16:38.9820749Z  2024-10-08T20:16:38.9821412Z # Try it again https://stackoverflow.com/questions/40585754/powershell-wont-terminate-hung-process 2024-10-08T20:16:38.9822213Z # for hung processes 2024-10-08T20:16:38.9822591Z Foreach ($process In $processes) { 2024-10-08T20:16:38.9822987Z  Try { 2024-10-08T20:16:38.9823554Z  (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process}%'").terminate() 2024-10-08T20:16:38.9824187Z  } 2024-10-08T20:16:38.9824434Z  Catch { 2024-10-08T20:16:38.9824724Z  Write-Output $_ 2024-10-08T20:16:38.9825029Z  } 2024-10-08T20:16:38.9825267Z } 2024-10-08T20:16:38.9825497Z  2024-10-08T20:16:38.9825711Z Try { 2024-10-08T20:16:38.9826138Z  # Print all the processes for debugging 2024-10-08T20:16:38.9826839Z  Wmic Path Win32_Process Get Caption,Processid,Commandline | Format-List 2024-10-08T20:16:38.9827504Z } 2024-10-08T20:16:38.9827746Z Catch { 2024-10-08T20:16:38.9828328Z  # Better to write out whatever exception thrown to help debugging any potential issue 2024-10-08T20:16:38.9829014Z  Write-Output $_ 2024-10-08T20:16:38.9829312Z } 2024-10-08T20:16:38.9844621Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-10-08T20:16:38.9845258Z env: 2024-10-08T20:16:38.9845485Z GIT_DEFAULT_BRANCH: main 2024-10-08T20:16:38.9846027Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-10-08T20:16:38.9846792Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-10-08T20:16:38.9847575Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-10-08T20:16:38.9848152Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-10-08T20:16:38.9848564Z ##[endgroup] 2024-10-08T20:16:39.3162468Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-10-08T20:16:39.3203555Z Finished 2024-10-08T20:16:39.3427228Z No leftover python process, continuing 2024-10-08T20:16:39.3954530Z Get-Process : Cannot find a process with the name "python". Verify the process name and call the cmdlet again. 2024-10-08T20:16:39.3955613Z At C:\actions-runner\_work\_temp\929229fd-25da-4c46-98a8-13a54d55ea43.ps1:9 char:5 2024-10-08T20:16:39.3956740Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-10-08T20:16:39.3957597Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-10-08T20:16:39.3958298Z + CategoryInfo : ObjectNotFound: (python:String) [Get-Process], ProcessCommandException 2024-10-08T20:16:39.3959422Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-10-08T20:16:39.3960257Z 2024-10-08T20:16:39.3971352Z No leftover ninja process, continuing 2024-10-08T20:16:39.3982484Z Get-Process : Cannot find a process with the name "ninja". Verify the process name and call the cmdlet again. 2024-10-08T20:16:39.3983506Z At C:\actions-runner\_work\_temp\929229fd-25da-4c46-98a8-13a54d55ea43.ps1:9 char:5 2024-10-08T20:16:39.3984325Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-10-08T20:16:39.3985301Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-10-08T20:16:39.3986883Z + CategoryInfo : ObjectNotFound: (ninja:String) [Get-Process], ProcessCommandException 2024-10-08T20:16:39.3988063Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-10-08T20:16:39.3988894Z 2024-10-08T20:16:39.3997268Z No leftover cl process, continuing 2024-10-08T20:16:39.4007033Z Get-Process : Cannot find a process with the name "cl". Verify the process name and call the cmdlet again. 2024-10-08T20:16:39.4008572Z At C:\actions-runner\_work\_temp\929229fd-25da-4c46-98a8-13a54d55ea43.ps1:9 char:5 2024-10-08T20:16:39.4009423Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-10-08T20:16:39.4010062Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-10-08T20:16:39.4010738Z + CategoryInfo : ObjectNotFound: (cl:String) [Get-Process], ProcessCommandException 2024-10-08T20:16:39.4011867Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-10-08T20:16:39.4012693Z 2024-10-08T20:16:39.4019908Z No leftover nvcc process, continuing 2024-10-08T20:16:39.4029757Z Get-Process : Cannot find a process with the name "nvcc". Verify the process name and call the cmdlet again. 2024-10-08T20:16:39.4030988Z At C:\actions-runner\_work\_temp\929229fd-25da-4c46-98a8-13a54d55ea43.ps1:9 char:5 2024-10-08T20:16:39.4032135Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-10-08T20:16:39.4032879Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-10-08T20:16:39.4033558Z + CategoryInfo : ObjectNotFound: (nvcc:String) [Get-Process], ProcessCommandException 2024-10-08T20:16:39.4034755Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-10-08T20:16:39.4035562Z 2024-10-08T20:16:39.4041812Z No leftover cmd process, continuing 2024-10-08T20:16:39.4052512Z Get-Process : Cannot find a process with the name "cmd". Verify the process name and call the cmdlet again. 2024-10-08T20:16:39.4053587Z At C:\actions-runner\_work\_temp\929229fd-25da-4c46-98a8-13a54d55ea43.ps1:9 char:5 2024-10-08T20:16:39.4054833Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-10-08T20:16:39.4055488Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-10-08T20:16:39.4056158Z + CategoryInfo : ObjectNotFound: (cmd:String) [Get-Process], ProcessCommandException 2024-10-08T20:16:39.4057289Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-10-08T20:16:39.4058117Z 2024-10-08T20:16:39.4064588Z No leftover sccache process, continuing 2024-10-08T20:16:39.4074588Z Get-Process : Cannot find a process with the name "sccache". Verify the process name and call the cmdlet again. 2024-10-08T20:16:39.4075620Z At C:\actions-runner\_work\_temp\929229fd-25da-4c46-98a8-13a54d55ea43.ps1:9 char:5 2024-10-08T20:16:39.4076657Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-10-08T20:16:39.4077595Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-10-08T20:16:39.4078301Z + CategoryInfo : ObjectNotFound: (sccache:String) [Get-Process], ProcessCommandException 2024-10-08T20:16:39.4079447Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-10-08T20:16:39.4080268Z 2024-10-08T20:16:39.4086460Z No leftover git process, continuing 2024-10-08T20:16:39.4096408Z Get-Process : Cannot find a process with the name "git". Verify the process name and call the cmdlet again. 2024-10-08T20:16:39.4097430Z At C:\actions-runner\_work\_temp\929229fd-25da-4c46-98a8-13a54d55ea43.ps1:9 char:5 2024-10-08T20:16:39.4098256Z + Get-Process -Name $process -ErrorAction Stop | Stop-Process -Forc ... 2024-10-08T20:16:39.4098844Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-10-08T20:16:39.4100094Z + CategoryInfo : ObjectNotFound: (git:String) [Get-Process], ProcessCommandException 2024-10-08T20:16:39.4101285Z + FullyQualifiedErrorId : NoProcessFoundForGivenName,Microsoft.PowerShell.Commands.GetProcessCommand 2024-10-08T20:16:39.4102099Z 2024-10-08T20:16:39.4575592Z You cannot call a method on a null-valued expression. 2024-10-08T20:16:39.4576362Z At C:\actions-runner\_work\_temp\929229fd-25da-4c46-98a8-13a54d55ea43.ps1:21 char:5 2024-10-08T20:16:39.4577182Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-10-08T20:16:39.4577842Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-10-08T20:16:39.4578466Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-10-08T20:16:39.4579083Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-10-08T20:16:39.4579490Z 2024-10-08T20:16:39.4732618Z You cannot call a method on a null-valued expression. 2024-10-08T20:16:39.4733499Z At C:\actions-runner\_work\_temp\929229fd-25da-4c46-98a8-13a54d55ea43.ps1:21 char:5 2024-10-08T20:16:39.4734343Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-10-08T20:16:39.4734987Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-10-08T20:16:39.4735599Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-10-08T20:16:39.4736202Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-10-08T20:16:39.4736624Z 2024-10-08T20:16:39.4884193Z You cannot call a method on a null-valued expression. 2024-10-08T20:16:39.4885138Z At C:\actions-runner\_work\_temp\929229fd-25da-4c46-98a8-13a54d55ea43.ps1:21 char:5 2024-10-08T20:16:39.4886039Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-10-08T20:16:39.4886676Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-10-08T20:16:39.4887599Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-10-08T20:16:39.4888474Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-10-08T20:16:39.4888907Z 2024-10-08T20:16:39.5030962Z You cannot call a method on a null-valued expression. 2024-10-08T20:16:39.5031704Z At C:\actions-runner\_work\_temp\929229fd-25da-4c46-98a8-13a54d55ea43.ps1:21 char:5 2024-10-08T20:16:39.5032536Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-10-08T20:16:39.5033179Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-10-08T20:16:39.5033794Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-10-08T20:16:39.5034401Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-10-08T20:16:39.5034822Z 2024-10-08T20:16:39.5178439Z You cannot call a method on a null-valued expression. 2024-10-08T20:16:39.5179182Z At C:\actions-runner\_work\_temp\929229fd-25da-4c46-98a8-13a54d55ea43.ps1:21 char:5 2024-10-08T20:16:39.5180020Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-10-08T20:16:39.5180676Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-10-08T20:16:39.5181283Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-10-08T20:16:39.5181891Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-10-08T20:16:39.5182310Z 2024-10-08T20:16:39.5322616Z You cannot call a method on a null-valued expression. 2024-10-08T20:16:39.5323361Z At C:\actions-runner\_work\_temp\929229fd-25da-4c46-98a8-13a54d55ea43.ps1:21 char:5 2024-10-08T20:16:39.5324201Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-10-08T20:16:39.5324845Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-10-08T20:16:39.5325448Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-10-08T20:16:39.5326059Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-10-08T20:16:39.5326629Z 2024-10-08T20:16:39.5470370Z You cannot call a method on a null-valued expression. 2024-10-08T20:16:39.5471351Z At C:\actions-runner\_work\_temp\929229fd-25da-4c46-98a8-13a54d55ea43.ps1:21 char:5 2024-10-08T20:16:39.5472188Z + (Get-WmiObject -Class Win32_Process -Filter "Name LIKE '${process ... 2024-10-08T20:16:39.5472827Z + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-10-08T20:16:39.5473432Z + CategoryInfo : InvalidOperation: (:) [], RuntimeException 2024-10-08T20:16:39.5474089Z + FullyQualifiedErrorId : InvokeMethodOnNull 2024-10-08T20:16:39.5474553Z 2024-10-08T20:16:39.6411704Z Caption CommandLine ProcessId 2024-10-08T20:16:39.6412477Z 2024-10-08T20:16:39.6412939Z System Idle Process 0 2024-10-08T20:16:39.6413533Z 2024-10-08T20:16:39.6413911Z System 4 2024-10-08T20:16:39.6414640Z 2024-10-08T20:16:39.6415035Z Registry 168 2024-10-08T20:16:39.6415570Z 2024-10-08T20:16:39.6415954Z smss.exe 408 2024-10-08T20:16:39.6416494Z 2024-10-08T20:16:39.6416885Z csrss.exe 532 2024-10-08T20:16:39.6417423Z 2024-10-08T20:16:39.6418852Z csrss.exe 608 2024-10-08T20:16:39.6419397Z 2024-10-08T20:16:39.6419800Z wininit.exe 632 2024-10-08T20:16:39.6420334Z 2024-10-08T20:16:39.6421449Z winlogon.exe winlogon.exe 700 2024-10-08T20:16:39.6422091Z 2024-10-08T20:16:39.6422502Z services.exe 748 2024-10-08T20:16:39.6423044Z 2024-10-08T20:16:39.6423713Z lsass.exe C:\Windows\system32\lsass.exe 768 2024-10-08T20:16:39.6424411Z 2024-10-08T20:16:39.6425145Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s PlugPlay 896 2024-10-08T20:16:39.6425989Z 2024-10-08T20:16:39.6426653Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p 920 2024-10-08T20:16:39.6427527Z 2024-10-08T20:16:39.6428052Z fontdrvhost.exe "fontdrvhost.exe" 944 2024-10-08T20:16:39.6428688Z 2024-10-08T20:16:39.6429256Z fontdrvhost.exe "fontdrvhost.exe" 952 2024-10-08T20:16:39.6429945Z 2024-10-08T20:16:39.6430597Z svchost.exe C:\Windows\system32\svchost.exe -k RPCSS -p 132 2024-10-08T20:16:39.6431348Z 2024-10-08T20:16:39.6432039Z svchost.exe C:\Windows\system32\svchost.exe -k DcomLaunch -p -s LSM 452 2024-10-08T20:16:39.6432842Z 2024-10-08T20:16:39.6433684Z dwm.exe "dwm.exe" 780 2024-10-08T20:16:39.6434340Z 2024-10-08T20:16:39.6435659Z svchost.exe C:\Windows\System32\svchost.exe -k termsvcs -s TermService 1036 2024-10-08T20:16:39.6436515Z 2024-10-08T20:16:39.6437379Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s NcbService 1168 2024-10-08T20:16:39.6438345Z 2024-10-08T20:16:39.6438935Z nvwmi64.exe C:\Windows\System32\nvwmi64.exe 1324 2024-10-08T20:16:39.6439640Z 2024-10-08T20:16:39.6440525Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s EventLog 1380 2024-10-08T20:16:39.6441596Z 2024-10-08T20:16:39.6443479Z NVDisplay.Container.exe "C:\Program Files\NVIDIA Corporation\Display.NvContainer\NVDisplay.Container.exe" -s NVDisplay.ContainerLocalSystem -f "C:\ProgramData\NVIDIA\NVDisplay.ContainerLocalSystem.log" -l 3 -d "C:\Program Files\NVIDIA Corporation\Display.NvContainer\plugins\LocalSystem" -r -p 30000 -ert 1412 2024-10-08T20:16:39.6445514Z 2024-10-08T20:16:39.6446275Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s nsi 1444 2024-10-08T20:16:39.6447153Z 2024-10-08T20:16:39.6447901Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s gpsvc 1472 2024-10-08T20:16:39.6448727Z 2024-10-08T20:16:39.6449531Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s Dhcp 1488 2024-10-08T20:16:39.6450486Z 2024-10-08T20:16:39.6451204Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s NlaSvc 1560 2024-10-08T20:16:39.6452115Z 2024-10-08T20:16:39.6452875Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s Dnscache 1592 2024-10-08T20:16:39.6453743Z 2024-10-08T20:16:39.6454898Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNetworkRestricted -p -s lmhosts 1620 2024-10-08T20:16:39.6455866Z 2024-10-08T20:16:39.6456561Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Schedule 1728 2024-10-08T20:16:39.6460787Z 2024-10-08T20:16:39.6461495Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s ProfSvc 1788 2024-10-08T20:16:39.6462327Z 2024-10-08T20:16:39.6462999Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s Themes 1796 2024-10-08T20:16:39.6463995Z 2024-10-08T20:16:39.6464717Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s netprofm 1804 2024-10-08T20:16:39.6465606Z 2024-10-08T20:16:39.6466345Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s EventSystem 1812 2024-10-08T20:16:39.6467225Z 2024-10-08T20:16:39.6467904Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s SENS 1960 2024-10-08T20:16:39.6468701Z 2024-10-08T20:16:39.6469567Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p 2036 2024-10-08T20:16:39.6470449Z 2024-10-08T20:16:39.6471193Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s ShellHWDetection 1156 2024-10-08T20:16:39.6472057Z 2024-10-08T20:16:39.6472994Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s TimeBrokerSvc 1680 2024-10-08T20:16:39.6473967Z 2024-10-08T20:16:39.6474749Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s FontCache 2124 2024-10-08T20:16:39.6475653Z 2024-10-08T20:16:39.6476425Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetworkFirewall -p 2172 2024-10-08T20:16:39.6478124Z 2024-10-08T20:16:39.6478911Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s LanmanWorkstation 2244 2024-10-08T20:16:39.6479826Z 2024-10-08T20:16:39.6480798Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNetworkRestricted -p -s WinHttpAutoProxySvc 2268 2024-10-08T20:16:39.6481870Z 2024-10-08T20:16:39.6482555Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s Winmgmt 2412 2024-10-08T20:16:39.6483385Z 2024-10-08T20:16:39.6483957Z spoolsv.exe C:\Windows\System32\spoolsv.exe 2552 2024-10-08T20:16:39.6484675Z 2024-10-08T20:16:39.6485405Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkService -p -s CryptSvc 2624 2024-10-08T20:16:39.6486375Z 2024-10-08T20:16:39.6487179Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s SysMain 2632 2024-10-08T20:16:39.6488202Z 2024-10-08T20:16:39.6488888Z svchost.exe C:\Windows\System32\svchost.exe -k NetSvcs -p -s iphlpsvc 2640 2024-10-08T20:16:39.6489723Z 2024-10-08T20:16:39.6490696Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UserManager 2648 2024-10-08T20:16:39.6491603Z 2024-10-08T20:16:39.6492365Z svchost.exe C:\Windows\system32\svchost.exe -k LocalServiceNoNetwork -p 2660 2024-10-08T20:16:39.6493223Z 2024-10-08T20:16:39.6494022Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s TrkWks 2668 2024-10-08T20:16:39.6495205Z 2024-10-08T20:16:39.6495914Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s WpnService 2676 2024-10-08T20:16:39.6496810Z 2024-10-08T20:16:39.6497617Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -s W32Time 2684 2024-10-08T20:16:39.6498466Z 2024-10-08T20:16:39.6499188Z svchost.exe C:\Windows\System32\svchost.exe -k NetworkService -p -s WinRM 2700 2024-10-08T20:16:39.6500056Z 2024-10-08T20:16:39.6500648Z sshd.exe C:\Windows\System32\OpenSSH\sshd.exe 2948 2024-10-08T20:16:39.6501389Z 2024-10-08T20:16:39.6502102Z svchost.exe C:\Windows\System32\svchost.exe -k smbsvcs -s LanmanServer 2968 2024-10-08T20:16:39.6502983Z 2024-10-08T20:16:39.6504008Z IpOverUsbSvc.exe "C:\Program Files (x86)\Common Files\Microsoft Shared\Phone Tools\CoreCon\11.0\bin\IpOverUsbSvc.exe" 3076 2024-10-08T20:16:39.6505100Z 2024-10-08T20:16:39.6505955Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s UmRdpService 3304 2024-10-08T20:16:39.6506928Z 2024-10-08T20:16:39.6507717Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -s CertPropSvc 3480 2024-10-08T20:16:39.6508600Z 2024-10-08T20:16:39.6509368Z svchost.exe C:\Windows\System32\svchost.exe -k netsvcs -p -s SessionEnv 3520 2024-10-08T20:16:39.6510201Z 2024-10-08T20:16:39.6511074Z svchost.exe C:\Windows\system32\svchost.exe -k NetworkServiceNetworkRestricted -p -s PolicyAgent 3752 2024-10-08T20:16:39.6512092Z 2024-10-08T20:16:39.6512803Z LogonUI.exe "LogonUI.exe" /flags:0x2 /state0:0xa3a7c855 /state1:0x41c64e6d 3928 2024-10-08T20:16:39.6513667Z 2024-10-08T20:16:39.6515467Z NVDisplay.Container.exe "C:\Program Files\NVIDIA Corporation\Display.NvContainer\NVDisplay.Container.exe" -f "C:\ProgramData\NVIDIA\DisplaySessionContainer%d.log" -d "C:\Program Files\NVIDIA Corporation\Display.NvContainer\plugins\Session" -r -l 3 -p 30000 -ert -c 1088 2024-10-08T20:16:39.6517269Z 2024-10-08T20:16:39.6517944Z nvwmi64.exe C:\Windows\System32\nvwmi64.exe -spawnprovider 1984 2024-10-08T20:16:39.6518724Z 2024-10-08T20:16:39.6519257Z vds.exe C:\Windows\System32\vds.exe 3032 2024-10-08T20:16:39.6519949Z 2024-10-08T20:16:39.6520802Z svchost.exe C:\Windows\System32\svchost.exe -k LocalServiceNoNetwork -p -s DPS 2712 2024-10-08T20:16:39.6521699Z 2024-10-08T20:16:39.6522259Z msdtc.exe C:\Windows\System32\msdtc.exe 3792 2024-10-08T20:16:39.6522965Z 2024-10-08T20:16:39.6523835Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s UALSVC 3260 2024-10-08T20:16:39.6524792Z 2024-10-08T20:16:39.6525598Z svchost.exe C:\Windows\system32\svchost.exe -k LocalSystemNetworkRestricted -p -s PcaSvc 1648 2024-10-08T20:16:39.6526642Z 2024-10-08T20:16:39.6527324Z svchost.exe C:\Windows\system32\svchost.exe -k netsvcs -p -s UsoSvc 4184 2024-10-08T20:16:39.6528252Z 2024-10-08T20:16:39.6528969Z svchost.exe C:\Windows\system32\svchost.exe -k LocalService -p -s CDPSvc 4324 2024-10-08T20:16:39.6529827Z 2024-10-08T20:16:39.6530827Z start-amazon-cloudwatch-agent.exe "C:\Program Files\Amazon\AmazonCloudWatchAgent\start-amazon-cloudwatch-agent.exe" 4664 2024-10-08T20:16:39.6532108Z 2024-10-08T20:16:39.6534126Z 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 4468 2024-10-08T20:16:39.6536286Z 2024-10-08T20:16:39.6536897Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4576 2024-10-08T20:16:39.6537744Z 2024-10-08T20:16:39.6538502Z svchost.exe C:\Windows\System32\svchost.exe -k LocalService -p -s LicenseManager 4404 2024-10-08T20:16:39.6539389Z 2024-10-08T20:16:39.6540219Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s StorSvc 4260 2024-10-08T20:16:39.6541156Z 2024-10-08T20:16:39.6541913Z svchost.exe C:\Windows\system32\svchost.exe -k appmodel -p -s StateRepository 2708 2024-10-08T20:16:39.6542832Z 2024-10-08T20:16:39.6543843Z MicrosoftEdgeUpdate.exe "C:\Program Files (x86)\Microsoft\EdgeUpdate\MicrosoftEdgeUpdate.exe" /c 4908 2024-10-08T20:16:39.6544827Z 2024-10-08T20:16:39.6545453Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 5084 2024-10-08T20:16:39.6546190Z 2024-10-08T20:16:39.6546921Z Runner.Listener.exe "C:\actions-runner\\bin\Runner.Listener.exe" run 4660 2024-10-08T20:16:39.6548030Z 2024-10-08T20:16:39.6548883Z amazon-ssm-agent.exe "C:\Program Files\Amazon\SSM\amazon-ssm-agent.exe" 5080 2024-10-08T20:16:39.6549741Z 2024-10-08T20:16:39.6550477Z ssm-agent-worker.exe "C:\Program Files\Amazon\SSM\ssm-agent-worker.exe" 2200 2024-10-08T20:16:39.6551374Z 2024-10-08T20:16:39.6551985Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 4632 2024-10-08T20:16:39.6552713Z 2024-10-08T20:16:39.6553526Z svchost.exe C:\Windows\System32\svchost.exe -k LocalSystemNetworkRestricted -p -s DsSvc 4740 2024-10-08T20:16:39.6554550Z 2024-10-08T20:16:39.6555327Z Runner.Worker.exe "C:\actions-runner\bin\Runner.Worker.exe" spawnclient 2548 2664 3356 2024-10-08T20:16:39.6556218Z 2024-10-08T20:16:39.6556815Z conhost.exe \??\C:\Windows\system32\conhost.exe 0x4 5628 2024-10-08T20:16:39.6557556Z 2024-10-08T20:16:39.6558172Z WmiPrvSE.exe C:\Windows\system32\wbem\wmiprvse.exe 5076 2024-10-08T20:16:39.6558933Z 2024-10-08T20:16:39.6560249Z powershell.exe "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE" -command ". 'C:\actions-runner\_work\_temp\929229fd-25da-4c46-98a8-13a54d55ea43.ps1'" 5280 2024-10-08T20:16:39.6561544Z 2024-10-08T20:16:39.6562398Z WMIC.exe "C:\Windows\System32\Wbem\WMIC.exe" Path Win32_Process Get Caption,Processid,Commandline 5224 2024-10-08T20:16:39.6563396Z 2024-10-08T20:16:39.6563400Z 2024-10-08T20:16:39.6563405Z 2024-10-08T20:16:39.6818463Z ##[group]Run nick-fields/retry@v3.0.0 2024-10-08T20:16:39.6818902Z with: 2024-10-08T20:16:39.6819137Z shell: bash 2024-10-08T20:16:39.6819394Z timeout_minutes: 5 2024-10-08T20:16:39.6819677Z max_attempts: 3 2024-10-08T20:16:39.6819951Z retry_wait_seconds: 90 2024-10-08T20:16:39.6822417Z 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 ./* 2024-10-08T20:16:39.6824046Z polling_interval_seconds: 1 2024-10-08T20:16:39.6824448Z warning_on_retry: true 2024-10-08T20:16:39.6824768Z continue_on_error: false 2024-10-08T20:16:39.6840610Z env: 2024-10-08T20:16:39.6840878Z GIT_DEFAULT_BRANCH: main 2024-10-08T20:16:39.6841438Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-10-08T20:16:39.6842196Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-10-08T20:16:39.6842892Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-10-08T20:16:39.6844459Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-10-08T20:16:39.6844929Z EXTRA_DELETE_DIR: /c/11242664656/build-results/ 2024-10-08T20:16:39.6845338Z ##[endgroup] 2024-10-08T20:16:39.8917286Z + '[' -n /c/11242664656/build-results/ ']' 2024-10-08T20:16:39.8917765Z + rm -rf /c/11242664656/build-results/ 2024-10-08T20:16:39.9330427Z + 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 ./ios ./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-31256942981.json ./scripts ./setup.py ./test ./third_party ./tools ./torch ./torch.egg-info ./torchgen ./ubsan.supp ./ufunc_defs.bzl ./version.txt 2024-10-08T20:17:01.9597715Z Command completed after 1 attempt(s). 2024-10-08T20:17:01.9784341Z ##[group]Run handle C:\actions-runner\_work\ 2024-10-08T20:17:01.9784820Z handle C:\actions-runner\_work\ 2024-10-08T20:17:01.9803743Z shell: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.EXE -command ". '{0}'" 2024-10-08T20:17:01.9804366Z env: 2024-10-08T20:17:01.9804610Z GIT_DEFAULT_BRANCH: main 2024-10-08T20:17:01.9805160Z CONDA_RUN: C:\Jenkins\Miniconda3\condabin\conda.bat run --no-capture-output 2024-10-08T20:17:01.9806999Z CONDA_BUILD: C:\Jenkins\Miniconda3\condabin\conda.bat run conda-build 2024-10-08T20:17:01.9807696Z CONDA_INSTALL: C:\Jenkins\Miniconda3\condabin\conda.bat install 2024-10-08T20:17:01.9808264Z TMPDIR: C:\Users\RUNNER~1\AppData\Local\Temp 2024-10-08T20:17:01.9808683Z ##[endgroup] 2024-10-08T20:17:02.3131143Z Refreshing environment variables from the registry for powershell.exe. Please wait... 2024-10-08T20:17:02.3194260Z Finished 2024-10-08T20:17:02.4021690Z 2024-10-08T20:17:02.4022123Z Nthandle v5.0 - Handle viewer 2024-10-08T20:17:02.4022596Z Copyright (C) 1997-2022 Mark Russinovich 2024-10-08T20:17:02.4025132Z Sysinternals - www.sysinternals.com 2024-10-08T20:17:02.4025469Z 2024-10-08T20:17:02.4298026Z powershell.exe pid: 1104 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2024-10-08T20:17:02.4298948Z handle.exe pid: 3640 type: File 44: C:\actions-runner\_work\pytorch\pytorch 2024-10-08T20:17:02.4299838Z handle.exe pid: 5312 type: File 94: C:\actions-runner\_work\pytorch\pytorch 2024-10-08T20:17:02.4300708Z handle64.exe pid: 6036 type: File 50: C:\actions-runner\_work\pytorch\pytorch 2024-10-08T20:17:02.5589184Z Post job cleanup. 2024-10-08T20:17:02.5712889Z Post job cleanup. 2024-10-08T20:17:02.7338978Z [command]"C:\Program Files\Git\cmd\git.exe" version 2024-10-08T20:17:02.7539756Z git version 2.46.0.windows.1 2024-10-08T20:17:02.7598765Z Copying 'C:\Users\runneruser\.gitconfig' to 'C:\actions-runner\_work\_temp\7777c6d6-5693-49f8-81ea-37a03ac67ef5\.gitconfig' 2024-10-08T20:17:02.7615638Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\7777c6d6-5693-49f8-81ea-37a03ac67ef5' before making global git config changes 2024-10-08T20:17:02.7616843Z Adding repository directory to the temporary git global config as a safe directory 2024-10-08T20:17:02.7623436Z [command]"C:\Program Files\Git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\pytorch\pytorch 2024-10-08T20:17:02.7874419Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand 2024-10-08T20:17:02.8112774Z [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' || :\"" 2024-10-08T20:17:03.2477414Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-10-08T20:17:03.2669719Z http.https://github.com/.extraheader 2024-10-08T20:17:03.2711246Z [command]"C:\Program Files\Git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader 2024-10-08T20:17:03.2949892Z [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' || :\"" 2024-10-08T20:17:03.6609456Z Evaluate and set job outputs 2024-10-08T20:17:03.6626613Z Set output 'test-matrix' 2024-10-08T20:17:03.6627939Z Cleaning up orphan processes